@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

.error404 .item_fulltext {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error404 .item_fulltext h3 {
    font-size: 40px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.error404 .item_fulltext h5 {
    font-size: 80px;
    color: #ea5800;
    line-height: 1;
    margin: 20px 0px;
}

.error404 .item_fulltext p {
    font-size: 16px;
}

.error404 .item_fulltext a {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
    border: 1px solid #ea5800;
    height: 40px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 4px;
    margin-left: 10px;
    width: 200px;
    background: #ea5800;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: 8px center;
    transition: 0.2s linear;
}

.error404 .item_fulltext a:hover {
    background: #27384a;
}

.zvezdaaa {
	width: 100%
}

#left-buttons {
	display: block;
	left: 0;
	position: fixed;
	top: 20%;
	z-index: 1001;
	transition: 0.5s transform ease;
}

#left-buttons p {
	display: inline-flex;
	align-items: center;
	text-align: center;
	border: none;
	color: #ffffff;
	font-family: Jost;
	text-transform: uppercase;
	transition: 0.5s all ease;
	font-size: 12px;
	padding: 0px 60px 0px 10px;
	position: relative;
	margin-bottom: 0 !important;
	font-weight: 500;
	line-height: 1;
	margin: 0;
}

#left-buttons div > a {
	background: #fc3d54;
	border: 1px solid #f1f3f4;
	display: flex;
	height: 60px;
	text-align: center;
	width: 170px;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

#left-buttons div:first-child > a {
	margin-bottom: 10px;
}

#left-buttons div.buy-supplement>a {
	border-top: 0;
	border-top-right-radius: 3px;
	moz-border-radius-topright: 3px;
	webkit-border-top-right-radius: 3px;
}

#left-buttons div.support>a {
	border-bottom-right-radius: 3px;
	moz-border-radius-bottomright: 3px;
	webkit-border-bottom-right-radius: 3px;
}

#left-buttons div>a:hover {
	background: #000000;
	border: 1px solid #000000;
	text-decoration: none;
}

#left-buttons div>a i {
	display: flex;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
}

.field-tip {
	position: relative;
}

.field-tip .tip-content {
	background: #141414;
	box-shadow: 2px 2px 5px #aaa;
	color: #fff;
	margin-right: -220px;
	visibility: hidden;
	opacity: 0;
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 0px;
	transition: 0.3s linear;
	width: 200px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.field-tip .tip-content:before {
	border: 8px solid transparent;
	border-right-color: #141414;
	color: #141414;
	content: ' ';
	height: 0;
	left: -16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 0;
}

.field-tip:hover .tip-content {
	visibility: visible;
	right: 0px;
	opacity: 1;
}

#left-buttons .left1 i {
	background: url(images/left1.png);
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	background-position: center !important;
}

#left-buttons .left2 i {
	background: url(images/left3.png);
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	background-position: center !important;
}

#left-buttons .left3 i {
	background: url(images/left2.png);
	background-repeat: no-repeat !important;
	background-size: 40px !important;
	background-position: center !important;
}

.tttp {
	display: flex;
	align-items: center;
}

/*---------STANDART STYLES*------------*/

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Jost;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}

a {
	color: #cee002;
	text-decoration: none;
	transition: 0.2s linear;
}

a:hover {
	text-decoration: none;
	transition: 0.2s linear;
	color: #fc3d54;
}

img {
	border: none;
}

input[type='text'],
input[type='file'],
input[type='password'],
input[type='tel'],
input[type='email'],
input[type='search'],
select,
textarea {
	font-family: Jost;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	border: none;
	outline: none;
}

input[type='text']:focus,
input[type='file']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
select:focus,
textarea:focus {
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

textarea {
	height: 70px;
	overflow: auto;
}

select {
	cursor: pointer;
}

label {
	cursor: pointer;
}

#overflow_div {
	overflow: hidden;
}

.content-wraper {
	position: relative;
}

.content {
	position: relative;
	margin: 0 auto;
	width: 1180px;
	padding: 0 30px;
}

.viewport {
	position: relative;
	overflow: hidden;
}

.overflower {
	width: 105%;
}

.overflower.rightfloating {
	margin-left: -5%;
}

.floatblock {
	float: right;
	padding: 20px 0 40px 0;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

h1,
.h1 {
	font-family: Jost;
	font-size: 2em;
	margin: 0.67em;
	font-weight: bold;
}

h2,
.h2 {
	font-family: Jost;
	margin: 0;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
}

h3,
.h3 {
	font-family: Jost;
	font-size: 1.17em;
	margin: 1em;
	font-weight: bold;
}

h4,
.h4 {
	font-family: Jost;
	margin: 1.33em 0;
	font-weight: bold;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: none;
	background-color: #cee002;
	outline: none;
	border-radius: 5px;
	color: #000000;
	height: 40px;
	transition: 0.2s linear;
}

.button:hover {
	text-decoration: none;
	background-color: #fc3d54;
	color: #fff !important;
}

.button:active {
	background-color: #fc3d54;
	outline: none;
	color: #fff !important;
}

.button:focus,
.button2:focus {
	text-decoration: none;
}

.button2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	text-align: center;
	border: none;
	background-color: #cee002;
	height: 40px;
	transition: 0.2s linear;
}

.button2:hover {
	text-decoration: none;
	text-decoration: none;
	background-color: #fc3d54;
	color: #fff !important;
}

.button2:active {
	text-decoration: none;
	background-color: #fc3d54;
	color: #fff !important;
}

#block5 .button2 {
	width: 200px;
}

.placeholder {
	color: #333;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #333;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #333;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #333;
}


/*---------/STANDART STYLES*------------*/


/*---------HEADER------------*/

header {
	/* position: fixed; */
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	background: url(images/block6-bg.jpg);
}

.header-desktop {
	height: 100px;
	background: #ffffff;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 999;
}

body.contents_single .header-desktop {
	background: #e7dbd3;
}

.header-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 145px;
}

header .content {}

header .text {
	float: left;
	font-family: Jost;
	font-weight: 900;
	font-size: 22px;
	color: #000000;
	margin: 0px 0px 0px 10px;
	text-transform: uppercase;
}

header .text span {
	color: #000000;
	font-size: 18px;
	display: block;
	line-height: 1.2;
	margin-top: 6px;
	font-weight: 500;
	text-transform: none;
}

header .logo-link {
	display: block;
	z-index: 1;
	margin-top: 0;
}

header .logo,
.mobile_header .logo {
	visibility: visible !important;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	margin: 0 auto;
	height: 50px;
	display: inline-flex;
	width: auto;
}

header .button {
	float: right;
}

header .contacts {
	font-family: Jost;
	/* margin-top: 28px; */
	text-align: right;
}

header .contacts .phone {
	font-weight: bold;
	line-height: 24px;
	font-size: 21px;
	color: #000;
}

header .contacts .phone:hover {
	text-decoration: none;
	color: #ff8f45;
}

header .contacts a {
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
	align-items: center;
}


/*---------/HEADER------------*/


/*---------MENU-TOP------------*/


/*---------/core menu top------------*/

.menu-top-container {
	left: 0;
	width: 100%;
	height: 45px;
	z-index: 1000;
	background: #f1f3f4;
	position: relative;
}

.menu-top-container .container {
	position: relative;
}

.menu-top {
	position: relative;
}

.menu-top>ul {
	align-items: center;
	justify-content: space-between;
	font-size: 1px;
	padding: 0;
	display: flex;
}

.menu-top li.helper {
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.menu-top>ul>li {
	display: inline-block;
	position: relative;
	z-index: 2;
	line-height: normal;
	font-size: 14px;
	vertical-align: top;
}

.menu-top ul li ul {
	display: none;
	position: absolute;
	min-width: 100%;
	left: 0;
	white-space: nowrap;
}

.menu-top ul li:hover ul {
	display: block
}


/*---------/core menu top------------*/


/*---------main menu-top------------*/

.menu-top>ul>li {
	text-align: center;
}

.menu-top li.mob_menu {
	display: none;
}

.menu-top>ul>li:hover a {
	color: #cee002;
}

.menu-top>ul>li.selected a {
	color: #cee002;
}

.menu-top>ul>li>a {
	display: flex;
	height: 45px;
	align-items: center;
	text-decoration: none;
	font-size: 19px;
	color: #000;
}

.menu-top>ul>li.separator {
	width: 198px;
	height: 45px;
}


/*---------/main menu-top------------*/


/*---------sub menu-top------------*/

.menu-top ul li ul {
	background-color: #ffffff;
	border: 1px solid #E8E8E8;
}

.menu-top ul li ul li {
	text-align: left;
	padding: 5px 15px 5px 15px;
}

.menu-top ul li ul li a {
	text-decoration: none;
}

.menu-top ul li ul li a:hover {
	color: #553CCF;
}


/*---------/sub menu-top------------*/


/*---------/MENU-TOP------------*/


/*---------LANDING PAGE------------*/

#block1 {
	background: url(images/slide1-1.jpg) top center no-repeat;
	padding-top: 200px;
	padding-bottom: 104px;
	background-size: cover;
	margin-top: -145px;
}

.titles .text {
	display: block;
	margin-bottom: 2px;
}

.titles .text:nth-child(1) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.titles .text:nth-child(2) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.titles .text:nth-child(3) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.titles .text:nth-child(4) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.titles {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	padding: 40px;
	position: relative;
	background: rgb(241 243 244 / 80%);
	z-index: 1;
}

.titles .text {
	margin: 0px 0px 10px 0px;
	font-size: 19px;
	color: #000000;
	font-family: Jost;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	/* text-transform: uppercase; */
	font-weight: 400;
}

.titles .text2 {
	font-weight: 400;
	/* text-shadow: 0 1px #f3f4f5; */
	color: #000000;
	font-size: 17px;
}

.titles .text span {
	color: #fc3d54;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
}

.form-zayavka {
	position: relative;
	background: rgb(241 243 244 / 80%);
	padding: 23px 28px 27px 28px;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.form-zayavka .h2 p {
	margin: 0;
}

.form-zayavka:before {
	width: 90px;
	height: 89px;
	position: absolute;
	top: 134px;
	left: -66px;
}

.form-zayavka .title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff8f45;
	text-shadow: 0 1px #151516;
	text-align: center;
	line-height: 25px;
	margin-bottom: 16px;
}

.form-zayavka .title div {
	color: #fff;
}

.form-zayavka .item-form-element input {
	padding-left: 31px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-zayavka input[type=submit] {
	margin: 0px 0 0 0;
	padding: 10px 0;
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
}

#block2 {
	background: #f1f3f4;
	padding-top: 70px;
	padding-bottom: 52px;
}

.statii #block2 {
	background: #ffffff;
	padding-top: 70px;
	padding-bottom: 82px !important;
}

#block2.block_vn {
	padding: 40px 0px 40px 0px;
}

#block2.block_vn .items-container .item,
#block2.block_vn .items-container .item.even {
	margin-bottom: 0;
	margin-top: 0;
}

#block2.block_vn .row {
	align-items: flex-start;
	justify-content: space-between;
}

#block2.block_vn .col-md-4 {
	width: 19%;
	padding: 0;
}

#block2.block_vn .items-container .item .text {
	font-size: 12px;
}

#block2.block_vn .items-container .item img {
	width: 60%;
}

#block2 h2 {
	color: #000000;
	text-shadow: 0 1px rgba(21, 21, 22, .2);
	font-size: 28px;
	margin-bottom: 3px;
}

#block2 .container>.text {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	font-family: Jost;
	text-align: center;
}

#block2 .items-container {
	margin-top: 40px;
}

#block2 .items-container .item {
	text-align: center;
	margin-bottom: 35px;
}

#block2 .items-container .item img {
	margin: 0 auto;
	max-width: 40%;
}

#block2 .items-container .item .text-container {
	position: relative;
	/* left: 50%; */
	width: 100%;
	/* margin-left: -140px; */
	/* margin-top: 19px; */
}

#block2 .items-container .item .title {
	font-family: Jost;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	margin-top: 6px;
}

#block2 .items-container .item .text {
	font-size: 15px;
	color: #000000;
	line-height: 1;
	margin-top: 5px;
	font-weight: 400;
}

#block3 {
	padding-bottom: 46px;
	background-size: cover;
}

#block3 h2 {
	padding-top: 70px;
	color: #000000;
	line-height: 1;
	margin-bottom: 60px;
}

#block3 h2 span {
	font-size: 27px;
	text-transform: none;
	font-weight: 500;
	display: block;
}

#block3 .items-container {
	margin-top: 15px;
}

#block3 .items-container .item {
	text-align: center;
}

#block3 .items-container .item .img-container {
	position: relative;
}

#block3 .items-container .item .img-container img {
	margin-left: auto;
	margin-right: auto;
}

#block3 .items-container .item .button {
	display: block;
	margin-top: 9px;
}

#block4 {
	background: #fc3d54;
	background-size: cover;
}

#block4 > .container > .row {
	display: flex;
	align-items: center;
}

#block4 .container {
	position: relative;
	padding: 21px 0 28px 0;
	VARIANT: JIS04;
	FONT-VARIANT: JIS04;
}

#block4 .title {}

#block4 .title1 {
	color: #cee002;
	font-family: Jost;
	font-weight: 600;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
}

#block4 .title2 {
	font-family: Jost;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-top: 6px;
	text-transform: uppercase;
	line-height: 1;
}

