@import "fonts/gilroy.css";
body {
	margin: 0;
	padding: 0;
	font-family: 'Gilroy', serif;
	position: relative;
	height: 100%;
}
body .wrapper {
	width: 1280px;
	margin: 0 auto;
}
* {
    box-sizing: border-box;
    outline: none;
}
h1 {
    font-size: 60px;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 34px;
    margin: 0;
    padding: 0;
}
.puller {
    clear: both;
    content: '';
}
.block_1 {
    height: 100vh;
    min-height: 645px;
    background: url(/img/top-bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
}
.block_1 .block_1_align {
    height: 446px;
    position: absolute;
    top: calc(50% - 223px);
    width: 1280px;
}
.block_1 .left_side {
    width: 45%;
    float: left;
}
.block_1 .right_side {
    width: 55%;
    float: left;
    text-align: right;
}
.block_1 .title_1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    width: 1200px;
    height: 220px;
    padding: 50px 0;
    line-height: 100%;
    position: absolute;
}

.block_1 .description_1 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    width: 540px;
    padding-bottom: 50px;
    padding-top: 210px;
}
.block_1 .buttons {
    height: 70px;
}
.buttons .yellow_button {
    float: left;
}
.yellow_button a {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 15px 35px;
    background: #fcee0d;
    display: inline-block;
    text-decoration: none;
    border-radius: 15px;
    border-bottom: 1px solid #d6ca10;
    box-shadow: 0 3px 0 #d6ca10;
    transition: 0.3s;
    position: relative;
}

.yellow_button input[type="submit"] {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 15px 35px;
    background: #fcee0d;
    display: inline-block;
    text-decoration: none;
    border-radius: 15px;
    border-bottom: 1px solid #d6ca10;
    box-shadow: 0 3px 0 #d6ca10;
    transition: 0.3s;
    position: relative;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: Gilroy;
}

.buttons .btn_online {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    float: left;
    margin-left: 25px;
    padding-top: 13px;
}
.buttons .btn_online a{
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}
.block_1 .services-b {
    height: 75px;
    background: #3883c4;
    position: absolute;
    bottom: 0;
    padding-top: 0;
    width: 100%;
}
.block_1 .services-b .service {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    width: 270px;
    margin: 0;
    height: 100%;
    float: left;
    text-align: left;
    margin-right: 66px;
    padding: 20px 0 0;
}
.block_1 .services-b .service:nth-child(4){
    margin-right: 0;
}

.block_2 {
    height: 650px;
    background: #fff;
}
.block_2 .title_2 {
    width: 100%;
    height: 160px;
    font-weight: 700;
    padding: 35px 0;
    color: #282828;
}
.block_2 .title_2 h2 {
    width: 700px;
}
.block_2 .left_side {
    width: 42%;
    float: left;
    text-align: center;
}
.block_2 .right_side {
    width: 58%;
    float: left;
}
.block_2 .guarantees {
    padding-top: 60px;
}
.block_2 .guarantee {
    width: 350px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 60px;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #282828;
}
.block_4 .title_4 {
    padding: 40px 0 80px 0;
}
.guarantee .image {
    float: left;
    width: 23%;
}
.guarantee .text {
    padding-top: 20px;
    padding-left: 30px;
    float: left;
    width: 77%;
}


