@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,500italic,400italic,300italic,300,700,700italic&subset=latin,cyrillic);

.toggle {
	margin: 10px 0 20px;
	position: relative;
	clear: both
}

.toggle .toggle {
	margin: 10px 0 0
}

.toggle>input {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 45px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2
}

.toggle>label {
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	background: #f3f3f3;
	border-left: 3px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #272c35;
	display: block;
	font-size: 1.1em;
	min-height: 20px;
	padding: 12px 20px 12px 10px;
	position: relative;
	cursor: pointer;
	font-weight: 400
}

.toggle>label:-moz-selection {
	background: 0 0
}

.toggle>label i.fa-minus {
	display: none
}

.toggle>label i.fa-plus {
	display: inline
}

.toggle>label:selection {
	background: 0 0
}

.toggle>label:before {
	border: 6px solid transparent;
	border-left-color: inherit;
	content: "";
	margin-top: -6px;
	position: absolute;
	right: 4px;
	top: 50%
}

.toggle>label:hover {
	background: #bdbdbd
}

.toggle>label+p {
	color: #999;
	display: block;
	overflow: hidden;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px
}

.toggle>label i {
	font-size: .7em;
	margin-right: 8px;
	position: relative;
	top: -1px
}

.toggle>.toggle-content {
	display: none
}

.toggle>.toggle-content>p {
	margin-bottom: 0;
	padding: 10px 0
}

.toggle.active i.fa-minus {
	display: inline
}

.toggle.active i.fa-plus {
	display: none
}

.toggle.active>label {
	background: #f4f4f4;
	border-color: #ccc
}

.toggle.active>label:before {
	border: 6px solid transparent;
	border-top-color: #fff;
	margin-top: -3px;
	right: 10px
}

.toggle.active>p {
	white-space: normal
}

.toggle>p.preview-active {
	height: auto;
	white-space: normal
}

.toggle.toggle-sm .toggle>label {
	font-size: .9em;
	padding: 6px 20px 6px 10px
}

.toggle.toggle-sm .toggle>.toggle-content>p {
	font-size: .9em
}

.toggle.toggle-lg .toggle>label {
	font-size: 1.1em;
	padding: 16px 20px
}

.toggle.toggle-lg .toggle>.toggle-content>p {
	font-size: 1.1em
}

.toggle.toggle-simple .toggle>label {
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: 0 0;
	color: #777;
	color: #1d2127;
	padding-left: 32px;
	margin-bottom: -10px;
	font-size: 1em;
	font-weight: 600
}

.toggle.toggle-simple .toggle>label:after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	background: #ccc;
	top: 23px;
	margin-top: -12px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: 1
}

.toggle.toggle-simple .toggle>label:before {
	border: 0;
	left: 7px;
	right: auto;
	margin-top: 0;
	top: 12px;
	font-family: FontAwesome;
	content: "пЃ§";
	z-index: 2;
	color: #fff;
	font-size: 13px
}

.toggle.toggle-simple .toggle.active>label {
	background: 0 0;
	color: #1d2127
}

.toggle.toggle-simple .toggle.active>label:before {
	content: "пЃЁ"
}

* {
	outline: none !important;
}

body, html {
	font-family: 'Roboto', sans-serif;
	color: #272c35;
}

.sitewidth {
	position: relative;
	width: 1160px;
	margin: 0 auto;
}

.sitewidth1 {
	position: relative;
	width: 47%;
	margin: 0 auto;
}

.hidden {
	display: none;
}

section {
	position: relative;
}

section.colored h2 {
	font-size: 22px;
}

section.blue {
	background-color: #59abe3 !important;
	border: none !important;
}

section.green {
	background-color: #87d37c !important;
	border: none !important;
}

section.teal {
	background-color: #66c596 !important;
	border: none !important;
}
.phonemask:hover{
    cursor: default!important;
}
section.colored h1, section.colored h2, section.colored h3, section.colored h4 {
	color: #fff;
}

section.orange {
	background-color: #eb9532 !important;
	border: none !important;
}

section.red {
	background-color: #e74c3c !important;
}

section.white {
	background-color: transparent !important;
	border: none !important;
}

section.textured {
	background: url('../images/texture.jpg') repeat-y center 100%;
}

section.textured2 {
	background: url('../images/texture2.jpg') repeat-y center 100%;
}

section.yellow {
	background-color: #f5b700 !important;
	color: #282828;
	border: none !important;
}

section.breadcrumbs {
	padding: 15px 0;
}

small {
	font-size: 13px;
}

.header a {
	color: #68717c;
	text-decoration: underline;
}

section a {
	color: #282828;
	text-decoration: underline;
}

section a:hover {
	text-decoration: none;
	color: #282828;
}

.header a:hover {
	color: #68717c;
}

h1 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	margin-top: 0;
}

.thin {
	font-weight: 300;
}

h1.megatitle {
	font-size: 28px;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}

h2 span {
	font-weight: 500;
	font-size: 32px;
}

h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
}

h3.minititle {
	font-weight: 400;
	font-size: 20px;
}

h3 span {
	font-size: 24px;
	font-weight: 500;
}

h4 {

}

h1.title, h2.title {
    font-size: 22px !important;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #272c35;
	text-align: center;
}

.title span {
	padding-bottom: 9px;
	border-bottom: 1px solid #272c35;
	font-size: 22px;
}

.title-with-image .title {
	margin-left:20px;
	display: inline-block;
	width: 1029px;
}

.description {
	display: inline;
	font-weight: 500;
	color: #4b535c;
}

.hdivider {
	margin: 20px 0;
	height: 1px;
	border-bottom: 1px dotted #272c35;
}

a:hover {
	text-decoration: none;
	color: #4b535c;
}

h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

strong {
	font-weight: 500;
	font-size: 13px;
}

span.tel {
	font-size: 22px;
	font-weight: 500;
}

.select {
	width: 200px;
	padding: 3px 10px;
	color: #68717c;
	font-family: 'Roboto', sans-serif;
}

.mini-menu {
	width: 100%;
	height: 40px;
	background-color: #e5e5e5;
	font-size: 0;
	color: #68717c;
}

.mini-menu li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
}

.mini-menu li a {
	display: block;
	line-height: 40px;
	padding: 0 15px;
	color: #68717c;
	text-decoration: none;
}

.mini-menu li:hover > a {
	background-color: #f5b700;
	color: #fff;
}

.header {
	width: 100%;
	padding: 20px 0;
	font-size: 14px;
	background-color: #f6f6f6;
}

.header, .header a {
	color: #68717c;
	font-size: 14px;
}

.header [class*=" icon-"] {
	margin-right: 7px;
}

.header .header-block {
	height: 100px;
	border-right: 1px solid #cecece;
}

.header i.circle-icon {
	padding: 5px;
	border-radius: 100%;
	border: 1px solid #435061;
}

.menu {
	height: 40px;
	background: #435061;
	font-size: 0;
}

.menu li {
	position: relative;
	list-style: none;
	display: inline-block;
	font-size: 14px;
	transition: background-color 0.1s ease;
}

.menu li.active,
.menu li:hover {
	background-color: #f5b700;
}

.menu li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
}

.wdd li {
	position: relative;
}

.wdd .pull-right > ul {
    display: inline-block;
    padding: 0;
}

.wdd .pull-right > ul > li.active {
    background-color: #f5b700;
}

.wdd > .sitewidth > ul {
    display: inline-block;
    padding: 0;
}

.wdd li ul {
	display: none;
}

.wdd li.active > a {
    color: #fff;
}

.wdd li ul div {
	display: inline-block;
	float: left;
}

.wdd li:hover > ul {
	display: block !important;
}

.wdd li ul li {
	width: 100%;
	padding: 0;
}

.wdd li li.active > a {
    background-color: #f5b700 !important;
}

.wdd li ul li:hover {
	background-color: transparent;
}

.wdd li ul li:hover > a {
	background-color: #f5b700 !important;
	color: #fff !important;
}

.wdd li ul li a {
	height: auto;
	text-transform: none;
	font-weight: 400;
}

.menu li.form:hover {
	background-color: transparent;
}

.menu li form {
	padding: 8px 0;
	position: relative;
}

.menu li form input {
	padding: 2px 10px;
	border-radius: 4px;
	border: none;
}

.menu li form .icon {
	position: absolute;
	left: 100%;
	margin-left: -28px;
	top: 0;
	margin-top: 9px;
	font-size: 16px;
	background: none;
	border: none;
	color: #939392;
}

