/*----------Specification----------*/

body {
	font: 300 18px 'Rubik', sans-serif;
	color: #000;
	/*ÐŸÐ¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ðµ Ð¾Ð¿Ñ†Ð¸Ð¸ Ð¿Ð¾ÑÑ‚Ñ€Ð¾ÐµÐ½Ð¸Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² ÑÐ¿Ñ€Ð°Ð²Ð° Ð½Ð°Ð»ÐµÐ²Ð¾*/
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0.05em;
	font-weight: 300;
}

h1 {
	font-size: 45px;
	font-weight: 500;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

h4 {
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

a,
a:visited,
a:hover {
	text-decoration: none;
	color: inherit;
}

ul li {
	list-style: none;
}

a,
button,
input,
textarea {
	transition: all 0.5s ease;
	border: none;
}

button,
button:hover,
a {
	outline: none;
}

img,
button {
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.d-none {
	display: none;
}

.d-block {
	display: block;
}

/*----------Styles----------*/

/*-----section-header-----*/

.header {
	position: relative;
	box-shadow: 0 5px 10px rgb(117 117 117 / 54%);
	overflow: hidden;
}

.slider-main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slide-link img {
	width: 100%;
	height: 100vh;
	/*opacity: 0;	*/
}

/*.slide-link-1 {
	background: url(../img/01.jpg) no-repeat center center/ cover;
	height: 100vh;
	width: 100%;
	padding-bottom: 100px;
}

.slide-link-2 {
	background: url(../img/02.jpg) no-repeat center center/ cover;
	height: 100vh;
	width: 100%;
}

.slide-link-3 {
	background: url(../img/03.jpg) no-repeat center center/ cover;
	height: 100vh;
	width: 100%;
}

.slide-link-4 {
	background: url(../img/04.jpg) no-repeat center center/ cover;
	height: 100vh;
	width: 100%;
}

.slide-link-5 {
	background: url(../img/05.jpg) no-repeat center center/ cover;
	height: 100vh;
	width: 100%;
}*/

.offer {
	color: #fff;
	width: 70%;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	margin: 0 auto;
	padding: 120px 0 100px 0;
}

.offer__title br {
	display: none;
}

.offer__subtitle {
	font-size: 30px;
}

.offer__title span {
	font-size: 30px;
}

.logo {
	margin-bottom: 30px;
}

.navigation {
	background-color: #fff;
	margin-top: 100px;
	padding: 25px 0;
	box-shadow: 0 3px 5px rgb(80 80 80 / 27%);
	z-index: 5;
	position: relative;
}

.header__burger {
	display: none;
}

.burger-logo {
	display: none;
}

.nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	justify-content: space-between;
	width: 50%;
	margin: 0 auto;
	font-weight: 400;
	font-size: 22px;
}

.nav-item {
	border-bottom: 1px solid transparent;
	padding-bottom: 3px;
}

.nav-item:hover {
	border-bottom: 1px solid #117187;
	color: #117187;
}

.active2 {
	border-bottom: 1px solid #117187;
	padding-bottom: 3px;
	color: #117187 !important;
}

.active {
	padding-bottom: 3px;
	color: #117187 !important;
}

.nav-item:visited {
	border-bottom: 1px solid #117187;
	color: #117187;
}

/*-----section-about-----*/

.about {
	background: url(../img/about-bg.jpg) no-repeat fixed center center/ cover;
	padding: 20px 0 70px 0;
}

.about__info {
	font-size: 26px;
	margin: 0 auto;
	margin-top: 60px;
	line-height: 1.8em;
	text-align: right;
	width: 80%;
}

.about__info span {
	font-size: 20px;
}

.about-list {
	width: 80%;
	margin: 60px auto 0;
}

.about-list__title {
	font-weight: 300;
	text-align: right;
	margin: 30px auto 0;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	font-size: 24px;
}

.about-list__all li {
	font-size: 22px;
	margin: 0 auto;
	margin-top: 20px;
	line-height: 1.8em;
	text-align: right;
	position: relative;
	padding-right: 40px;
}

.about-list__all li:before {
	content: '\25C8';
	display: block;
	position: absolute;
	right: -1px;
}

/*-----section-merits-----*/

.merits {
	background-color: #117187;
	padding: 50px 0;
	color: #fff;
	box-shadow: inset 0 0 10px rgb(117 117 117 / 54%);
}

.triggers {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 95%;
}

.trigger {
	width: 30%;
}

.trigger_2 img {
	margin-top: 12px;
}

.trigger__title_2 {
	text-transform: capitalize;
}

.trigger span {
	margin: 0 auto;
	display: block;
	width: 140px;
	height: 140px;
	border: 2px solid transparent;
	border-radius: 100px;
	line-height: 140px;
	margin-bottom: 15px;
	transition: all 0.5s ease;
	text-align: center;
}

.trigger:hover span {
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px #000;
}

.trigger__info {
	margin-top: 15px;
	line-height: 1.7em;
	text-align: right;
}

/*-----section-facts-----*/

.facts {
	background: url(../img/about-bg.jpg) no-repeat fixed center center/ cover;
	padding: 90px 0 100px 0;
}

.facts-wrap {
	position: relative;
}

.fact-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px auto 0 auto;
}

.facts-title {
	color: #117187;
	font-weight: 500;
}

.facts-title:before,
.facts-title:after {
	content: '';
	display: block;
	background-color: #117187;
	width: 100px;
	height: 1px;
	position: absolute;
	top: 15px;
	font-size: 34px;
}

.facts-title:before {
	left: 25%;
}

.facts-title:after {
	right: 25%;
}

.benefits {
	width: 100%;
}

.benefits__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 60px 0;
}