header {
    position: fixed;
    width: 100%;
    text-align: center;
    padding: 15px;
    background-color: #fff;
    top: 0;
    z-index: 20;
}
header .header_logo {
    float: left;
    width: 15%;
    text-align: left;
}
header .adress {
    float: left;
    width: 33%;
    text-align: center;
}
header .contacts {
    float: right;
    text-align: right;
}
header .logo {
    background-image: url("img/logo2.png");
    width: 167px;
    height: 41px;
    display: inline-block;
    background-repeat: no-repeat;
}
header nav {
    display: inline-block;
    vertical-align: top;
    padding-left: 45px;
    padding-right: 45px;
    width: 410px;
    margin-left: 10px;
    padding-top: 10px;
    text-align: center;
}
header .contact {
    display: inline-block;
    vertical-align: center;
    height: 42px;
    padding-left: 15px;
}
header .lang {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    padding-right: 15px;
    padding-top: 8px;
}
header .contact span {
    font-family: 'Gilroy', serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
    text-transform: uppercase;
    height: 50%;
    display: block;
}
header .button {
    color: #282828;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    padding: 9px 7px;
    padding-bottom: 6px;
    border-radius: 5px 5px 3px 3px;
    border-bottom: 1px solid #d6ca10;
    margin-left: 24px;
    background-color: #fcee0d;
    box-shadow: 0 3px 6px #d6ca10;
    transition: 0.3s;
    position: relative;
}
header .button:active {
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 0px 3px #d6ca10;
}
.btn_online a:active, .yellow_button a:active, .yellow_button input[type="text"]:active {
    margin-top: 5px;
    border-radius: 15px;
    box-shadow: 0 0px 3px #d6ca10;
}
header .button:active:after, .btn_online a:active:after, .yellow_button a:active:after, .yellow_button input[type="text"]:active:after  {
    height: 0;
    bottom: -1px;
}
header .button:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -5px;
    height: 4px;
    width: 100%;
    background-color: #d6ca10;
    left: 0;
    border-radius: 0px 0px 5px 5px;
}
.btn_online a:after, .yellow_button a:after, .yellow_button input[type="text"]:after  {
    border-radius: 15px ;
    content: ' ';
    display: block;
    position: absolute;
    bottom: -5px;
    height: 4px;
    width: 100%;
    left: 0;
}
.hide_in_desktop {
    display: none;
}

body .mobile {
	display: none !important;
}
body .title {
	text-align: center;
}
body .title span {
	color: #212121;
    font-family: 'Gilroy', serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	display: inline-block;
	margin: 20px auto;
	border-bottom: 2px solid #FFD70E;
	padding-bottom: 10px;
}
body .title.white span {
	color: #fff;
}
body .modal-overlay {
	position: fixed;
	overflow-y: auto;
	right: -1%;
	width: 101%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 21;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	padding-bottom: 30px;
}
body .modal-overlay .modal {
	display: none;
	margin: 0 auto;
	background-color: #FFF;
	position: relative;
	margin-top: 50px !important;
	margin-bottom: 30px;
}
body .modal-overlay .modal h2 {
	color: black;
	font-size: 22px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
	margin-bottom: 10px;
}
body .modal-overlay .modal .line {
	display: block;
	width: 134px;
	height: 1px;
	margin: 0 auto;
	background-color: #d7422f;
	margin-bottom: 20px;
}
body .modal-overlay .modal .validate {
	display: none;
	color: #d7422f;
	text-align: center;
}
body .modal-overlay .modal .close {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url("/img/close.png");
	top: 10px;
	right: 10px;
	background-repeat: no-repeat;
	cursor: pointer;
}
body .modal-overlay .callback {
	width: 363px;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
body .modal-overlay .callback label {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	width: 100%;
	display: inline-block;
}
body .modal-overlay .callback input {
	width: 100%;
	padding: 15px;
	font-size: 20px;
	margin-bottom: 20px;
}
body .modal-overlay .callback .button {
	margin-top: 5px;
	color: #282828;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 25px;
	border-radius: 5px 5px 3px 3px;
	border-bottom: 1px solid #d6ca10;
	background-color: #fcee0d;
	border: none;
	box-shadow: 0 3px 8px #d6ca10;
	transition: 0.3s;
	position: relative;
}
body .modal-overlay .callback .button:active {
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 0px 6px #d6ca10;
}
body .modal-overlay .callback .button:active:after {
	background-color: #d6ca10;
	height: 0;
	bottom: -1px;
}
body .modal-overlay .callback .button:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	height: 4px;
	width: 100%;
	background-color: #d6ca10;
	left: 0;
	border-radius: 0px 0px 5px 5px;
}
body .modal-overlay .calculate, body .modal-overlay .color , body .modal-overlay .calculate-product{
	width: 700px;
	border-radius: 10px;
	padding: 15px;
	box-sizing: border-box;
}
body .modal-overlay .calculate label, body .modal-overlay .color label, body .modal-overlay .calculate-product label {
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	width: 100%;
	display: inline-block;
}
body .modal-overlay .calculate .left, body .modal-overlay .color .left, body .modal-overlay .calculate-product .left{
	display: inline-block;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
body .modal-overlay .calculate .left input, 
body .modal-overlay .calculate .left textarea, 
body .modal-overlay .calculate-product .left input, 
body .modal-overlay .calculate-product .left textarea, 
body .modal-overlay .color .left input, 
body .modal-overlay .color .left textarea,
#maket-url {
	width: 100%;
	padding: 15px;
	font-size: 20px;
	margin-bottom: 20px;
	resize: none;
}
#maket-url{
	margin-bottom: 5px;
}
	