#block4 .form-master {
	position: relative;
	margin-top: 6px;
}

#block4 .form-master input[type=text],
#block4 .form-master input[type=tel],
#block4 .form-master input[type=button] {
	display: block;
	width: 100%;
}

#block4 .form-master .form-container .form-group {
	margin-bottom: 11px;
	display: flex;
}

#block4 .form-master textarea {
	display: block;
	margin: 0;
	width: 100%;
	border: none;
	height: 40px;
	margin-bottom: 11px;
	resize: vertical;
}

#block4 .form-master .form-container .form-group.agreement {
	text-align: left;
}

#block4 .form-master .item-form-element:nth-child(1).fadeIn {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

#block4 .form-master .item-form-element:nth-child(2).fadeIn {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#block4 .form-master .item-form-element:nth-child(3).fadeIn {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#block4 .form-master .item-form-element:nth-child(4).fadeIn {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#block4 .form-master .button-container.fadeIn {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

#block4 .master-img {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 26%;
}

#block4 .form-master .button {
	font-size: 16px;
	font-weight: 400;
	font-family: Jost;
	margin: 0;
	display: block;
}

#block4 .form-master .button.wpcf7-submit {
	width: 100%;
}

#block5 {
	padding: 30px 0;
	background: #f1f3f4;
	background-size: cover;
}

#block5 h2 {
	color: #fc3d54;
}

#block5 h2 span {
	color: #000;
	font-size: 32px;
	text-shadow: 1px 1px rgba(255, 255, 255, .25);
	text-transform: none;
	margin-bottom: 4px;
}

#block5 .table-block {
	margin-top: 51px;
}

#block5 .table-block .item {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

#block5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#block5 ul li {
	position: relative;
	font-family: Jost;
	font-size: 16px;
	color: #000;
	margin: 0 0 20px 0px;
	font-weight: 400;
	padding-left: 20px;
}

#block5 ul li .marker {
	text-transform: uppercase;
	color: #fc3d54;
	font-family: Jost;
	font-weight: 700;
}

#block5 ul li:before {
	content: "";
	background: #cee002;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7.5px;
	border-radius: 50%;
}

#block6 {
	position: relative;
	padding-bottom: 50px;
	background: white;
}

#block6:before {
	width: 288px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -144px;
	z-index: 1;
}

.block6-img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1000px;
}

#block6_1 h2 {
	font-size: 28px;
	padding: 50px 0px 30px 0px;
}

#block6_2.feedback {
	position: relative;
	margin: 40px 0 0 0;
	width: 100%;
	height: 222px;
	z-index: 0;
	background: #fc3d54;
}

.statii #block6_2 {
	margin-top: 0;
}

#block6_2.feedback .title {
	font-size: 28px;
	color: #fff;
	font-family: Jost;
	text-align: center;
	font-weight: bold;
	padding-top: 43px;
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
}

#block6_2.feedback .wpcf7 p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#block6_2.feedback .wpcf7 p > span {
	width: 33%;
}

#block6_2.feedback .inputs-container {
	margin: 35px 55px 0 55px;
}

#block6_2.feedback .inputs-container .item-form-element {}

#block6_2.form-container .form-group.error .form-control .form-control-feedback {
	color: #cc0000;
	text-shadow: 1px 1px #732626;
}

#block6_2 .form-container .form-group.error.error:not(.agreement) .form-control:before {
	top: 13px;
}

#block6_2 .form-container .form-group.agreement label,
#block6_2 .form-container .form-group.agreement label a {
	color: #000;
	text-shadow: 1px 1px rgba(255, 255, 255, .25);
}

#block6_2 .form-container .form-group.agreement label br {
	display: none;
}

#block6_2 .input-awesome.checkbox-awesome label:before {
	color: #000;
	text-shadow: 1px 1px rgba(255, 255, 255, .25);
}

#block6_2.feedback input {
	width: 100%;
	padding: 12px 28px 12px 10px;
	font-size: 15px;
	height: 44px;
}

#block6_2.feedback input[type=submit] {
	padding: 10px;
	font-family: Jost;
	width: 31%;
	outline: none;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	border-radius: 5px;
	text-align: center;
	border: none;
	background-color: #cee002;
	transition: 0.2s linear;
}

#block6_2.feedback input[type=submit]:hover {
	background: white;
	color: #000000 !important;
}

#block6_3 h2 {
	font-size: 28px;
	padding: 50px 0px 30px 0px;
	position: relative;
}

#block7 {
	background: #fc3d54 url(images/block7_dexxx.png);
	background-size: auto 80%;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom right;
}

#block7:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(252 61 84 / 30%);
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: 0;
}

#block7:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/block7_dexxx.png);
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    z-index: 0;
    background-size: auto 80%;
    /* position: relative; */
    background-repeat: no-repeat;
    background-position: bottom left;
}

#block7 .container {
	position: relative;
	z-index: 1;
}

#block7 .row {
	align-items: flex-start;
}

#block7 .content {
	height: 800px;
}

#block7 .h2 {
	color: #ffffff;
	padding-top: 72px;
	font-size: 28px;
	position: relative;
}

#block7 .h2 span {
	font-size: 42px;
	color: #ff8f45;
	text-transform: none;
}

#block7 .items-container {
	margin-top: 32px;
}

#block7 .items-container .item {
	text-align: center;
	color: #ffffff;
	/* display: flex; */
	/* flex-direction: column; */
	text-shadow: 0px 0px 2px #000000;
}

#block7 .items-container .item .img-container {
	display: inline-block;
	width: 100%;
	height: 110px;
}

#block7 .items-container .item .img-container img {
	height: 100%;
	margin: 0 auto;
}

#block7 .items-container .item.fadeIn:nth-child(1) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

#block7 .items-container .item.fadeIn:nth-child(2) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#block7 .items-container .item.fadeIn:nth-child(3) {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#block7 .items-container .item .text1 {
	position: relative;
	font-family: Jost;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 28px;
	/* text-decoration: line-through; */
	display: inline-flex;
	width: auto;
	text-shadow: none;
}

#block7 .items-container .item .text1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: red;
}

#block7 .items-container .item .text2 {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
}

#block7 .items-container .item .text2 div {
	font-family: Jost;
	font-size: 21px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line-height: 25px;
	margin: 8px 0 3px 0;
	text-shadow: none;
	text-shadow: 0px 0px 1px #ffffff;
}

#block7 .lozung {
	width: 100%;
	text-align: center;
	font-family: Jost;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	line-height: normal;
	margin-top: 67px;
	padding-bottom: 48px;
	position: relative;
}

#block7 .lozung.fadeInDown {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#block8 {
	height: 650px;
}

#block8 .container {
	position: relative;
	margin-top: -650px;
}

#block8 .block8-info {
	position: absolute;
	top: 117px;
	left: 0;
	padding: 35px;
	color: #000;
	background: rgb(241 243 244 / 80%);
	line-height: 1.5;
	width: 47%;
}

#block8 .adress {
	position: absolute;
	top: 92px;
	left: 50%;
	margin-left: -186px;
	font-size: 20px;
}

#block8 #map {
	width: 100%;
	height: 650px;
}

#block8 h2 {
	position: absolute;
	width: 350px;
	top: 50px;
	left: 50%;
	margin-left: -175px;
	font-size: 28px;
}

#block8 .form-zayavka {
	position: absolute;
	top: 117px;
	right: 31px;
	width: 47%;
	background: rgb(241 243 244 / 80%);
}

.form-zakaz {
	padding: 23px 28px 27px 28px;
	text-align: center;
}

.form-zakaz .title {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff8f45;
	text-shadow: 0 1px #151516;
	text-align: center;
	line-height: 25px;
}

.form-zakaz .price {
	color: #f0640d;
	line-height: 25px;
	font-size: 20px;
	font-family: Jost;
	margin-bottom: 10px;
	white-space: nowrap;
}

.form-zakaz .img-container {
	position: relative;
	vertical-align: top;
	margin-top: 10px;
}

.form-zakaz .img-container img {
	border: 3px solid #fff;
}

.form-zakaz .text {
	color: #fff;
	text-align: justify;
}

.form-zakaz .button {
	width: 200px;
	margin: 15px 0 0 0;
}


/*---------/LANDING PAGE------------*/


/*==========  TOVAR OWL SLIDER  ==========*/

.catalog {
	margin-top: 31px;
}

.catalog .row {
	margin-left: -10px;
	margin-right: -10px;
	flex-wrap: wrap;
	align-items: normal;
}

.catalog .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.catalog .item {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px;
	text-align: center;
	border: 1px solid #f7f7f7;
}

.catalog .item .img-container::before,
.catalog .item .img-container::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0.5;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 1;
	background: rgb(255 255 255 / 70%);
}

.catalog .item .img-container::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(1);
}

.catalog .item .img-container::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1);
}