section {
	padding: 25px 0;
	background-color: #fff;
}

section:nth-child(odd) {
	background-color: #f6f6f6;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

.figures {
	position: relative;
	margin: 20px 0;
}

.figures .limiter {
	overflow: hidden;
}

.controls {
	position: absolute;
	font-size: 0;
	height: 0;
	width: 100%;
}

.controls .control {
	position: absolute;
	padding: 12px 16px;
	color: #fff;
	background: rgba(245,183,0,0.8);
	font-size: 18px;
	border-radius: 100%;
	margin-top: 115px;
	z-index: 999;
	cursor: pointer;
	transition: background 0.3s ease;
}

.controls .control:hover {
	background: rgba(245,183,0,1);
}

.controls .control.left {
	margin-left: -15px;
}

.controls .control.right {
	left: 100%;
	margin-left: -37px;
}

.figures .limit {
	font-size: 0;
}

.figures figure {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-size: 0;
	width: 290px;
	height: 341px;
	overflow: hidden;
	transition: width 0.5s ease;
}

.figures figure .block {
	position: relative;
	background-color: #e5e5e5;
	display: inline-block;
	font-size: 14px;
	width: 0;
	float: left;
	transition: width 0.5s;
}

.figures figure .block:nth-child(odd) {
	width: 270px;
}

.figures figure.active .block {
	display: inline-block;
	width: 270px;
	min-height: 341px;
}

.figures figure .block .figure-title {
	display: block;
	text-transform: uppercase;
	padding: 15px;
	font-size: 15px;
	text-decoration: none;
}

.figures figure .block .links {
	padding: 15px;
	height: 311px;
}

.figures figure .block .links.active {
	margin-top: 32px;
}

.figures figure .block .links a {
	display: block;
}

.figures figure .block .image {
	width: 100%;
	height: 180px;
}

img.cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.figures figure .button {
	position: absolute;
	padding: 3px 6px;
	background-color: #435061;
	color: #fff;
	top: 100%;
	left: 100%;
	margin-left: -36px;
	margin-top: -26px;
	border-radius: 6px 0 0 0;
	font-size: 14px;
	transition: background-color 0.3s ease;
	text-decoration: none;
	cursor: pointer;
}

.figures figure .button:hover {
	background-color: #f5b700;
}

.figures figure .button.hide-btn {
	display: none;
	position: absolute;
	padding: 3px 6px;
	background-color: #435061;
	color: #fff;
	top: 100%;
	left: 100%;
	margin-left: -89px;
	margin-top: -26px;
	border-radius: 6px 0 0 0;
	font-size: 14px;
	text-decoration: none;
}

.figures figure .button.hide-btn:hover {
	background-color: #f5b700;
}

.feature {
	padding: 10px;
}

.feature .head {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.feature .body {
	padding: 15px;
	border-bottom: 1px solid #000;
	min-height: 190px;
	background: #fff;
}

.feature span, .feature span a {
	color: #000;
	font-weight: 500;
}

.feature span {
	position: absolute;
	padding-left: 30px;
	background-color: #fff;
	top: 100%;
	right: 10px;
	margin-top: -40px;
	font-size: 14px;
}

.pen-image {
    cursor: pointer;
}

.pen li {
	position: relative;
	list-style: none;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 46px;
	height: 46px;
	width: 638px;
	padding-left: 100px;
	margin-left: -80px;
	cursor: pointer;
}

.pen li span {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #e7ad43;
	border-radius: 100%;
	left: 80px;
	top: 18px;
}

.pen li.active {
	color: #fff;
	background: url('../images/pen.png') no-repeat;
}

a.btn {
	text-decoration: none;
}

.pen li ul {
	display: none;
}

.pen-image ul {
	position: absolute;
	opacity: 0;
	height: 100%;
	width: 50%;
	margin-left: -30%;
	background: rgba(67,80,97,0.9);
	transition: all 0.3s ease;
}

.pen-image:hover > ul {
	opacity: 1;
	margin-left: 0;
}

.pen-image ul h4 {
	font-size: 24px;
	color: #fff;
	text-transform: none;
	font-weight: 300;
	margin-top: 0;
}

.pen-image ul {
	padding: 20px;
}

.pen-image ul .about {
	font-size: 14px;
	color: #fff;
	height: 225px;
}

.pen-image img {
	object-fit: cover;
}

.pen-image a {
    position: absolute;
	text-decoration: none;
	color: #fff;
	bottom: 50px;
}

.pen-image a:hover > span {
	text-decoration: none;
}

.pen-image a:hover {
	color: #fff;
}

.pen-image a span {
	text-decoration: underline;
}

.pen-image i {
	border-radius: 100%;
	padding: 20px;
	text-decoration: none;
	border: 1px solid #fff;
	font-size: 30px;
	top: 9px;
	margin-right: 15px;
}

.btn {
	border-radius: 3px;
	padding: 8px 25px;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	transition: background-color 0.2s ease;
}

.btn.btn-primary {
	background-color: #435061;
}

.btn.btn-primary:hover {
	background-color: #f5b700;
}

.toggles .head {
	width: 100%;
	height: 50px;
	border-bottom: 1px dotted #272c35;
	margin-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 20px;
}

.toggles .head li {
	list-style: none;
	display: table;
	height: 50px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
}

.toggles.mini .head {
	height: 51px;
	padding-bottom: 0;
}

.toggles.mini .head li {
	height: auto;
	padding: 15px 19px;
	display: inline-block;
	font-weight: 500;
	text-align: center;
}

.toggles.mini .head li p {
   text-align: center;
}

.toggles .head li:hover {
	background-color: #f0f0f0;
}

.toggles .head li.active {
	background-color: #f5b700;
	color: #fff;
}

.toggles .head li p {
	display: table-cell;
	vertical-align: middle;
	width: 540px;
}

.toggles .bodycontent {

}

.lim {
	overflow: hidden;
}

.toggles .body {
	display: inline-block;
	font-size: 0;
	float: left;
	width: 1160px;
}

.toggles .body + .body {
	margin-left: 40px;
}

.toggles .body.active {
	display: block;
}

.toggles .body .block {
	display: inline-block;
	width: 25%;
	padding: 20px 0;
}

.toggles .body .block.commerce {
	width: 580px;
}

.toggles .body .block.commerce a {
	text-decoration: none;
}

.toggles .body a {
	display: table;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #272c35;
}

.toggles .body a span {
	display: table-cell;
	vertical-align: middle;
}

.toggles .body .block.commerce a span {
	vertical-align: top;

}

.toggles .body .block.commerce a span strong {
	font-size: 16px;
	font-weight: 600;
}

.toggles .body .block.commerce a span i {
	font-style: normal;
	font-size: 12px;
	text-decoration: underline;
	cursor: pointer;
}

.toggles .body .block.commerce a span i:hover {
	text-decoration: none;
}


.toggles .body a img {
	margin-right: 10px;
}

.gallery {
	padding-top: 0;
}

.gallery ul {
    position: relative;
	padding: 0;
	font-size: 0;
	margin: 0 auto;
}

.gallery:not(.portfolio) ul {
	left: 50%;
	margin-left: -301.5px;
	display: inline-block;
}

#calcrem h1 {
    text-align: center;
}

.gallery.portfolio ul {

}

.gallery.portfolio .item-hover {
    width: 410px !important;
}

.gallery ul li {
	list-style: none;
	display: inline-block;
	cursor: pointer;
	padding: 8px 20px;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}
.gallery.main .item-selector{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	margin: 20px 0;
	left: 0;
}
.gallery.main ul li {
	list-style: none;
	display: inline-block;
	cursor: pointer;
	padding: 8px 20px;
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	text-transform: capitalize;
	border: 2px solid #f1c027;
	margin: 0 15px;
	line-height: 23px;
	height: 43px;
	box-sizing: border-box;
	border-radius: 3px
}
.gallery.main ul li img{
	margin-right: 10px;
	vertical-align: middle;
}
.gallery ul li.active > a {
    color: #f5b700;
}
.gallery.main ul li.active{
	border: none;
}

.gallery.portfolio ul li a {
	display: block;
	text-decoration: none;
	font-size: 13px;
	padding: 20px 0 4px 0;
}

.gallery.portfolio ul li.active > a {
	border-color: #f5b700;
}

.gallery.portfolio ul li:hover > a {
	border-color: #f5b700;
}

.gallery.portfolio ul li a {
	padding-bottom: 6px;
	border-bottom: 1px solid #435061;
}

.gallery.portfolio ul li {
	display: block;
	padding: 0;
}

.gallery.portfolio ul li a {
	display: block;
	border-bottom: 1px dotted #435061;
}

.gallery.portfolio ul li:hover {
	background-color: transparent;
}

.gallery.portfolio ul li.active {
	background-color: transparent;
}

.gallery.portfolio ul li ul {
	display: none;
	padding-bottom: 20px;
}

.gallery.portfolio ul li ul li {
	padding: 0;
	height: 24px;
}

.gallery.portfolio ul li ul li:hover > a {
	color: #f5b700;
}

.gallery.portfolio ul li ul li a {
	border: none;
	text-transform: none;
	font-weight: 500;
}

.gallery.portfolio ul li ul li a span {
	border: none;
	text-decoration: none;
}

.gallery.portfolio ul li ul li a i {
	top: 2px;
}

.gallery ul li:hover {
	background-color: #e0e0e0;
}

.gallery ul li.active {
	background-color: #435061;
	color: #fff;
}

.gallery .filtr-container {
	font-size: 0;
}

.gallery .filtr-container .filtr-item {
	height: 240px;
	padding: 0 5px;
	font-size: 14px;
	transition: all 0.3s ease;
}

.gallery .filtr-container .filtr-item:hover {
-moz-transform: scale(1.050);
-webkit-transform: scale(1.050);
-o-transform: scale(1.050);
-ms-transform: scale(1.050);
transform: scale(1.050);
z-index: 100;
}

.gallery .filtr-container .filtr-item img {
	width: calc(50% + 10px);
	height: 230px;
	object-fit: cover;
	float: left;
	margin-top: 20px;
}
.gallery.main .filtr-container .filtr-item img{
	width: auto;
	height: 237px;
	margin-top: 0;
}
.modal{
   z-index: 99999;
}

.modal.order-call .modal-header {
	padding: 20px;
	background-color: #f5b700;
	border-bottom: none;
	color: #fff;
	text-align: center;
}

.modal.order-call .modal-body {
	background-color: #e5e5e5;
}

.modal.order-call .modal-header .modal-title {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}

.modal.order-call .modal-lg .modal-header .modal-title {
	font-size: 18px;
}

.btn-lg {
	padding: 15px;
	font-size: 16px;
	font-weight: 300;
}

.form-control.new-form {
	border-radius: 2px;
	height: 44px;
	border: 1px solid #dddddf;
	padding: 0 15px;
	box-shadow: none;
	transition: border-color 0.2s ease;
}

.form-control.new-form:focus {
	border-color: #f5b700;
}

.form-control::-webkit-input-placeholder {color:#4c4c4c;}
.form-control::-moz-placeholder          {color:#4c4c4c;}/* Firefox 19+ */
.form-control:-moz-placeholder           {color:#4c4c4c;}/* Firefox 18- */
.form-control:-ms-input-placeholder      {color:#4c4c4c;}

.form-with-icon {
	position: relative;
	margin-bottom: 30px;
}

.form-with-icon .new-form {
	padding-left: 40px;
}

.form-with-icon .form-control {
	padding-left: 40px;
}

.form-with-icon .icon {
	position: absolute;
	color: #f5b700;
	left: 0;
	top: 0;
	margin-left: 15px;
	margin-top: 14px;
}

.form-with-icon.fc {
	margin-bottom: 20px;
}

.form-with-icon.fc .icon {
	font-size: 14px;
	margin-top: 10px;
}

.confidential {
	margin-top: 20px;
	font-size: 12px;
	color: #454545;
	text-align: center;
}

.tel {
	font-size: 20px;
	font-weight: 400 !important;
}

.tel span {
	font-size: 16px;
	font-weight: 300;
}

.gallery {
	position: relative;
}

.gallery #pagination {
	position: absolute;
	right: 0;
	top: 0;
	width: 96px;
}
.gallery.main #pagination {
	display: none;
}
.gallery.des #pagination {
	position: relative;
	right: auto;
	left: 50%;
	margin-left: -48px;
}

.gallery.des .item-hover {
    width: calc(50% - 5px);
}

.gallery #pagination li {
	list-style: none;
	display: inline-block;
	font-size: 18px;
	padding: 10px 15px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.gallery #pagination li:hover {
	background-color: #f5b700;
	color: #fff;
}

.gallery #pagination li.disabled {
	color: #d5d5d5;
	cursor: inherit;
}

