body {
	background-color:#fff;
}

.page_internal {
	margin-top: 82px;
    min-height: calc(100vh - 82px);
}

.row {
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
	position: relative;
}

header {
	position:fixed;
	top:0;
	width:100%;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	border-bottom: 2px solid #1c2529;
	z-index:99;
}

header.fixed {
	background-color:#1c2529;
}

header .row {
	display:flex;
}

header .phone {
	padding: 32px 0;
    position: absolute;
    right: 0;
}

header .phone a {
	color: #e5e5e5;
    font-weight: 600;
    font-size: 16px;
}

header .phone i {
    margin-right: 6px;
}

header .logo {
	display: flex;
    align-items: center;
}

header .logo img {
	height: 60px;
}

header .logo a {
	color:#e5e5e5;
	font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

header .logo a sup {
	font-size: 12px;
    vertical-align: super;
    margin-left: 6px;
}

footer {
	width:100%;
}

footer .copy {
	background:#1c2529;
	color:#fff;
	text-align:center;
	padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
}

footer .copy a {
	color:#fff;
	text-decoration:underline;
}

footer .copy a:hover {
	text-decoration:none;
}

footer .block_form {
	width: 100%;
    padding: 96px 0;
	background:#1fc3ca;
}

footer .block_form .title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
	color:#1c2529;
}

footer .block_form .blocks {
    width: 100%;
    display: flex;
}

footer .block_form .blocks .item {
    width: calc(50% - 35px);
    float: left;
    padding-left: 35px;
}

footer .block_form .blocks .item:first-child {
    padding-left: 0;
    padding-right: 35px;
}

footer .block_form .blocks .item .text {
    text-align: right;
    font-size: 90px;
    font-weight: 700;
	margin-top: 20px;
}

footer .block_form .blocks .form_project {
    width: 70%;
    height: auto;
	list-style: none;
}

footer .block_form .blocks .form_project li {
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 32px;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
	font-size: 17px;
	color: #1c2529;
	max-width: 430px;
}