.catalog .item:hover .img-container::before,
.catalog .item:hover .img-container::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.catalog .item:hover .price {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-bubba h2 {
	padding-top: 30%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.catalog .item .img-container {
	position: relative;
	display: flex;
	margin-bottom: 7px;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 175px;
	overflow: hidden;
	background: #ffffff;
}

.catalog .item .img-container img {
	opacity: 0.8;
	transition: 0.2s linear;
	max-width: 125%;
}

.catalog .item:hover .img-container img {
	opacity: 0.4;
}

.catalog .item .text-container {
	height: 40px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.catalog .item .name {
	position: relative;
	color: #000000;
	line-height: 0.9;
	font-size: 17px;
	font-family: Jost;
	font-weight: 400;
	padding: 0px 15px;
}

.catalog .item .price {
	color: #fc3d54;
	line-height: 25px;
	font-size: 20px;
	font-family: Jost;
	font-weight: 600;
	padding: 0px 35px;
	position: absolute;
	top: 75px;
	width: 100%;
	/* opacity: 0; */
	z-index: 2;
}

.catalog .item .button2 {
	margin: 10px auto;
	width: 80%;
}

.catalog.catalog2 {
	margin: 0;
}

.catalog .item:nth-child(1).fadeInDown {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.catalog .item:nth-child(2).fadeInDown {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.catalog .item:nth-child(3).fadeInDown {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.catalog .item:nth-child(4).fadeInDown {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}


/*---------/CATALOG------------*/


/*---------FORM------------*/

form input,
form textarea {
	display: inline-block;
	margin-bottom: 15px;
}

.item-form-element {
	position: relative;
	margin-bottom: 10px;
}

.item-form-element input,
.item-form-element textarea {
	margin: 0;
}

.item-form-element .marker {
	position: absolute;
	top: 9px;
	left: -9px;
	color: #F45B28;
}

.item-form-element .title {
	display: inline-block;
	width: 85px;
	vertical-align: top;
	margin-top: 6px;
}

.item-form-element>span {
	display: inline-block;
	width: 85px;
	vertical-align: top;
	margin-top: 6px;
}

.item-form-element .validation-informer {
	margin-top: 11px;
	display: none;
}

.item-form-element.error .validation-informer,
.item-form-element.warning .validation-informer {
	display: block;
	color: #ff7459;
}

.item-form-element .validation-informer span {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background: #FFF7BD;
}

.item-form-element .validation-informer span:before {
	width: 11px;
	height: 9px;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -5px;
}

form .status_message {
	display: none;
	margin: 10px 0;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #F0F0B0;
	background: #FFF7BD;
}

.form-zakaz-item {
	width: 220px;
	text-align: center;
	display: inline-block;
}

.form-zakaz-item .img-container {
	position: relative;
	margin: 0 auto;
	width: 150px;
	height: 150px;
}

.form-zakaz-item .img-container img {
	max-width: 150px;
	max-height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.form-zakaz-item .title {
	width: 220px;
}


/*---------/FORM------------*/



.window {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	text-align: center;
	vertical-align: middle;
	z-index: 98;
}

.window-popup-overflower {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 98;
}

.window .window_body {
	position: relative;
	vertical-align: middle;
	text-align: left;
	width: auto;
	height: auto;
	display: inline-block;
	background: #fff;
	border-radius: 9px;
	border: 1px solid #ccc;
	padding: 20px 30px;
	z-index: 99;
}

.window .window_body .content {
	width: auto;
	background: #fff;
}

.window .close {
	display: none;
	cursor: pointer;
	position: absolute;
	right: -12px;
	top: -12px;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 23px;
	color: #fff;
	font-family: Jost;
	font-size: 15px;
	font-weight: bold;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: #aaa 0 0 3px;
	-moz-box-shadow: #aaa 0 0 3px;
	box-shadow: #aaa 0 0 3px;
	background: #AAA;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CCCCCC), to(#999999));
	background: -webkit-linear-gradient(#CCCCCC, #999999);
	background: -moz-linear-gradient(#CCCCCC, #999999);
	background: -ms-linear-gradient(#CCCCCC, #999999);
	background: -o-linear-gradient(#CCCCCC, #999999);
	background: linear-gradient(#CCCCCC, #999999);
}

.window .close.show {
	display: block;
}

.window.show {
	display: inline-block;
}

.window.show .window_body {}

.modal {
	padding-top: 35px;
	max-width: 95%;
	min-width: 400px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	top: -200px;
}

.modal .other-html {
	max-width: 600px;
}

.modal.modal-success {
	min-width: 300px;
}

.modal.modal-success .success-text {
	text-align: center;
	color: #fff;
}

.modal.modal-widget-phone {
	min-width: 350px;
}

.modal.modal-widget-phone .h2 {
	font-size: 18px;
}

.modal.modal-widget-phone .button {
	display: block;
	width: 100%;
}

.modal.modal-zakaz .img-container img {
	max-width: 200px;
	max-height: 200px;
}

.modal.modal-slide {
	max-width: 1000px;
	text-align: center;
}

.modal.modal-slide .text-container {
	margin-top: 15px;
}

.modal.modal-slide .text-container .title {
	font-size: 32px;
}

.modal.modal-slide .text-container .text {
	margin-top: 10px;
}

.modal.modal-slide .text-container .button {
	margin-top: 10px;
}

.modal.modal-slide .fancybox-close-small:after {
	background: #f4a70b;
	color: #fff;
}

.modal.modal-slide .fancybox-close-small:hover:after {
	background: #dc960a;
}

.modal.modal-moydom {
	position: relative;
	overflow: visible;
}

.modal.modal-moydom:before {
	width: 90px;
	height: 89px;
	position: absolute;
	top: 134px;
	left: -66px;
}

.modal.modal-moydom .form-container .form-group .form-control input {
	padding: 10px 35px 10px 30px;
}

.modal.form-zakaz {
	max-width: 935px;
}

.fancybox-slide--current .modal {
	top: 0;
}

.fancybox-is-closing .modal {
	top: 0;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}


/*forms*/

.form_zayavka_new .h2 {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fc3d54;
	text-align: center;
	line-height: 25px;
	margin-bottom: 16px;
}

.form_zayavka_new .h2 div {
	color: #000000;
}

.form_zayavka_new .wpcf7-form-control-wrap {
	margin-bottom: 15px;
	font-weight: 300;
	width: 100%;
}

.form-container .form-group .col-form-label {
	margin-bottom: 0;
	padding-top: -webkit-calc(.5rem - 1px * 2);
	padding-top: calc(.5rem - 1px * 2);
	padding-bottom: -webkit-calc(.5rem - 1px * 2);
	padding-bottom: calc(.5rem - 1px * 2);
	color: #ff8f45;
}

.form_zayavka_new .wpcf7-form-control-wrap input[type='text'],
.form_zayavka_new .wpcf7-form-control-wrap input[type='tel'] {
	width: 100%;
}

.form-zayavka.form_zayavka_new .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 18px;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	border: none;
	background-color: #cee002;
	outline: none;
	border-radius: 5px;
	color: #000000;
	height: 40px;
	transition: 0.2s linear;
	font-weight: 400;
}

.form-zayavka.form_zayavka_new .wpcf7-submit:hover {
	text-decoration: none;
	background-color: #fc3d54;
	color: #fff !important;
}

.form-in-page .form-container .form-group {
	margin-bottom: 0;
}

.form-in-page .form-container .form-group.agreement {
	margin-top: 10px;
	text-align: center;
}

.form-in-page .form-container .form-group.agreement .form-group-agreement-wrapper {
	text-align: left;
	display: inline-block;
}

.form-in-page .form-container .form-group.agreement .checkbox-awesome.input-awesome label:before {
	top: 3px;
}

.form-in-page .button-container .button {
	display: block;
	width: 100%;
	padding: 6px 12px;
}

.form-fullpage-columns .button-container .button {
	margin-top: -webkit-calc(.5rem - 1px * 2);
	margin-top: calc(.5rem - 1px * 2);
}


/*==========  /MODAL WINDOWS AND FORMS  ==========*/


/*---------SOCIALS------------*/

.socials {
	height: 57px;
	margin-top: -13px;
}

.socials .b-share-icon {
	display: inline-block;
	width: 56px;
	height: 57px;
	/*margin-right: 2px;*/
}

.socials .b-share {
	padding: 0;
}

.socials .b-share__handle {
	display: inline-block;
	float: none;
	height: auto;
	padding: 0;
}


/*---------/SOCIALS------------*/


/*---------FOOTER------------*/

footer {
	position: relative;
	width: 100%;
	/* height: 120px; */
	background: #000000;
	padding: 20px 0;
}

footer .container {
	display: flex;
	align-items: flex-start;
	height: 100%;
}

footer .content {
	height: 100%;
}

footer .logo {
	display: inline-flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

footer .logo-text {
	font-family: Jost;
	color: #ffffff;
	font-size: 14px;
	margin-left: 20px;
	line-height: 1.2;
}

footer .button {
	font-size: 17px;
	width: 100%;
}

footer .contacts {
	text-align: left;
	margin-bottom: 10px;
}

footer .contacts p {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
}

footer .contacts .phone {
	color: #ffffff;
	font-size: 15px;
	font-family: Jost;
	font-weight: 500;
}

footer .contacts .email {
	font-size: 14px;
	font-family: Jost;
	font-weight: 500;
}

footer .footer-desktop .copyright {
	font-family: Jost;
	color: #ffffff;
	font-size: 16px;
	margin-top: 21px;
}

footer .footer-desktop .copyright a {
	color: #ffffff;
}

footer .counters {
	margin-top: 8px;
}

.footer-mobile {
	color: #ff8f45;
}

.footer-mobile .copyright {
	float: left;
}

.footer-mobile .mastweb {
	float: right;
}


/*---------/FOOTER------------*/


/*---------/POPUP------------*/

.popup {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	/*text-align: center;*/
	vertical-align: middle;
	z-index: 98;
}

.popup-overflower {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
}

.popup-content {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	z-index: 99;
}

.popup .close {
	cursor: pointer;
	position: absolute;
	right: -12px;
	top: -12px;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-family: Jost;
	font-size: 23px;
	font-weight: bold;
	border-radius: 50%;
	background-color: #ea5800;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ea5800), to(#ff812d));
	background: -webkit-linear-gradient(#ea5800, #ff812d);
	background: -moz-linear-gradient(#ea5800, #ff812d);
	background: -ms-linear-gradient(#ea5800, #ff812d);
	background: -o-linear-gradient(#ea5800, #ff812d);
	background: linear-gradient(#ea5800, #ff812d);
}

.popup .close:hover {
	background-color: #ff812d;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff812d), to(#ea5800));
	background: -webkit-linear-gradient(#ff812d, #ea5800);
	background: -moz-linear-gradient(#ff812d, #ea5800);
	background: -ms-linear-gradient(#ff812d, #ea5800);
	background: -o-linear-gradient(#ff812d, #ea5800);
	background: linear-gradient(#ff812d, #ea5800);
}

.popup.zayavka-form .zayavka-form-wraper {
	width: 278px;
	margin: 0 auto;
}

.popup.zayavka-form .zayavka-form-wraper2 {
	width: 278px;
	height: 100px;
	margin: 0 auto;
	display: none;
}

.popup.thanks {}

.popup.thanks .form-zayavka {
	height: 250px;
	float: none;
}

.popup.thanks .form-zayavka .title {
	margin-top: 68px;
}

.popup.thanks .form-zayavka .title div {
	text-transform: none;
	margin-top: 13px;
}

.popup.thanks .form-zayavka .button {
	padding: 6px 0;
	width: 93px;
	text-transform: uppercase;
}

.popup .form-zayavka {
	float: none;
	text-align: center;
}


/*---------/POPUP------------*/


/*---------LIST STYLE------------*/

ul.style {
	list-style: none;
}

ul.style li {
	position: relative;
	margin-bottom: 9px;
}

ul.style li:before {
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid #f0640d;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: -15px;
}


/*---------/LIST STYLE------------*/


/*---------OTHER STYLES------------*/



.animated {
	/* visibility: hidden; */
}



.fadeInLeftBig,
.fadeOutLeftBig,
.fadeInRightBig,
.fadeOutRightBig,
.fadeOut,
.fadeIn,
.fadeInDown,
.fadeInUp,
.fadeInRight,
.fadeInLeft,
.zoomIn,
.fadeInDownBig {
	/* visibility: visible; */
}


/* fancybox */

body.fancybox-active>* {
	/*-webkit-filter: blur(3px);*/
	/*filter: blur(3px);*/
	/*-webkit-transition: -webkit-filter 0.1s;*/
	/*transition: -webkit-filter 0.1s;*/
	/*-o-transition: filter 0.1s;*/
	/*transition: filter 0.1s;*/
	/*transition: filter 0.1s, -webkit-filter 0.1s;*/
	/*-webkit-transform: translate3d(0, 0, 0);*/
	/*transform: translate3d(0, 0, 0);*/
}

body.fancybox-active .fancybox-container {
	/*-webkit-filter: none;*/
	/*filter: none;*/
}

body.fancybox-active .fancybox-container .fancybox-caption-wrap {
	text-align: center;
}

body.fancybox-active .fancybox-container .fancybox-close-small {
	outline: none;
}



[data-fancybox].img-container,
[data-fancybox] .img-container {
	position: relative;
}

[data-fancybox].img-container:before,
[data-fancybox] .img-container:before {
	width: 40px;
	height: 60px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
	content: "\f00e";
	font-family: 'FontAwesome';
	font-size: 42px;
	color: #fff;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

[data-fancybox].img-container:hover:before,
[data-fancybox] .img-container:hover:before {
	opacity: 0.8;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}

[data-fancybox].img-container:before,
[data-fancybox] .img-container:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.fancybox-close-small:hover:after {
	background-color: #ff812d;
	color: #fff;
}


/* preloader */

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	display: none;
}

#preloader .spinner {
	border: 6px solid rgba(100, 100, 100, 0.4);
	border-top: 6px solid rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: preloader-rotate .8s infinite linear;
	animation: preloader-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

#preloader.active {
	display: block;
}

.toTop {
	width: 61px;
	height: 61px;
	position: fixed;
	bottom: 50px;
	left: 14%;
	cursor: pointer;
	display: none;
	z-index: 98;
	opacity: 0.3;
	background: url(images/toTop.png);
}

.slicknav_menu {
	display: none;
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
	cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
	box-sizing: border-box
}

.slicknav_btn {
	position: relative;
	display: block;
	vertical-align: middle;
	float: right;
	padding: .438em .625em;
	line-height: 1.125em
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: .188em
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon {
	float: left;
	width: 1.125em;
	height: .875em;
	margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
	background: 0 0;
	width: 1.125em;
	height: .875em;
	display: block;
	content: "";
	position: absolute
}

.slicknav_menu .slicknav_no-text {
	margin: 0
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after,
.slicknav_menu:before {
	content: " ";
	display: table
}

.slicknav_menu:after {
	clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
	display: block
}

.slicknav_nav .slicknav_arrow {
	font-size: .8em;
	margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
	display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	display: block
}

.slicknav_nav .slicknav_parent-link a {
	display: inline
}

.slicknav_menu {
	*zoom: 1;
	font-size: 16px;
	background: #4c4c4c;
	padding: 5px
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* background-color:#222 */
}

.slicknav_nav {
	clear: both;
	color: #fff;
	margin: 0;
	font-size: .875em
}

.slicknav_nav ul {
	margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
	padding: 0px 10px;
	margin: 2px 5px;
	font-weight: 500;
}

.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #fff
}

.slicknav_nav a {
	text-decoration: none;
	color: #fff
}

.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222
}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0
}

.slicknav_brand {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px
}

.blur {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.parallax {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.button-container {
	text-align: center;
}

.input-awesome input {
	display: none;
}

.input-awesome input+label:before {
	font-family: 'FontAwesome';
	position: relative;
	display: inline-block;
	line-height: 1;
	text-align: left;
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.input-awesome input:not(:disabled)+label:hover:before {
	-webkit-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, color 0.1s ease-in-out;
}

.input-awesome input:disabled+label {
	cursor: not-allowed;
	opacity: .6;
}

.input-awesome.checkbox-awesome label:before {
	content: "\f096";
	width: 21px;
	font-size: 20px;
	top: 2px;
	color: #ff8f45
}

.input-awesome.checkbox-awesome input:not(:disabled)+label:hover:before {
	color: #fff;
}

.input-awesome.checkbox-awesome input:checked+label:before {
	content: "\f046";
}

.input-awesome.checkbox-awesome.variant2 label:before {
	content: "\f0c8";
	width: 21px;
	font-size: 20px;
	top: 2px;
	color: #ff8f45
}

.input-awesome.checkbox-awesome.variant2 input:not(:disabled)+label:hover:before {
	color: #fff;
}

.input-awesome.checkbox-awesome.variant2 input:checked+label:before {
	content: "\f14a";
}

.input-awesome.radio-awesome label:before {
	content: "\f10c";
	width: 21px;
	font-size: 20px;
	top: 2px;
	color: #ff8f45
}

.input-awesome.radio-awesome input:not(:disabled)+label:hover:before {
	color: #fff;
}

.input-awesome.radio-awesome input:checked+label:before {
	content: "\f192";
}

.input-awesome.radio-awesome.variant2 label:before {
	content: "\f10c";
	width: 21px;
	font-size: 20px;
	top: 2px;
	color: #ff8f45
}

.input-awesome.radio-awesome.variant2 input:not(:disabled)+label:hover:before {
	color: #fff;
}

.input-awesome.radio-awesome.variant2 input:checked+label:before {
	content: "\f111";
}

.head_form__list {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	justify-content: space-between;
	color: #000000;
	font-weight: 400;
	font-size: 15px;
}

.head_form__list br {
	display: none;
}

.head_form__list>div {
	width: 48%;
	display: inline-flex;
	flex-direction: column;
}

.head_form__list2 input {
	width: 100%;
	color: #000000;
}

.form_left .head_form__title {
	margin-bottom: 10px;
}

.portfolio-item-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.portfolio-item {
	width: 32%;
	height: 300px;
	margin-bottom: 2%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.portfolio-item .inner {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.portfolio-item .inner::before,
.portfolio-item .inner::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #cee002;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
}

.portfolio-item:hover .inner::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.portfolio-item:hover .inner::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

.portfolio-item .inner img {
	width: auto;
	min-width: 200%;
	/* height: 500px; */
}

.portfolio-item .overlay {
	transition: .3s;
	overflow: hidden;
	text-align: center;
	height: 100%;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	position: absolute;
	background: rgb(255 255 255 / 50%);
}

.portfolio-item:hover .overlay {
	opacity: 1;
	transform: scale(1);
	background: rgb(255 255 255 / 0.5);
}

.portfolio-item .overlay .contents {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.portfolio-item .overlay .contents a {
	color: #000000;
	font-weight: 500;
	transition: .3s;
	font-size: 18px;
	margin-top: 20%;
	text-transform: uppercase;
}

.portfolio-item .overlay .contents a:hover {
	text-decoration: none;
	transform: scale(1.05);
}

.portfolio-item:hover .overlay .contents a {
	margin-top: 0%;
}

.carousel_slider {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.carousel_slider>div {
	width: 49%;
	margin-top: 16px;
	height: 250px;
	position: relative;
}

.carousel_slider .opac {
	position: absolute;
	z-index: 2;
	padding: 50px;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 0;
	transition: 0.2s linear;
}

.carousel_slider>div img {
	opacity: 0.8;
	transition: 0.2s linear;
}

.carousel_slider>div:hover img {
	opacity: 0.4;
}

.carousel_slider>div:hover .opac {
	opacity: 1;
}

.carousel_slider>div::before,
.carousel_slider>div::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 1;
}

.carousel_slider>div::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.carousel_slider>div::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.carousel_slider>div:hover::before,
.carousel_slider>div:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.carousel_slider>div video {
	width: 100%;
	height: 315px;
}

.carousel_slider>div iframe {
	border: none;
}

.carousel_slider1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	background: #f1f3f4;
	padding: 25px 15px 20px 15px;
	flex-wrap: wrap;
}

.carousel_slider1>div {
	width: 48%;
	margin-top: 15px;
}

.carousel_slider1 audio {
	width: 100%;
}

#block6_3 p {
	margin-top: -20px;
	margin-bottom: 40px;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	line-height: 26px;
	font-family: Jost;
	text-align: center;
}

#block9 .h2 {
	font-size: 28px;
	padding: 70px 0px 20px 0px;
}

#block9 p {
	font-weight: 500;
}

#block9 p span {
	font-weight: 600;
	color: #fc3d54;
	text-transform: uppercase;
}

.head_form__optlabel input {
	margin-bottom: 0
}

.head_form__optlabel {
	margin-bottom: 10px;
	display: block;
}

#block1 .row {
	align-items: normal;
}

#block1 .container>.row {
	justify-content: space-between;
}

.mobile_header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 999;
	display: none;
}

.mobile_header .logo img {
	display: block;
	height: 43px;
	/* padding-top: 5px; */
	/* padding-left: 25px; */
}

.mobile_header .header-mobile {
	position: relative;
	height: 50px;
	background: #fc3d54;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.5);
}

.block_zae {
	position: relative;
	height: 50px;
}

header .row {
	align-items: center;
	justify-content: space-between;
}

@media all and (max-width: 1299px) {
	.block_zae {
		position: absolute;
		/* right: 190px; */
	}

	.block_zae .top_vis .zvezdaaa {
		display: none;
	}

	.block_zae .text {
		padding-left: 20px;
	}
}

.block_zae .contacts  {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	/* border-left: 1px dotted rgba(0, 0, 0, .2); */
	/* margin-top: -48px; */
	/* right: 0; */
}

.block_zae .contacts .s1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.mobile_header .block_zae .contacts .logo {
	width: 46px;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
}

.mobile_header .block_zae .contacts .logo img {
	width: 46px;
}

.block_zae .text {
	font-family: Jost;
	font-weight: 900;
	font-size: 22px;
	color: #ffffff;
	margin: 0px 0px 0px 20px;
	text-transform: uppercase;
	/* line-height: 0.2; */
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

.block_zae .top_vis > div:last-child {
	display: inline-flex;
	align-items: center;
}

.block_zae .top_vis .zvezdaaa {
	height: 100%;
	width: auto;
	margin-bottom: 5px;
}

.block_zae .text span {
	color: #ffffff;
	font-size: 18px;
	display: block;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
}

.cvet_button {
	background: #cee002;
	transition: 0.2s linear;
	color: #000000 !important;
	border-radius: 5px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 190px;
}

.cvet_button:hover {
	background: #fc3d54;
	color: #ffffff !important;
}

.block_zae .contacts .button {
	width: 172px;
	font-size: 16px;
	padding: 8px 10px;
	margin: 0px 25px 0px 0px;
	width: 190px;
}

.block_zae .contacts .phone2 {
	margin: 0px 0px 0px 20px;
	font-weight: bold;
	color: aliceblue;
	font-size: 21px;
}

.block_zae .phone {
	display: block;
	width: 60px;
	height: 50px;
	border-left: 1px dotted rgba(0, 0, 0, .2);
	top: 0;
	right: 120px;
	position: absolute;
	text-indent: -9999px;
	background: url(images/menu-phone.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30%;
}

.mobile_header .header-mobile .header-mobile-button {
	width: 60px;
	height: 50px;
	border-left: 1px dotted rgba(0, 0, 0, .2);
	top: 0;
	right: 60px;
	position: absolute;
	background: url(images/menu-popup.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30%;
	text-indent: -9999px;
}

.mobile_header .menu-top-container {
	height: auto;
	position: initial;
}

.mobile_header .slicknav_menu {
	display: block;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0;
	background: transparent;
}

.mobile_header .slicknav_btn {
	position: absolute;
	top: -50px;
	right: 0;
	margin: 0;
	width: 59px;
	height: 50px;
	border-left: 1px dotted rgba(0, 0, 0, .2);
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 1;
	background: url(images/menu-lines.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
}

.mobile_header .slicknav_btn.slicknav_open {}

.mobile_header .slicknav_icon {
	display: none;
}

.mobile_header .slicknav_nav {
	padding: 10px 0;
	background: rgb(241 243 244 / 94%);
	-webkit-box-shadow: 1.5px 2.6px 3px rgba(24, 23, 24, 0.3);
	box-shadow: 1.5px 2.6px 3px rgba(24, 23, 24, 0.3);
	/* border-top: 2px solid rgba(28, 28, 28, 0.2); */
}

.mobile_header .slicknav_nav>ul {
	margin: 0;
}

.mobile_header .slicknav_nav a {
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	text-decoration: none;
	color: #000!important;
}

.mobile_header .slicknav_nav a:hover {
	background-color: #fc3d54;
	color: #ffffff !important;
}

.mobile_header .slicknav_nav li.selected>a,
.mobile_header .slicknav_nav .slicknav_row:hover {
	background-color: #fc3d54;
	color: #ffffff !important;
}

.mobile_header .menu-top {
	display: none;
}

.credit .row {
	flex-wrap: wrap;
}

.credit h3 {
	width: 100%;
	font-size: 28px;
	padding: 70px 0px 30px 0px;
	font-family: Jost;
	margin: 0;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
}

.credit {
	background: #f1f3f4;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.pt20>div {
	border: 1px solid #ccc;
	width: 32%;
	padding: 20px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pt20 {
	justify-content: space-between;
	align-items: normal;
	width: 100%;
	display: flex;
}

.pt20 .elem {
	margin-bottom: 15px;
	text-align: center;
}

.pt20 .elem .big-font {
	font-size: 43px;
	font-weight: 900;
	color: #fc3d54;
	line-height: normal;
}

.pt20 .elem h5 {
	margin: 0;
	font-weight: 600;
	color: #fc3d54;
	font-size: 20px;
	text-align: center;
}

.pt20 .font18 {
	font-size: 16px;
}

.documents-item h5 {
	font-weight: 600;
	color: #fc3d54;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
	margin-top: 10px;
}

.documents-item {
	text-align: center;
}

.documents-item img {
	width: 83px;
}

.documents-item:last-child img {
	width: 99px;
}

.documents-item:last-child h5 {
	margin-top: -20px;
}

.credit-partner h5 {
	font-size: 23px;
	font-weight: 600;
	color: #fc3d54;
	line-height: normal;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

.credit-partner .img_op {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
align-items: center;}

.credit-partner .img_op img {
	width: 31%;
	margin-bottom: 10px;
	height: auto;
}

.pt20 .credit-more {
	width: 100%;
	border: none;
	margin-bottom: 50px;
}

footer .logo img {
	width: 55px;
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1239px) {
	header .text {
		font-size: 20px;
		line-height: 20px;
	}
	header .contacts .phone {
		font-size: 18px;
	}
	header .button {
		float: right;
		margin-top: 0;
		padding: 8px;
		width: 100%;
	}
	.catalog .item .name {
		left: 0;
		margin-left: 0;
		width: auto;
	}
	#block4 .title1 {
		font-size: 23px;
		white-space: normal;
		line-height: 35px;
	}
	#block4 .title2 {
		font-size: 35px;
	}
	.tovar_slider {
		width: 100%;
	}
	.synced-slider2-container {
		width: 100%;
	}
	.synced_slider2 {
		margin-left: -10px;
		margin-right: -10px;
	}
	#block6 .feedback {
		left: 0;
		width: 100%;
	}
	#block6 .feedback .title {
		font-size: 34px;
	}
	.carousel_slider .owl-carousel .item .row .col-sm-6:first-child {
		padding-right: 10px;
	}
	.carousel_slider .owl-carousel .item .row .col-sm-6:last-child {
		padding-left: 10px;
	}
	.carousel_slider .owl-carousel .item .img-container img {
		width: 100%;
	}
	#block7 .items-container .item .text2 div {
		font-size: 22px;
		line-height: normal;
	}
	#block7 .h2 {
		font-size: 28px;
	}
	footer .contacts .phone {
		font-size: 13px;
	}
	footer .contacts .email {
		font-size: 13px;
	}
	#block2 .items-container .item.even {
		margin-top: 0px;
	}
}


/* /Large Devices, Wide Screens */


/**/


/**/


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
	.window .window_body {
		width: 90%;
	}
	.form-container .button-container .button {
		font-size: 16px;
	}
	.menu-top>ul>li>a {
		font-size: 14px;
	}
	.titles .text {
		font-size: 16px
	}
	.titles .text2 {
		font-size: 16px
	}
	.form-container .h2 {
		font-size: 16px;
		line-height: 1.2
	}
	.widget-phone-form {
		width: 100%;
	}
	.item-form-element .title {
		width: 20%;
		padding-right: 2%;
	}
	.item-form-element input,
	.item-form-element textarea {
		width: 78%;
	}
	.faq.nc-form .item-form-element>span,
	.faq.nc-form .nc-field-caption {
		width: 20%;
		padding-right: 2%;
	}
	.header-desktop {
		height: 100px;
	}
	header .text {
		font-size: 14px;
		line-height: 1.2;
	}
	header .text span {
		font-size: 14px;
		font-weight: 500;
	}
	header .logo-link {
		margin-top: 13px;
	}
	header .button {
		font-size: 15px;
		float: none;
	}
	header .contacts .phone {
		font-size: 16px;
		line-height: 19px;
	}
	header .contacts .email {
		font-size: 14px;
	}
	header .contacts {
		/* margin-top: 5px; */
	}
	.menu-top-container {
		background: #f1f3f4;
	}
	.menu-top>ul>li.separator,
	.menu-top-container .container:before {
		display: none;
	}
	.form-zayavka:before,
	#block1:before {
		display: none;
	}
	h2,
	.h2,
	#block2 h2,
	#block3 h2,
	#block5 h2 {
		font-size: 28px;
	}
	#block2 .container>.text {
		font-size: 18px;
		line-height: 1.2;
	}
	#block2 .items-container .item .title {
		font-size: 16px;
	}
	#block2 .items-container .row {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-evenly;
	}
	#block2 .items-container .item img {
		width: 70%;
	}
	#block2 .items-container .item {
		margin-bottom: 20px;
	}
	#block2 .items-container .col-sm-6 {
		width: 20%;
	}
	#block3 .catalog .row {
		flex-wrap: wrap;
		align-items: normal;
	}
	#block3 .catalog .row .col-sm-6 {
		width: 33%;
	}
	#block5 ul li {
		font-size: 18px;
		line-height: normal;
	}
	.synced_slider1 {
		width: 100%;
		padding-top: 0;
		margin-bottom: 20px;
	}
	.tovar_slider {
		background: none;
	}
	.synced_slider1 .owl-theme .owl-controls .owl-buttons .owl-prev {
		left: -52px;
	}
	.synced_slider1 .owl-theme .owl-controls .owl-buttons .owl-next {
		right: -52px;
	}
	.synced_slider1 .owl-carousel .item .text-container .text {
		float: none;
	}
	.synced_slider1 .owl-carousel .item .text-container .portfolio-photo-link {
		float: none;
		margin-top: 5px;
	}
	#block6 .feedback .title {
		line-height: normal;
		font-size: 26px;
		padding-top: 66px;
	}
	#block6 .feedback .inputs-container {
		margin: 13px 55px 0 55px;
	}
	#block6 .feedback input {
		font-size: 16px;
	}
	#block6 {
		margin-bottom: 0px;
	}
	#block6:before {
		display: none;
	}
	#block7 .h2 {
		padding-top: 40px;
		font-size: 28px;
	}
	#block7 {
		/* background: #553f38; */
	}
	#block7 .h2 div {
		font-size: 19px;
		margin-top: 10px;
	}
	#block7 .items-container .item {
		margin-bottom: 45px;
	}
	#block7 .lozung {
		margin: 19px 0 0px 0;
	}
	#block8 .form-zayavka {
		/* display: none!important; */
	}
	footer .contacts .phone,
	footer .contacts .email {
		font-size: 16px;
	}
	#block7 .items-container .col-md-4 {
		width: 32%
	}
	#block7 .items-container .row {
		justify-content: space-between;
	}
	#block7 .items-container .item .img-container {
		height: 105px;
	}
	#block7 .items-container .item .text2 div {
		font-size: 18px;
	}
	#block7 .items-container .item .text2 {
		font-size: 12px;
	}
	#block9 .h2 {
		padding: 50px 0px 20px 0px;
	}
	#block9 img {
		width: 100%
	}
	#block9 {
		padding-bottom: 40px
	}
	#block9 p {
		font-size: 15px
	}
	.pt20 .font18 {
		font-size: 12px
	}
	#block8 .block8-info {
		font-size: 16px
	}
	footer .container {
		justify-content: space-between;
	}
}