.benefits__element {
	width: 22%;
}

.benefits__icon {
	display: block;
	width: 60px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.benefits__element p {
	color: #545454;
	text-align: center;
	line-height: 1.3;
}

.benefits__number {
	font-size: 90px;
	font-weight: 400;
	margin-bottom: 20px;
}

.benefits__title {
	background-color: #e3e3e3;
	padding: 5px 10px;
	border-radius: 7px;
	color: #545454;
	margin-top: 20px;
	font-weight: 400;
	box-shadow: 1px 1px 5px rgb(105 104 104 / 61%);
}

/*-----section -projects-link-----*/

.projects-link {
	padding: 70px 0;
}

.project-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 30px;
}

.project-links__item {
	width: 40%;
	position: relative;
}

.project-links__pic {
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 39%);
}

/*-----section drawings-link-----*/

.drawings-link {
	background: url(../img/about-bg.jpg) no-repeat center center/ cover;
	padding: 70px 0;
}

.drawings-wrap__pic {
	width: 100%;
	border: 1px solid #000;
}

/*-----section-footer-----*/

.footer {
	background-color: #117187;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.footer-info span {
	font-size: 12px;
}

/*----------Services-Page----------*/

/*-----section-header-services-----*/

.offer-services {
	background-color: #e9e9e9;
	padding: 20px 0;
	text-align: center;
}

.offer-services .offer__subtitle {
	color: #117187;
}

.navigation_inner {
	margin-top: 0;
}

.logo-small {
	width: 100px;
}

.offer__title-inner {
	color: #117187;
	font-size: 28px;
	font-weight: 400;
}

.offer__title-inner br {
	display: none;
}

/*-----section-workspace-----*/

.workspace {
	background: url(../img/services-bg.jpg) no-repeat fixed center center/ cover;
	padding: 50px 0;
}

.info-wrap {
	background-color: rgb(255 255 255 / 89%);
	padding: 30px 40px;
	border-radius: 15px;
	width: 60%;
	margin: 0 auto 25px auto;
	box-shadow: 2px 2px 10px rgb(97 97 97 / 76%);
}

.calculation__title {
	font-weight: 300;
	font-size: 24px;
	border-bottom: 1px solid #bbb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.calculation__list li {
	margin-bottom: 12px;
	position: relative;
	font-size: 25px;
	margin-right: 10px;
	padding-right: 20px;
	letter-spacing: 0.08em;
	line-height: 2em;
}

.calculation__list li:before {
	content: '\25C8';
	display: block;
	/*background-color: #8c8c8c;*/
	/*border-radius: 50px;*/
	/*width: 5px;
	height: 5px;*/
	position: absolute;
	/*top: 20px;*/
	right: -8px;
}

/*----------Projects-Page----------*/

/*-----section-projects-----*/

.projects {
	background: url(../img/project-bg.jpg) no-repeat fixed center center/ cover;
}

.projects,
.drawings {
	padding: 50px 0;
}

.projects-title {
	margin-bottom: 30px;
	display: block;
	width: 90%;
}

.projects-wrap,
.drawings-wrap {
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.project-model {
	width: 45%;
	margin-bottom: 40px;
	cursor: pointer;
}

.model {
	position: relative;
}

.iframe-into {
	width: 100%;
	height: 100%;
	background-color: #e9e9e9;
}

.model-link {
	position: absolute;
	z-index: 25;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 70px;
	height: 70px;
	background-color: #fff;
	box-shadow: 1px 1px 2px #000;
	border-radius: 100px;
	margin: auto;
	align-items: center;
	justify-content: center;
	opacity: 0.5;
}

.model-link img {
	width: 70%;
	margin: auto;
	opacity: 0.9;
}

.model img {
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 39%);
}

.project__title,
.drawings__title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.drawings__pic {
	border-radius: 10px;
	box-shadow: 2px 2px 5px rgb(0 0 0 / 39%);
}

.project__pic:hover,
.drawings__pic:hover {
	box-shadow: 0 0 10px rgb(0 0 0 / 39%);
}