.gallery #pagination li.disabled:hover {
	background-color: transparent;
	color: #d5d5d5;
}

.gallery .filtr-item {
	position: relative;
	cursor: pointer;
}

.gallery .filtr-item .item-hover {
	display: table;
	position: absolute;
	width: calc(50% - 10px);
	height: calc(100% - 10px);
	top: 20px;
	right: 0;
	color: #242424;
	transition: all 0.3s ease;
	padding: 15px;
	box-shadow: inset 0 0 0 1px #242424;
}

.gallery .filtr-item:hover > .item-hover {
    box-shadow: inset 0 0 0 1px #f5b700;
    background-color: #f0f0f0;
}

.gallery .filtr-item .item-hover h4 {
	text-align: center;
	color: #242424;
	font-weight: 400;
}

.gallery .filtr-item .item-hover .actions {
    display: none;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -15px;
	left: 0;
	text-align: center;
}

.gallery .filtr-item .item-hover .description {
    display: block;
	width: 100%;
	color: #242424;
	text-align: center;
	margin-top: 20px;
}

.filtr-item:hover > .item-hover > .actions,
.filtr-item:focus > .item-hover > .actions {
    display: block;
}

.gallery .filtr-item .item-hover .actions a {
	text-decoration: none;
	padding: 9px 12px;
	font-size: 22px;
	background-color: #fff;
	border-radius: 100%;
	transition: all 0.2s ease;
}

.gallery .filtr-item .item-hover .actions a + a {
	margin-left: 15px;
}

.gallery .filtr-item .item-hover .actions a:hover {
	background-color: #f5b700;
	color: #fff;
}

.callback-block {
	width: 100%;
	height: 70px;
	background-color: #435061;
	padding: 15px 0;
	color: #fff;
	font-weight: 300;
}

.callback-block .text {
	margin-top: 10px;
	padding-right: 0;
	font-size: 13px;
}

.callback-block .input {
	margin-top: 3px;
}

.btn-outline {
	background: transparent !important;
	border: 1px solid #fff;
}

.btn-outline:hover {
	background-color: #f5b700 !important;
	border-color: #f5b700 !important;
}

.btn-outline.dark {
	color: #435061;
	border-color: #435061;
}

.btn-outline.dark:hover {
	border-color: #f5b700;
	color: #fff;
}

.btn-lg.btn-outline {
	font-weight: 400;
}

.btn-lg.btn-outline.btn-primary:hover {
	border-color: #435061;
	background-color: #435061;
}

.btn-outline.bh:hover {
	border-color: #435061 !important;
	background-color: #435061 !important;
}

section .form {
	position: absolute;
	bottom: 0;
	right: 0;
}

.fotorama__arr {
	position: absolute;
	padding: 10px 13px;
	border-radius: 100%;
	background: rgba(245,183,0,0.8);
	color: #fff;
	transition: background 0.2s ease !important;
	height: auto;
	width: auto;
	margin-top: -25px;
}

.fotorama__arr:hover {
	background: rgba(245,183,0,1);
}

.new-form{
	margin-bottom: 20px;
}

textarea.new-form {
	height: auto !important;
	padding: 12px;
	padding-top: 12px !important;
}

.cb {
	display: block;
	height: 44px;
	line-height: 44px;
}

.cb + .cb {
	margin-top: 20px;
}

.ydivider {
	width: 250px;
	height: 1px;
	border-bottom: 2px solid #f5b700;
	margin: 15px auto;
}

.projects .block {
	background-color: #e5e5e5;
	cursor: pointer;
	transition: box-shadow 0.3s ease;
}

.projects .block:hover {
    box-shadow: 0 0 15px #555;
}

.projects .block .head {
	display: table;
	height: 80px;
	padding: 0 15px;
	text-align: center;
}

.projects .block .head span {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
}

.projects .block .image {
	width: 100%;
	height: 250px;
}

.projects .block .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a.with-icon {
	text-decoration: none;
	white-space: nowrap;
}

a.with-icon span {
	text-decoration: underline;
}

a.with-icon i {

}

a.with-icon:hover > span {
	text-decoration: none;
}