/* /Medium Devices, Desktops */


/**/


/**/


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
	.mobile_header .header-mobile .contacts {
		display: none;
	}
	.block_zae {
		/* right: 65px; */
	}
	.top_vis {
		display: flex !important;
		border: none !important;
		/* margin-top: -48px !important; */
	}
	.modal {
		min-width: inherit;
		width: 95%;
	}
	.modal.modal-success {
		min-width: 300px;
		width: auto;
	}
	.modal.modal-widget-phone {
		min-width: 300px;
		width: 300px;
	}
	#overflow_div {
		margin-top: 50px;
	}
	header {
		position: fixed;
		top: 0;
		width: 100%;
		height: 50px;
		z-index: 2;
	}
	.header-mobile {
		position: relative;
		height: 50px;
		background: #fc3d54;
		display: block !important;
	}
	.header-mobile .logo img {
		display: block;
		height: 43px;
		/* padding-top: 8px; */
		/* padding-left: 15px; */
	}
	.header-mobile .phone {
		display: block;
		width: 60px;
		height: 50px;
		border-left: 1px dotted rgba(0, 0, 0, .2);
		top: 0;
		right: 120px;
		position: absolute;
		text-indent: -9999px;
		background: url(images/menu-phone.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 30%;
	}
	.header-mobile .header-mobile-button {
		width: 60px;
		height: 50px;
		border-left: 1px dotted rgba(0, 0, 0, .2);
		top: 0;
		right: 60px;
		position: absolute;
		background: url(images/menu-popup.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 30%;
		text-indent: -9999px;
	}
	.menu-top {
		display: none;
	}
	.slicknav_menu {
		display: block;
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0;
		padding: 0;
		background: transparent;
	}
	.slicknav_btn {
		position: absolute;
		top: -50px;
		right: 0;
		margin: 0;
		width: 59px;
		height: 50px;
		border-left: 1px dotted rgba(0, 0, 0, .2);
		-webkit-border-radius: 0;
		border-radius: 0;
		z-index: 1;
		background: url(images/menu-lines.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 30%;
	}
	.slicknav_btn.slicknav_open {}
	.slicknav_icon {
		display: none;
	}
	.slicknav_nav {
		padding: 10px 0;
		background: rgb(241 243 244 / 94%);
		-webkit-box-shadow: 1.5px 2.6px 3px rgba(24, 23, 24, 0.3);
		box-shadow: 1.5px 2.6px 3px rgb(24 23 24 / 30%);
		/* border-top: 2px solid rgba(28, 28, 28, 0.2); */
	}
	.slicknav_nav>ul {
		margin: 0;
	}
	.slicknav_nav a {
		-webkit-border-radius: 0 !important;
		border-radius: 0 !important;
		text-decoration: none;
		color: #000!important;
	}
	.slicknav_nav a:hover {
		background-color: #fc3d54;
		color: #ffffff !important;
	}
	.slicknav_nav li.selected>a,
	.slicknav_nav .slicknav_row:hover {
		background-color: #fc3d54;
		color: #ffffff !important;
	}
	.window .window_body {
		width: 95%;
	}
	.window .close {
		top: 5px;
		right: 5px;
	}
	.item-form-element .title {
		width: 100%;
		padding-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	.item-form-element input,
	.item-form-element textarea {
		width: 100%;
	}
	.item-form-element.tovar .item .img-container {
		display: none;
	}
	.item-form-element.tovar .title {
		width: auto;
		display: inline-block;
		margin-bottom: 0;
		vertical-align: baseline;
	}
	.widget-phone-popup {
		width: 100%;
	}
	.table-responsive {
		position: relative;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		padding-bottom: 30px;
	}
	.table-responsive .table {
		margin-bottom: 0;
	}
	.table-responsive:after,
	.table-responsive:before {
		content: '';
		width: 16px;
		height: 16px;
		position: absolute;
		right: 20px;
	}
	.table-responsive:after {
		top: 0;
	}
	.table-responsive:before {
		bottom: 10px;
	}
	.news.one .item .img-container {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.synced_slider2 {
		display: none;
	}
	.synced_slider1 .owl-theme .owl-controls .owl-pagination {
		display: block;
		margin-top: 10px;
	}
	.faq.nc-form .item-form-element>span,
	.faq.nc-form .nc-field-caption {
		width: 100%;
		padding-right: 0;
		display: block;
		margin-bottom: 5px;
	}
	.faq.nc-form textarea {
		width: 100%;
	}
	.faq.nc-form input[type='text'],
	.faq.nc-form input[type='tel'],
	.faq.nc-form input[type='email'] {
		width: 100%;
	}
	footer {
		height: auto;
		position: relative;
	}
	body {
		margin-bottom: 0;
	}
	.toTop,
	.widget-phone,
	.breadcrumb {
		display: none !important;
	}
	.form-zakaz .img-container {
		margin-bottom: 10px;
	}
	.popup .close {
		top: 8px;
		right: 22px;
	}
	.menu-top-container {
		height: auto;
		position: initial;
	}
	#block1 {
		background-size: cover;
		margin-top: 0;
		height: auto;
	}
	#block1,
	#block2,
	#block4 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#block3 {
		padding-top: 30px;
		padding-bottom: 0;
	}
	#block1 .form-zayavka {
		/* margin-top: 20px; */
	}
	.titles .text {
		/* padding: 10px; */
		margin-left: 0;
	}
	h2,
	.h2,
	#block2 h2,
	#block3 h2,
	#block5 h2 {
		font-size: 25px;
		margin-bottom: 15px;
		padding-top: 0;
	}
	#block2 .container>.text {
		font-size: 16px;
		line-height: normal;
	}
	#block2 .items-container .item {
		margin-bottom: 25px;
	}
	#block2 .items-container .item .text-container {
		left: 0;
		margin-left: 0;
		width: auto;
	}
	#block2 .items-container .item .title {
		font-size: 18px;
	}
	#block2 .items-container .item .text {
		font-size: 16px;
	}
	#block3 h2 div,
	#block5 h2 div {
		font-size: 25px;
		line-height: normal;
	}
	#block3_3 .items-container .item {
		margin-bottom: 35px;
	}
	#block3_3 .items-container .item .img-container {
		display: inline-block;
	}
	#block4 .title1,
	#block4 .title2 {
		font-size: 18px;
		line-height: normal;
		text-align: center;
	}
	#block4 .title2 {
		/* margin-top: 15px; */
		font-size: 22px;
		line-height: normal;
		margin-bottom: 15px;
	}
	#block5 .table-block {
		margin-top: 20px;
	}
	#block6_1 h2 {
		padding-top: 30px;
		margin-bottom: 15px;
	}
	.synced_slider1 {
		margin-top: 0;
	}
	.synced_slider1 .owl-carousel .item .text-container {
		position: relative;
	}
	#block6 {
		padding-bottom: 30px;
	}
	#block6 .feedback {
		background-size: cover;
		height: auto;
		padding: 40px 0 30px 0;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	#block6 .feedback .inputs-container {
		margin: 0;
	}
	#block6 .feedback .valik {
		display: none;
	}
	#block6 .feedback .title {
		padding-top: 0;
	}
	.carousel_slider .owl-carousel .item {
		text-align: center;
	}
	.carousel_slider .owl-carousel .item .img-container {
		display: inline-block;
	}
	.carousel_slider .owl-carousel .item .text {
		text-align: left;
	}
	.carousel_slider .owl-carousel .item .name {
		margin-top: 10px;
	}
	#block6_3 h2 {
		padding-top: 20px;
	}
	.block6-img {
		display: none;
	}
	.carousel_slider .owl-carousel .owl-pagination {
		display: block;
	}
	#block7 .h2 {
		font-size: 25px;
		padding-top: 30px;
	}
	#block7 .h2 div {
		font-size: 18px;
	}
	#block7 .items-container .item .text1 {
		font-size: 18px;
	}
	#block7 .items-container .item .text2 div {
		font-size: 18px;
	}
	#block7 .lozung {
		font-size: 20px;
		line-height: normal;
		margin-bottom: 30px;
		margin-top: 0;
	}
	#block8,
	#block8 #map {
		height: 250px;
	}
	#block8 .container {
		display: none;
	}
	/*Disable Animation on Mobile Devices*/
	.animated {
		visibility: visible!important;
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
	.popup[class*="tovar_form"].tovar_form1 .popup-content {
		left: 0!important;
	}
	.modal.modal-moydom {
		overflow: hidden;
	}
	.modal.modal-moydom:before {
		display: none;
	}
}