footer .block_form .blocks .form_project li label {
    position: absolute;
    pointer-events: none;
    color: #1c2529;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    left: 1em;
    top: 15px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

footer .block_form .blocks .form_project li input {
    width: calc(100% - 16px);
    height: 50px;
    font-size: 17px;
    font-weight: 400;
    color: #1c2529;
    background: 0 0;
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #1c2529;
    padding-left: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

footer .block_form .blocks .form_project li textarea {
    width: calc(100% - 16px);
    height: 38px;
    font-weight: 400;
    font-size: 17px;
    color: #1c2529;
    background: 0 0;
    -webkit-appearance: none;
    box-shadow: none!important;
    border: none;
    position: relative;
    border-bottom: 1px solid #1c2529;
    padding: 16px 0 0 16px;
    transition: all .3s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

footer .block_form .blocks .form_project .wpcf7-submit {
	font-size: 16px;
    font-weight: 700;
    color: #1fc3ca;
    text-transform: uppercase;
    background: #1c2529;
    padding: 15px 56px;
    width: auto;
    height: auto;
    float: right;
	cursor:pointer;
}

.active_label {
    left: 16px!important;
    top: -15px!important;
    font-size: 11px!important;
}

footer .block_form .blocks .item .social {
	display:block;
	margin-top: 30px;
}

footer .block_form .blocks .item .social .circle {
	float:right;
	width:50px;
	height:50px;
	background:#1c2529;
	border-radius:50%;
	margin-left:15px;
	display: flex;
    align-items: center;
    justify-content: center;
	transition:0.3s;
}

footer .block_form .blocks .item .social .circle:hover {
	background:#15888d;
}

footer .block_form .blocks .item .social .circle i {
	font-size:16px;
	color:#1fc3ca;
	transition:0.3s;
}

footer .block_form .blocks .item .social .circle:hover i {
	color:#080b0c;
}

section.block_1 {
	height: 100vh;
    position: relative;
    border-bottom: 1px solid #1c2529;
    display: flex;
    background-position: inherit;
    background-repeat: no-repeat;
    background-size: cover;
	background-attachment: fixed;
}

section.block_1 .follow {
	width: 120px;
    height: calc(100% - 82px);
    min-width: 120px;
    border-right: 1px solid #1c2529;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 82px;
    background-color: rgba(0,0,0,0.6);
}

section.block_1 .follow .text {
	font-size:12px;
	font-weight:600;
	color:#e5e5e5;
	text-transform: uppercase;
	transform: rotate(270deg);
	min-width: max-content;
}

section.block_1 .follow .line {
	margin:96px 0 30px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

section.block_1 .follow .line .hr {
	height:134px;
	width:1px;
	background:#e5e5e5;
}

section.block_1 .social .item {
	text-align:center;
	margin-bottom: 20px;
}

section.block_1 .social .item a {
	color:#e5e5e5;
	font-size:16px;
}

section.block_1 .social .item a:hover {
	color:#666666;
}


section.block_1 .blocks {
	width:100%;
	display: flex;
	height: 100%;
	margin-left: 60px;
}

section.block_1 .blocks .item {
	width:100%;
	height: 100%;
	position:relative;
}

section.block_1 .blocks .item:first-child {
	text-align:left;
	display: flex;
}

section.block_1 .blocks .item .block {
	position: absolute;
    top: 240px;
}

section.block_1 .blocks .item .title {
	font-size: 40px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
	opacity:0;
}

section.block_1 .blocks .item .text_2 {
	margin: 20px 0;
    font-weight: 700;
	position:relative;
	display:inline-block;
}

section.block_1 .blocks .item .text_2:before {
	content: '';
    display: block;
    position: absolute;
    height: 8px;
    right: 0;
    bottom: 10px;
    left: 0;
    background-color: #e5e5e5;
    z-index: 0;
}

section.block_1 .blocks .item .text_2 span {
    font-size: 78px;
    display: inline-block;
    line-height: 1.2;
    z-index: 1;
    position: inherit;
}

section.block_1 .blocks .item .text_2 .prefix {
	font-size: 42px;
}

section.block_1 .blocks .item .text_3 {
	font-size: 21px;
    color: #141414;
    line-height: 1.688;
	max-width: 660px;
}

section.block_1 .blocks .item .button a, section.block_1 .blocks .item .button span {
	background: #1c2529;
    color: #fff;
	font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 32px;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 30px;
    transition: 0.3s;
	cursor:pointer;
}

section.block_1 .blocks .item .button a:hover, section.block_1 .blocks .item .button span:hover {
	background: #fff;
	color: #1c2529;
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.block_1 .scroll {
	display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 26px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

.block_1 .scroll:before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 4px;
    width: 2px;
    height: 35px;
    background: #1c2529;
    content: ' ';
}

.block_1 .scroll .line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    z-index: -1;
    width: 20px;
    height: 120px;
    background-color: #1fc3ca;
}

.block_1 .scroll .text {
	position: absolute;
    bottom: 35px;
    left: -5px;
    width: max-content;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    background-color: rgba(0,0,0,0.8);
    padding: 3px 6px;
}

.block_1 .scroll .arrow-down {
	display: block;
    margin: 0 auto;
    width: 10px;
    height: 48px;
}

.block_1 .scroll .arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    margin-right: 1px;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1c2529;
    border-right: 2px solid #1c2529;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

section.section_front {
	padding:96px 0;
}

.title_front_page {
	font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #1c2529;
    margin-bottom: 60px;
	opacity:0;
}

section.block_2 {
	background: #1c2529;
}

section.block_2 h2 {
	color:#1fc3ca;
}

section.block_2 .profit {
	display: grid;
    grid-template-columns: 50% 50%;
    grid-template-areas: "a b";
    width: 100%;
    margin: 0 auto;
}

section.block_2 .profit .item {
	text-align: center;
    border-radius: 10px;
    height: calc(100% - 82px);
    margin-bottom: 30px;
    padding: 30px;
	transition:0.2s;
	opacity:0;
}

section.block_2 .profit .item span {
	color: #1c2529;
	display:block;
}

section.block_2 .profit .item img {
	display: inline-block;
}

section.block_2 .profit .item .title {
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
	color:#1fc3ca;
}

section.block_2 .profit .item .text {
	line-height: 1.4;
    font-size: 18px;
	color:#1fc3ca;
}

section.block_3 {
	background: #fff;
	padding: 96px 0 0 0;
}

section.block_3 .services {
	display: grid;
    grid-template-columns: 360px 390px 390px;
    grid-template-areas: "a b c";
    width: 1140px;
    margin: 0 auto;
}

section.block_3 .services .item {
	background-color: #fff;
	text-decoration: none;
    float: right;
    position: relative;
    margin: 0 0 30px 30px;
    width: 360px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.50);
	border-radius:5px;
	transition:0.2s;
	opacity:0;
}

.opacity_active {
	opacity:1!important;
}

section.block_3 .services .item:hover {
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.70)
}

section.block_3 .services .item:nth-child(3n + 1) {
	margin: 0 0 30px 0;
}

section.block_3 .services .item a {
	display:block;
}

section.block_3 .services .item img {
	border-radius: 5px 5px 0 0;
}

section.block_3 .services .item span {
	display:block;
	padding: 0 16px;
}


section.block_3 .services .item .img {
	padding: 0;
    height: 200px;
    overflow: hidden;
}

section.block_3 .services .item .title {
	color: #1c2529;
    padding-top: 16px;
    font-size: 22px;
    font-weight: 600;
}

section.block_3 .services .item .price {
	margin: 16px 0;
    font-size: 14px;
    font-weight: 700;
    color: #1fa6ca;
}

section.block_3 .services .item .text {
	padding-bottom: 16px;
    color: #1c2529;
    font-size: 15px;
    line-height: 1.4;
}

section.block_4 .clients .item {
	display: flex;
    align-items: center;
    justify-content: center;
	width: calc(100% - 66px);
    height: 130px;
	padding:30px;
	border:2px solid #77a3b3;
}

.block_4 .owl-nav {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	position: absolute;
    width: 40px;
    height: 40px;
    background:#77a3b3!important;
    font-size: 0px!important;
	transition:0.3s;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background:#1fc3ca!important;
}

.owl-nav .owl-prev {
    left: -60px;
}

.owl-nav .owl-next {
    right: -60px;
}

.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
    font-family: 'Linearicons-Free';
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.owl-nav .owl-prev:before {
    content: '\e875';
    left: calc(50% - 2px);
}

.owl-nav .owl-next:before {
    content: '\e876';
    right: calc(50% - 2px);
}

.thank-you, .error_404 {
	display: flex;
    align-items: center;
    justify-content: center;
	background-position: top!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.thank-you .block, .error_404 .block {
	width: 550px;
    text-align: center;
    padding: 30px;
    background: rgba(0,0,0,0.4);
    border-radius: 0;
	border-radius: 10px;
}

.thank-you .block .title, .error_404 .block .title {
	font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d6d6d6;
}

.thank-you .block .text, .error_404 .block .text {
	margin: 20px 0 30px 0;
    line-height: 1.6;
    font-size: 20px;
	color:#d6d6d6;
}

.thank-you .block .button a, .error_404 .block .button a {
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e0e0e0;
    background: #515151;
    padding: 8px 16px;
}

.thank-you .block .button a:hover, .error_404 .block .button a:hover {
	color:#e0e0e0;
	background: #3d3d3d;
}

.breadcrumb_line {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#breadcrumbs {
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
	color:#1c2529;
}

#breadcrumbs a {
	color:#1c2529;
	text-decoration:underline;
	font-weight: 700;
}

#breadcrumbs i {
	font-size: 10px;
}

#breadcrumbs .breadcrumb_last {
	color:#1fc3ca;
}