body .modal-overlay .calculate .right, 
body .modal-overlay .calculate-product .right, 
body .modal-overlay .color .right 
{
	display: inline-block;
	width: 49%;
	padding: 10px;
	box-sizing: border-box;
	vertical-align: top;
	padding-top: 30px;
}
body .modal-overlay .calculate-product .right{
}

body .modal-overlay .calculate .right input[type=checkbox]:checked+label:before, 
body .modal-overlay .calculate-product .right #maket12:checked+label:before, 
body .modal-overlay .color .right input[type=checkbox]:checked+label:before 
{
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 25px;
}
body .modal-overlay .calculate .right label.maket:before, 
body .modal-overlay .calculate-product .right label.maket:before, 
body .modal-overlay .color .right label.maket:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	border: 1px solid #737272;
}
body .modal-overlay .calculate .right label.maket, 
body .modal-overlay .calculate-product .right label.maket, 
body .modal-overlay .color .right label.maket {
	margin-bottom: 50px;
	position: relative;
	padding-left: 40px;
	margin-top: 7px;
}
body .modal-overlay .calculate-product .right label.maket{
	margin-bottom: 50px;
}

body .modal-overlay .calculate .right label.file, 
body .modal-overlay .calculate-product .right label.file, 
body .modal-overlay .color .right label.file {
	width: 100%;
	display: block;
	margin-top: 10px;
}
body .modal-overlay .calculate .right label.file:first-child, 
body .modal-overlay .calculate-product .right label.file:first-child, 
body .modal-overlay .color .right label.file:first-child {
	margin-top: 100px;
}
body .modal-overlay .calculate .right span, 
body .modal-overlay .calculate-product .right span, 
body .modal-overlay .color .right span {
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #d7422f;
	cursor: pointer;
}
body .modal-overlay .calculate .button, 
body .modal-overlay .calculate-product .button, 
body .modal-overlay .color .button {
	margin-top: 5px;
	color: #282828;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 25px;
	border-radius: 5px 5px 3px 3px;
	border-bottom: 1px solid #d6ca10;
	background-color: #fcee0d;
	border: none;
	box-shadow: 0 3px 8px #d6ca10;
	transition: 0.3s;
	position: relative;
}
body .modal-overlay .calculate .button:active, 
body .modal-overlay .calculate-product .button:active, 
body .modal-overlay .color .button:active {
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 0px 6px #d6ca10;
}
body .modal-overlay .calculate .button:active:after, 
body .modal-overlay .calculate-product .button:active:after, 
body .modal-overlay .color .button:active:after {
	background-color: #d6ca10;
	height: 0;
	bottom: -1px;
}
body .modal-overlay .calculate .button:after, 
body .modal-overlay .calculate-product .button:after, 
body .modal-overlay .color .button:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	height: 4px;
	width: 100%;
	background-color: #d6ca10;
	left: 0;
	border-radius: 0px 0px 5px 5px;
}