@media only screen and (max-width: 426px) {
	.footer-mobile {
		text-align: center;
	}
	.footer-mobile .copyright {
		float: none;
	}
	.footer-mobile .mastweb {
		float: none;
		margin-top: 5px;
		display: inline-block;
	}
	#block1 .container>.row .col-md-6:first-child {
		display: none;
	}
	#block2 .items-container .col-sm-6 {
		width: 50%
	}
	#block2 .items-container .row {
		justify-content: center;
	}
	#block3 .catalog .row .col-sm-6 {
		width: 100%;
	}
	.catalog .item .name {
		font-size: 16px;
	}
	#block4 .row {
		flex-direction: column;
		padding: 0 !important;
	}
	#block5 h2 {
		font-size: 25px
	}
	#block5 h2 span {
		font-size: 22px;
		display: block;
	}
	#block5 ul {
		/* padding-left: 40px */
	}
	#block5 ul li {
		font-size: 15px;
	}
	#block5 ul li .marker {
		font-size: 12px;
	}
	#block5 .button2 {
		font-size: 16px;
	}
	#block6_1 h2,
	#block9 .h2,
	.credit h3 {
		font-size: 22px;
		/* padding: 30px */
	}
	#block6_3 h2 {
		font-size: 22px
	}
	.portfolio-item {
		width: 49%;
	}
	.carousel_slider,
	.carousel_slider1 {
		flex-direction: column;
	}
	.carousel_slider>div,
	.carousel_slider1>div {
		width: 100%;
	}
	#block7 .items-container .row,
	#block9 .items-container .row {
		flex-direction: column;
	}
	#block7 .items-container .col-md-4 {
		width: 100%
	}
	#block7 .items-container .item .img-container img {
		width: auto;
		height: 100%;
	}
	#block7 .items-container .item .text2 {
		font-size: 14px
	}
	.pt20>div {
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}
	.pt20 {
		flex-wrap: wrap;
	}
	.documents-item img {
		width: 50px
	}
	.documents-item:last-child img {
		width: 70px;
		margin-bottom: 10px
	}
	.pt20>div.credit-partner {
		width: 100%;
		border: none;
	}
	.credit-partner .img_op img {
		width: 32%;
	}
	.credit-partner .img_op img:nth-of-type(4) {
		width: 62% !important;
	}
	.credit-partner .img_op img:nth-of-type(5) {
		width: 25% !important;
		height: auto;
	}
	.credit-partner .img_op {
		align-items: center;
	}
	.button,
	#block6 .feedback input[type=button] {
		font-size: 16px
	}
	#block6 .feedback .inputs-container .row {
		flex-direction: column;
	}
	#block6 .feedback input[type=button] {
		width: 100%;
	}
	#block6 .feedback .inputs-container .row>div {
		width: 100%;
	}
	#block6 .feedback .title {
		font-size: 20px;
		line-height: 1.2;
		padding: 0px 10px;
		margin-bottom: 20px
	}
	.portfolio-item .inner {
		/* height: 150px; */
	}
	.portfolio-item .inner img {
		/* height: inherit; */
	}
}

@media only screen and (max-width: 320px) {
	#block2 .items-container .col-sm-6 {
		width: 100%;
	}
	#block2 .items-container .item img {
		width: 50%
	}
	#block3 .catalog .row .col-sm-6 {
		width: 100%
	}
}

.gl_b_proekt.otstup_top {
	display: flex;
	flex-direction: column;
	width: 100%
}