.projects .block .foot {
	height: 80px;
	text-align: center;
}
.filtr-item.block{
	border: 1px solid #b7b7b7;
	background-color: #ffffff;
	box-sizing: border-box;
	margin: 25px 10px;
	padding: 0!important;
	height: auto!important;
}
.filtr-item.block.col-6{
	width: 48%;
}
.block-top{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	position: relative;
	left: -15px;
	top: -15px;
}
.block-top h4{
	background-color: #ffc620;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	padding: 14px 10px 14px 20px;
	text-transform: none;
	text-align: left;
	margin-top: 50px;
}
.block-top__img{
	box-shadow: 4px 6px 13px rgba(0, 0, 0, 0.48);
}
.block-top__desc{
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	padding: 10px 20px;
}
.block-top__desc img{
	margin-right: 10px;
	margin-right: 10px;
    width: auto!important;
    height: auto!important;
    object-fit: none!important;
    float: none!important;
    margin-top: 0!important
}
.block-top__desc span{
	border-bottom: 2px solid #ffc620;
}
.filtr-item.block .item{
	padding: 50px;
	position: relative;
	width: 100%;
}
.filtr-item.block .desc{
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px
}
.filtr-item.block a{
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	text-decoration: underline;
	display: block;
	margin-top: 20px;
}
.block-wrap{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.info-block{
	padding: 120px 0 50px;
	background-color: #fff!important;
}
.info-block .sitewidth{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.info-block__skills{
	max-width: 400px
}
.info-block__pic{
	background-color: #455061;
	position: relative;
}
.info-block__img{
	box-shadow: 3px 4px 18px rgba(69, 80, 97, 0.9);
	position: relative;
	top: -60px;
	right: -40px;
}
.info-block__pic:before{
	content: '';
	width: 320px;
	height: 59px;
	background-color: #f0b710;
	position: absolute;
	top: 41%;
	left: -40px;
}
.info-block__check{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 40px;
}
.info-block__check img{
	margin-right: 15px;
}
.info-block__text{
	font-size: 18px;
	font-weight: 400;
}
.info-block__text b{
	font-weight: 900;
}
.aboutas__title{
	font-size: 24px;
	color: #212935;
	text-transform: uppercase;
	position: relative;
	bottom: -50px;
}
.aboutas__row{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	padding: 30px 0 50px;
	-ms-align-items: center;
	align-items: center;
}
.aboutas__text{
	font-size: 16px;
	color: #212935;
	line-height: 24px;
}
.aboutas__pic {
    margin-top: -55px;
		position: relative;
}
.aboutas__pic img {
	position: relative;
	z-index: 999
}
.aboutas__pic::after{
	content: '';
	width: 566px;
	height: 283px;
	border: 3px solid #f0b710;
	position: absolute;
	bottom: -20px;
	left: -20px;
}
.aboutas__text_min{
	max-width: 350px;
	margin: 30px 0 0;
}
.aboutas__text .italic{
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	line-height: 24px;
	display: block;
	position: relative;
	z-index: 999;
	padding-top: 55px;
	padding-left: 35px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD0AAAAuCAYAAACbIBHcAAABlUlEQVRoQ+3avW7CMBQFYO5D3JOtUh+sE0xsjEhdKnVgZGPL1rfow7Rj/BKuQAJRyN+1j5MMlzm28h3bJ1GEhBDiqszvB8Br6tRN0/yKyEvq+L5x4mhurL7S1jx9e1sTG7jezzQ5UD/T1kD9TFsT8zP9nIAXGXkXeZFZA/UisybmReZFdknA25t8dLy9rYF6e1sT8/b29vb2Jp+aVRSRN1X9Sp24VJHFGD9KPKfP39E3AOpU8HlcIfQBwJ6NpoALoS9g9hsZDVwAfQMz0VQwGf0PzELTwUT0E5iFXueWVlvhEYrsCGDXNndWkcUYt1VVnXJaumtsJroTnLXSJcGZ27sXnIwuDc5AD4KT0FOAE9GjwGb0VOAE9GiwCT0l2Ig2gUejRWSnqscSLZ3T3iJyUtWt9b4GH1lzgMesdCp4cKXnAg+hc8C96DnBfehccCd6bnAXmgHuQu8BHKzlwL7+8TWUBW5DLwLcstI1gDUr2Pv2Xgz4AV2r6kZEaH/nvKIXBb5Df7PB1+39DuCTtXVY84QQit3XHygWyXQGIxs4AAAAAElFTkSuQmCC') no-repeat;
	background-position: left;
	margin-top: -20px;
}
.aboutas__list{
	max-width: 450px;
	list-style: none;
	padding-left: 0;

}
.aboutas__item{
	margin-bottom: 50px;
	padding-left: 80px;
	background: url(../images/markerr.png);
	background-position: left;
	background-repeat: no-repeat;
}
.special{
	background: url('../images/bg_sale.jpg') center/cover no-repeat;
	padding: 0;
}
.special__wrap {
	padding-left: 50%;
	box-sizing: border-box;
}
.special__title{
	font-size: 30px;
	font-weight: 900;
	max-width: 564px;
	position: relative;
	left: -30px;
	padding-top: 50px;
	line-height: 40px;
}
.special__title p {
	display: inline-block;
	position: relative;
	margin-bottom: -10px;
}
.special__title p:before{
	background-color: #efb710;
	content: '';
	width: calc(100% + 25px);
	left: -25px;
	bottom: 5px;
	height: 7px;
	position: absolute;
}
.special__title p span{
	position: relative;
	z-index: 99
}
.special__desc{
	font-size: 18px;
	color: #10131b;
	font-weight: 400;
	max-width: 647px;
	padding-top: 40px;
}
.special__desc span{
	font-weight: 900;
	background-color: #f0b710;
	padding: 3px 5px;
}
.special__list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	max-width: 555px;
	padding: 30px	0;
}
.special__item{
	margin: 20px;
	text-align: center;
}
.special__cicle{
	width: 78px;
	height: 78px;
	background-color: #455061;
	border-radius: 50%;
	text-align: center;
	position: relative;
	padding-top: 15px;
	box-sizing: border-box;
	display: inline-block;
}
.special__cicle span{
	position: absolute;
	right: -40px;
	background-color: #f0b710;
	padding: 3px 5px;
	font-size: 14px;
	top: 0;
}
.special__item:last-of-type .special__cicle span{
	right: -50px;
}
.special__text{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #10131b;
}
.special__block{
	max-width: 555px;
	padding: 35px 20px;
	border: 1px solid #b7b7b7;

	background: linear-gradient(to bottom, #ffffff, rgba(0,0,0,.09));
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.special__price{
	color: #1e1e1e;
	font-size: 30px;
	font-weight: 900;
	line-height: 28px;
	text-align: center;
	width: 200px;
}
.special__price_old{
	display: block;
	color: #828282;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	width: 100px;
	margin: 0 auto;
}
.special__price_old:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ff3131;
	position: absolute;
	top: 50%;
	left: 0;
}
.special__block .btn{
	background-color: #455061;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 22px 45px;
}
.progres{
	width: 100%;
	background: url('../images/bg_seo.png') center/cover no-repeat;
	box-sizing: border-box;
	padding: 30px 0 20px 35%;
}
.progres__title{
	color: #455061;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.progres__title span{
	background-color: #f0b710;
	padding: 3px 5px;
}
.progres__list{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.progres__item{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #455061;
font-size: 14px;
font-weight: 400;
width: 49%;
margin-bottom: 20px;
}
.progres__circle{
	width: 45px;
	height: 44px;
	border: 2px solid #f0b710;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
.projects .block .foot a {
	display: block;
	padding: 15px;
	width: 100%;
	font-size: 16px;
	color: #3b3b3c;
	padding-top: 30px;
}

.projects .block .foot a .icon {
	padding: 7px;
	border: 1px solid #3b3b3c;
	border-radius: 100%;
	margin-right: 7px;
}

.projects .block .foot a .icon-chevron-right {
	top: 3px;
}

.btn-lg {
	padding: 12px 50px;
}

.ftrm {
	position: relative;
	height: 400px;
	width: 100%;
	overflow: hidden;
}

.ftrm .fancy-zoom {
	opacity: 0;
	position: absolute;
	text-decoration: none;
	padding: 7px 13px;
	background-color: #fff;
	border-radius: 100%;
	z-index: 999;
	font-size: 30px;
	cursor: pointer;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	margin-left: -28px;
	box-shadow: 0 0 0 1px;
	transition: all 0.6s ease;
}

.ftrm:hover > .fancy-zoom {
	opacity: .7;
}

.ftrm .fancy-zoom:hover {
	opacity: 1;
	box-shadow: 0 0 0 500px rgba(67,80,97,0.9);
	background-color: #f5b700;
	color: #fff;
}

.owl-carousel {
	font-size: 14px;
}

.owl-carousel .item {
	background-color: #e5e5e5;
	font-size: 14px;
}

.owl-carousel .item .head {
	display: table;
	height: 50px;
	padding: 0 15px;
	border: none;
	margin: 0;
}

.owl-carousel .item .head span {
	display: table-cell;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
}

.owl-carousel .item .image {
	width: 100%;
	height: 200px;
}

.owl-carousel .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-carousel .item .foot {
	padding: 15px;
	color: #3b3b3c;
	font-weight: 500;
}

.owl-carousel .item .foot a {
	display: normal;
	text-transform: none;
}

.owl-carousel .item .foot a i {
	padding: 3px;
	border-radius: 100%;
	border: 1px solid #3b3b3c;
	top: 1px;
	margin-right: 7px;
	margin-left: 10px;
}

.owl-carousel .owl-controls {
	position: absolute;
	top: 50%;
	margin-top: -70px;
	width: 100%;
}

.owl-carousel .owl-nav {
	position: relative;
	width: 100%;
}

.owl-carousel .owl-nav div {
	position: absolute;
	display: inline-block;
	padding: 10px 14px;
	font-size: 20px;
	background: rgba(245,183,0,0.8);
	border-radius: 100%;
	color: #fff;
	transition: background 0.2s ease;
	z-index: 99;
}

.owl-carousel .owl-nav div:hover {
	background: rgba(245,183,0,1);
}

.owl-carousel .owl-nav .owl-prev {

}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-nav div.disabled {
	opacity: .3 !important;
	cursor: default !important;
}

.liveproj {
	margin-top: 30px;
	font-size: 14px;
}

.liveproj i {
	padding: 30px;
	font-size: 30px;
	color: #fff;
	background-color: #f5b700;
	border-radius: 100%;
}

.liveproj p {
	margin-top: 40px;
	font-size: 16px;
}

.liveproj p strong {
	font-size: 14px;
	font-weight: 500;
}

.bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 30px 0 30px 30px;
}

.bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.etSep {
	padding: 0 25px !important;
}

.etUnit {
	font-weight: 300;
}

.etSign {
	text-transform: uppercase;
	font-size: 11px !important;
}

.variants .block {
	width: 100%;
	transition: all 0.3s ease;
}

.variants .block:hover > .image {
    margin-bottom: 20px;
}

.variants .block .image {
	width: 100%;
	height: 230px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.variants .block .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.variants .block .head {
	padding: 10px 0;
	border-bottom: 1px dotted #272c35;
	margin-bottom: 10px;
}

.variants .block .head a {
	text-decoration: none;
	padding-bottom: 12px;
	border-bottom: 1px solid #f5b700;
	font-weight: 500;
	text-transform: uppercase;
	color: #3b3b3c;
}

.variants .block .foot {
	padding-bottom: 40px;
	font-size: 13px;
	color: #1f1f1f;
	min-height: 150px;
}

.variants .block .button {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 500;
	color: #1f1f1f;
	padding-right: 15px;
}

.variants .block .button i {
	top: 2.3px;
}

.special .image {
	display: block;
	width: 100%;
	box-shadow: 0 3px 5px #999;
	transition: box-shadow 0.5s ease;
}

.special .image:hover {
	box-shadow: 0 3px 15px #666;
}

.special .image img {
	width: 100%;
}

.special .hover {
	position: absolute;
	display: block;
	width: calc(100% - 30px);
	height: 100%;
	background: rgba(67,80,97,0.6);
	top: 0;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.special .col-4:hover > .hover {
	opacity: 1;
}

.special .hover i {
	padding: 15px;
	border-radius: 100%;
	background: rgba(245,183,0,0.8);
	font-size: 18px;
	color: #fff;
	top: 100px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.special .hover i:hover {
	background: rgba(245,183,0,1);
}

li.circled {
	display: block;
	position: relative;
	margin-left: 30px;
}

li.circled span {
	position: absolute;
	width: 10px;
	height: 10px;
	border: 2px solid #e7ad43;
	border-radius: 100%;
	left: -25px;
	top: 14px;
}

.special li {
	list-style: none;
	padding: 10px 0;
	text-transform: uppercase;
}

.questions .block {
	display: table;
	height: 66px;
}

.questions .block + .block {
	margin-top: 15px;
	height: 100px;
}

.questions .block span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}

.questions .block span + span {
	padding-left: 20px;
}

.questions .block span strong {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.questions .block .answer {
	height: 88px;
	overflow: hidden;
	transition: height 0.5s ease;
}

.questions .block .form {
	bottom: -25px;
	right: 20px;
}

.questions .block .form a {
	font-weight: 500;
	color: #1f1f1f;
}

.questions .block .form a i {
	float: right;
	margin-top: 2px;
}

.questions .block .form a span {
    float: left;
}

.questions .question {
	margin: 30px 0;
}

.hide-answer {
	display: none;
}

.noanswer {
	background-color: #435061;
}

.noanswer h3 {
	color: #fff;
}

.seo {
	height: 300px;
	overflow: hidden;
	transition: height 0.5s ease;
}

.col-6 .seo {
	height: 220px;
}

.seo-block .form {
	bottom: -25px;
	right: 20px;
}

.seo-block .form a {
	font-weight: 500;
	color: #1f1f1f;
}

.seo-block .form a i {
	top: 2.4px;
}

.hide-seofull {
	display: none;
}

footer {
	background-color: #303131;
	padding: 20px 0;
}

footer h4 {
	color: #fff;
}

footer li {
	list-style: none;
	display: block;
	color: #fff;
}

footer li a {
	display: block;
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #6d6c6c;
	transition: all 0.3s ease;
}

footer li a span {
	transition: all 0.3s ease;
}

footer li a:hover {
	color: #fff;
	border-color: #f5b700;
}

footer li a:hover > span {
	width: 100%;
	border-color: #f5b700;
}

footer li a span {
	border-bottom: 1px solid #6d6c6c;
	padding-bottom: 10px;
}

footer .contacts li {
	padding: 8px 0;
}

footer .contacts li i {
	margin-right: 15px;
	top: 2px;
	font-size: 18px;
}

footer .contacts li a {
	display: inline;
	border: none;
	text-decoration: underline;
}

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

.copyright {
	padding: 15px 0;
	font-size: 12px;
	background-color: #e5e5e5;
	color: #737373;
}

.design li {
	list-style: none;
}

.design li a {
	display: table;
	height: 36px;
}

.design li a span {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}

.design li a i {
	padding: 2px;
	border-radius: 100%;
	background-color: #f5b700;
	color: #fff;
	font-size: 10px;
	margin-right: 7px;
	top: 7px;
}

.relative {
	position: relative;
}

.margin {
	height: 1px;
	width: 100%;
	margin-bottom: 20px;
	clear: both;
}

.smeta {
	height: 200px;
	margin-bottom: 30px;
	cursor: pointer;
	padding-top: 20px;
}

.smeta:hover > i {
	color: #fff;
	background-color: #f5b700;
}

.smeta i {
	padding: 14px;
	font-size: 22px;
	color: #f5b700;
	border: 1px solid #f5b700;
	border-radius: 100%;
	transition: background-color 0.3s ease;
}

.smeta a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	color: #3b3b3c;
	height: 40px;
	margin-top: 20px;
}

.smeta .desc {
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

.worker .image {
	width: 100%;
	height: 300px;
}

.worker .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fotorama__wrap {
	margin: 0 auto;
}

.fotorama__nav__frame--dot {
	width: 14px !important;
	height: 14px !important;
	margin-top: 10px;
}

.fotorama__dot {
	width: 14px;
	height: 14px;
	top: 0;
	left: 0;
	border-color: #f5b700;
	border-radius: 100% !important;
}

.fotorama__nav__frame--dot + .fotorama__nav__frame--dot {
	margin-left: 5px;
}

.fotorama__active .fotorama__dot {
	width: 14px !important;
	height: 14px !important;
	background-color: #f5b700;
}

.aboutproj td {
	padding: 4px 0;
}

.B_crumbBox {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

.B_crumbBox li {
	list-style: none;
	display: inline-block;
}

footer .col-3 > ul {
    padding: 0;
}

.B_crumb, .B_homeCrumb, .B_lastCrumb {
    padding: 0 5px;
}

.news {
	width: 100%;
	height: 230px;
	cursor: pointer;
}

.news:hover .title {
    color: #f5b700;
}

.clearfix + .news {
	margin-top: 30px;
}

.news .image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.news .date {
	display: block;
	font-size: 18px;
	font-weight: 300;
}

.news .title {
	display: block;
	text-decoration: none;
	padding: 10px 0;
	transition: color 0.3s ease;
}

.news .title h1 {
	font-weight: 300;
}

.news .block {
	height: 230px;
}

.news .block .text {
	height: 115px;
	overflow: hidden;
}

.pagination {
	width: 100%;
	padding: 20px 15px;
	border-top: 1px dotted #435061;
	text-align: center;
	margin-top: 15px;
}

.pagination li {
	list-style: none;
	display: inline;
}

.pagination li.active a {
	color: #f5b700;
}

.pagination li a {
	text-decoration: none;
	font-size: 18px;
}

.pagination li a i {
	padding: 15px;
	border-radius: 100%;
	background-color: #f5b700;
	color: #fff;
}

.pagination li.next {
	float: right;
}

.pagination li.prev {
	float: left;
}

table {

}

table:not(.table-condensed):not(.aboutproj):not(.aboutproj) thead {
	background-color: #cccccc;
}

table:not(.table-condensed):not(.aboutproj) th {
	font-weight: 500;
	background-color: #cccccc;
}

table:not(.table-condensed):not(.aboutproj) th,
table:not(.table-condensed):not(.aboutproj) td {
	padding: 7px 20px;
	border: 1px solid #fff;
}

table:not(.table-condensed):not(.aboutproj) th + th,
table:not(.table-condensed):not(.aboutproj) td + td {
	text-align: center;
}

table:not(.table-condensed):not(.aboutproj) tr {
	background-color: #e5e5e5;
}

table:not(.table-condensed):not(.aboutproj) tr:nth-child(odd) {
	background-color: #f6f6f6;
}

table:not(.table-condensed):not(.aboutproj) {
    width: 100%;
}

.totop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    padding: 7px 10px;
    color: #000;
    background-color: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.totop:hover {
    background-color: #f5b700;
    color: #fff;
}

.is_stuck {
	margin-top: 20px;
}

#sticker {
	border-radius: 5px;
	background-color: #435061 !important;
	margin-top: 20px;
	padding-bottom: 15px;
}

#sticker li.active a {
    color: #f5b700;
    border-color: #f5b700;
}

#sticker li.active a span {
    border-color: #f5b700;
}

#sticker li a {
	color: #fff;
	border-color: #fff;
	font-size: 16px;
}

#sticker li a span {
	border-color: #fff;
}

#sticker li:hover > a {
	border-color: #f5b700;
	color: #f5b700;
}

#sticker li:hover > a > span {
	border-color: #f5b700;
}