#breadcrumbs a:hover {
	text-decoration:none;
}

.single_page .row {
	display:flex;
}

.single_page .sidebar {
	min-width: 327px;
    max-width: 327px;
    padding: 40px 0 40px 45px;
}

.single_page .block {
	padding:40px 45px 40px 0;
	color:#1c2529;
	border-right: 1px solid #ccc;
	min-height: calc(100vh - 220px);
	width:calc(100% - 423px);
}

.page-template-contacts .single_page .row {
	padding: 40px 0;
}

.single_page .block h1, .page-template-contacts h1 {
	font-weight: 700;
    font-size: 35px;
    margin-bottom: 40px;
}

.single_page .block p {
	font-size: 18px;
    line-height: 1.4;
    padding-bottom: 18px;
}

.single_page .block strong {
	font-weight:700;
}

.single_page .block img {
	max-width: 100%;
    height: auto;
}

.single_page .block ul {
	list-style: none;
    padding: 0 0 18px 0;
}

.single_page .block ul ul {
	padding: 18px 0 0 0;
}

.single_page .block ul li {
	padding-bottom: 10px;
	padding-left: 22px;
    line-height: 1.4;
	position: relative;
	font-size: 18px;
}

.single_page .block ul li:before {
	content: "\2714";
    color: #1fc3ca;
    position: absolute;
    left: 0;
}