.otstup_top {
	padding-top: 23px;
	padding-bottom: 25px;
	display: flex;
	flex-wrap: wrap;
}

.portf {
	border: 1px solid #f7f7f7;
	margin: 12px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.portf .inf_portf p {
	margin: 0
}

.portf>div {
	display: inline-flex;
	box-sizing: border-box;
	position: relative;
	flex-direction: column;
	justify-content: center;
}

.portf>div:nth-of-type(2) {
	display: none;
}

.img_portf img {
	width: 100%;
}

.img_portf {
	width: 32%;
	margin-right: 2%;
	align-items: center;
	justify-content: center;
	height: 200px;
	overflow: hidden;
}

.inf_portf {
	width: 45%;
}

.portf .inf_portf p.name {
	color: #000;
	font-size: 19px;
	font-weight: 900;
	margin-bottom: 7px !important;
	margin-top: 0;
	text-transform: uppercase;
}

.srok {
	width: 20%;
	font-size: 18px;
	text-align: center;
	padding: 0;
}

.srok p {
	margin: 0;
}

.portf .inf_portf p.osob {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #cee002;
}

.opis p {
	color: #000;
	font-size: 15px;
	padding: 3px 0;
	margin: 0;
}

.opis p:nth-of-type(3) {
	font-size: 17px;
	font-weight: 600;
	color: #fc3d54;
	text-transform: uppercase;
}

.l_projekt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 23px;
	display: table;
	background: #f00;
}

@media screen and (max-width:850px) {
	.img_portf {
		width: 31%;
	}
	.inf_portf {
		width: 44%;
	}
	.srok {
		width: 20%;
	}
}

@media screen and (max-width:524px) {
	.portf>div {
		display: block;
		width: 97%;
		margin: 0 auto;
	}
	.srok {
		padding: 10px 0;
	}
	.l_projekt {
		margin: 7px auto;
	}
}

.img_portf figcaption {
	transition: .3s;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	opacity: 0;
	background: rgba(21, 21, 22, .35);
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

.img_portf figcaption a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.img_portf:hover figcaption {
	opacity: 1;
	transform: scale(1);
}

.img_portf figcaption img {
	width: 30%;
}

.portf_arch {
	border: 1px solid #f7f7f7;
	margin: 12px 0 0px 1%;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 24%;
}

.img_portf_arch  {
	display: inline-flex;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-bottom: 2%;
	align-items: center;
	justify-content: center;
	height: 175px;
	overflow: hidden;
}

.img_portf_arch img {
	max-width: 310px !important;
	/* display: inline-flex; */
	/* align-items: center; */
	/* justify-content: center; */
	height: auto;
	float: none !important;
	max-width: none;
	margin: 0 !important;
}

.inf_portf_arch {
	width: 100%;
	display: flex;
	box-sizing: border-box;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 10px;
	padding: 0px 15px;
	margin-bottom: 20px;
	height: 130px;
}

.inf_portf_arch .name {
	position: relative;
    color: #000000;
    line-height: 0.9;
    font-size: 17px;
    font-family: Jost;
    font-weight: 400;
    padding: 0px 15px;
    text-align: center;
}

.inf_portf_arch .opis {
	display: none;
}

.morelink {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    text-align: center;
    border: none;
    background-color: #cee002;
    height: 40px;
    transition: 0.2s linear;
}

.morelink a {
	font-weight: 400;
	color: black;
}

.morelink:hover {
	background-color: #fc3d54;
}

.morelink:hover a {
	color: white;
}

.pages {
	display: flex;
	justify-content: center;
}

.page-numbers {
	margin: 10px
}

.breadcrumb {
	font-size: 12px;
	margin-bottom: 15px;
}

.page-id-760 article ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page-id-760 article ul li {
	width: 48%;
	margin-bottom: 10px;
}

.page-id-760 article ul li a {
	color: #1d2327;
}

.page-id-760 article ul li a:hover {
	color: #fc3d54;
}

article p,
article li {
	font-size: 16px;
}

.page-id-539 article > p {
	margin-bottom: 40px;
}

article h2,
article h3 {
	margin: 25px 0px;
	text-align: center;
}

article img {
	max-width: 400px;
	margin: 0 auto;
	display: block;
}

.gl_b_new {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gl_b_new > div {
	width: 19%;
	margin-bottom: 1%;
	height: 170px;
	display: inline-flex;
}

.gl_b_new > div a {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f7f7f7;
	overflow: hidden;
	position: relative;
}

.gl_b_new > div a img {
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	max-width: none;
}

.gl_b_new > div a::before,
.gl_b_new > div a::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 1;
}

.gl_b_new > div a::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.gl_b_new > div a::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.gl_b_new > div a:hover::before,
.gl_b_new > div a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

article table {
	font-size: 14px;
	width: 100%;
}

article table td {
	border: 1px solid #f7f7f7;
	padding: 5px;
}

.iksweb td:nth-of-type(1) {
	font-weight: 500;
	text-align: center;
	width: 25%;
	padding: 15px;
	font-size: 15px;
	text-transform: uppercase;
}

.iksweb td:nth-of-type(2) {
	font-weight: 600;
	text-align: center;
	padding: 0px;
}

.iksweb td ul {
	font-weight: 400;
	text-align: left;
	padding: 0px 30px 0px 40px;
}

.iksweb td ul li {
	margin: 7px 0px;
}

.iksweb td img {
	border: none !important;
	padding: 0 !important;
}

.iksweb td:nth-of-type(3) {
	/* font-weight: 600; */
	text-align: center;
	padding: 15px;
	/* background: #f5ede3; */
	font-size: 16px;
}

.n_punkt {
	background: rgba(255, 129, 45, 0.1);
	text-align: center;
	padding: 5px 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 0;
}

article table td:nth-of-type(2),
article table td:nth-of-type(3) {
	text-align: center;
}

footer ul {
	margin-top: 0;
	font-size: 14px;
	padding: 0;
	width: 100%;
	margin: 0;
}

footer ul.downm_ul li {
	margin-bottom: 10px;
}

.tab-content .tab-pane {
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: 0.2s linear;
}

.tab-content .tab-pane table {
	width: 100%;
}

.tab-content .tab-pane.active {
	opacity: 1;
	visibility: visible;
	display: block;
}

.nav.nav-tabs {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.nav.nav-tabs .nav-item {
    padding: 10px 15px;
    margin: 0px 5px 10px 5px;
    display: block;
    border: 1px solid #cee002;
    cursor: pointer;
    border-radius: 5px;
}

.nav.nav-tabs .nav-item {
	animation-name: op;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.nav.nav-tabs .nav-item:nth-of-type(1) {
	animation-delay: 0s;
}

.nav.nav-tabs .nav-item:nth-of-type(2) {
	animation-delay: 1s;
}

.nav.nav-tabs .nav-item:nth-of-type(3) {
	animation-delay: 2s;
}

.nav.nav-tabs .nav-item:nth-of-type(4) {
	animation-delay: 3s;
}

.nav.nav-tabs .nav-item:nth-of-type(5) {
	animation-delay: 4s;
}

.nav.nav-tabs .nav-item:nth-of-type(6) {
	animation-delay: 5s;
}

.nav.nav-tabs .nav-item:nth-of-type(7) {
	animation-delay: 6s;
}

.nav.nav-tabs .nav-item:nth-of-type(8) {
	animation-delay: 7s;
}

.nav.nav-tabs .nav-item:nth-of-type(9) {
	animation-delay: 8s;
}

.nav.nav-tabs .nav-item:nth-of-type(10) {
	animation-delay: 9s;
}


@keyframes op {
	0% {
	    background: #ffffff;
	}
	3% {
	    background: rgb(206 224 2 / 0.2);
	}
	5% {
	    background: #ffffff;
	}

}

.nav.nav-tabs .nav-item.active {
	border: 1px solid #cee002 !important;
	background: #cee002 !important;
	color: #000000;
}

.nav.nav-tabs .nav-item.active a {
	color: #000000;
	text-decoration: none;
}

.block_price {
	margin-bottom: 50px
}

.block_price h2 {
    font-size: 28px;
    padding: 30px 0px 30px 0px;
}

.block_price .js-tab-more {
	margin: 20px auto 0 auto;
	display: block;
	width: 200px;
	cursor: pointer;
	text-align: center;
	padding: 10px 0px;
	background: #cee002;
	color: #000000;
	border-radius: 5px;
	font-size: 16px;
	transition: 0.2s linear;
}

.block_price .js-tab-more:hover {
	background: #fc3d54;
	color: #ffffff !important;
}

.block_price .nav.nav-tabs .nav-item a {
	font-size: 15px;
}

.block_price .tab-content table td {
	font-size: 15px;
	background: none;
}

.block_price .tab-content {
	max-height: 1200px;
	overflow: hidden;
	transition: all 0.5s;
	position: relative;
}

.block_price .tab-content.open {
	max-height: none;
    transition: all 0.5s;
}

.block_price .tab-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    z-index: 1;
}

.statii .block_price .tab-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 1%,rgb(241 243 244) 100%);
    z-index: 1;
}

.block_price .tab-content.open::after {
	content: none;
}

.block_price .tab-less {
    display: none;
    margin: 20px auto 0 auto;
    width: 200px;
    cursor: pointer;
    text-align: center;
    padding: 10px 0px;
    background: #cee002;
    color: #000000;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.2s linear;
}

.block_price .tab-less:hover {
	background: #fc3d54;
    color: #ffffff;
}

.aboutus2 {
	position: relative;
	margin-top: 15px;
	background: #f1f3f4;
}

.aboutus2 * {
	position: relative;
	/* width: 100%; */
}

.aboutus2 .wpcf7 {
	width: 100%;
}

.aboutus2 .so-panel {
	display: flex;
}