.collapse-block {
    position: fixed;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 16px;
    background-color: #f5b700;
    top: 20%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease-in;
    border-radius: 0 4px 4px 0;
    left: -106px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.collapse-block.vertical {
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}

.collapse-block:hover {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25), 0 2px 15px 0 rgba(0, 0, 0, 0.30);
    left: 0;

}
.collapse-block:hover .icon-pencil, .collapse-block:hover
.icon-calculator{
    display: none;
}

.collapse-block.vertical:hover > span > .hidden {
    display: block !important;
}

.collapse-block.second {
    top: 20%;
    margin-top: 200px;
}

.collapse-block.third {
    top: 80%;
    padding: 8px 3px;
    left: -3px;
}

.collapse-block.third:hover {
    padding: 8px 16px;
    left: 0;
    margin-top: 0;
}

.filtr-item .demo-desc {
    position: absolute;
    width: calc(100% - 10px);
    padding: 15px;
    background: rgba(67,80,97,0.9);
    bottom: -10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.filtr-item:hover > .demo-desc {
    display: none;
}

input[name="question"] {
    display: none;
}
.menu ul li:last-child>ul {
    left: inherit;
    right: -180%;
}
.video-portf .image{
    position: relative;
}
.video-portf .image::after{
    content: '►';
    display: block;
    width: 66px;
    height: 45px;
    background-size: contain;
    position: absolute;
    top: 38%;
    color: #fff;
    font-size: 32px;
    text-align: center;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background: rgba(0,0,0,.5);
    border-radius: 13px;

    }
    .video-portf .image:hover:after{
         background:#ff0000;
    }
    .video-portf .block:hover{
        transform: scale(1.05);
        -webkit-box-shadow:  3px 7px 5px rgba(0,0,0,.4);
        -moz-box-shadow:  3px 7px 5px rgba(0,0,0,.4);
        box-shadow:  3px 7px 5px rgba(0,0,0,.4);
    }
    .icon-pencil{
        margin-left: 5px;
    }
    .icon-calculator{
        margin-left: 8px;
    }
		.humb{
			background:none;
			line-height:40px;
			color:#999;
			border:0;
			font-size:16px;
			font-weight:bold;
			cursor:pointer;
			outline:none;
			z-index:10000000000000;
			display: none;
		}
		.open{
			transform: translateX(0)!important;
		}
	@media screen and (max-width: 1160px) {
		.humb{
			display: inline-block;
		}
		.sitewidth{
			width: 100%;
			padding: 0 10px;
		}

		.toggles .body + .body{
			margin-left: 0;
		}
		.pen li{
			width: auto;
		}
		.menu .humb{
			fill: #fff;
		}
		.wdd .pull-right > ul.m-menu{
			display: block;
			width: 40%;
			background: rgba(0,0,0,.8);
			position: fixed;
			height: 100%;
			left: 0;
			z-index: 999999;
			top: 0;
			transition: 0.5s all;
			transform: translateX(-100%);
		}
		.toggles {
    	overflow: hidden;
			}
		.m-menu li{
			display: block;
		}
		.m-menu li a{
			color: #fff;
			line-height: 1.6;
		}
		.header-block img{
			width: 100%;
		}
		.header-block br{
			display: none;
		}
		.wdd > .sitewidth > ul.menu{
			display: block;
			width: 60%;
			position: fixed;
			height: 100%;
			right: 0;
			z-index: 999999;
			top: 0;
			transition: 0.5s all;
			transform: translateX(100%);
			overflow-y: auto;
		}
		.menu li{
			display: block;
		}
		.controls .control.right{
			 margin-left: -49px;
		}
		.controls .control.left{
			margin-left: 0px;
		}
		.figures figure .block .links a{
			font-size: 12px;
		}
		.modal-lg.calc{
			width: 100%;
		}
		section>.sitewidth> ymaps{
		    width: 100%!important;
		}
		.gallery.portfolio .col-3{
		    width: 100%;
		}
		.gallery.portfolio .col-9{
		    width: 100%;
		}
		iframe{
			width: 100%!important;
		}
		body, html{
			overflow-x: hidden;
		}
		.cont{
		    margin-left: 0!important;
		}
		.figures figure{
			width: 230px;
		}
		.feature .body{
			height: 240px;
		}
		span.tel{
			font-size: 18px;
		}
		strong{
			font-size: 10px;
		}
		.footm{
			display: none;
		}
		.wdd li ul div{
			float: none;
		}
		.open .wrap{
			width: 100%!important;
		}
		.open li > ul{
			width: 100%!important;
		}
		.menu li a{
			display: inline-block;
		}
		span.dropdown-toggle{
			float: right;
			padding-right: 20px;
			padding-top: 10px;
		}
		.menu ul li:last-child>ul{
			right: 0;
		}
	}
	@media screen and (max-width: 960px) {
		.header .header-block:nth-child(2){
			display: none;
		}
		.header .col-3{
			width: 33%;
		}
		.title span{
			border-bottom:none;
		}
		.feature .body{
			font-size: 12px;
		}
		.pen-image ul{
			 width: 77%;
		}
		.title-with-image .title{
			margin-left: 45px;
	    width: auto;
		}
		.toggles .head li p, .toggles .body a span{
			font-size: 11px;
		}
		.callback-block .text{
			margin-top: 0;
		}
		.workers{
			display: none;
		}
		.projects .block .head span{
			 font-size: 14px;
		}
		.projects .block .foot a{
			 font-size: 12px;
		}
		.real h2{
			 font-size: 19px;
		}
		.ftrm{
			height: 250px;
		}
		iframe{ height: 250px;}
		.yellow .text-center{
			display: none;
			}
		.yellow .col-4{
				width: 50%;
		}
		.variants .block .head a{
				font-size: 12px;
			}
			.textured .col-6:nth-child(7){
				height: 320px !important;
			}
			footer li{
				font-size: 11px;
			}
			footer li a span{
				border-bottom: 0;
			}
			.smeta a{
				height: auto;
			}
			.pen li{
				font-size: 10px;
			}
			.eTimer .etSep{
				 font-size: 25px!important;
			}
			.eTimer .etUnit .etNumber{
				 font-size: 25px!important;
			}
			.etSep {
			    padding: 0 12px !important;
			}
			.btn{
				padding: 10px 14px;
				font-size: 11px;
			}
			.gallery .filtr-item .item-hover .description{
				font-size: 11px;
			}
			.humb{
				 margin-left: 40px;
			}
			.des.portfolio .col-3, .des.portfolio .col-9{
				width: 100%;
			}
			.gallery.portfolio .item-hover{
				width: 48% !important;
			}
			.gallery .filtr-container .filtr-item img{
				width: 50%;
			}
	}
@media screen and (max-width: 768px) {
	.header .col-3:first-child{
		width: 20%;
		position: absolute;
		top: -58px;
		border-right: 0;
		    max-width: 112px;
	}
	.dinamic{
	    width: 100%;
	    overflow: auto;
	}
	span.tel{
		font-size: 14px;
	}
	.totop{
	    display: none!important;
	}
	.header .col-3 {
	    width: 50%;
	}
	.col-4.feature{
		width: 100%;
	}
	.pen li{
		padding-top: 13px;
    line-height: 12px;
	}
	.toggles .body .block{
    width: 33%;
	}
	.gallery .filtr-container .filtr-item{
		width: 100%;
	}
	.gallery:not(.portfolio) ul{
		margin-left: -272.5px;
	}
	.gallery ul li{
    font-size: 12px;
	}
	.gallery #pagination li{
		font-size: 12px;
    padding: 6px;
	}
	.gallery #pagination{
		width: 73px;
	}
	.callback-block .col-3:first-child{
		width: 100%;
	}
	.callback-block{
		 height: 108px;
	}
	#calcremontform > .col-3:nth-child(4){
		width: 100%;
	}
	.callback-block .col-3, #calcremontform > .col-3{
		width: 33%;
	}
	.projects .col-4, .real .col-6, .variants .col-4{
		width: 100%;
	}
	.eTimer .etSep{
		 font-size: 18px!important;
	}
	.eTimer .etUnit .etNumber{
		 font-size: 18px!important;
	}
	.etSep {
			padding: 0 9px !important;
	}
	.variants .block .foot{
		 min-height: 120px;
	}
	.variants .block{
		margin-bottom: 15px;
	}
	.textured .col-6:nth-child(7){
		 height: 400px !important;
	}
	small {
	    font-size: 10px;
	}
	.col-6.question{
		width: 100%;
	}
	.col-offset-3.noanswer{
		width: 100%;
		margin-left: 0;
	}
	footer .col-3{
		width: 50%;
	}
	.colored .ajax_form .col-4{
		width: 50%;
	}
	.colored .ajax_form .col-4:nth-child(3){
		width: 100%;
	}
	.colored .sitewidth > .col-3{
		display: none;
	}
	.colored .sitewidth > .col-9{
		width: 100%;
	}
	.eTimer{
		margin: 0 auto;
		width: 227px;
		display: block;
	}
	.col-3.smeta{
		width: 33%;
	}
	.smeta{
		margin-bottom: 60px;
	}
	#design .ajax_form > .col-6,
	#building .ajax_form > .col-6{
		width: 100%;
	}
	.wdd li ul > div > li > a{
		font-size: 12px;
	}
	.white .col-8, .white .col-4{
		width: 100%;
	}
	.seo-block .form{
		    z-index: 99999;
	}