.single_page .block ul ul li:before {
	content:none;
}

.single_page .block h2, .single_page .block h3, .single_page .block h4, .single_page .block h5, .single_page .block h6 {
	font-size: 24px;
    font-weight: 700;
    padding-bottom: 22px;
}

.order_service {
	width: calc(100% - 40px);
    border: 2px solid #999;
    padding: 30px 20px 20px 20px;
	position: relative;
}

.order_service .title {
	font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    background: #fff;
    padding: 0 15px;
}

.order_service .line {
	margin-bottom: 12px;
}

.order_service .line input {
	padding: 8px 10px;
    width: calc(100% - 24px);
    border: 2px solid #999;
    color: #1c2529;
    font-size: 14px;
}

.order_service .line input:focus {
	border-color:#1c2529;
}

.order_service .line input::placeholder {
  color: #1c2529;
}

.order_service .button {
	text-align:center;
}

.order_service .button input {
	font-size: 12px;
    font-weight: 700;
    color: #1c2529;
    text-transform: uppercase;
    background: #1fc3ca;
	border:1px solid #1fc3ca;
    padding: 8px 10px;
    width: auto;
    height: auto;
	cursor:pointer;
	transition:0.3s;
	margin-top: 20px;
}

.order_service .button input:hover {
	color: #1fc3ca;
	background: #1c2529;
	border:1px solid #1c2529;
}

section.block_7 {
	 background: #b8e3ea;
}