.clients {
	height: 520px;
	padding-top: 15px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.clients .title {
	margin-bottom: 57px;
}
.clients .client-line {
	display: block;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 80%;
	max-width: 1004px;
	margin: 0 auto;
}
.clients .client-line-1 {
	background-image: url("/img/client-line-1.png");
	height: 88px;
	margin-bottom: 27px;
}
.clients .client-line-2 {
	background-image: url("/img/client-line-2.png");
	height: 80px;
}
.clients .button {
	margin-top: 45px;
	color: #282828;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 10px;
	border-radius: 5px 5px 3px 3px;
	border-bottom: 1px solid #d6ca10;
	margin-left: 24px;
	background-color: #fcee0d;
	box-shadow: 0 3px 8px #d6ca10;
	transition: 0.3s;
	position: relative;
}
.clients .button:active {
	margin-top: 50px;
	border-radius: 5px;
	box-shadow: 0 0px 6px #d6ca10;
}
.clients .button:active:after {
	background-color: #ba9c0b;
	height: 0;
	bottom: -1px;
}
.clients .button:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	height: 4px;
	width: 100%;
	background-color: #d6ca10;
	left: 0;
	border-radius: 0px 0px 5px 5px;
}
.products {
	width: 100%;
	overflow: hidden;
	background-color: #ce3f2d;
	background-image: url("/img/top-bg.jpg");
	background-position: 50%;
	padding-top: 1px;
	padding-bottom: 20px;
	text-align: center;
}
.products .title {
	margin-top: 40px;
	margin-bottom: 50px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
}
.products .prod-wrapper {
	width: 80%;
	max-width: 1004px;
	margin: 0 auto;
	font-size: 0;
}
.products .prod-wrapper .prod {
	display: inline-block;
	width: 150px;
	margin-bottom: 15px;
	vertical-align: bottom;
	height: 190px;
	text-decoration: none;
}
.products .prod-wrapper .prod span {
	display: table-cell;
	height: 130px;
	vertical-align: middle;
	width: 150px;
}
.products .prod-wrapper .prod img {}
.products .prod-wrapper .prod p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.products .prod-wrapper .prod:hover {
	box-shadow: 0 0 20px #fff;
	background: rgba(255, 255, 255, 0.1);
}
.products .button {
	margin-top: 0;
	color: #282828;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 25px;
	border-radius: 5px 5px 3px 3px;
	border-bottom: 1px solid #d6ca10;
	margin-left: 0;
	background-color: #fcee0d;
	box-shadow: 0 3px 8px #d6ca10;
	transition: 0.3s;
	position: relative;
}
.products .button:active {
	margin-top: 5px;
	border-radius: 5px;
	box-shadow: 0 0px 6px #d6ca10;
}
.products .button:active:after {
	background-color: #d6ca10;
	height: 0;
	bottom: -1px;
}
.products .button:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	height: 4px;
	width: 100%;
	background-color: #d6ca10;
	left: 0;
	border-radius: 0px 0px 5px 5px;
}


.services {
	width: 100%;
	overflow: hidden;
	height: 585px;
	padding-top: 35px;
	text-align: center;
}
.services .service-wrapper {
	width: 1280px;
	font-size: 0;
	margin: 0 auto;
	margin-top: 80px;
}
.services .service-wrapper .service {
    display: inline-block;
    width: 25%;
    height: 250px;
    color: #000;
    padding: 0 10px;
    cursor: pointer;
    margin: 0;
}
.services .service-wrapper .service:hover {
	box-shadow: 0 0 20px #2d7dce;
	background: rgba(45, 125, 206, 0.1);
}