.ajax-vforms .col-3, .ajax-vforms .col-4{
    width: 50%;
    margin-bottom: 20px;
}
.modal .tab-pane h3{
    text-align: center;
}
}
@media screen and (max-width: 560px) {
	.humb.mini-menu-mobile{
		margin-left: 0;
	}
	.toggles .head li p, .toggles .body a span{
		font-size: 9px;
	}
	.gallery ul li{
		padding: 8px;
	}
	.gallery:not(.portfolio) ul {
    margin-left: -192.5px;
	}
	.btn {
    padding: 10px 6px;
    font-size: 10px;
}
.textured.special .sitewidth>.col-6:nth-child(6){
	display: none;
}
.textured.special .sitewidth>.col-6:nth-child(7){
	width: 100%;
}
.textured .col-6:nth-child(7){
	height: 313px !important;
}
.white .col-6.seo-block,.white .col-6{
	width: 100%;
	margin-bottom: 20px	;
}
h2{
	    font-size: 20px;
}
.nav-tabs > li{
	float: none;
	width: 100%;
}

}
@media screen and (max-width: 480px) {
	.pull-right>li:first-child{
		font-size: 0;
	}
	#city{
		font-size: 14px;
		width: 165px;
	}
	.header .col-3:first-child {
    width: 18%;
    top: -57px;
    left: 0px;
    min-width: 85px;
}
.header .col-3{
	padding: 0 5px;
}
.wdd .pull-right > ul.m-menu, .wdd > .sitewidth > ul.menu{
	    width: 60%;
}
.humb {
    margin-left: 0;
}