section.block_4 {
	background: linear-gradient(to bottom, #fff, #bbedef);
	padding: 96px 0 0 0;
}

section.block_5 {
	background: linear-gradient(to bottom, #bbedef, #95cce0);
	padding: 96px 0 0 0;
}

section.block_5 .block {
	display:flex;
}

section.block_5 .block .item {
	width:50%;
}

section.block_5 .block .item .text {
	
}

section.block_5 .block .item .text h2 {
	font-size: 26px;
	line-height: 1.5;
    margin-bottom: 24px;
}

section.block_5 .block .item .text p {
	font-size: 18px;
    line-height: 1.5;
    padding-bottom: 25px;
}

.block_6 {
	padding: 96px 0 96px 0;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #95cce0;
}

.block_6 .block {
	width: 700px;
}

.block_6 .items {
	display: grid;
    grid-template-columns: 350px 350px;
    grid-template-areas: "
		a b
		a b
	";
    width: 700px;
}

.block_6 .block .item {
	padding:16px;
	margin-left:16px!important;
	background-color: #aad6e6;
	border-radius: 6px;
    color: #1c2529;
}

.block_6 .block .item:first-child, .block_6 .block .item:nth-child(3) {
	margin-left:0!important;
}

.block_6 .block .item:nth-child(1), .block_6 .block .item:nth-child(2) {
	margin-bottom:16px;
}

.block_6 .block .item .heading {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.block_6 .block .item .text {
	line-height: 1.4;
}

.page-template-portfolio .content {
	
}

.page-template-portfolio .content .portfolio_item {
	width: 274px;
    height: 274px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 20px 20px 0;
	position:relative;
}

.page-template-portfolio .content .portfolio_item:nth-child(3n+3) {
    margin-right: 0;
}

.page-template-portfolio .content .portfolio_item .heading {
	position: absolute;
    bottom: 0;
	right: 0;
    display: block;
    width: calc(100% - 32px);
    padding: 16px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.single-portfolio .photos .item {
	width: 274px;
    height: 274px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 20px 20px 0;
	position:relative;
}

.single-portfolio .photos .item:nth-child(3n+3) {
	margin-right:0;
}

.single-portfolio .photos .item.youtube a:before {
	content: '\f144';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}

.single-portfolio .photos .item.youtube a:hover:before {
	color: #fc0017;
}

.category .content .post {
	margin-bottom:18px;
}

.category .content .post h2 {
	padding-bottom:12px;
}

.category .content .post h2 a {
	color:#1c2529;
	font-size: 21px;
}

.category .content .post .meta {
	font-size:14px;
}

.nice-select {
	width: 100%;
    border: 2px solid #999;
    border-radius: 0;
    height: 36px;
	line-height: 32px;
}

.block_7 .portfolio .item {
	position:relative;
}

.block_7 .portfolio .name {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size:24px;
	color:#fff;
	z-index:2;
}

.block_7 .portfolio .item:hover .name {
	
}

.block_7 .portfolio .bg {
	position:absolute;
	top:0;
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	z-index:1;
	transition:0.2s;
}

.block_7 .portfolio .bg:hover {
	background-color:rgba(0,0,0,0);
}

.nice-select.open {
	border-color:#1c2529;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}

.filter-grey {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.5s ease;
}

.filter-grey:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.text-focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


.page-template-contacts .single_page {
	position:relative;
	min-height: auto;
}

.page-template-contacts #map {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 670px;
    display: block;
}

.page-template-contacts .block {
	min-width: auto;
    width: auto;
    border: 0;
    padding: 0;
    min-height: auto;
    position: absolute;
    top: 110px;
    right: 60px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.page-template-contacts .block .item {
    margin-bottom: 36px;
}

.page-template-contacts .block .item:last-child {
	margin-bottom: 0;
}

.page-template-contacts .block .item .tit {
	font-size: 24px;
    font-weight: 600;
    color: #1c2529;
    margin-bottom: 12px;
}

.page-template-contacts .block .item .value, .page-template-contacts .block .item .value a {
	font-size: 18px;
    color: #1D282C;
}

.page-template-about {
	background: linear-gradient(to bottom, #bbedef, #95cce0);
}

.page-template-about .about_1 {
	background-position:center!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
	height:500px;
}

.page-template-about .about_1 .row {
	height:100%;
}

.page-template-about .about_1 .title {
	position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 56px;
}

.page-template-about .section_block {
	padding:42px 0 0 0;
}

.page-template-about .section_block:nth-child(4) {
	padding-bottom:42px;
}

.page-template-about .section_block .title_block {
	font-size:40px;
	font-weight:700;
}

.page-template-about .section_block .block {
	background:#95cce0;
	margin-top: 40px;
	width:100%;
	display:flex;
}

.page-template-about .section_block .block .text {
	padding:36px;
}

.page-template-about .section_block .block .img {
	max-width: fit-content;
}

.page-template-about .section_block .block p {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 18px;
}

.baner_b {
	position: absolute;
    top: 82px;
	border:0;
}

.baner_b #breadcrumbs {
	padding:10px 0;
	color:#fff;
}

.baner_b #breadcrumbs a {
	color: #fff;
}

.baner_b #breadcrumbs .breadcrumb_last {
    color: #b7b7b7;
}

.page-template-about .section_block .block ul {
	list-style: none;
    padding: 0 0 18px 0;
}

.page-template-about .section_block .block ul li {
	padding-bottom: 10px;
	padding-left: 22px;
    line-height: 1.4;
	position: relative;
	font-size: 18px;
}

.page-template-about .section_block .block li:before {
	content: "\2714";
    color: #1c2529;
    position: absolute;
    left: 0;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.slide-in-fwd-center {
	-webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-fwd-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
            transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}

@media (max-width: 1920px) {
	section.block_1 {
		background-size: cover;
	}
}

@media (max-width: 1460px) {
	.block_4 .owl-carousel {
	    width: calc(100% - 160px);
    	margin: 0 auto;
	}
}

@media (max-width: 1340px) {
	.row {
    	max-width: calc(100% - 64px);
	}
}

@media (max-width: 1224px) {	
	section.block_3 .services {
		grid-template-columns: 360px 390px;
		grid-template-areas: "a b";
		width: fit-content;
	}
	
	section.block_3 .services .item:nth-child(3n + 1) {
		margin: 0 0 30px 30px;
	}
	
	section.block_3 .services .item:nth-child(2n + 1) {
		margin: 0 0 30px 0;
	}
	
	section.section_front {
		padding: 60px 0;
	}
	
	.title_front_page {
		font-size: 24px;
	}
	
	section.block_3 {
		padding-bottom: 0;
	}
	
	.block_1 .scroll .line {
    	bottom: -15px;
		height: 90px;
	}
	
	section.block_2 .profit .item {
		margin-bottom: 0;
	}
	
	section.block_2 .profit .item img {
		width: 70px;
	}
	
	section.block_2 .profit .item .title {
		font-size: 16px;
	}
	
	section.block_2 .profit .item .text {
    	line-height: 1.4;
		font-size: 16px;
	}
	
	section.block_2 h2 {
		margin-bottom: 30px;
	}
	
	section.block_1 .blocks .item .title {
		font-size: 34px;
	}
	
	section.block_1 .blocks .item .title {
		font-size: 34px;
	}
	
	section.block_1 .blocks .item .text_2 span {
		font-size:48px;
	}
	
	section.block_1 .blocks .item .text_3 {
		font-size: 18px;
		line-height: 1.5;
	}
	
	section.block_1 .blocks .item .button a, section.block_1 .blocks .item .button span {
		font-size: 14px;
	}
	
	section.block_5 .block .item .text h2 {
		font-size: 22px;
	}
	
	section.block_5 .block .item .text p {
    	font-size: 16px;
	}
	
	section.block_5 .block .item img {
		width:440px;
	}
	
	.block_6 .block .item .heading {
		font-size: 15px;
	}
	
	footer .block_form .blocks .item .text {
		font-size: 70px;
	}
	
	footer .block_form .blocks .form_project li label {
		font-size: 14px;
	}
	
	.block_6 .block .item .text {
		font-size: 14px;
	}
	
	footer .block_form .blocks .form_project li input {
		height: 40px;
	}
	
	footer .block_form .blocks .form_project li textarea {
		height: 28px;
	}
	
	footer .block_form .blocks .form_project .wpcf7-submit {
    	font-size: 14px;
		padding: 12px 40px
	}
	
	footer .block_form .blocks .item .social .circle {
    	width: 40px;
		height: 40px;
	}
	
	.block_7 .portfolio .name {
		font-size: 20px;
	}
	
	#breadcrumbs {
		max-width: calc(100% - 64px);
	}
	
	.single_page .block h1, .page-template-contacts h1 {
    	font-size: 28px;
		margin-bottom: 28px;
	}
	
	.single_page .sidebar {
		min-width: 280px;
		max-width: 280px;
		padding: 40px 0 40px 35px;
	}
	
	.single_page .block {
	    padding: 40px 35px 40px 0;
		width: calc(100% - 340px);
	}
	
	.single_page .block p {
		font-size: 17px;
	}
	
	.page-template-contacts .single_page .block {
		padding: 20px;
		width: 400px;
	}
	
	.page-template-contacts .block .item .tit {
		font-size: 22px;
		margin-bottom: 8px;
	}
	
	.page-template-contacts .block .item .value, .page-template-contacts .block .item .value a {
		font-size: 16px;
	}
	
	.page-template-contacts .block .item {
		margin-bottom: 26px;
	}
}

@media (max-width: 1160px) {
	.page-template-about .block .img img {
		width:400px;
	}
}

@media (max-width: 1060px) {
	.page-template-about .block .img img {
		width:300px;
	}
}

@media (max-width: 850px) {
	.page-template-about .section_block .block {
		display: block;
	}
	
	.page-template-about .block .img img {
		width:auto;
	}
	
	.row {
		max-width: calc(100% - 32px);
	}
	
	section.block_1 .blocks {
		margin-left: 32px;
	}
	
	section.block_1 .blocks .item .block {
		top: 120px;
	}
	
	section.block_1 .blocks .item .title {
		font-size: 32px;
	}
	
	section.block_1 .blocks .item .text_2 .prefix {
		font-size: 28px;
	}
	
	section.block_1 .blocks .item .text_2 span {
		font-size:34px;
	}
	
	section.block_1 .blocks .item .text_3 {
		font-size: 16px;
	}
	
	section.block_2 h2 {
		margin-bottom: 20px;
		font-size: 20px;
	}
	
	section.block_1 {
		height: auto;
	}
	
	.block_1 .scroll {
		display:none;
	}
	
	section.block_2 .profit {
		display: grid;
		grid-template-columns: 500px;
		grid-template-areas: "a";
		width: max-content;
	}
	
	section.block_1 .blocks .item .block {
		margin: 120px 0 80px 0;
		top: unset;
		position: relative;
	}
	
	section.block_3 .services {
    	grid-template-columns: 360px;
		grid-template-areas: "a";
	}
	
	section.block_3 .services .item, section.block_3 .services .item:nth-child(3n + 1) {
		margin: 0 0 30px 0;
	}
	
	section.block_5 .block {
		display: block;
	}
	
	section.block_5 .block .item {
		width: 100%;
	}
	
	section.block_5 .block .item img {
		width: 340px;
		margin: 0 auto;
	}
	
	section.block_5 {
		padding: 60px 0 0 0;
	}
	
	section.block_1 .blocks .item .text_2:before {
		bottom:0;
	}
	
	footer .block_form .blocks .item .text {
		font-size: 50px;
	}
	
	.block_6 .block {
		width: auto;
	}
	
	.block_6 .items {
		grid-template-columns: 320px;
		grid-template-areas: "a";
	}
	
	.block_6 .block .item {
		margin-left: 0px!important;
	}
	
	.block_6 .block .item:nth-child(3) {
		margin-bottom: 16px;
	}
	
	.single_page .row {
		display: block;
	}
	
	.single_page .block {
		padding: 20px 0;
		width: 100%;
		border: 0;
	}
	
	.page_internal {
		margin-top: 52px;
	}
	
	.sticky {
		position: relative;
		top: 0;
	}
	
	.single_page .sidebar {
		min-width: 100%;
		max-width: 280px;
		padding: 0;
	}
	
	.single_page .sidebar .order_service {
		display:none;
	}
	
	footer .block_form {
		padding: 40px 0;
	}
	
	footer .block_form .blocks .form_project li:last-child {
		margin-bottom:0;
	}
	
	#breadcrumbs {
		padding: 12px 0;
	}
	
	#breadcrumbs a, #breadcrumbs span {
		font-size:14px;
	}
	
	.page-template-contacts .block .item .tit {
		font-size: 18px;
		margin-bottom: 6px;
	}
	
	.page-template-contacts .single_page .block {
		padding: 20px;
		width: calc(100% - 72px);
		right: 16px;
		top: 54px;
	}
	
	.baner_b #breadcrumbs {
		margin:0;
	}
}