.video-form {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.arcticmodal-container_i {
	width: 70%;
}

.box-modal {
	margin: 0 auto;
}

.box-modal-1 {
	width: 90% !important;
	height: 90%;
	padding-top: 45px !important;
}

.icon-x-close {
	display: none;
}

/*ÐŸÑ€Ð¾ÐµÐºÑ‚Ñ‹*/

/*.project-item {
	background: url(../img/project-bg-2.jpg) no-repeat fixed center center/ cover;
	padding: 80px 0;
}

.project-item-wrap {
	width: 90%;
	margin: 0 auto;
}

.project-item-title {
	font-size: 22px;
}

.project-item-list {
	font-size: 14px;
	color: #a7a7a7;
	margin-top: 15px;
}

.project-item-list li {
	margin-bottom: 10px;
}

.project-item-pic {
	display: block;
	width: 70%;
	margin: 30px auto;

}

.project-item-pic img{
	width: 100%;
	box-shadow: 2px 2px 10px rgb(146 146 146 / 66%);
	border: 3px solid #fff;
	border-radius: 10px;
}*/

/*------ foldering ---------*/
.category-wrap {
	width: 90%;
	margin: 0 auto 30px;
	text-align: left;
}
.category-wrap ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1.2em;
}
.category-wrap ul img {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}
.category-wrap .category__back {
	display: inline-block;
	margin-bottom: 15px;
}

/*----------Drawings-Page----------*/

/*-----section-drawings-----*/

.drawings {
	background: url(../img/drawings-bac.jpg) no-repeat fixed center center/ cover;
}

.drawing {
	width: 45%;
	border: 3px solid #117187;
	padding: 20 px;
	color: #fff;
	transition: all 0.5s ease;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px rgb(146 146 146 / 63%);
	color: #117187;
}

.drawings__title {
	text-align: center;
}

.drawing a {
	margin: 0 auto;
	display: block;
	padding: 10px 10px 10px 10px;
}

.drawing:hover {
	box-shadow: 2px 2px 7px rgb(115 115 115 / 65);
}

.drawing__pic {
	width: 100%;
	border: 1px solid #117187;
}

/*----------Prices-Page----------*/

/*-----section-prices-----*/

.prices {
	background: url(../img/price-bg.jpg) no-repeat fixed center center/ cover;
	padding: 50px 0 90px 0;
}