.toggles .head li{
	    padding: 0 5px;
}
.toggles .body a img{
	    width: 33px;
}
.toggles .body a{
	font-size: 10px!important;
}
.gallery:not(.portfolio) ul {
    margin-left: -158.5px;
    margin-top: 20px;
}
.gallery ul li {
    padding: 4px;
		font-size: 9px;
}
.gallery #pagination {
    width: 52px;
    margin-top: 20px;
}
.variants .block .foot{
    padding-bottom: 20px;
}
.variants .block .button{
    bottom: 5px;
}
.gallery .filtr-container .filtr-item{
    display: flex;
    flex-wrap: wrap-reverse;
    height: auto;

}
.gallery .filtr-item .item-hover{
	width: 100%;
	position: relative;
	top: 0;
}
.gallery .filtr-container .filtr-item img {
    width: 100%;
    margin-top: 0;
}
.callback-block .col-3, #calcremontform > .col-3{
	width: 100%;
}
.callback-block {
    height: 240px;
}
.yellow .col-4 {
    width: 100%;
}
.toggles .body .block {
    width: 50%;
	}
	.textured .col-6:nth-child(7) {
    height: 360px !important;
}
.ajax_form .col-6,
.ajax_form .col-4{
		width: 100%;
}
.colored .ajax_form .col-4{
	width: 100%;
}
.collapse-block.third{
	display: none;
}
.news .col-4.image{
	width: 100%;
}
.news .block{
	width: 100%;
	height: 300px;
}
.white .col-4{
	margin-top: 20px;
}
section.breadcrumbs{
	display: none;
}
.col-3.smeta {
    width: 100%;
    height: auto;
    margin-bottom: 0;
}
.col-6.pen-image{
	width: 100%;
}
.col-6.pen{
	width: 100%;
}
.modal-lg.calc{
	    margin: 0;
}
.modal.order-call .modal-lg .modal-header .modal-title{
    font-size: 16px;
}
.ajax-vforms .col-6, .ajax-vforms .col-4{
    width: 100%;
    padding: 0;
}
.yellow{
    text-align: center;
}
.yellow .bottom-right{
    width: 100%;
    padding: 20px;
}
.yellow .thin{
    text-align: center;
}
.colored{
    text-align: center;
}
.colored .col-4{
   width: 100%;
}
.gallery.portfolio .item-hover{
    width: 100%!important;
}
.gallery.portfolio .col-9{
    overflow: auto;
}

}