@media (max-width: 680px) {
	.page-template-about .block .img img {
		width:100%;
	}
	
	.page-template-about .about_1 {
		height: 300px;
	}
	
	.baner_b {
		top: 50px;
	}
	
	.page-template-about .about_1 .title {
		font-size: 30px;
	}
	
	.page-template-about .section_block .title_block {
		font-size: 24px;
	}
	
	.page-template-about .section_block {
		padding: 24px 0 0 0;
	}
	
	.page-template-about .section_block .block {
		margin-top: 24px;
	}
	
	.page-template-about .section_block .block .text {
		padding: 18px;
	}
	
	.page-template-about .section_block .block p, .single_page .block p {
		font-size: 16px;
	}
	
	.page-template-about .section_block .block ul li, .single_page .block ul li {
		font-size: 16px;
	}
	
	footer .block_form .blocks {
		display: block;
	}
	
	footer .block_form .blocks .item {
		width: 100%;
		float: none;
		padding: 0;
		display: inline-block;
	}
	
	footer .block_form {
		padding: 30px 0;
	}
	
	footer .block_form .title {
		font-size: 16px;
    	margin-bottom: 26px;
	}
	
	footer .block_form .blocks .item .text {
		font-size: 32px;
		text-align: center;
		margin-top: 0;
	}
	
	footer .block_form .blocks .item .social .circle {
		float: none;
		margin: 0 6px;
	}
	
	footer .block_form .blocks .item:first-child {
		padding: 0;
	}
	
	footer .block_form .blocks .item .social {
		display: flex;
		margin: 30px auto;
		width: 156px;
	}
	
	footer .block_form .blocks .form_project {
    	width: calc(100% - 32px);
		padding: 0 16px
	}
	
	footer .block_form .blocks .form_project li input {
		height: 34px;
		font-size: 15px;
		padding: 0 8px;
	}
	
	footer .block_form .blocks .form_project li {
		margin-bottom: 21px;
	}
	
	.active_label {
		left: 8px!important;
		top: -12px!important;
	}
	
	footer .block_form .blocks .form_project li label {
		font-size: 12px;
		left: 8px;
		top: 10px;
	}
	
	footer .block_form .blocks .form_project li textarea {
		padding: 6px 0 0 16px;
	}
	
	footer .block_form .blocks .form_project .wpcf7-submit {
		font-size: 12px;
		padding: 8px 10px;
		margin: 0 auto;
		float: unset;
		display: block;
	}
	
	footer .copy {
		font-size: 11px;
	}
	
	.page_internal {
		min-height: auto;
	}
	
	.single_page .block {
		min-height: auto;
	}
	
	section.block_2 .profit {
		display: block;
		grid-template-columns: unset;
		grid-template-areas: unset;
		width: auto;
	}
}