.aboutus2 .so-widget-sow-editor {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.block4_box {
	color: #333333;
	text-align: center;
	padding-left: 28%;
	background: url(images/girl.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0px bottom;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 20px;
	width: auto;
}

.new_about .block4_box {
	background: url(images/zamer.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 20px bottom;
}

.block4_box > h3 {
	font-size: 47px;
	line-height: 1;
	padding: 10px 0;
	display: inline-flex;
	box-sizing: border-box;
	width: auto;
	margin-bottom: 0;
}
.block4_box > h3 span {
	color: #1dc0dc;
}

.block4_box > h6 {
	font-size: 20px;
	line-height: 1.2;
	width: 70%;
	margin: 0px auto 50px auto;
}

.block4_box > h6 > b {
	color: #1dc0dc;
}

.block4_box > h6 span {
	font-size: 45px;
}

.block4_box > h6 span > b {
	color: #1dc0dc;
}
 
.block4_box .wpcf7-form p {
	width:100%;
	display: flex;
	text-align:center;
	margin: 20px 0 0px 0px;
	justify-content: space-between;
}

.block4_box .otz_form .wpcf7-form p {
	flex-direction: column;
	width: 50%;
	margin: 20px 12% 30px auto;
}

.block4_box .otz_form .wpcf7-form p span {
	width: 100%;
	margin-bottom: 15px;
}

.block4_box .wpcf7-form p span {
	width: 30%;
	display: inline-flex;
}

.ajax-loader {
    display: none !important;
}

.block4_box .wpcf7-form p span input {
	border: 1px solid #f1f3f4;
	background:none;
	padding: 0px 20px;
	height:42px;
	color: #333333;
	font-size: 15px;
	border-radius: 4px;
	font-family: Jost;
	width: 100%;
	background: #ffffff;
}

.block4_box .wpcf7-form p span textarea {
	border:1px solid #1dc0dc;
	background:none;
	padding: 10px 20px;
	height:80px;
	color:#1dc0dc;
	font-size: 15px;
	border-radius:20px;
	font-family: Jost;
	width: 100%;
}

.block4_box .otz_form .wpcf7-form p input[type="submit"] {
	width: 100%;
	height: 42px;
	background:#1dc0dc;
}

.block4_box .wpcf7-form p input[type="submit"] {
	background: #fc3d54;
	font-size: 16px;
	width: 36%;
	/* text-transform:uppercase; */
	color:#ffffff;
	cursor:pointer;
	font-family: Jost;
	border-radius: 5px;
	border: none;
	transition: 0.5s all ease;
	height: 42px;
} 

.block4_box .wpcf7-form p input[type="submit"]:hover {
	background: #cee002;
	color: #000000;
}

.block4_box .otz_form .wpcf7-form p input[type="submit"]:hover {
	background: #cee002;
	color: #ffffff;
}

.nav.nav-tabs .nav-item a {
	color: #000000;
	font-weight: 400;
	/* text-transform: uppercase; */
}

.nav.nav-tabs .nav-item:hover a {
	text-decoration: none;
}

.nav.nav-tabs .nav-item:hover {
	background: #cee00245;
	animation-delay: 0s;
	animation-duration: 0s;
}

.page-id-543 .tab-content table td {
	border: 1px solid #f7f7f7;
}

.tab-content table td {
	padding: 10px 10px;
	line-height: 1;
	border: 1px solid #f7f7f7;
}

.tab-content table tr:first-child td {
	background: rgb(206 224 2);
	color: #000000;
	font-size: 16px;
}

.tab-content table td:nth-of-type(3) {
	width: 15%;
	text-align: center;
}

.tab-content table td:nth-of-type(2) {
	width: 15%;
	text-align: center;
}

.tab-content table td p {
	margin: 0;
}

.tab-content table td.name {
	text-align: center;
	background: #f1f3f4;
	color: #000000;
	font-weight: 500;
}

.tab-content table td input {
	width: 130px;
	padding: 10px;
	line-height: 1;
	font-size: 14px;
	height: 46px;
	box-shadow: none;
	border: none;
	margin-right: 5px;
}

.tab-content table td.kol p {
	justify-content: space-between;
	display: inline-flex;
	width: 100%
}

.zayavka .t15 {
	font-size: 20px;
	margin-bottom: 25px;
	margin-top: 15px
}

.zayavka form {
	display: flex;
}

.zayavka form > div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	width: 48%;
}

.zayavka form > div > div {
	margin: 0px 15px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.zayavka form .wdth1.itog_s {
	display: none;
}

.zayavka form > div > div input {
	width: 100%;
	margin-bottom: 0;
}

.zayavka form > div > div input[type=button] {
	background: #3e2e2c;
	color: #ffffff;
	line-height: 1;
	height: 46px;
	margin: 0;
}

.data-callme-result {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.fl_karta {
	display: flex;
	flex-direction: column;
	float: none;
	justify-content: flex-start;
}

.footer-desktop .col-md-1 {
	display: flex;
	align-items: center;
}

footer a.map {
	display: inline-flex;
	justify-content: flex-start;
	margin: 20px 0px 10px 0px;
}

.gorod {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
}

.gorod > span {
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

.gorod button.el {
	outline: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative !important;
	border: 1px solid #fc3d54;
	height: 30px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	/* border-radius: 4px; */
	margin-left: 10px;
	width: 100%;
	background: #fc3d54;
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: 8px center;
	transition: 0.2s linear;
	height: 30px;
	border-radius: 5px;
}

.gorod button.el:hover {
	background: #ffffff;
	color: #ea5800;
	border: 1px solid #ea5800;
}

.gorod button.el .dropdown {
    position: absolute;
    bottom: 200%;
    left: 0;
    background: #FFFFFF;
    width: 200%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 99999;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gorod button.el .dropdown:before {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 20px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #FFFFFF;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	mix-blend-mode: multiple;
}

.gorod button.el:focus .dropdown,
.gorod button.el:active .dropdown {
	-webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	opacity: 1;
	visibility: visible;
}

.gorod button.el .dropdown a {
	display: flex;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #333333;
	padding: 5px 20px;
	line-height: 1;
	text-decoration: none;
	width: 48%;
}

.gorod button.el .dropdown a:hover {
	background: #ea5800;
	 color: #ffffff;
}

.statii {
    background: #ffffff;
}

.statii article img {
	/* background: #f5ede3; */
	padding: 15px;
	border: 1px solid #f7f7f7;
	float: right;
	margin: 10px;
}

.ps_539 .statii article img,
.statii article .portf>div img,
.statii article .img_portf_arch img {
	border: none;
	background: none;
	padding: 0;
}

#block0 {
	padding-bottom: 40px;
}

#block0 .h2 h1 {
	font-size: 28px;
	padding: 70px 0px 50px 0px;
	margin: 0;
}

#block0 p {
	position: relative;
	font-family: Jost;
	font-size: 16px;
	color: #000;
	margin: 0 0 20px 0px;
	font-weight: 400;
}

footer .downm p a,
footer .downm p {
	color: #ccc;
}

footer .downm p strong {
	color: #ffffff !important
}

footer .downm p {
	font-size: 14px;
	margin: 0px 0px 4px 0px;
}

footer .downm p a:hover,
footer .downm p a:hover strong {
	color: #fc3d54 !important;
}

footer .fl_karta ul li a {
	font-size: 14px;
}

footer .fl_karta ul {
	margin-bottom: 10px;
}

footer .soc a {
	color: #ffffff;
	font-size: 14px;
	display: flex;
	align-items: center;
}

footer .soc {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

footer .soc a i {
	width: 30px;
	height: 30px;
	display: inline-flex;
	margin-right: 10px;
	background: url(images/in.png) no-repeat;
}

.rashet_cal {
	background: #f1f3f4;
	padding: 50px 0px 30px 0px;
	position: relative;
	z-index: 0;
}

.page-id-548 .rashet_cal {
	padding: 30px 50px;
}

.agree {display:none !important}

.rashet_cal * {
	position: relative;
}

.rashet_cal .wpcf7-form-control-wrap {
	width: 100%;
	display: flex;
}

.rashet_cal br {
	display: none;
}

.rashet_cal .label {
	color: #010100;
	line-height: 1;
	font-size: 16px;
	font-family: Jost;
	font-weight: 500;
	margin-bottom: 8px;
}

.rashet_cal form div.wpcf7-response-output {
	width: 100%;
}

.rashet_cal input.wpcf7-form-control {
	border: 1px solid #f5ede3;
	font-size: 15px;
	width: 100%;
	margin: 0;
	box-shadow: cornsilk;
}

.rashet_cal input {
	margin: 0;
}

.rashet_cal input.wpcf7-form-control.wpcf7-submit:hover {
	text-decoration: none;
	background-color: #cee002;
	color: #000000;
}

.rashet_cal form {
	display: flex;
	justify-content: space-between;
	color: #000000 !important;
	flex-wrap: wrap;
	margin-top: 30px;
}

.rashet_cal form .contl,
.rashet_cal form .contr {
	display: inline-flex;
	flex-direction: column;
	width: 45% !important;
	float: none !important;
}

.rashet_cal .ctf7-total {
	width: 95% !important;
}

.rashet_cal form p {
	color: #000000 !important;
	margin: 0px 0px 15px 0px !important;
	font-size: 15px;
}

.contr, .contl {
	width: 48%;
}

.calculated-751 {
	flex-direction: row;
	display: inline-flex !important;
	width: 80% !important;
}

.rashet_cal form .calculated-751 input {
	width: 90%;
}

.rashet_cal form input[type="submit"] {
	display: inline-block;
	padding: 8px 18px;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	box-shadow: none;
	border: none;
	background-color: #fc3d54;
	outline: none;
	text-shadow: none;
	transition: 0.2s linear;
	width: 50%;
	height: 40px;
}

.wpcf7-radio_custom {
	display: flex;
	flex-direction: column;
}

.wpcf7-radio_custom > span {
	/* margin-top: 4px; */
}

.call_all h4 {
	font-weight: 500;
	width: 100%;
	color: #000000;
	font-size: 16px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 380px;
	margin: 0 auto;
}

.call_all h3 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222222;
	text-align: center;
	line-height: 1;
	margin: 0px 0px 16px 0px;
	padding: 20px 20px 0px 20px;
}

.call_all input {
	border: 1px solid #f5ede3;
	font-size: 14px;
	width: 100%;
	margin: 0;
	box-shadow: inset 0 2px 1px rgb(10 10 10 / 20%);
	font-weight: 400;
	margin-bottom: 10px;
}

.call_all input.wpcf7-not-valid {
	background: #fa1d1d1f
}

.call_all .wpcf7-form {
	background: url(images/block6-bg.jpg);
}

#fancybox-content {
	border-width: 0 !important;
	width: 100% !important;
}

.call_all .wpcf7 {
	width: 550px;
	padding-left: 36%;
	background: url(images/businesswoman-upper-.png);
	background-position: left 10px bottom;
	background-size: 39%;
	background-repeat: no-repeat;
}

.call_all .wpcf7 form {
	background: none;
	padding-bottom: 20px;
}

.call_all .wpcf7-form label {
    color: #010100;
    line-height: 1;
    font-size: 14px;
    font-family: Jost;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
}

.call_all .wpcf7-form-control-wrap {
    width: 100%;
    display: flex;
}

.call_all form input[type="submit"] {
    display: inline-block;
    padding: 8px 18px;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    /* border-radius: 4px; */
    text-align: center;
    box-shadow: none;
    border: none;
    background-color: #fa1d1d;
    outline: none;
    text-shadow: none;
    transition: 0.2s linear;
    width: 200px;
    margin: 20px auto 0 auto;
}

.call_all form input[type="submit"]:hover {
	text-decoration: none;
    background-color: #ff812d;
}

.call_all form p {
	width: 80%;
	display:  flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

.call_all form br {
	display: none;
}

.radio-826 .wpcf7-radio {
	display: flex;
	justify-content: space-between;
	margin: 20px 0px
}

.radio-826 .wpcf7-radio > span {
	width: 31%;
	margin: 0;
}

.radio-826 .wpcf7-radio > span:nth-of-type(1) label:before {
	content: '';
	display: flex;
	height: 150px;
	width: 100%;
	background: url(images/rad1.jpg);
	background-size: cover;
	background-position: center;
}

.radio-826 .wpcf7-radio > span:nth-of-type(2) label:before {
	content: '';
	display: flex;
	height: 150px;
	width: 100%;
	background: url(images/rad2.jpg);
	background-size: cover;
	background-position: center;
}

.radio-826 .wpcf7-radio > span:nth-of-type(3) label:before {
	content: '';
	display: flex;
	height: 150px;
	width: 100%;
	background: url(images/rad3.jpg);
	background-size: cover;
	background-position: center;
}

#wpcf7-f953-o4 .wpcf7-form {
	background: none;
}

.radio-826 input[type="radio"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	width: 0;
}

.radio-826 .wpcf7-list-item-label {
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 10px 5px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ecf0f34a;
}

.radio-826 input[type="radio"]:checked + .wpcf7-list-item-label {
	opacity: 1;
	background: #fa1d1d;
	color: #ffffff;
}

#wpcf7-f953-o4 .wpcf7-form label {
	border: 2px solid #ffffff;
	border-radius: 4px;
	overflow: hidden;
}

@media all and (max-width: 768px) {
	footer .mob_block {
		display: none;
	}

	footer .fl_karta {
		width: 100%;
	}

	footer .fl_karta ul {
		text-align: right;
	}

	footer .soc {
		justify-content: flex-end;
		margin-bottom: 20px;
	}

	.slicknav_nav li li.mob_menu {
		display: inline-block;
	} 

	.slicknav_nav li.mob_menu a {
		/* margin: 0px; */
		padding: 0px 10px;
		font-weight: 500;
	}
}

@media all and (max-width: 600px) {
	.block_price .tab-content table td {
		font-size: 15px;
		padding: 10px 5px;
	}

	.nav.nav-tabs .nav-item {
		padding: 5px 5px;
		margin: 0px 1px 2px 1px;
		display: inline-flex;
		text-align: center;
	}

	.block_price .nav.nav-tabs .nav-item a {
		font-size: 15px;
	}

	.nav.nav-tabs {
		display: inline-flex;
	}

	.portf {
		flex-direction: column;
	}

	.portf .inf_portf {
		margin-top: 20px;
		text-align: center;
	}

	.portf .srok {
		font-weight: 600;
		font-size: 16px;
		margin: -15px 0px -15px 0px
	}

	.portf .srok p {
		font-size: 16px;
	}

	.portf_arch {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}

	.col-md-12 {
		width: 100%;
	}

	.statii article img {
		margin: 0;
		float: none;
		width: 100%;
	}

	#block6_2.feedback .wpcf7 p {
		display: flex;
		flex-direction: column
	}
	
	#block6_2.feedback .wpcf7 p > span,
	#block6_2.feedback input[type=submit] {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	.rashet_cal form .contl,
	.rashet_cal form .contr{
		width: 100% !important;
	}

	.rashet_cal form {
		flex-wrap: wrap;
	}

	.tab-content .tab-pane table tr:first-child {
	    display: none;
	}

	.tab-content table td,
	.page-id-543 .tab-content table td {
		border-bottom: none;
	}

	.tab-content table td:last-child,
	.page-id-543 .tab-content table td:last-child {
		/* border-bottom: 1px solid #dfb58d; */
	}

	.tab-content .tab-pane table tr {
	    display: block;
	    margin-bottom: 10px;
	}

	.tab-content .tab-pane table tr td {
	    display: block;
    	text-align: center;
    	width: 100%;
	}

	.tab-content table td {
		border-bottom: none;
	}

	.tab-content table td:last-child {
		/* border-bottom: 1px solid #f3e9dd; */
	}

	table.delivery td:before {
    	content: attr(aria-label);
	    float: left;
	    font-weight: bold;
	}

	#block4 .form-master .form-container .form-group .form-control {
		width: 100%;
	}

	.block_price h2,
	.rashet_cal h2,
	.features .section_title {
		font-size: 22px !important;
	}

	.block_zae .contacts .phone2 {
		font-size: 14px !important;
		margin: 0 !important;
	}

	.slicknav_btn,
	.header-mobile .header-mobile-button,
	.header-mobile .phone {
		width: 50px !important
	}

	.header-mobile .header-mobile-button {
		right: 50px !important
	}

	.header-mobile .phone {
		right: 100px !important
	}

	.block_zae {
		right: 55px !important;
	}
}

@media screen and (max-width: 375px) {
	.phone2 {
		font-size: 18px !important;
		margin: 0 !important;
	}

	.slicknav_btn,
	.header-mobile .header-mobile-button,
	.header-mobile .phone {
		width: 50px !important;
	}

	.header-mobile .header-mobile-button {
		right: 40px !important;
	}

	.header-mobile .phone {
		right: 80px !important;
	}

	.block_zae {
		right: 35px !important;
	}
}