.prices-head {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.prices-info {
	width: 70%;
	margin: 50px auto 20px auto;
}

.prices-info p {
	margin-top: 35px;
	font-size: 25px;
	background-color: #fff;
	padding: 25px 60px 25px 25px;
	line-height: 2em;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgb(162 162 162 / 65%);
}

.prices-text-1 {
	background-color: #e9e9e9;
	border-radius: 100px;
	padding: 3px;
	display: block;
	text-align: center;
	margin-right: -35px;
	margin-bottom: 25px;
}

.prices-wrap {
	margin: 50px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	width: 90%;
}

.price {
	padding: 80px 20px 60px;
	background-color: #fff;
	width: 23% !important;
	height: 250px;
	position: relative;
	box-shadow: 2px 2px 10px #6d6d6d85;
}

.note-page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.price span {
	display: block;
	font-weight: 700;
}

.steel-link {
	position: relative;
	text-align: center;
	width: 90%;
	justify-content: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 30px auto 0;
	padding: 10px 15px;
	background-color: #117187;
	font-size: 22px;
	border: 2px solid #117187;
	border-radius: 5px;
	color: #fff !important;
}

.steel-link:hover {
	color: #117187 !important;
	background-color: transparent;
}

.price p {
	font-size: 20px;
	line-height: 2em;
	position: relative;
	text-align: center;
}

.form-buttons {
	display: flex;
	justify-content: space-between;
}

.form-tel {
	border-radius: 5px;
	padding: 7px 10px;
	border: 2px solid #117187;
	font-size: 18px;
	text-align: center;
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.form-tel img {
	width: 50px;
	display: block;
	flex-shrink: 0;
}

.form-tel p {
	font-size: 17px;
	margin-bottom: 10px;
}

.form-whatsapp {
	display: none;
}

.form-send-btn {
	width: 40%;
}

/*----------Contacts Page----------*/

/*-----section-team-----*/

.team {
	padding: 40px 0;
	box-shadow: 0 3px 5px rgb(80 80 80 / 27%);
}

.team-medalion-title {
	text-align: center;
	margin-bottom: 20px;
}

.team-medalion-title br {
	display: none;
}

.team-medalion img {
	display: none;
}

.arrow-7 {
	display: none;
}

.team-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.team-item {
	width: 18%;
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}

.team-item-6 {
	display: none;
}

.team-title {
	font-size: 21px;
	font-weight: 400;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	opacity: 0.3;
	transition: all 0.5s ease;
	text-transform: capitalize;
}

.pics {
	box-shadow: 1px 1px 3px rgb(115 115 115 / 40%);
	border-radius: 100px;
	transition: all 0.5s ease;
	max-width: 180px;
	margin: 0 auto;
	cursor: pointer;
}

.pics:hover {
	box-shadow: 2px 2px 10px rgb(115 115 115 / 70%);
	border-radius: 100px;
}

.pics:hover + .team-title {
	opacity: 1;
	font-size: 26px;
}

.team-title:hover {
	opacity: 1;
	font-size: 26px;
}

.team-item__card {
	box-shadow: 1px 1px 5px rgb(86 86 86 / 32%);
	display: block;
	max-width: 180px;
	margin: 15px auto 0;
}

.team-item span {
	letter-spacing: 0.08em;
	display: block;
	text-align: center;
}

.team-subtitle {
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 10px;
}

.team-slider {
	display: none;
}

.form-title br {
	display: none;
}

.form-subtitle {
	font-size: 14px;
	margin: 10px 0;
}

.visitcard {
	position: relative;
}

.visit-tel {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0);
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	width: 100%;
	letter-spacing: 0.2em;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.visit-tel:hover {
	color: #fff;
}

.team-item-visit {
	position: absolute;
	display: block;
	top: 35px;
	right: 30px;
}

.pics-66:hover {
	box-shadow: 0 0 15px rgb(43 43 43);
}

.team-title-66 {
	bottom: 10%;
	left: 0%;
}

/*-----section-contacts-----*/

.contacts {
	padding: 50px 0;
	background: url(../img/about-bg.jpg) no-repeat fixed center center/ cover;
}

.contacts-foto {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}

.konus {
	display: none;
}

.email {
	width: 55%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.email-foto {
	width: 45%;
	transition: all 0.5s ease;
}

.email-foto:hover {
	box-shadow: 0 0 10px rgb(90 90 90 / 90%);
	border-radius: 100%;
}

.email-info {
	width: 50%;
}

.email-info p {
	font-size: 24px;
	font-weight: 700;
	color: #117187;
	margin-bottom: 15px;
	padding-right: 70px;
}

.email span {
	width: 100%;
	height: 350px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 4px solid #fff;
	box-shadow: 2px 2px 4px rgb(154 154 154 / 60%);
}

.email-img {
	width: 95%;
	margin: auto;
	transition: all 0.5s ease;
	border: 4px solid rgb(255 255 255 / 61%);
	box-shadow: 2px 2px 4px rgb(154 154 154 / 60%);
}

.email-img:hover {
	box-shadow: 0 0 10px rgb(90 90 90 / 90%);
	border: 4px solid #fff;
}

.mail {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 24px;
}

.mail-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 20px;
}

.mail p {
	margin: 0 20px;
}

.mail-pic {
	position: relative;
}

.mail-pic img {
	width: 50px;
	transition: all 0.5s ease;
}

.mail-pic-2 {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.mail:hover .mail-pic-2 {
	display: block;
}

.mail:hover .mail-pic-1 {
	opacity: 0;
}

.telefon {
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 10px;
}

.telefon:hover .telefon-icon {
	transform: rotate(-30deg);
}

.telefon-icon {
	width: 40px;
	display: block;
	margin-right: 25px;
	transition: all 0.2s ease;
}

.telefon-number {
	font-size: 20px;
}

.contacts-form {
	width: 40%;
}

.contacts-socials {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
	color: #fff;
}

.form-title {
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 700;
}

.contacts-form input,
.contacts-form textarea {
	display: block;
	border: 1px solid #ededed;
	padding: 15px;
	border-radius: 5px;
	margin-top: 20px;
	width: 100%;
	font-size: 18px;
	box-shadow: 1px 1px 10px rgb(208 208 208 / 31%);
}

.contacts-send-btn {
	margin-top: 30px;
	width: 50% !important;
}

.input_file-contacts {
	margin-top: -20px !important;
}

/*-----General and Assembly Page-----*/

.general {
	background: url(../img/drawings-bac.jpg) no-repeat fixed center center/ cover;
	padding: 50px 0;
	text-align: center;
}

.general-wrap-title {
	font-size: 28px;
}

.general-list__title {
	font-size: 20px;
	background-color: #117187;
	padding: 10px;
	margin: 30px 0;
	color: #fff;
}

.general-list__pic {
	width: 60%;
	margin-bottom: 30px;
	box-shadow: 2px 2px 10px rgb(146 146 146 / 66%);
	border: 1px solid #000;
}

/*----------Animation----------*/

/*-----Popup-start-----*/

/*Ð¢Ñ‘Ð¼Ð½Ð°Ñ Ñ‚ÐµÐ¼Ð° Ð´Ð»Ñ popup*/

.box-modal {
	position: relative;
	width: 500px;
	padding: 25px 15px 25px 15px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
	border-radius: 6px;
}

.form-popup {
	width: 100%;
}

.popup-title {
	color: #fff;
}

.form-span {
	font-size: 30px;
	text-align: center;
	display: block;
}

.form-span span {
	font-size: 22px;
}

.form-span br {
	display: none;
}

.box-modal_close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 25px;
	line-height: 15px;
	color: #999;
	cursor: pointer;
}

.box-modal_close:hover {
	color: #666;
}

.send-form {
	margin-top: 20px;
	border: 3px solid #117187;
	padding: 20px;
}

.send-form input,
.send-form textarea {
	display: block;
	border: 1px solid #ededed;
	border-radius: 5px;
	padding: 12px;
	width: 100%;
	margin-bottom: 30px;
	font-size: 18px;
}

.send-btn {
	background-color: #117187;
	padding: 10px 15px;
	border: 2px solid #117187;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 0.06em;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	width: 40%;
	text-align: center;
}

.send-btn:hover {
	background-color: #fff;
	color: #117187;
}

/*Ð—Ð°Ð¼ÐµÐ½Ð° input Ñ Ð²Ð»Ð¾Ð¶ÐµÐ½Ð¸ÐµÐ¼ Ð½Ð°Ñ‡Ð°Ð»Ð¾*/
.input_file {
	position: relative;
	margin: -5px 0 10px 0;
}

.input_file input[type='file'] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: relative;
	z-index: 2;
	cursor: pointer;
	height: 60px;
	width: 100%;
}

.fake_file {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
}

.fake_file input[type='button'] {
	border-radius: 17px;
	behavior: url(PIE.htc);
	height: 40px;
	background-color: #117187;
	border: none;
	color: #fff;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
		'Lucida Sans', Arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
	width: 50%;
	margin-right: 10px;
	padding: 5px 10px;
	margin-bottom: 15px;
}
.fake_file_input {
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	behavior: url(PIE.htc);
	position: relative;
	top: 2px;
	font-size: 20px;
	width: 210px;
}

.clear_input {
	margin-top: -20px;
	display: none;
}
/*Ð—Ð°Ð¼ÐµÐ½Ð° input Ñ Ð²Ð»Ð¾Ð¶ÐµÐ½Ð¸ÐµÐ¼ ÐºÐ¾Ð½ÐµÑ†*/

/*-----Popup-finish-----*/

/*Arrow-up start*/

#back-top {
	position: fixed;
	bottom: 10px;
	right: 0px;
	z-index: 50;
}