.services .service-wrapper .service:first-child {
	margin-left: 0;
}
.services .service-wrapper .service:last-child {
	margin-right: 0;
}
.services .service-wrapper .service img {
	width: 100%;
}
.services .service-wrapper .service p {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}
.services .button {
	margin-top: 55px;
	color: #282828;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 25px;
	border-radius: 5px 5px 3px 3px;
	border-bottom: 1px solid #d6ca10;
	margin-left: 0;
	background-color: #fcee0d;
	box-shadow: 0 3px 8px #d6ca10;
	transition: 0.3s;
	position: relative;
}
.services .button:active {
	margin-top: 60px;
	border-radius: 5px;
	box-shadow: 0 0px 6px #d6ca10;
}
.services .button:active:after {
	background-color: #d6ca10;
	height: 0;
	bottom: -1px;
}
.services .button:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	height: 4px;
	width: 100%;
	background-color: #d6ca10;
	left: 0;
	border-radius: 0px 0px 5px 5px;
}
body>.contact {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.map {
	width: 100%;
	height: 600px;
}
.panel .map_logo, .panel .info {
    float: left;
    padding-left: 35px;
}

.contact .overlay {
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.contact .overlay .panel {
    width: 700px;
    height: 290px;
    background-color: #fff;
    margin: 350px auto 0;
    border: 3px solid #ccc;
}

.contact .overlay .panel  .show-map{
    text-decoration: none;
    border-bottom: 1px dashed blue;
}

.contact .overlay .panel img {
    margin-top: 60px;
	display: inline-block;
	vertical-align: top;
}
.contact .overlay .panel .info {
	display: inline-block;
	vertical-align: top;
    width: 220px;
	margin-left: 20px;
	padding-left: 25px;
	height: 185px;
    margin-top: 74px;
}
.contact .overlay .panel .info p {
	margin: 5px;
	font-size: 16px;
	margin-left: 0;
}
.contact .overlay .panel .info .divider {
	margin-bottom: 15px;
}
.contact .overlay .panel .info a {
	color: #0f6ef5;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.contact .overlay .button {
	margin-top: 75px;
	color: #282828;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 25px;
	border-radius: 5px 5px 3px 3px;
	border-bottom: 1px solid #d6ca10;
	margin-left: 24px;
	background-color: #fcee0d;
	box-shadow: 0 3px 8px #d6ca10;
	transition: 0.3s;
	position: relative;
}
.contact .overlay .button:active {
	margin-top: 80px;
	border-radius: 5px;
	box-shadow: 0 0px 6px #d6ca10;
}
.contact .overlay .button:active:after {
	background-color: #d6ca10;
	height: 0;
	bottom: -1px;
}
.contact .overlay .button:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	height: 4px;
	width: 100%;
	background-color: #d6ca10;
	left: 0;
	border-radius: 0px 0px 5px 5px;
}
footer {
	background-color: #fff;
	padding: 30px;
	overflow: hidden;
}
footer .logo {
	display: block;
	margin: 0 auto;
	width: 47px;
	height: 36px;
	background-image: url("/img/incolor.png");
}
.top-block {
    padding-top: 1px;
    height: 100vh;
    min-height: 575px;
    overflow: hidden;
    background-color: #2d7dce;
    background-image: url(/img/top-bg.jpg);
    background-position: 50%;
    margin-top: 78px;
	position: relative;
}
.top-block .overlay {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
}
.top-block .overlay .content {
	margin: 120px auto 0;
	text-align: center;
}
.top-block .overlay .content .button {
	margin-top: 150px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 20px;
	padding: 15px 35px;
	border-radius: 5px 5px 3px 3px;
	border-bottom: 1px solid #d6ca10;
	margin-left: 24px;
	background-color: #fcee0d;
	box-shadow: 0 3px 8px #d6ca10;
	transition: 0.3s;
	position: relative;
}
.top-block .overlay .content .button:active {
	margin-top: 155px;
	border-radius: 5px;
	box-shadow: 0 0px 6px #d6ca10;
}
.top-block .overlay .content .button:active:after {
	background-color: #d6ca10;
	height: 0;
	bottom: -1px;
}
.top-block .overlay .content .button:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	height: 4px;
	width: 100%;
	background-color: #d6ca10;
	left: 0;
	border-radius: 0px 0px 5px 5px;
}
.top-block .overlay .red {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 7px 15px;
	box-sizing: border-box;
	background-color: rgba(255, 234, 0, 0.88);
	margin: 0 auto 5px;
	text-align: center;
	width: 380px;
	background-color: rgba(0, 38, 91, 0.66);
	color: #fff;
}
.top-block .overlay .blue {
	font-weight: 300;
	padding: 0 17px;
	text-transform: uppercase;
	box-sizing: border-box;
	background-color: rgba(255, 234, 0, 0.88);
	margin: 0 auto 5px;
	text-align: center;
	display: inline-block;
	font-weight: 700;
}
.top-block .overlay .blue.big {
	font-size: 30px;
}
.top-block .overlay .blue.small {
	font-size: 41px;
	padding: 5px 15px;
}
.top-block ul {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	list-style: none;
	position: relative;
}
.top-block .layer {
	position: absolute !important;
}
.top-block .layer1 {
	left: 0%;
	z-index: 2;
	top: 280px;
}
.top-block .layer2 {
	left: -7%;
	top: 20px;
}
.top-block .layer3 {
	left: 35%;
	top: 220px;
}
.top-block .layer4 {
	left: 58%;
	top: 45px;
}
.top-block .layer5 {
	left: 5%;
	top: 349px;
}
.top-block .layer6 {
	left: 1%;
	top: 5px;
}
.top-block .layer7 {
	left: 20%;
	top: 20px;
}
.top-block .layer9 {
	left: 45%;
	top: 11px;
}