@media screen and (max-width: 375px) {
	.phone2 {
		font-size: 18px !important;
		margin: 0 !important;
	}
}

.features {
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 2;
}

.features .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.features .section_title {
	color: #000000;
	text-align: center;
	display: flex;
	justify-content: center;
	width: 100%;
	font-family: Jost;
	margin: 0;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	line-height: normal;
}

.newwork ul {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	padding: 0;
}

.newwork ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
	border: 1px solid #f7f7f7;
	position: relative;
}

.newwork li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto;
}

.newwork ul li img {
    height: auto;
    width: 150%;
}

.newwork ul li:before {
	content: none;
}

.imagepis {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #23282d;
}

.imagepis .btn-container {
	display: flex;
	margin-top: 20px;
}

.imagepis .btn-container .btn {
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	background-color: #fc3d54;
	margin: 0 auto 20px auto;
	transition: 0.2s linear;
}

.imagepis .btn-container .btn:hover,
.features .prices .btn-container .btn:hover {
	background: #cee002;
	color: #232323 !important;
}

.imagepis .square {
	position: absolute;
	right: 20px;
	left: auto;
	top: 172px;
	width: 110px;
	height: 110px;
	background: #cee002;
	z-index: 20;
	display: flex;
	box-shadow: 0 0 37px rgba(253, 247, 226, .7);
	border-radius: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	color: #000000;
	transition: 0.2s linear;
}

.newwork ul li:hover .imagepis .square {
	box-shadow: 0 0 37px rgb(206 224 2);
}

.imagepis .square p {
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}

.imagepis .square span {
	font-size: 13px;
	font-weight: 400;
}

.imagepis .opisim {
	font-size: 22px;
	line-height: 26px;
	color: #232323;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	font-weight: 400;
	padding: 10px 30px 0px 30px;
	text-align: center;
}

.imagepis .opisim span {
	font-size: 16px
}

.features .prices {
	margin: 50px 0px 0px 0px;
}

.features .prices ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.features .prices ul li {
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 32%;
	position: relative;
	border: 1px solid #f7f7f7;
}

.features .prices.pri16 ul li {
	width: 24%;
}

.features .prices ul li:before {
	content: none;
}

.features .prices .preview {
	position: relative;
	height: 200px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.features .prices .preview img {
	width: 150%;
	height: auto;
}

.features .prices h3 {
	position: relative;
	color: #000000;
	line-height: 0.9;
	font-size: 17px;
	font-family: Jost;
	font-weight: 400;
	padding: 0px 15px;
}

.cost_block_top {
	padding: 20px 20px 0px 20px;
	text-align: center;
	color: #23282d;
}

.features .prices .btn-container {
	display: flex;
	/* margin-top: 20px; */
}

.features .prices .btn-container .btn {
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	background-color: #fc3d54;
	margin: 0 auto 20px auto;
	transition: 0.2s linear;
}

.pri16 .cost_block_top .col,
.cost_block_top.pri17 .col {
	position: absolute;
	right: 20px;
	left: auto;
	top: 120px;
	width: 110px;
	height: 110px;
	background: #cee002;
	z-index: 20;
	display: flex;
	box-shadow: 0 0 37px rgba(253, 247, 226, .7);
	border-radius: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	color: black;
	transition: 0.2s linear;
}

.features .prices ul li:hover .cost_block_top .col {
	box-shadow: 0 0 37px rgb(206 224 2);
}

.pri16 .cost_block_top .col p,
.cost_block_top.pri17 .col p {
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}

.pri16 .cost_block_top .col span,
.cost_block_top.pri17 .col span {
	font-size: 13px;
	font-weight: 400;
}

.features .prices.pri16 h3 {
	font-size: 16px;
	line-height: 1;
	padding: 30px 20px 0px 20px;
}

@media all and (max-width: 700px) {
	#left-buttons {
		display: none;
	}
}

@media all and (max-width: 1300px) {
	#left-buttons:hover {
		transform: translateX(0px) !important;
	}
}

.wpcf7-not-valid-tip {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	font-size: 13px;
	background: white;
}

.tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px
}

.tags .tag {
	display: inline-flex;
	width: 30%
}

.tags .tag h3 {
	font-size: 12px;
	color: #333333;
	font-family: Jost;
	transition: 0.2s all linear;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

.tags .tag h3 a {
	color: #333333;
}

.tags .tag h3 a:hover {
	color: #ea5800;
	text-decoration: none;
}

.tags ul.sub_categories {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.tags ul.sub_categories > li {
	margin-bottom: 20px;
	padding-left: 0;
}

.tags ul.sub_categories ul {
	display: flex;
	flex-wrap: wrap;
}

.tags ul.sub_categories ul li {
	width: 32%;
}

.tags ul.sub_categories li:before {
	content: none;
}

.tags ul.sub_categories ul li a {
	font-size: 12px;
	color: #333333;
	font-family: Jost;
	transition: 0.2s all linear;
	font-weight: 600;
}

.tags ul.sub_categories > li a {
	font-size: 12px;
	color: #333333;
	font-family: Jost;
	transition: 0.2s all linear;
	font-weight: 600;
}

.tags ul.sub_categories li a:hover {
	color: #ea5800;
	text-decoration: none;
}

header .header-mobile {
	display: none;
}

@media all and (max-width: 1024px) {
	header .text {
		font-size: 16px;
		line-height: 20px;
	}
}

@media all and (max-width: 991px) {
	#block1 .container>.row .col-md-6 {
		width: 50%;
	}

	.features .prices.pri16 ul li,
	.newwork ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	.features .prices ul,
	.newwork ul {
		flex-wrap: wrap;
	}
}

@media all and (max-width: 768px) {
	.header-desktop > .container > .row {
		display: flex;
		flex-wrap: wrap;
	}

	.header-desktop > .container > .row > .col-sm-5 {
		width: 70%;
		margin: 10px 0px;
	}

	.header-desktop {
		height: auto;
	}

	.header-desktop > .container > .row > .col-sm-5:last-child {
		width: 100%
	}

	.portfolio-item {
		width: 48%;
	}

	.header-desktop > .container > .row > .col-sm-2 {
		width: 30%;
	}

	#block4 > .container > .row > div {
		width: 100%;
	}

	#block4 > .container > .row {
		flex-direction: column;
	}

	#block4 .title1, #block4 .title2 {
		font-size: 29px;
		line-height: 1;
	}

	.container {
		width: 90%;
	}

	#block2 .items-container .col-sm-6 {
		width: 33%;
	}

	#block4 .form-master .form-container .form-group {
		width: 100%;
	}

	#block4 .form-master .form-container .form-group .form-control {
		width: 100%;
	}

	.block4_box {
		padding: 0;
		background: none;
	}

	.block4_box > h3 {
		margin-top: 0;
	}

	.block4_box > h6 {
		margin-bottom: 0;
	}

	.block_zae .text {
		display: none;
	}

	.block_zae .contacts {
		/* justify-content: flex-end; */
	}
}

@media all and (max-width: 600px) {
	#block1 .container>.row .col-md-6 {
		width: 100%;
	}

	#block2 .container>.text {
		line-height: 1;
	}

	#block2 .items-container .col-sm-6 {
		width: 48%;
	}

	.catalog .item .img-container {
		height: 130px
	}

	.catalog .item .price {
		top: 40px
	}

	.catalog .item .text-container {
		height: auto !important;
	}

	.portfolio-item {
		width: 100%;
	}

	#block6_2.feedback {
		height: auto;
	}

	#block6_2.feedback .inputs-container {
		margin: 30px 0px 0px 0px;
	}

	#block6_2.feedback .inputs-container > .row {
		display: flex;
		flex-direction: column;
	}

	#block6_2.feedback .inputs-container > .row > div {
		width: 100%;
	}

	#block6_2.feedback .inputs-container .item-form-element {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}

	#block6_2.feedback .inputs-container .form-control {
		width: 100%;
		padding: 0;
	}

	#block7 {
		background: #fc3d54;
	}

	#block7:before {
		content: none;
	}

	#block7 .items-container .item {
		text-shadow: none;
	}

	.opis p:nth-of-type(3) {
		font-size: 14px;
	}

	.features .prices.pri16 ul li, .newwork ul li {
		width: 100%;
	}

	.block4_box > h3 {
		font-size: 28px
	}

	.block4_box .wpcf7-form p {
		flex-direction: column;
	}

	.block4_box .wpcf7-form p span {
		width: 100%;
	}

	.block4_box .wpcf7-form p input[type="submit"] {
		width: 100%;
	}

	.gl_b_new > div {
		width: 49%;
		height: 110px;
	}

	.block_zae .contacts .button {
		/* display: none; */
		width: auto;
		padding: 0px 10px;
		margin: 0px 8px 0px 0px;
		font-size: 14px;
		height: 30px;
		display: flex;
		font-weight: 400;
	}

	article {
		padding-top: 10px
	}

	.gorod button.el .dropdown {
		width: 100%;
	}

	.gorod button.el .dropdown a {
		font-size: 13px;
	}
}

@media all and (max-width: 420px) {
	#block1 .form-zayavka {
		padding: 10px
	}

	#block1 .container>.row .col-md-6 {
		padding: 0
	}

	#block2 .items-container .col-sm-6 {
		width: 100%;
	}

	.block_zae .contacts .phone2 {
		font-size: 12px !important;
	}

	.block_zae .contacts .button {
		font-size: 12px !important;
		padding: 0px 5px;
	}

	.header-mobile .logo img {
		height: 30px
	}

	.slicknav_btn, 
	.header-mobile .header-mobile-button,
	.header-mobile .phone {
        width: 40px !important;
 }
}

@media all and (max-width: 950px) {
	.block_zae .text {
		font-size: 18px;
	}

	.block_zae .contacts {
		/* justify-content: flex-end; */
	}
}

.our_team {
	margin-bottom: 60px;
margin-top: 60px;}

.our_team .teams {
	align-items: normal !important;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.our_team .team {
	width: 24%;
	position: relative;
	margin-bottom: 1%;
	text-align: center;
}

.our_team .team .img {
	width: 100%;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	/* box-shadow: 0 4px 40px 0 rgb(0 0 0 / 14%); */
	position: relative;
}

.our_team .team .img img {
	max-height: 100%;
	position: relative;
}

.our_team .team .bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	
    padding: 10px;
	background: rgb(255 255 255 / 90%);
	
}

.our_team .team .bottom .name {
	font-size: 16px;
	margin-bottom: 5px;
	
	font-weight: 600;
	line-height: 1;
color: #fc3d54;text-transform: uppercase;}

.our_team .team .bottom .position {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #000000;
	
	font-weight: 400;
	line-height: 1;
}

.providers small {
	font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    
    margin-bottom: 20px;
text-align: center;display: block;}

.providers .swiper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
flex-wrap: wrap;margin-bottom: 20px;}

.providers .swiper .block {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19%;
}

.providers {
	margin-bottom: 60px
}

@media all and (max-width: 768px) {
	.our_team .teams {
		justify-content: center;
		margin-bottom: 40px;
	}

	.our_team .team {
		width: 30%;
		margin: 0% 1% 2% 1%;
	}
}

@media all and (max-width: 600px) {
	.our_team .teams {
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.our_team .team {
		width: 48%;
		margin: 0% 0% 4% 0%;
	}

	.our_team .team .img {
		height: 250px
	}

	.providers .swiper .block {
		width: 28%;	
		margin: 3% 1% 0% 1%;
	}

	.providers .swiper .block img {
		width: 100%;
	}

	.providers .swiper {
		justify-content: center;
	}
}

.price_material {
	margin: 50px 0px 80px 0px;
}

.price_material table {
	font-size: 14px;
    width: 100%;
    border-collapse: collapse;
	margin: 40px 0px 40px 0px;
}

.price_material table th:first-child {
	width: 25%;
	background: #cee002;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
}

.price_material table th {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    color: #000000;
	width: 15%
}

.price_material table th a {
	color: #ffffff;
}

.price_material table td,
.price_material table th {
    border: none;
    padding: 10px 15px;
    box-sizing: border-box;
    vertical-align: middle;
}

.price_material table td {
	line-height: 1;
	text-align: center;
	border: 1px solid #eff3f7;
	padding: 10px;
}

.price_material th {
	background: #f1f3f4;
}

.price_material table td a {
	color: #eb1661;
}

@media all and (max-width: 600px) {
  	.price_material table {
		border: 0;
  	}

	.price_material table thead tr {
		margin-bottom: 0px;
	}
  
  	.price_material table th {
		display: none;
  	}

	.price_material table th:first-child {
		display: block;
		width: 100%;
	}
  
  	.price_material table tr {
    	border-bottom: 1px solid #ddd;
    	display: block;
   		margin-bottom: 10px;
  	}
  
	.price_material table td {
    	display: block;
    	text-align: right;
	}

	.price_material table td:first-child {
		background: #f1f3f4;
		text-align: center;
		font-size: 12px;
	    text-transform: uppercase;
		
	}
  
	.price_material table td::before {
	    content: attr(data-label);
	    float: left;
		font-size: 12px;
	    text-transform: uppercase;
	}
  
  	.price_material table td:last-child {
    	border-bottom: 0;
  	}

	.price_material {
		margin-bottom: 0;
	}

	#fancybox-content {
		width: 365px !important;
		margin: 0 auto;
	}

	.call_all .wpcf7 {
		width: 100%;
		padding-left: 0%;
		background: none;
	}
}