#back-top a {
	width: 55px;
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}

.arrow-up {
	text-shadow: 1px 1px 2px #000;
}

#back-top span {
	width: 55px;
	height: 1600px;
	display: block;
	margin-bottom: 7px;
	padding: 10px;
	background: url('../img/arrow-up.png') no-repeat bottom center;
	transition: 1s;
	position: relative;
	z-index: 60;
}
/*Arrow-up finish*/

/*Slider start*/

.slider-main,
.slide-track {
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slider-main,
.slide-link.slick-active img {
	transform: scale(1);
	animation: animate 5s 1 ease-in-out;
}

@keyframes animate {
	from {
		transform: scale(1.3) translate(0px);
	}
	to {
		transform: scale(1) translate(0px);
	}
}

.offer {
	transform: scale(1);
	animation: animatic 5s 1 ease-in-out;
}

@keyframes animatic {
	from {
		transform: scale(0.7) translate(0px);
	}
	to {
		transform: scale(1) translate(0px);
	}
}
/*Slider finish*/

/*Preloader start*/

#load {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 100;
}

#load div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#load div p {
	margin-top: 20px;
	color: #000;
}

/*Preloader finish*/

/*ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¼ÐµÐ´Ð°Ð»ÑŒÐ¾Ð½Ð¾Ð² Ð½Ð°Ñ‡Ð°Ð»Ð¾*/

.team-wrap {
	animation-name: medalion;
	animation-duration: 4s;
	/*animation-iteration-count: infinite;*/
	animation-timing-function: linear;
	width: 100%;
}

@keyframes medalion {
	0% {
		width: 40%;
		margin: 0 0 0 auto;
	}

	25% {
		width: 40%;
		margin: 0 0 0 auto;
	}

	50% {
		width: 40%;
		margin: 0 0 0 auto;
	}

	75% {
		width: 40%;
		margin: 0 0 0 auto;
	}

	85% {
		width: 70%;
		margin: 0;
	}

	100% {
		width: 100%;
		margin: 0;
	}
}
/*ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¼ÐµÐ´Ð°Ð»ÑŒÐ¾Ð½Ð¾Ð² ÐºÐ¾Ð½ÐµÑ†*/

/*----------Media Queries----------*/

/*1200-1440px*/

@media screen and (max-width: 1600px) {
	.container {
		width: 1140px;
	}

	.about__info {
		font-size: 22px;
	}

	.contacts-foto span {
		height: 300px;
	}

	/*Prices Page*/

	.price {
		width: 40%;
		height: 200px;
	}

	.prices-info p {
		font-size: 21px;
	}

	.price p {
		font-size: 18px;
	}

	/*Services Page*/

	.info-wrap {
		width: 70%;
	}

	.calculation__list li {
		font-size: 23px;
	}

	/*Drawings Page*/

	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
	.lb-outerContainer {
		height: 800px !important;
	}

	.lightbox .lb-image {
		height: 758px !important;
	}
	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
}

/*992-1200px*/

@media screen and (max-width: 1350px) {
	.container {
		width: 930px;
	}

	.nav {
		width: 70%;
	}

	.nav-item {
		font-size: 18px;
	}

	.about__info {
		width: 90%;
		font-size: 18px;
	}

	.benefits__element {
		width: 23%;
	}

	.benefits__number {
		font-size: 80px;
	}

	/*Services Page*/

	.info-wrap {
		width: 80%;
	}

	.calculation__list li {
		font-size: 20px;
	}

	/*Prices Page*/

	.price {
		width: 47%;
		height: 170px;
		padding-top: 60px;
	}

	.prices-info {
		width: 80%;
	}

	.prices-info p {
		font-size: 19px;
	}

	.price p {
		font-size: 14px;
	}

	/*Contacts Page*/

	.team-item img {
		width: 160px;
	}

	.pics-66 {
		width: 140px;
	}

	.visit-tel {
		font-size: 28px;
	}

	.contacts-foto span {
		height: 250px;
	}

	.mail {
		font-size: 18px;
	}

	/*Drawings Page*/

	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
	.lb-outerContainer {
		height: 640px !important;
	}

	.lightbox .lb-image {
		height: 605px !important;
	}
	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
}