.contact span{
    font-weight: bold !important;
}

.digital .title_1{
    padding: 40px 0;
}

.digital h1 {
    font-size: 50px;
}


.digital .title_2 span{
    color: #282828;
    font-size: 24px;
    font-weight: 500;
    background-color: #fcee0d;
    padding: 5px 10px;
}

.block_1.digital .title_2 {
    width: 1200px;
    padding-top: 120px;
    line-height: 100%;
    position: absolute;
}

.digital .description_2 {
    width: 1200px;
    padding-top: 180px;
    line-height: 100%;
    position: absolute;
    color: #fcee0d;
    font-size: 18px;
    font-weight: 500;
}

.digital .description_3 {
    width: 1200px;
    padding-top: 210px;
    line-height: 150%;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 30px;
}

.block_1.digital .right_side {
    text-align: center;
}

.guarantees_new{
    width: 100%;
}

.guarantees_new .guarantee {
    width: 25%;
    height: 330px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    margin-right: 0;
    margin-top: 20px;
}
.guarantees_new .guarantee:last-child{
    margin-right: 0;
}
.guarantees_new .guarantee .image {
    float: none;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.guarantees_new .guarantee .image img{
    display: inline-block;
}

.guarantees_new .guarantee .text {
    padding: 20px 20px;
    float: none;
    width: 100%;
    text-align: center;
}
.block_2.digital .title_2 h2 {
    width: 100%;
    text-align: center;
}

.block_2.digital .title_2 {
    width: 100%;
    height: auto;
    font-weight: 700;
    padding: 80px 0 35px;
    color: #282828;
}

.getprice{
    background: url("img/getprice-blue.jpg") 50% 50% no-repeat ;
    min-height: 450px;
}

.getprice-frame{
    background: url('img/price.png') 100% 50% no-repeat, url('img/bg-getprice.png') 0 0 ;
    padding: 35px 60px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    min-height: 640px;
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.getprice .left_side{
    width: 40%;
    float: left;
}

.getprice .title {
    font-size: 48px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: left;
    padding-bottom: 30px;
}

.getprice .gp-field{
    padding-bottom: 20px;
}

.getprice .gp-field label{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    padding-bottom: 5px;
}

.getprice .gp-field input{

    border: 1px solid #b7b7b7;
    width: 100%;
    padding: 15px;
    font-size: 18px;
}

.getprice .yellow_button{
    padding-top: 20px;
}

.getprice .hint {
    font-size: 14px;
    color: rgb(119, 119, 119);
    padding-top: 5px;
}

.header-contacts{
    float: left;
    display: flex;
    margin-right: 50px;
}

.header-contacts .title{
    padding-right: 20px;
    font-size: 16px;
    color: #747474;
    text-align: left;
    background: url(img/bracet.png) 100% 50% no-repeat;
    margin-right: 20px;
}
.header-contacts .value{
    color: #000;
    font-size: 18px;
    text-align: left;
}

.header-contacts .value a.phonelink{
    color: #000000;
    text-decoration: none;
}


@media screen and (max-width: 800px) {
    .wrapper {
        width: 100% !important;
        min-width: 320px;
        padding: 0 5px;
    }
    .hide_in_mobile {
        display: none !important;
    }
    header {
        position: relative;
        height: 80px;
        padding: 20px 0 0 0;
    }
    header .contacts {
        width: 50%;
        float: left;
        text-align: right;
    }
    header .header_logo {
        width: 50%;
        float: left;
        text-align: left;
    }
    .block_1 .block_1_align {
        height: 525px;
        position: relative;
        top: unset;
        width: 100%;
    }
    .block_1 .left_side, .block_1 .right_side, .block_2 .left_side, .block_2 .right_side, .block_2 .guarantee {
        width: 100%;
        float: none;

    }

    .block_1 .left_side{
        min-height: 220px;
    }
    .block_1 .title_1, .block_1 .description_1, .block_2 .title_2 h2 {
        width: 100%;
    }
    .block_1 .right_side img {
        height: 225px;
    }
    .block_2 .left_side img {
        height: 260px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 25px;
    }
    .block_1 {
        height: 100vh;
        min-height: 570px
    }
    .block_1 .title_1 {
        height: 105px;
        padding-bottom: 0;
        padding-top: 20px;
        line-height: unset;
    }
    .block_1 .description_1 {
        font-size: 16px;
        height: 60px;
        padding-bottom: 0;
        padding-top: 160px;
    }
    .buttons .yellow_button {
        float: none;
        width: 100%;
        text-align: center;
    }
    .buttons .btn_online {
        width: 100%;
        float: none;
        margin-left: 0;
        padding-top: 30px;
        text-align: center;
    }
    .hide_in_desktop {
        display: block;
    }
    .block_2 .yellow_button {
        margin-top: 30px;
        text-align: center;
    }
    .block_2 {
        height: 905px;
    }
    .block_2 .guarantee {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .block_2 .title_2 {
        height: 125px;
        padding: 15px 0;
    }
    .block_2 .guarantees {
        padding-top: 0;
    }
    .clients .button {
        margin-left: 0;
    }
    .services {
        width: 100%;
        height: unset;
    }
    .services .service-wrapper {
        width: 100%;
        font-size: 0;
        margin: 0 auto;
        margin-top: 0;
    }
    .services .service-wrapper .service {
        display: inline-block;
        width: 50%;
        padding: 0 5px;
        margin: 0;
        height: unset;
        cursor: pointer;
        color: #000;
    }
    .services .service-wrapper .service {
        width: 50%;
    }
    .contact .overlay .panel {
        width: 100% !important;
        height: unset !important;
        margin: 361px auto 0 !important;
    }
    .contact .overlay .panel .info {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding-left: 25px;
        height: 185px;
        width: 100%;
        text-align: center;
    }
    .show-map .map_logo {
        width: 100%;
    }
    .show-map .map_logo img {
        display: block !important;
        margin: 30px auto !important;
    }
    .show-map .map_btn {
        width: 100%;
        text-align: center;
    }
    .contact .overlay .button {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .map {
        height: 660px;
    }

    .digital h1 {
        font-size: 35px;
        text-align: center;
    }
    .block_1.digital .title_2 {
        width: 100%;
        text-align: center;
    }
    .digital .title_2 span {
        line-height: 180%;
        font-size: 20px;
    }
    .digital .description_2 {
        width: 100%;
        padding-top: 220px;
        position: relative;
    }
    .digital .description_3 {
        width: 100%;
        padding-top: 10px;
        position: relative;
    }
    .block_1.digital .right_side img {
        height: 225px;
        zoom: 0.8;
    }
    .block_1.digital .buttons {
        margin-top: 20px;
    }

    .digital .description_2,
    .digital .description_3{
        text-align: center;
    }

    .getprice-frame{
        width: 100%;
        margin: 0;
        padding: 10px;
        background: #fff;
    }

    .guarantees_new .guarantee{
        height: auto;
    }

    .block_2.digital{
        height: auto;
    }

    .getprice .left_side {
        width: 100%;
        float: none;
    }
    .getprice .title {
        font-size: 28px;
    }
    
    .header-contacts{
        display: none;
    }
    .contact .overlay .panel .info{
        height: auto;
    }

}
@media screen and(max-width: 480px){
    .block_1 {
        min-height: 100vh;
    }
}