@media (max-width: 500px) {
	section.block_1 {
		background-size: cover;
		height: 100vh;
	}
	
	section.block_1 .blocks {
		margin-left: 0;
		background-color: rgba(0,0,0,0.4);
	}
	
	section.block_1 .blocks .item .block {
		margin: 90px 0 80px 0;
		padding: 20px;
	}
	
	section.block_1 .blocks .item .button a, section.block_1 .blocks .item .button span {
    	background: #fff;
		color: #1c2529;
	}
	
	section.block_1 .blocks .item .title {
		font-size: 32px;
		color: #e0e0e0
	}
	
	section.block_1 .blocks .item .text_2 {
		color: #e0e0e0;
	}
	
	section.block_1 .blocks .item .text_2:before {
		height:4px;
		background-color: #a3a3a3;
	}
	
	section.block_1 .blocks .item .text_2 .prefix {
		font-size: 20px;
	}
	
	section.block_1 .blocks .item .text_2 span {
		font-size:24px;
	}
	
	section.block_1 .blocks .item .text_3 {
		font-size: 18px;
		margin-top: 12px;
		color: #e0e0e0;
	}
	
	.title_front_page {
		font-size: 20px;
		margin-bottom: 34px;
	}
	
	section.block_3 .services {
		display: block;
		width: 100%;
	}
	
	section.block_3 .services .item {
    	float: unset;
		width: 100%;
	}
	
	section.block_3 .services .item img {
		width: 100%;
	}
	
	section.section_front {
		padding: 34px 0;
	}
	
	.block_4 .owl-carousel {
		width: 100%;
	}
	
	section.block_5 .block .item img {
		width: 300px;
	}
	
	section.block_5 .block .item .text h2 {
    	text-align: center;
		font-weight: 700;
	}
	
	section.block_5 .block .item .text p {
		text-align: justify;
	}
	
	.block_6 {
		background-image:none!important;
		padding: 0px 0 34px 0;
	}
	
	.block_6 .items {
		grid-template-columns: auto;
	}
	
	section.section_front {
		padding: 34px 0 0 0;
	}
	
	section.block_5 .block .item .text p {
		font-size: 15px;
	}
	
	.single_page .block ul li {
		padding-left: 26px;
	}
	
	.single_page .block ul li:before {
		font-size: 15px;
	}
	
	.block_7 {
		padding: 34px 0!important;
	}
}