.ya-share2{
    width: 26px;
    overflow: hidden;
    position: fixed;
    top: 10%;
    right: 0;
    z-index:1000;
}
@media screen and (max-width: 420px) {
.ajax-vforms .col-3{
    width: 100%;
}
.cb{
    height: 19px;
    line-height: 1;
}
.header i.circle-icon{
    float: left;
}
}
.accordion{
	background: url('../images/Layer_40.png') #fff;
	background-position: 210px bottom;
	background-repeat: no-repeat;
	padding: 40px 0;
	background-size: 20%;
}
.accordion__title{
	color: #303131;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
}
.accordion__block{
	background-color: #ffffff;
	width: 100%;
	max-width: 945px;
	margin: 40px auto 20px;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3)
}
.accordion__item{
		border: 1px solid #b7b7b7;
		border-bottom: none;
}
.accordion__item.open .accordion__head:after{
	transform: rotate(180deg);
}
.accordion__head{
	color: #303131;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 30px 80px 30px 40px;
	position: relative;
}
.accordion__head:after{
	content: url('../images/accordion.svg');
	position: absolute;
	right: 20px;
	top: 15px;
	transition: 0.5s ease;
}
.accordion__body{
	padding: 30px 15px 30px 40px;
	border-top: 1px solid #b7b7b7;
	display: none;
}
.info{
	background-color: #fff!important;
	padding: 50px 0;
}
.info__title{
	text-align: center;
	border-bottom: 1px solid #f0b710;
	padding: 10px 0;
	color: #455061;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
.info__pic{
	text-align: center;
	margin-top: 10px;
	width: 100%;
}
.info__pic img{
	width: 100%;
}
.info__subtitle{
	color: #455061;
	font-size: 18px;
	font-weight: 700;
	margin: 30px 0;
}
.info__row{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
.info__col{
	width: 48%;
}
.info__list_numb{
	padding-left: 0;
}
.info__item_numb{
	list-style: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.info__numb{
	width: 49px;
	height: 48px;
	border: 2px solid #f0b710;
	line-height: 44px;
	color: #455061;
	font-size: 24px;
	font-weight: 700;
	margin-right: 20px;
	border-radius: 50%;
	text-align: center;
	flex-shrink: 0;
}
.info__content-title{
	color: #455061;
	font-size: 24px;
}
.info__content-text, .info__content-item{
	color: #455061;
	font-size: 18px;
	margin: 15px 0;
}
.info__content-list{
	list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAABGUlEQVQ4T62VwXGDMBBF/2aSs92B6SCUkItnfFQHQR2ETkgDIHewvprM2CWkBJfguzNRRgoEAkJItnVF8560f1cQ7rjWQioArwRd7FnlBk334L+IbPmIh4qgRcfTqmYlbxYY+BPoACB1HPb9JsEM3PquFoTAAXQ32Igs+bIBYVez+vRlEwjf1lxl9gZrkaX4reMSwJmg5Z4VuyQxcFuiAbzHJFlzadrub8XCG4E8AVi5S9JJroEHCOwWecE3e1rRnk2D8g8ui+FB2xIdASw8wZpbJtPfx+Vs9/ZDnpNM8Kfh/+agCTtS4oePBi1OMg93TnKYJAw++VQ0EjNojvYNh3vfoqbvTSbPXbpx8NnHridJAHobTnbIv+QHHT9yFPyaMmIAAAAASUVORK5CYII=');
}
.info__content-item{
	margin: 10px 0;
}
.info__content-item_false{
	list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA7klEQVQ4T6WV6w2DMAyEfbBAN2k3gm6AYI4wA0zSjsBGrhISSMnDVstPyH062xcDIiIehhu17YuYN8zz077TPjxNCzFz0CGCPTxk0UI9rIt14HHciOh+cSRCL7AgX1D4YA8UoUUNsML1cO9DsB6bTaBVmDG9A2qhEsxyDqAEJQDZKmyZxvTB2BdQgKZJusASh4ryT2gGVgSKTguw34GVSCU9FN2dRWdz+t9QMk51sQHWPaxy+OVgRwPQ3Kj61ctMU4KWl0MlGlVodn1VYNXwW51bsE3zPnaiApaFet3ewwAFtviia34Drny7ZfyC+ABQc9Uj8MypQwAAAABJRU5ErkJggg==');
}
.info__content-list_dot{
	padding-left: 0;
}
.info__content-item_dot{
	position: relative;
	list-style: none;
	padding: 17px 0px 22px 74px;
	background: url('../images/markerr.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.info__content_margin{
	margin: 30px 0;
}
.info__yellow-block{
	box-shadow: 1px 5px 18px rgba(69, 80, 97, 0.49);
	border: 5px solid #f0b710;
	background-color: #ffffff;
	width: 555px;
	padding: 40px;
	box-sizing: border-box;
}
.info__text{
	font-size: 24px;
	padding-right: 50px;
	line-height: 35px;
	padding-bottom: 40px;
	position: relative;
}
.info__text_border:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 172px;
	height: 6px;
	background-color: #f0b710;
}
.info__text_border:after{
	content: url('../images/icon_info.svg');
	position: absolute;
	bottom: 0;
	right: 0;
}
.blog{
    padding: 30px 0;
}
.blog__item{
    display: flex;
    color: #000;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
    margin: 20px 0;
}
.blog__item span{
    font-size: 14px;
    float: right;
}
.blog__item img{
    margin-right: 40px;
}
.blog__intro{
    margin-top: 20px;
    padding-right: 50px;
}
.blog{
     font-size: 18px;
}
.blog h1{
    margin-bottom: 15px;
}
.blog p>img{
    padding-right: 40px;
    padding-bottom: 20px;
}
.blog__item:hover{
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.5);
    box-shadow: 0 0 3px rgba(0,0,0,.5);
}
@media screen and (max-width: 1440px) {
	.accordion{
		background-position: left bottom;
	}
}
@media screen and (max-width: 1140px) {
	.gallery.main .filtr-container .filtr-item img{
		height: 180px;
	}
	.filtr-item.block .item{
		padding: 20px 50px;
	}
	.info-block__img{
		width: 500px;
	}
	.progres{
		 background-position: left;
		 padding-left: 40%;
	}
	.progres__item{
		width: 100%;
		margin-bottom: 0;
	}
	.accordion{
		background: none
	}

}
@media screen and (max-width: 1024px) {
	.filtr-item.block.col-6{
		width: 100%;
	}
}
@media screen and (max-width: 960px) {
	.info-block__img{
		width: 400px;
	}
	.info-block__text{
		font-size: 14px;
	}
	.aboutas__pic img{
		width: 400px;
	}
	.aboutas__list{
		max-width: 350px;
	}
	.special__wrap{
		padding-left: 30%;
	}
	.gallery.main ul li{
		 padding: 8px 10px;
	}
	.info__row{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.info__col{
		width: 100%;
	}
	.info__item_numb{
		justify-content: flex-start;
	}
	.info__yellow-block{
		margin: 0 auto;
	}
}
@media screen and (max-width: 860px) {
	.info-block .sitewidth{
		flex-wrap: wrap;
	}
	.aboutas__row{
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.aboutas__text_min, .aboutas__list{
		width: 100%;
		max-width: inherit;
	}
	.aboutas__pic{
		margin-top: 0;
		width: 100%;
	}
	.aboutas__pic::after{
		display: none;
	}
	.aboutas__pic img{
		width: 100%;
	}
	.aboutas__text .italic{
		display: none;
	}

}
@media screen and (max-width: 768px) {
	.gallery.main .item-selector{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.gallery.main ul li{
		margin-top: 10px;
	}
}
@media screen and (max-width: 560px) {
	.info-block__img{
		width: 100%;
	}
	.info-block__skills{
		width: 100%;
		margin-top: 30px;
		max-width: inherit;
	}
	.special__wrap{
		padding-left: 0%;
		width: 100%;
	}
	.special__title{
		left: 0;
	}
	.special__block .btn{
		font-size: 14px
	}
	.gallery .filtr-container .filtr-item.block{
		display: block!important;
	}
	.info__yellow-block{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.block-top h4{
		margin-top: 10px;
	}
	.block-top{
		flex-wrap: wrap;
		justify-content: center;
	}
	.block-top__info{
		width: 280px;
		box-sizing: border-box;
	}
	.gallery.main .filtr-container .filtr-item img{
		height: 200px;
	}
	.progres{
		display: none;
	}
	.info-block__img{
		top: -20px;
right: -20px;
	}
	.filtr-item.block .item{
		padding: 20px;
	}
	.info__text{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (max-width: 380px) {
	.special__title{
		line-height: 1.2;
		    font-size: 23px;
	}
	.special__list, .special__block{
		justify-content: center;
		flex-wrap: wrap;
	}
	.special__price{
		margin-bottom: 20px;
	}
	.block-top{
		left: 0;
	}
}
/* .blog__gallery{
    display: grid;
    max-width: 1160px;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr;
    grid-template-areas: ". ." ". .";
    grid-auto-rows: minmax(100px, auto);
    column-gap: 10px;
    row-gap: 1em;
    overflow: hidden;
} */

.blog__gallery img {
    padding: 10px;
}