/*768-992px*/

@media screen and (max-width: 992px) {
	.container,
	.container {
		width: 700px;
	}

	.offer {
		width: 75%;
	}

	.offer__title br {
		display: block;
	}

	.navigation {
		margin-top: 0;
	}

	.nav {
		width: 90%;
	}

	.about__info {
		width: 90%;
	}

	.trigger {
		width: 90%;
		margin: 0 auto 30px auto;
		text-align: center;
	}

	.facts {
		padding: 50px 0 30px 0;
	}

	.facts-title:before {
		left: 10%;
	}

	.facts-title:after {
		right: 10%;
	}

	.fact-wrap {
		margin-top: 60px;
	}

	.benefits__element {
		width: 45%;
		margin-bottom: 20px;
	}

	/*Services Page*/

	.info-wrap {
		width: 100%;
	}

	/*Project Page*/

	.project-model {
		width: 47%;
	}

	.arcticmodal-container_i {
		width: 80%;
	}

	/*Prices Page*/

	.price {
		padding-bottom: 15px;
		width: 35% !important;
		margin-bottom: 30px;
	}

	.prices-info {
		width: 90%;
	}

	.prices-info p {
		font-size: 16px;
	}

	.price p {
		font-size: 17px;
	}

	.prices-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.steel-link {
		margin-top: 50px;
	}

	/*Contacts Page*/

	.team-wrap {
		justify-content: space-around;
	}

	.team-item {
		width: 33%;
		margin-bottom: 20px;
	}

	.team-item-rectangle {
		width: 95%;
	}

	.team-item-rectangle-boss {
		text-align: right;
	}

	.team-item img {
		width: 120px;
	}

	.pics-66 {
		width: 180px;
	}

	.team-title-66 {
		left: 50%;
	}

	.contacts {
		padding: 60px 0;
	}

	.contacts-foto {
		justify-content: normal;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.contacts-foto span {
		width: 80%;
		height: 320px;
		margin: 0 auto 30px auto;
		border: 4px solid #fff;
		box-shadow: 2px 2px 6px rgb(154 154 154 / 68%);
	}

	.contacts-text {
		width: 95%;
	}

	.email,
	.contacts-form {
		width: 90%;
		margin: 0 auto 30px;
	}

	.contacts-foto span {
		width: 100%;
	}

	/*Drawings Page*/

	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
	.lb-outerContainer {
		height: 500px !important;
	}

	.lightbox .lb-image {
		height: 476px !important;
	}
	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
}

/*576-768px*/

@media screen and (max-width: 768px) {
	.container,
	.container {
		width: 530px;
	}

	.lb-outerContainer {
		height: 70vh !important;
	}

	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 20px;
	}

	.heading {
		width: 100%;
	}

	.slick-dots {
		top: 15%;
	}

	/*-----burger-start-----*/

	.nav {
		display: none;
	}

	.burger-logo {
		width: 30%;
		justify-content: center;
		display: flex;
		margin: 90px auto 20px;
	}

	.burger-logo img {
		width: 70%;
	}

	.header__burger {
		display: block;
		width: 160px;
		height: 15px;
		position: relative;
		z-index: 50;
		background-color: transparent;
		margin: auto;
	}

	.header__burger p {
		font-size: 16px;
		text-align: right;
	}
	.header__burger span {
		position: absolute;
		background-color: #000;
		left: 50%;
		transform: translate(-50%, 0);
		width: 20%;
		height: 2px;
		top: 11px;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before,
	.header__burger:after {
		content: '';
		background-color: #000;
		position: absolute;
		width: 20%;
		height: 2px;
		left: 50%;
		transform: translate(-50%, 0);
		transition: all 0.3s ease 0s;
	}
	.header__burger:before {
		top: 0;
	}
	.header__burger:after {
		bottom: -8px;
	}

	.header__burger.active span,
	.header__burger.active p {
		display: none;
	}

	.header__burger.active:before {
		transform: rotate(45deg);
		top: 42%;
		left: 45%;
		width: 35px;
		position: fixed;
		/*transform: translate(-50%, 0);*/
	}
	.header__burger.active:after {
		transform: rotate(-45deg);
		top: 42%;
		left: 45%;
		width: 35px;
		position: fixed;
		/*transform: translate(-50%, 0);*/
	}

	.header__menu {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		transition: all 0.3s ease 0s;
		background-color: #fff;
		padding: 20px 10px 20px 10px;
	}

	.header__menu.active {
		top: 0;
		z-index: 10;
	}

	.nav {
		display: block;
	}
	.nav li {
		margin: 0px 0px 7px 0px;
	}

	/*-----burger-finish-----*/

	.about__info {
		width: 100%;
		font-size: 16px;
	}

	.trigger__info {
		font-size: 16px;
	}

	.about,
	.merits {
		padding: 20px 0;
	}

	.project-model {
		width: 100%;
	}

	/*Projects Page*/

	.arcticmodal-container_i {
		width: 100%;
	}

	/*Drawings Page*/

	.drawings-wrap {
		justify-content: normal;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.drawing {
		width: 100%;
		margin-bottom: 20px;
	}

	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
	.lb-outerContainer {
		height: 375px !important;
	}

	.lightbox .lb-image {
		height: 354px !important;
	}
	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/

	/*Prices Page*/

	.prices {
		padding-bottom: 40px;
	}

	.prices-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.prices-info p {
		font-size: 12px;
		padding-right: 35px;
	}

	.prices-info {
		margin-top: 0;
	}

	.price {
		width: 45% !important;
	}

	.price p {
		font-size: 16px;
	}

	.prices-info p span {
		margin-right: -10px;
	}

	/*Services Page*/

	.info-wrap {
		padding: 30px 20px;
	}

	.calculation__list li {
		font-size: 15px;
	}

	/*Contacts Page*/

	.team {
		position: relative;
	}

	.team-wrap {
		flex-wrap: wrap;
	}

	.team-item {
		width: 40%;
	}

	.team-item img {
		width: 150px;
	}

	.contacts-foto {
		width: 100%;
	}

	.contacts-foto span {
		height: 240px;
	}

	.contacts-list {
		font-size: 16px;
	}

	.contacts-foto span {
		height: 276px;
	}

	.pics {
		box-shadow: none;
	}
}

/*460-576px*/

@media screen and (max-width: 576px) {
	.container,
	.container {
		width: 90%;
	}

	#back-top-2 {
		display: none !important;
	}

	.slide-link img {
		height: 600px;
	}

	.lb-outerContainer {
		height: 60vh !important;
	}

	.general-list__pic {
		width: 75%;
	}

	.facts-title:before,
	.facts-title:after {
		display: none;
	}

	.about-list {
		width: 100%;
	}

	.projects-link {
		padding-bottom: 30px;
	}

	.project-links__item {
		width: 90%;
		margin-bottom: 40px;
	}

	/*Services Page*/

	.info-wrap {
		padding: 20px 10px;
	}

	.calculation__title {
		font-size: 20px;
	}

	.calculation__list li {
		font-size: 14px;
		letter-spacing: 0;
	}

	/*Prices Page*/

	.form-tel {
		justify-content: space-around;
	}

	.prices-wrap {
		margin: 30px auto 0 auto;
	}

	.steel-link {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.prices {
		padding-top: 0;
	}

	.prices-info {
		width: 100%;
	}

	.prices-info p {
		padding: 25px 15px;
		font-size: 11px;
		margin-bottom: 20px;
	}

	.box-modal {
		width: 100%;
	}

	.form-span {
		font-size: 25px;
	}

	.form-send-btn {
		width: 100%;
	}

	.price {
		padding-top: 55px;
		height: 150px;
	}

	.price p {
		font-size: 12px;
	}

	/*.prices-intro-2, .prices-intro-3 {
		display: none;
	}*/

	.form-buttons {
		justify-content: normal;
		flex-direction: column;
	}

	.form-whatsapp {
		display: block;
		text-align: center;
		font-size: 25px;
	}

	.form-whatsapp i {
		color: #117187;
		margin: 25px auto;
		font-size: 40px;
	}

	.form-tel {
		width: 100%;
	}

	.input_file {
		display: none;
	}

	/*Contacts Page*/

	.contacts-foto span {
		height: 270px !important;
	}

	.contacts-socials {
		justify-content: normal;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.contacts-socials__link {
		font-size: 14px;
		width: 90%;
		margin: 0 auto 30px auto;
	}

	.contacts-send-btn {
		width: 100%;
	}

	.team-medalion-title {
		font-size: 17px;
	}

	.team-medalion-title br {
		display: block;
	}

	.team-medalion {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		width: 90%;
		margin-bottom: 30px;
	}

	.team-item-6 {
		display: block;
	}

	.team-item-links {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 20px auto 0;
		width: 80%;
	}

	.team-item-links a {
		background-color: #117187;
		border-radius: 10px;
		display: block;
		width: 55px;
		height: 55px;
	}

	.team-item-links i {
		display: block;
		color: #fff;
		font-size: 25px;
		line-height: 50px;
		text-align: center;
	}

	.whatsapp i {
		font-size: 30px;
	}

	.konus-wrap {
		position: absolute;
		bottom: 49%;
		right: 34px;
		z-index: -1;
	}

	.konus {
		width: 40%;
		/* position: absolute; */
		z-index: -1;
	}

	.konus-6 {
		display: block;
		/* right: 40px;
		top: 100px;	 */
		transform: rotate(-5deg);
	}

	.pics:hover {
		box-shadow: none;
	}

	.pics:hover + .team-title {
		font-size: 30px;
	}

	.team-title:hover {
		font-size: 30px;
	}

	/*ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑÑ‚Ñ€ÐµÐ»ÐºÐ°-ÑƒÐºÐ°Ð·Ð°Ñ‚ÐµÐ»ÑŒ - Ð½Ð°Ñ‡Ð°Ð»Ð¾*/

	/*.arrow-7 {
		display: block;
	}

	.arrow-7 span {
	    display: block;
	    width: 20px;
	    height: 20px;
	    border-bottom: 5px solid #337AB7;
	    border-right: 5px solid #337AB7;
	    transform: rotate(-135deg);
	    margin: 5px auto 0 auto;
	    animation: arrow-7 2s infinite;
	}
	.arrow-7 span:nth-child(2){
	    animation-delay: -0.2s;
	}
	.arrow-7 span:nth-child(3){
	    animation-delay: -0.4s;
	}
	@keyframes arrow-7 {
	    0%{
	        opacity: 0;
	        transform: rotate(-135deg) translate(-20px,-20px);
	    }
	    50%{
	        opacity: 1;
	    }
	    100%{
	        opacity: 0;
	        transform: rotate(-135deg) translate(20px,20px);
	    }
	}*/

	/*ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð°Ñ ÑÑ‚Ñ€ÐµÐ»ÐºÐ°-ÑƒÐºÐ°Ð·Ð°Ñ‚ÐµÐ»ÑŒ - ÐºÐ¾Ð½ÐµÑ†*/

	.team-medalion img {
		display: block;
		width: 27%;
		margin-left: -30px;
		cursor: pointer;
	}

	.team-item {
		display: none;
		width: 100%;
	}

	.team-item-6 {
		display: block;
		margin: 10px auto;
		position: relative;
	}

	.team-item img {
		width: 300px;
		max-width: 100%;
	}

	.team-title span {
		font-size: 24px;
	}

	.team-title {
		font-size: 30px;
		opacity: 1;
		bottom: 30%;
	}

	.team-title-6 {
		bottom: 35%;
	}

	.team-item-6 span {
		color: #117187;
	}

	.team-item span {
		font-size: 22px;
	}

	.email {
		display: none;
	}

	.email,
	.contacts-form {
		width: 100%;
	}

	.team-subtitle {
		margin: 0;
	}

	.form-title br {
		display: block;
	}

	.form-title-contacts {
		font-size: 18px;
	}

	/*Project Page* Ð’Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ðµ/*/

	.project-model {
		margin: 0 auto 40px auto;
	}

	/*Drawings Page

	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
	.lb-outerContainer {
		height: 300px !important;
	}

	.lightbox .lb-image {
		height: 275px !important;
	}
	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
}

/*320-460px*/

@media screen and (max-width: 460px) {
	.container,
	.container {
		width: 90%;
	}

	.slide-link img {
		height: 300px;
	}

	h1 {
		font-size: 28px;
		margin-bottom: 20px 0;
	}

	.offer__subtitle {
		font-size: 20px;
	}

	.offer {
		padding: 50px 0;
	}

	.logo img {
		width: 100px;
	}

	.header__menu {
		padding-top: 25px;
	}

	.burger-logo {
		margin: 230px auto 20px;
	}

	.about {
		padding: 10px 0 30px 0;
	}

	.about__info {
		font-size: 16px;
	}

	.benefits__element {
		width: 100%;
	}

	.benefits__number {
		font-size: 70px;
	}

	.konus-main {
		top: 135px;
	}

	/*Services Page*/

	.offer__title-inner br {
		display: block;
	}

	.info-wrap {
		padding: 20px 15px;
	}

	.calculation__list li {
		padding-right: 10px;
	}

	/*Project Page*/

	.projects-wrap a {
		width: 90%;
		margin: 0 auto 20px auto;
	}

	/*Prices Page*/

	.form-tel {
		justify-content: space-between;
	}

	.prices-wrap {
		width: 90%;
	}

	.prices-head {
		display: none;
	}

	.prices {
		padding-top: 30px;
	}

	.prices-info p {
		font-size: 14px;
	}

	.prices-info p span {
		padding: 3px 10px;
	}

	.price {
		padding-top: 85px;
		width: 80% !important;
		height: 200px;
		margin-bottom: 40px;
	}

	.price p {
		font-size: 16px;
	}

	.form-span {
		font-size: 18px;
	}

	.send-form input,
	.send-form textarea {
		font-size: 12px;
	}

	.fake_file input[type='button'] {
		font-size: 10px;
	}

	/*Contacts Page*/

	.team-item {
		width: 80%;
	}

	.contacts-foto span {
		width: 100%;
		height: 235px !important;
	}

	.team-subtitle-mail {
		font-size: 16px;
	}

	.team-title {
		bottom: 35%;
	}

	.team-title-6 {
		bottom: 40%;
	}

	.team-item-rectangle {
		width: 100%;
	}

	.team-subtitle {
		letter-spacing: 0.15em;
		bottom: 3%;
	}

	.contacts-list {
		font-size: 16px;
	}

	.team-subtitle-mail {
		font-size: 14px;
	}

	.mail a {
		margin-right: 20px;
	}

	.mail p {
		display: none;
	}

	.konus-6 {
		right: 35px;
	}

	/*Drawings Page*/

	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
	.lb-outerContainer {
		height: 250px !important;
	}

	.lightbox .lb-image {
		height: 222px !important;
	}
	/*Ð“Ð°Ð»Ð»ÐµÑ€ÐµÑ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ ÑÐºÑ€Ð°Ð½Ð°*/
}

.justify {
	text-align: justify;
	/*width: 100%;*/
}
