/*
Theme Name: РћРїС‚РїРѕР»РёРіСЂР°С„
Description: РўРµРјР° СЂР°Р·СЂР°Р±РѕС‚Р°РЅР° РїРѕ Р·Р°РєР°Р·Сѓ B2B
Version: 1.3
Data: 01.07.2019
Author: D.EGOROV
Author URI: http://degorov.ru
*/

html * {max-height:999999px;outline: none;}
html {
    font-size: 15px;
}
html,body {
	width:100%;
    font-family: 'Montserrat', sans-serif;
	line-height: 1.65;
     color: #191919;
	padding: 0;
	margin: 0;
     background: #fff;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility; 
}
body {
    font-size: 1rem;
}
body.hiddenbody-x {
	overflow-x: hidden;
}
body.hiddenbody {
    overflow: hidden !important;
}
body.blur .page-frame,
body.compensate-for-scrollbar .page-frame {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-box-shadow: -7px 10px 0 0px #222;
    box-shadow: -7px 10px 0 0px #222;
    max-height: 100vh;
}
section {
	position: relative;
    margin: 6rem 0;
}
label {	
    position: relative;
}
img {
	max-width: 100%;
	max-height: 100%;
    height: auto;
}
h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 2.5rem;
}
h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 2.5rem 0 2rem;
}
#builder h2:first-child {
    margin: 0rem 0 2rem;
}
h3 {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #ec9b00;
    margin: 1.5rem 0;
}
h3::after {
    content: "";
    position: absolute;
    left: -6rem;
    top: 1rem;
    background: #feb100;
    font-weight: bold;
    width: 3rem;
    height: 2px;
}
.header h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 2rem;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
p{
    margin: 1rem 0;
}
.content .container-fluid,
.price-content .container-fluid {
    max-width: 1100px;
}
.content p{
    font-size: 1.1rem;
}
p:first-child{
	margin:0;
}
a[href^="mailto:"] {
    color: #191919;
    border-bottom: 2px dotted #feb100;
}
a, a:focus, input:focus, button:focus {
	outline:none !important;
	text-decoration: none !important;
}
a, a:focus, a:active {
    color: #191919;
    font-weight: bold;
    border-bottom: 2px solid #feb100;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #191919;
    border-bottom: 2px solid transparent;
}
blockquote {
    position: relative;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 3rem 10rem;
    margin: 3rem -5rem;
    text-align: center;
    background: #f3f8fd;
}
blockquote p{
    font-size: 1.25rem !important;
    font-style: italic;
	font-family: 'PT Serif', serif;
    margin: 0;
    color: #191919;
}
blockquote p strong,
blockquote li strong {
	color: #e31e24;
}
.small,
small {
    font-size: 0.8rem;
}
.subheader {
    font-size: 1.5rem;
    margin: -1rem 0 2rem;
    color: #858995;
}
.lt {
	text-align:left !important;
}
.ct {
	text-align:center !important;
}
.rt {
	text-align:right !important;
}
.img_link {
	border:none !important;
}
.image_circle,
.image_circle img{
    border-radius: 50%;
}
.list ul,
.list ol {
	padding: 0;
    margin: 1.5rem 0;
}
.list ol { 
	counter-reset: item; 
}
.list ul li,
.list ol li{
    position: relative;
    margin: 0.5rem 0 0.5rem 2rem;
    list-style: none;
    padding-left: 3rem;
    font-size: 1rem;
    color: #858995;
    font-weight: 500;
    text-align: left;
}
.list ul li strong,
.list ol li strong{
    color: #191919;
    font-weight: bold;
}
.list ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    margin-top: 0.8rem;
    background: #feb100;
    width: 2rem;
    height: 2px;
}
.list ol li::before {
    position: absolute;
    left: 0;
    top: 0%;
	content: counter(item) ". ";
	counter-increment: item;
    color: #feb100;
    font-weight: bold;
}

.button {
    position: relative;
}
.btn,
.btn:visited,
.btn:focus,
.btn:active {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.9rem 1.6rem;
    background: #feb100;
    color: #000;
    border: 2px solid #feb100;
    border-radius: 100px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 60px rgba(254, 177, 0, 0.7);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.btn:hover {
    border: 2px solid #feb100;
    color: #000;
    z-index: 1;
    box-shadow: 0 7px 50px rgba(254, 177, 0, 0.4);
}
.btn-margin {
	margin: 1rem 0;
}
.btn-border {
    background: transparent;
    border: 2px solid #feb100;
}
.btn-border:hover {
    background: #feb100;
    border: 2px solid #feb100;
}
.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn {
    cursor: not-allowed;
    cursor: url('i/block.png'), not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.sepa {
    padding: 0 10px;
}
.bigdesk{
    font-size: 1.25rem;
    line-height: 1.45;
}



.scrollup{
    width: 3rem;
    height: 3rem;
    position: fixed;
    bottom: 4rem;
    right: 2rem;
    display: none;
    text-indent: -9999px;
    background: #fff url(i/arrow-top.svg) no-repeat center / 1rem;
    border: 1px solid #191919;
    z-index: 1000;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    border-radius: 50%;
}
.scrollup:hover,
.scrollup:focus,
.scrollup:active{
    border: 1px solid #191919;
    opacity: 1;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}


.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube:before {
	content:"";
    background: url("data:image/png;base64,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") no-repeat center center;
    position: absolute;
    height: 100%;
    width: 100%;
}
.youtube:hover:before {
    background: url("data:image/png;base64,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") no-repeat center center;
}


.responsive_video {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}
.responsive_video iframe,
.responsive_video .youtube {
position: absolute;
width: 100%!important;
height: 100%!important;
}


.responsively-lazy:not(img){
	position:relative;
	height:0
}
.responsively-lazy:not(img)>img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
img.responsively-lazy{
	width:100%;
}


.form{
    padding: 5rem;
    overflow: hidden;
    background: #feb100;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    margin: -8rem 0;
}
.form a{
    font-weight: normal;
}
.form .form-head {
    line-height: 1.2;
    margin: 0px;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: bold;
}
.form .form-desk {
    margin: 1rem 0px 2rem;
}
.form .button {
    margin: 1.5rem 0;
}
.form .btn {
	position:relative;
    background: #191919;
    color: #fff;
    border: 2px solid #191919;
    padding-right: 4rem;
}
.form .btn:hover {
    background: #000;
    color: #fff;
    border: 2px solid #000;
}
.form .btn::before {
    content: "";
    background: url(i/send.svg) no-repeat center / 1.2rem;
    position: absolute;
    right: 1rem;
    top: 0;
    height: 100%;
    width: 2rem;
    z-index: 12;
}
.form-group {
	position:relative;
    margin: 1rem auto;
    background: #fff;
}
.form-group label{
	position:absolute;
	height:100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 1rem;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}
.form-group label.label-none{
	display:none;
}
.form span.add-textarea{
	position:relative;
    color: #000;
    font-weight: 700;
    padding-left: 1rem;
    cursor: pointer;
    transition: all 0.2s ease 0s;
}
.form span.add-textarea:hover{
    color: #fff;
}
.form span.add-textarea svg:hover,
.form span.add-textarea:hover svg{
    fill: #fff;
    transition: all 0.2s ease 0s;
}
.form span.add-textarea:not(.opened) + .form-group{
    display: none;
}
.form span.add-textarea.opened + .form-group{
    margin-top: -24px;
}
.form span.add-textarea svg {
    position: absolute;
    left: -2rem;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    transition: all 0.2s ease 0s;
}
.form span.add-textarea.opened svg{
    transform: rotate(45deg);
}
.form-group .message-tooltip,
.form-group .message-error{
    position: absolute;
    right: 0rem;
    top: -1.5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10;
    color: #fff;
    font-size: 0.8rem;
    max-width: 80%;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.form-group .message-tooltip::before,
.form-group .message-error::before{	
    content: "";
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 1rem 1rem 0 0;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    right: 1rem;
    bottom: -1rem;
}
.form-control {
    position: relative;
    z-index: 2;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    margin: 0;
    width: 100%;
    padding: 1rem;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.form-control:focus {
    border-bottom: 2px solid #191919;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form-control:focus ~ label{
    font-size: 0.7rem;
    color: #858995;
    top: -0.8rem;
}
.form-control.required{
	background: url(i/required.svg) no-repeat top right / 1.5rem;
}
.whiteinput .form-control {
    background: #fff;
}
.form-control.required:focus,
.whiteinput .form-control.required {
	background: #fff url(i/required.svg) no-repeat top right / 1.5rem;
}
textarea.form-control {
    max-height: 209px;
}
.form-control::-webkit-input-placeholder {
    color: #191919 !important;
}
.form-control:-ms-input-placeholder {
    color: #191919 !important;
}
.form-control::-ms-input-placeholder {
    color: #191919 !important;
}
.form-control::placeholder {
    color: #191919 !important;
}
.form.ct .form-control::-webkit-input-placeholder {
    text-align: center;
}
.form.ct .form-control:-ms-input-placeholder {
    text-align: center;
}
.form.ct .form-control::-ms-input-placeholder {
    text-align: center;
}
.form.ct .form-control::placeholder {
    text-align: center;
}
.form.ct .form-control {
    text-align: center;
}
.box{
    position: relative;
    margin: 1rem auto;
}
.form .box small{
    display: block;
    margin-left: 12px;
    line-height: 1.2;
}
.valid label{
    font-weight: bold;
}
.valid input{
    border: 0;
    width: 2rem;
    padding: 0 0.5rem;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    font-weight: 700;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
.no-js .inputfile + label {
    display: none;
}
.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
.inputfile + label span {
    padding-left: 1rem;
}
.inputfile + label svg {
    width: 16px;
    height: 22px;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -8px;
    margin-right: 0.5rem;
}
.inputmyfile + label {
    color: #000;
    margin-left: -2rem;
}
.inputmyfile:focus + label,
.inputmyfile.has-focus + label,
.inputmyfile + label:hover {
    color: #fff;
}

input[type="checkbox"],
input[type="radio"] { 
display: none; 
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.7rem;
    font-weight: normal;
	line-height: 1.4;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
	content: '';
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #000;
	left: 0;
	top: 1px;
	opacity: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}
input[type="checkbox"] + label::after {
	content: '';
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #000;
	left: 0;
	top: 1px;
	opacity: .3;
}
input[type="radio"] + label::before {
	border-radius:50%;
    width: 1.2rem;
    height: 1.2rem;
    opacity: 0.3;
}
input[type="checkbox"]:checked + label::before {
	width: 0.5rem;
    top: -3px;
    left: 6px;
	border: 2px solid #000;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type="radio"]:checked + label::before{
    border: 1px solid #2ab528;
    opacity: 1;
}
input[type="radio"]:checked + label::after{
	content: '';
    position: absolute;
	display: block;
    width: 9px;
    height: 9px;
    left: 5px;
    top: 6px;
    background: #2ab528;
    border-radius: 50%;
}
input[type="radio"]:hover + label {
	color: #2ab528;
}
input[type="radio"]:hover + label::before {
	border: 2px solid #2ab528;
}
input[type="checkbox"]:hover + label::after {
    opacity: 1;
}
.checkbox li{
    position: relative;
}
.checkbox-popup{
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    z-index: 100;
    background: #39383a;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.2);
    font-size: 0.7rem;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    color: #fff;
}
.checkbox-popup.visible{
    display: inline-block;
}
.checkbox-popup::before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 15px 17px 0;
    border-color: transparent #39383a transparent transparent;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.checkbox-list{
    position: absolute;
    display: inline-block;
    background: #2ab528;
    padding: 0.5rem 1rem;
    top: 0;
    margin-left: 1rem;
    cursor: pointer;
}
.agreement-label{
    font-size: 0.7rem;
    color: #666;
      font-family: 'Roboto', sans-serif;
}



.popup {
	display: none;
    width: 100%;
    max-width: 450px;
    padding: 0;
}
.popup.w700 {
    max-width: 700px;
}
.popup .form {
    margin: 0;
}
.popup::before {
    content: "";
    position: absolute;
    background: url(i/logo-icon.png) no-repeat center / 5rem auto;
    width: 5rem;
    height: 6rem;
    left: -1.2rem;
}
.popup .left {
    float: left;
    width: 40%;
}
.popup .right {
    float: left;
    width: 60%;
    padding-left: 1rem;
}
.animate-top {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	    transform: translateY(30px);
}
.fancybox-container {
    font-family: inherit;
}
.fancybox-slide--current .animate-top{
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
    transition: 
		transform 700ms cubic-bezier(.4,0,0,1),
		opacity 0.5s cubic-bezier(.694,0,.335,1),
		-webkit-transform 700ms cubic-bezier(.4,0,0,1);
}
.fancybox-slide--current .animate-top:nth-child(1) {
	-webkit-transition-delay: .05s;
	     -o-transition-delay: .05s;
	        transition-delay: .05s;
}
.fancybox-slide--current .animate-top:nth-child(2) {
	-webkit-transition-delay: .1s;
	     -o-transition-delay: .1s;
	        transition-delay: .1s;
}
.fancybox-slide--current .animate-top:nth-child(3) {
	-webkit-transition-delay: .2s;
	     -o-transition-delay: .2s;
	        transition-delay: .2s;
}
.fancybox-slide--current .animate-top:nth-child(4) {
	-webkit-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
}
.fancybox-slide--current .animate-top:nth-child(5) {
	-webkit-transition-delay: .4s;
	     -o-transition-delay: .4s;
	        transition-delay: .4s;
}
.fancybox-slide--current .animate-top:nth-child(6) {
	-webkit-transition-delay: .5s;
	     -o-transition-delay: .5s;
	        transition-delay: .5s;
}
.fancybox-slide--current .animate-top:nth-child(7) {
	-webkit-transition-delay: .6s;
	     -o-transition-delay: .6s;
	        transition-delay: .6s;
} 
.fancybox-is-open .fancybox-bg {
    opacity: .2;
}
.fancybox-content {
    overflow: visible;
}
.fancybox-close-small {
    color: #324962;
    height: 3rem;
    padding: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 3rem;
}


#modal-not-agreement{
    display: none;
    position: fixed;
    text-align: center;
    width: 90%;
    max-width: 500px;
    padding: 4rem;
    background-color: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 99999;
    overflow: hidden;
    border: 0;
}
#modal-not-agreement h2{
    color: #191919;
    font-size: 1.875rem;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    position: relative;
    margin: 1.5rem 0;
    padding: 0;
    display: block;
}
#modal-not-agreement .icon{
    width: 4rem;
    height: 4rem;
    border: 1px solid #de1919190;
    border-radius: 50%;
    margin: 1.25rem auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}
#modal-not-agreement .icon svg{
    stroke: #de1919190;
    fill: none;
    width: 1.5rem;
    height: 4rem;
}
#modal-not-agreement .btn{
    margin-top: 2rem;
}
#modal-not-agreement__overlay{
    display: none;
    position: fixed;
    background: #191919;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
}



.search {
    position: relative;
}
.search-form {
    position: relative;
}
.search-field {
    border-radius: 0;
    border: 2px solid #dedede;
    background: white;
    padding: 0.5rem 3.5rem 0.5rem 1rem;
    width: 100%;
}
.search-form:hover  .search-field {
    border: 2px solid #191919;
}
.search-field:focus,
.search-field:focus:hover {
    border: 2px solid #feb100;
}
.search-submit {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 41px;
    width: 41px;
    padding: 0;
    border: 0;
    text-indent: -9999px;
    background: #feb100 url(i/search.svg) no-repeat center / 1.25rem;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.search-submit:hover {
    opacity: 1;
}



/* 
*
	РњРµРЅСЋ РІ Р±СѓСЂРіРµСЂРµ
*
*/
.mobile {
    position: fixed;
    padding-top: 1.5rem;
    display: block;
    top: 87px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}
.mobile .container-fluid {
    height: 100%;
}
.mobile img{
	max-height:2.5rem;
}
.mobile .contacts {
    margin-top: 1.5rem;
}
.mobile .contacts .city_span,
.mobile .contacts a {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.mobile .btn, 
.mobile .btn:visited, 
.mobile .btn:focus, 
.mobile .btn:active {
    font-size: 11px;
    margin-top: 1rem;
    padding: 0.5rem 0.9rem;
}
.menu__nav {
    margin: 1rem 0;
    padding-top: 1rem;
    border-bottom: 1px solid #dedede;
}
.menu__nav li {
    overflow: hidden;
    margin: 0.5rem 0;
}
.menu__nav li a {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: 1.4;
    border: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.menu__nav li:nth-of-type(1) a {
    -webkit-transition-delay: .06667s;
         -o-transition-delay: .06667s;
            transition-delay: .06667s;
}
.menu__nav li:nth-of-type(2) a {
    -webkit-transition-delay: .13333s;
         -o-transition-delay: .13333s;
            transition-delay: .13333s;
}
.menu__nav li:nth-of-type(3) a {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.menu__nav li:nth-of-type(4) a {
    -webkit-transition-delay: .26667s;
         -o-transition-delay: .26667s;
            transition-delay: .26667s;
}
.menu__nav li:nth-of-type(5) a {
    -webkit-transition-delay: .33333s;
         -o-transition-delay: .33333s;
            transition-delay: .33333s;
}
.menu__nav li:nth-of-type(6) a {
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
}
.menu__nav li:nth-of-type(7) a {
    -webkit-transition-delay: .46667s;
         -o-transition-delay: .46667s;
            transition-delay: .46667s;
}
.menu__nav li:nth-of-type(8) a {
    -webkit-transition-delay: .53333s;
         -o-transition-delay: .53333s;
            transition-delay: .53333s;
}
.menu__nav li:nth-of-type(9) a {
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
}
.menu__nav li .sub-menu{
    margin-left: 2rem;
}
.menu__nav li .sub-menu li a{
    font-size: 0.9rem;
    font-weight: 500;
}
/* 
*
	РРєРѕРЅРєР° Р±СѓСЂРіРµСЂР°
*
*/
.mobile-icon  {
    position: relative;
    margin: 0 auto;
}
.mobile-icon .close {
    width: 0rem;
    margin-right: 50px;
}
.mobile-icon .close .close-text{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    opacity: 0;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    text-align: right;
}
.open {
    position: fixed;
    top: 3.2rem;
    right: 1rem;
    width: 30px;
    height: 20px;
	display: block;
	cursor: pointer;
    overflow: hidden;
    z-index: 100;
	-webkit-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
    margin: 2px 0px 0 auto;
}
.open span {
	display: block;
	height: 2px;
	width: 20px;
	background-color: #666;
	position: absolute;
    right: 0px;
	top: 0px;
	overflow: hidden;
    -webkit-transition: all .42s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .42s cubic-bezier(.645, .045, .355, 1);
    transition: all .42s cubic-bezier(.645, .045, .355, 1);
}
.open span:nth-child(1){
	margin-top: 3px;
	width: 30px;
	z-index: 9;
}
.open span:nth-child(2) {
	margin-top: 9px;
}
.open span:nth-child(3) {
	margin-top: 15px;
	width: 10px;
}
.open span:nth-child(3) {
	margin-top: 15px;
	width: 10px;
}
.open:hover span {
	width: 30px;
}
/* 
*
	РћС‚РєСЂС‹С‚РѕРµ РјРµРЅСЋ 
*
*/
.active.mobile{
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
}
.active.mobile-icon .close{
    width: 6.25rem;
}
.active.mobile-icon .close .close-text{
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.active.mobile .menu_img_block .menu_img {
    visibility: visible;
    opacity: 1;
}
.active.mobile .menu__nav li a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.active.mobile-icon .open span {
	width: 30px;
}
.active.mobile-icon span:nth-child(2) {
  overflow: visible;
}
.active.mobile-icon span:nth-child(1), 
.active.mobile-icon span:nth-child(3) {
	z-index: 100;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
}
.active.mobile-icon span:nth-child(1) {
    margin-top: -1px;
	-webkit-transform: rotate(-45deg) translateY(7px) translateX(-7px);
	-ms-transform: rotate(-45deg) translateY(7px) translateX(-7px);
	    transform: rotate(-45deg) translateY(7px) translateX(-7px);
}
.active.mobile-icon span:nth-child(2) {
	left:-30px;
	width: 0px;
}
.active.mobile-icon span:nth-child(3) {
	-webkit-transform: rotate(45deg) translateY(-4px) translateX(-4px);
	-ms-transform: rotate(45deg) translateY(-4px) translateX(-4px);
	    transform: rotate(45deg) translateY(-4px) translateX(-4px);
}
.header-logo {
    position: absolute;
    height: 3.2rem;
    width: 17rem;
    top: 2vw;
    display: block;
    cursor: pointer;
    overflow: hidden;
    z-index: 100;
}




.slider .slick-slide{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.2s ease 0s;
}
.slider .slick-slide a{
    border:0;
}
.slider .slick-current,
.slider-nav .slick-slide:hover{
      opacity: 1;
}
.slider-nav{
    cursor:pointer;
}
.slider .slick-arrow{
    position: absolute;
    text-indent: -9999px;
    width: 4rem;
    height: 4rem;
    z-index: 10;
    background: no-repeat center / 50px auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #feb100;
    border: 0;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
    top: -2rem;
    cursor: pointer;
}
.slider .slick-arrow:active{
      transform: translateY(4px);
    transition: all 0.1s ease-in-out 0s;
}
.slider .slick-arrow::after, 
.slider .slick-arrow::before {
    position: absolute;
    content: "";
    display: block;
    border-left: 2px solid;
    border-color: #191919;
    width: 1rem;
    height: 1rem;
    top: 1.375rem;
}
.slider .slick-next::after {
    left: 1.25rem;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}
.slider .slick-next::before {
    left: 1.25rem;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.slider .slick-prev::after {
    right: 1.25rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slider .slick-prev::before {
    right: 1.25rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slider .slick-arrow:hover{
     background: #feb100;
}
.slider .slick-next{
    right: 2rem;
}
.slider .slick-prev{
    right: 7rem;
}
.slider_controls {
    background: #191919;
    background: rgba(28, 28, 34, 0.5);
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    padding: 0.5rem;
    border-radius: 50px;
    overflow: hidden;
}
.slider_controls .slick-dots li {
    margin: 0rem 0.5rem;
    border-radius: 50%;
    float: left;
}
.slider_controls .slick-dots button{
    border: 1px solid #fff;
    margin: 2px;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    width: .5rem;
    height: .5rem;
    color: transparent;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.slider_controls .slick-dots .slick-active button{
    background-color: #feb100;
    border: 1px solid #feb100;
}



#menu{
    position: relative;
    z-index: 20;
    margin: 0;
    background-color: #191919;
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.3);
}
#menu::before{
	content:"";
	position:absolute;	
    background: url(i/gal-white.svg) no-repeat center / cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
}
#menu.oppenned{
    display: none;
}
#menu .menu_block {
    margin: 0 -15px;
}
.menu_block .menu{	
    display: flex;
    justify-content: space-between;
}
.menu_block .menu-item{
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;
}
.menu_block .menu-item a{
    padding: 1rem 0.8rem;
    display: inline-block;
    position: relative;
    border: 0;
    color: #fff;
    /*font-size: 0.875rem;*/
    font-size: 0.8rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 600;
}
.menu_block .menu-item::before{
    content: "";
    position: absolute;
    right: 0;
    opacity: 0.2;
    height: 60%;
    width: 1px;
    top: 20%;
    background: #fff;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
    z-index: 1;
}
.menu_block .menu-item:last-child::before{
	display: none;
}
.menu_block .menu-item a:hover,
.menu_block .menu-item.offer a:hover,
.menu_block .current-menu-item a,
.menu_block .current-menu-parent a,
.menu_block .current-post-ancestor a{
    color: #feb100;
}
.menu_block .menu-item a:hover::after,
.menu_block .menu-item.offer a:hover::after,
.menu_block .current-menu-item a::after,
.menu_block .current-menu-parent a::after,
.menu_block .current-post-ancestor a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 3px;
    background: #feb100;
}
.menu_block .menu-item a:hover::after {
    background: #fff;
}
/*
РџРѕРґРјРµРЅСЋ
*/
.menu_block .sub-menu {
    column-count: 2;
	text-align: left;
	margin: 0;
	left: 0;
	position: absolute;
	top: 110%;
	z-index: 1;
	background: #fff;
    -webkit-box-shadow:  0 20px 60px 0px rgba(28, 28, 34, 0.2);
    box-shadow: 0 20px 60px 0px rgba(28, 28, 34, 0.2);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}
.menu_block ul li:nth-last-child(1) > .sub-menu {
    left: auto;
    right: 0;
} 
.menu_block ul li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	top: 100%;
} 
.menu_block .sub-menu li{
	display: block;
	width: 100%;
    float: none;
}
.menu_block .sub-menu li a,
.menu_block .sub-menu .sub-menu li a{
    color: #191919;
    padding: 0.5rem 1.5rem;
    border: none;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 0.8rem;
    font-weight: 600;
    position: relative;
    display: block;
    white-space: nowrap;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
}
.menu_block .sub-menu li.current-menu-item a,
.menu_block .sub-menu li.current-menu-parent a,
.menu_block .sub-menu li.current-post-ancestor a{
	color: #191919;
}
.menu_block .sub-menu li:hover a,
.menu_block .sub-menu li.current-menu-item a,
.menu_block .sub-menu li.current-menu-parent a,
.menu_block .sub-menu li.current-post-ancestor a{
	color: #191919;
    background: #feb100;
}
.menu_block .sub-menu .menu-item a::before,
.menu_block .sub-menu .menu-item a::after{
	display: none;
}
.menu_block .sub-menu li.hot {
    position: relative;
}
.menu_block .sub-menu li.hot::before {
    content: "";
    position: absolute;
    background: url(i/hot.svg) no-repeat center / 0.7rem;
    width: 1rem;
    height: 100%;
    z-index: 1;
    left: 0.7rem;
}



.breadcrumbs{
    padding-bottom: 1rem;
    font-size: 0.9rem;
}
.breadcrumbs a{
    color: #feb100;
    border-bottom: 1px solid rgba(255, 204, 0, 0.3);
}
.breadcrumbs a:hover{
    border-bottom: 1px solid transparent;
}
.black .breadcrumbs a{
    color: #191919;
    border-bottom: 2px solid #feb100;
}
.black .breadcrumbs a:hover{
    border-bottom: 2px solid transparent;
}
.title-none .breadcrumbs .current {
	display: none;
}





#popup-location {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    visibility: hidden;
    opacity: 0;
    z-index: 120;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s .1s ease;
    -o-transition: all .3s .1s ease;
    transition: all .2s ease;
}
#popup-location.show {
    opacity: 1;
    visibility: visible;
}
#popup-location .location-field {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    min-width: 320px;
    color: #fff;
    background-color: #191919;
    background-color: rgba(28, 28, 34, 0.9);
    padding: 1.5rem 4rem 1.5rem 3rem;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
#popup-location .location-field.active {
    opacity: 1;
}
#popup-location .citys{
	-webkit-column-count: 6;
	column-count: 6;
}
#popup-location .citys ul{
}
#popup-location .citys ul li{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 3px 0;
}
#popup-location .citys .letter{
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0.5rem 0;
    color: #feb100;
}
#popup-location .citys .city{
    display: inline-block;
    font-size: 0.9rem;
    cursor: pointer;
}
#popup-location .citys .city:hover{
    color: #feb100;
}
#popup-location .header {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
#popup-location .close_link {
    position: absolute;
    right: 3rem;
    top: 2rem;
	cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 0;
}
#popup-location .close_link svg{
    width: 2rem;
    height: 2rem;
    padding: 5px;
    fill: #fff;
}
#popup-location .maincitys {
    border-bottom: 1px solid #eee;
    margin-bottom: 2rem;
}
#popup-location .maincitys .city{
    display: inline-block;
    margin: 2rem;
    margin-left: 0;
    color: #feb100;
    font-weight: bold;
    font-size: 1.125rem;
    border-bottom: 1px solid rgba(255, 204, 0, 0.5);
    cursor: pointer;
}
#popup-location .maincitys .city:hover{
    border-bottom: 1px solid rgba(255, 204, 0, 0);
}



#popup-location-confirm {
    position: fixed;
    top: 0;
    left: 50%;
    width: 340px;
    margin: 0 auto;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
    transform: translate(-50%,-100%);
    visibility: hidden;
    opacity: 0;
    z-index: 120;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .5s ease 0.5s;
}
#popup-location-confirm.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,0%);
}
#popup-location-confirm .item{
    padding: 2rem;
    background-color: #191919;
    color: #fff;
}
#popup-location-confirm  .btn{
    padding: 0.5rem 1.5rem;
	margin-right:0.5rem;
}
#popup-location-confirm  .btn-border{
    color: #fff;
	margin: 0;
	box-shadow: none;
}
#popup-location-confirm  .btn-border:hover{
    color: #191919;
}
#popup-location-confirm  .header{
	margin-bottom: 1rem;
    font-size: 1.125rem;
}


.city_span{
    color: #191919;
    border-bottom: 2px dotted #feb100;
    font-weight: 600;
    cursor: pointer;
}
.city_span:hover{
    border-bottom: 2px dotted transparent;
}



#header {
    background: #fff;
    padding: 1rem 0;
    border-bottom: 1px solid #dedede;
    font-size: 0.9rem;
}
#header a{
    font-weight: normal;
}
.topheader  {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}

.topheader .flex-item:nth-child(1) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 0 0 180px;
    -webkit-box-flex: 0;
            flex: 0 0 180px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
}
.topheader .flex-item:nth-child(2) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
}
.topheader .flex-item:nth-child(3) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 0 0 260px;
    -webkit-box-flex: 0;
            flex: 0 0 260px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
}
.topheader .flex-item:nth-child(4) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 0 0 250px;
    -webkit-box-flex: 0;
            flex: 0 0 250px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
}
.topheader .flex-item:nth-child(5) {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
    -ms-flex: 0 0 160px;
    -webkit-box-flex: 0;
            flex: 0 0 160px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
        align-self: auto;
}
#header .logo{
    margin-right: 4rem;
}
#header .phone a{
    color: #191919;
    border: 0;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
}
#header .navigation{
    position: relative;
}
#header .navigation::before{
    content: "";
    position: absolute;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(i/contacts-navigation.svg) no-repeat center / 0.8rem auto;
}
#header .city_span{
}
#header .btn{
    padding: 0.6rem 1.6rem;
    font-weight: 600;
}
.logo img{
    max-height: 3rem;
}



#contacts{
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    padding: 4rem 0;
    margin: 0;
    z-index: 10;
}
#contacts .contacts{
    font-size: 1.125rem;
}
#contacts .head{
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #858995;
    margin-bottom: 0.5rem;
}
#contacts .head::before{
    content: "";
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    background: no-repeat center / 1rem;
    left: -1rem;
    top: 0;
    opacity: 0.4;
}
#contacts .head.loc-icon::before{
    background-image: url(i/contacts-navigation.svg);
}
#contacts .head.phone-icon::before{
    background-image: url(i/contacts-phone.svg);
}
#contacts .head.mail-icon::before{
    background-image: url(i/contacts-email.svg);
}
#contacts .phone{
    color: #191919;
    font-weight: bold;
    border: none;
}



#map_block {
    position: relative;
    min-height: 450px;
    padding: 4rem;
}
#map_block #map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#map_block #map img{
    max-height: none;
}



.icons-block {
}
.icons-block .item{
    margin: 1rem 0;
}
.icons-block .icon{
    width: 70px;
    margin: 0 auto;
}
.icons-block .name{
    font-weight: bold;
    font-size: 1.125rem;
    margin: 0.8rem 0;
}
.icons-block .desk{
    font-size: 0.9rem;
    font-weight: 500;
}



#print {
}
#print .item {
    position: relative;
    overflow: hidden;
    border: 0;
    margin-bottom: 2rem;
}
#print .item h3{
    margin-top: 0;
	color: #191919;
}
#print .item h3::after {
    display: none;
}
#print .item li{
    margin: 0.5rem 0;
}


#about {
}
#about .bg {
    position: relative;
    background: url(i/about3.jpg) no-repeat center / cover;
    padding: 10rem;
}
#about .bg::before {
    content: "";
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#about .bg .header h2{
    position: relative;
	color: #fff;
    font-size: 1.8rem;
}
#about .bg .header h2 span{
    display: block;
    font-size: 2.8rem;
}
#about .wrapper {
    position: relative;
    background: #fff;
    padding: 4rem;
    margin: -4rem 8rem 0;
    box-shadow: 0px 30px 60px 0px rgba(51, 46, 47, 0.2);
}



#about-slider .slider-block {
    position: relative;
}


#about-gen{
    background: #fff;
    padding: 0;
}
#about-gen .bg{
    position: relative;
    background: url(i/bg-contacts.jpg) no-repeat center / cover;
    padding: 6rem 0 16rem;
}
#about-gen .bg:before {
    content: "";
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#about-gen .link a,
#about-gen .header h2,
#about-gen .icons-block  {
    color: #fff;
}
#about-gen .icons-block .icon {
    filter: invert(1);
}
#about-gen .boss{
    position: relative;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	/*
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -12rem auto 0;
}
#about-gen .gen{
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    height: auto;
    position: relative;
    box-shadow: 0px 20px 60px 0px rgba(51, 46, 47, 0.2);
}
#about-gen .gen .img1{
}
#about-gen .gen .img2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .42s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .42s cubic-bezier(.645, .045, .355, 1);
    transition: all .42s cubic-bezier(.645, .045, .355, 1);
}
#about-gen .gen:hover .img2{
    opacity: 1;
}
#about-gen .blockquote{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    position: relative;
    background: #fff;
    box-shadow: 0px 20px 60px 0px rgba(51, 46, 47, 0.2);
    padding: 6rem 4rem 3rem;
}
#about-gen .blockquote:before {
    content: "";
    position: absolute;
    top: 4rem;
    left: -3rem;
    right: 0;
    width: 6rem;
    height: 6rem;
    background: url(i/quote.svg) no-repeat center;
    opacity: 0.4;
}
#about-gen .blockquote .text{
    font-size: 1.25rem;
    font-family: 'PT Serif', serif;
    font-style: italic;
    margin-bottom: 3rem;
    width: 100%;
}
#about-gen .blockquote .name{
    font-size: 1.125rem;
    color: #000;
    font-weight: bold;
}
#about-gen .blockquote .dol{
    color: #757575;
    font-size: 13px;
    margin: 0rem 0 2rem;
}



#team {
}
#team .team {
    margin-top: 2rem;
}
#team .teamrow {
    margin: 3rem -1rem;
}
#team .item {
    position: relative;
    margin: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#team .item-image {
    position: relative;
    overflow: hidden;
}
#team .item-image .img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}
#team .item-image img{
    filter: grayscale(0.5);
    transition: filter 0.2s ease 0s, opacity 0.6s ease 0s, transform 15s ease .5s;
}
#team .item-desk {
    position: absolute;
    bottom: 0rem;
    left: 1rem;
    right: 1rem;
    padding: 1rem 1.5rem;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
#team .item-desk::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #191919;
}
#team .item-name {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    opacity: 0;
    transition: all 0.2s ease 0.2s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
#team .item-job {
    color: #feb100;
    margin-top: 0.5rem;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
#team .item:hover .item-image .img2 {
    opacity: 1;
}
#team .item:hover .item-image img{/*
    -webkit-transform: scale(1.2);
    transform: scale(1.2);*/
    filter: grayscale(0);
}
#team .item:hover .item-desk::before {
    width: 100%;
    transition: all 0.4s ease 0.2s;
}
#team .item:hover .item-name {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 0.2s ease 0.6s;
}
#team .item:hover .item-job {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: all 0.2s ease 0.7s;
}




#content {
    background: #eef6fb;
    margin: 0;
    padding: 4rem 0;
}
#content .content{
    background: #fff;
    padding: 4rem 6rem;
    -webkit-box-shadow: 0 10px 50px -10px rgba(4,77,151,.15);
            box-shadow: 0 10px 50px -10px rgba(4,77,151,.15);
}
#content .content-video{
    margin: 3rem -6rem;
}




#hero{
    margin: 0;
    padding: 4rem 0 8rem;
    background: no-repeat center / cover;
    color: #fff;
}
#hero::before{
    content: "";
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.4) 100%);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#hero .intro{
    margin: 3rem 0;
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    font-size: 1.25rem;
}
#hero .intro li{
    font-size: 1.25rem;
}




#newhero{
    margin: 0;
    padding: 4rem 0 6rem;
    background: no-repeat center / cover;
    background-image: url(i/hero.jpg);
}
.home #newhero {
    padding: 5rem 0 8rem;
}
#newhero.delivery{
    background-image: url(i/delivery.jpg);
}
#newhero .intro{
    font-size: 1.25rem;
}
#newhero .button{
    margin: 2rem 0;
}
#newhero .header{
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 2.5rem;
}
#newhero .header em{
    font-style: normal;
    background: #feb100;
    padding: 0 1rem;
}
.page-id-2244 #newhero .utp,
.page-id-2244 #newhero .city_span,
.page-id-2244 .black .breadcrumbs a{
    color:#fff;
}



#delivery{
}
#delivery .icon{
    position: relative;
    padding-top: 3rem;
}
#delivery .icon::before{
    content: "";
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 0px;
    left: 0px;
    background:  no-repeat center / 4rem;
}
#delivery .pay::before{
    background-image: url(i/delivery-pay.svg);
}
#delivery .shipped::before{
    background-image: url(i/delivery-shipped.svg);
}
#delivery .pay li{
    padding: 0.5rem 0 1rem 4rem;
    border-bottom: 1px solid #dedede;
    margin-left: 0;
}
#delivery .pay li::before {
    top: 50%;
    margin-top: -0.2rem;
}
#delivery .pay li:last-child{
    border-bottom: 0px solid #dedede;
}




#review{
}
#review .text{
    padding: 4rem;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.2);
}
#review .link{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #dedede;
}
#review .reviews{
    margin-top: 3rem;
    overflow: hidden;
}
#review .reviews .item{
    width: calc(50% - 2*0.5rem);
    border: 7px solid #191919;
    margin-right: 0.5rem;
    float: left;
}
#review .review{
    border: 7px solid #191919;
    display: block;
}
@media (max-width: 1299px) {
#review .text{
    margin-left: -4rem;
}
#review .reviews{
    margin-right: -4rem;
}
}



#manager{
    margin: 2rem 0;
}
#manager .bg{
    padding: 6rem;
    background: url(i/manager.jpg) no-repeat center / cover;
}




#action{
    margin: 0;
}
#action .item{
    border-radius: 7px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    padding: 2rem 3rem;
    margin: -3rem 1rem 0;
    background: #191919;
    transition: all 0.4s ease 0s;
    display: block;
    border: 0;
    color: #fff;
}
#action .item:hover{
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#action .preheader{
    background: #feb100;
    font-weight: bold;
    margin-left: -4rem;
    padding: 0.2rem 0 0.2rem 4rem;
    font-size: 0.9rem;
    color: #000;
}
#action .header{
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    margin: 1.5rem 0 1rem;
}
#action .desk li{
    margin-left: 0;
}




#clients{
}
#clients .slider{
    margin: 4rem 10rem;
}
#clients .slider .slick-track{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}
#clients .slider .item{
    padding: 0 4rem;
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}
#clients .slider .item:hover{
    filter: grayscale(0);
    opacity: 1;
}
#clients .slider .slick-arrow {
    top: 0;
}
#clients .slider .slick-arrow:hover {
    background: #feb100;
}
#clients .slider .slick-next {
    right: -10rem;
    left: auto;
}
#clients .slider .slick-prev {
    left: -10rem;
}




#work{
    background: #191919;
    padding: 4rem 0;
}
#work h2{
    color: #fff;
}
#work .slider{
    margin: 4rem 0;
}
#work .slider .item{
    padding: 0 1rem;
  /*  filter: grayscale(0.7);
    transition: all 0.3s ease 0s;
}
#work .slider .item:hover{
    filter: grayscale(0);*/
}



#builder{
    margin: 0;
}
#builder #wrapper{
    background: #fff;
}
#builder .container-fluid{
     padding: 0 3rem;
}
#builder .blockquote .wrapper{
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
    font-size: 1.5rem;
    background: #feb100;
    color: #191919;
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(254, 177, 0, 0.5);
    border-radius: 10px;
    text-align: center;
}
#builder .fast-links{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
	padding: 3rem 0;
}
#builder .fast-links .item{
}
#builder .fast-links .head{
    padding: 0.8rem 1.5rem;
    background: #f5f5f5;
	display:block;
    font-weight: bold;
	border:0;
}
#builder .fast-links .head:hover{
     background: linear-gradient(120deg, #06a79a, #008a0e);
    -webkit-box-shadow: 0 10px 40px -10px #008a0e;
    box-shadow: 0 10px 40px -10px #008a0e;
     -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
     color: #fff;
}
.row-icons{
}
.row-icons .item{
    margin-top: 2rem;
}
.row-icons.steps .item{
    background: rgba(133, 137, 149, 0.2);
    padding: 2rem;
    border-radius: 10px;
}
.row-icons .item .icon{
    max-width: 100px;
    margin: 0 auto;
}
.row-icons .item .num{
    font-size: 2rem;
    font-weight: bold;
    background: #feb100;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    line-height: 5rem;
    margin: 0 auto;
}
.row-icons .item .head{
      font-size: 1.25rem;
    font-weight: bold;
    color: #191919;
    margin: 1.5rem 0 0.5rem;
}
.row-icons .item .desk{
    color: #858995;
    font-weight: 500;
}



.content a {	
    font-weight: bold;
}
.content img  { 
}
.content.intro  {
}
.content.intro .introblock {
    position: relative;
    background: #fff;
    border-right: 5px solid #feb100;
    padding: 6rem;
    padding-right: 22rem;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.content.intro .introblock::before {
	content:"";
     position: absolute;
    border: 1px solid #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.3;
    pointer-events: none;
}
.content.intro .intro-img {
     position: absolute;
    background: url(i/cons.jpg) no-repeat center / cover;
    right: -2rem;
    top: 4rem;
    height: 100%;
    height: calc(100% - 8rem);
    width: 20rem;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.2);
}



.content.mini  {
    margin: 3rem 0;
}
.content.mini .text {
    padding: 0 3rem;
}
.content.mini p {
    font-size: 1rem;
}



.price-content {
}
.price-content ul {
    margin: 1rem 0;
}
.price-content ul li{
    margin: 0.5rem 0;
}

.price-content h3::before {
    position: absolute;
    left: 0;
    top: 0%;
    content: counter(number, decimal-leading-zero) " ";
    counter-increment: number;
    color: #191919;
    font-weight: bold;
    font-size: 20rem;
    opacity: 0.03;
    z-index: 0;
    transform: translate(-30%, 0%);
    line-height: 1;
}



.content.gallery  {
}
.content.gallery .image {
    margin: 1rem 0;
    display: block;
    border: 0;
}
.content.gallery .image:hover {
    transform: translateY(-10px);
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.3);
}
.content.gallery .button {
    margin-top: 2rem;
}



#conc-form  {
    padding: 6rem 0;
    margin: -3rem 0;
    z-index: 1; 
}
#conc-form .bg {
    background: url(i/form.jpg) no-repeat center / cover;
    padding: 3rem 0rem;
}
#conc-form.flyer .bg {
    background: url(i/form-flyer2.jpg) no-repeat left bottom;
    background-size: contain;
    padding: 6rem 0rem;
}
#conc-form.poster .bg {
    background: url(i/form-poster.jpg) no-repeat center ; 
    background-size: contain;
    padding: 6rem 0rem;
}
#conc-form.stickers .bg {
    background: url(i/form-stickers.webp) no-repeat center ; 
    background-size: contain;
    padding: 6rem 0rem;
}
#conc-form .header h2 {
    font-size: 2rem;
}
#conc-form .offer {
    background: #fff;
    padding: 4rem 4rem 3rem;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}
#conc-form .offer {
    background: #fff;
    padding: 4rem 4rem 3rem;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
}


#conc-feature-spoiler .spoiler{
    margin-bottom: 1rem;
}
#conc-feature-spoiler .spoiler-content{
    padding: 2rem;
     padding-left: 5rem;
}
#conc-feature-spoiler .spoiler-head{
    position: relative;
    cursor: pointer;
    font-size: 1.25rem;
    overflow: hidden;
     padding: 1.5rem 2rem;
     box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15) ;
}
#conc-feature-spoiler .spoiler-head:hover{
     box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15) ;
     color: #cca05e;
}
#conc-feature-spoiler .spoiler-head.opened{
     box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15) ;
}
#conc-feature-spoiler .spoiler-head .icon{
      position: absolute;
    width: 2rem;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
#conc-feature-spoiler .spoiler-head .head{
      padding-left: 3rem;
    display: inline-block;
}
#conc-feature-spoiler .spoiler-head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    background: url(i/arrow-up.svg) no-repeat center / auto 0.5rem;
    margin-top: -1.5rem;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
#conc-feature-spoiler .spoiler-head.opened::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}



#blog{
}
#blog .image {
    margin: 0 -3rem 2rem;
}
#blog .intro {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 4rem;
}



#category{
}
#category .item {
    display: block;
    border-bottom: 2px solid #e0e0e0;
    border-bottom-color: rgba(0, 0, 0, 0.12);
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    font-weight: normal;
}
#category .item-header {
    font-size: 0.9rem;
    margin: 1.5rem 0;
}
#category .item-header a{
    border: 0;
}
#category .item-header span{
    position: relative;
    padding-right: 2rem;
}
#category .item-header span::after {
    position: absolute;
    right: 1rem;
    content: "·";
    margin: 0px 0 0px -2px;
}
#category .item-head {
    font-size: 2rem;
    font-weight: bold;
}
#category .item-intro {
    font-size: 1.125rem;
    margin: 2rem 0;
}
#category .item-link {
    display: inline-block;
    border-bottom: 2px solid #feb100;
    font-weight: bold;
}
#category .item:hover .item-link {
    border-bottom: 2px solid transparent;
}




#footer{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 4rem 0;
    margin: 0;
}
#footer .footer-head {
    color: #191919;
     margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
}
#footer .menu-col {
    column-count: 2;
}
#footer .footer-menu .menu-item {
    margin: 0.3rem 0;
    width: 100%;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
}
#footer a {
    color: #858995;
    border-bottom: 2px solid transparent;
    font-size: 0.9rem;
    font-weight: 500;
}
#footer a:hover {
    color: #191919;
    border-bottom: 2px solid #feb100;
}



#footer-bottom{
    margin: 2rem 0;
}
#footer-bottom a{
    font-weight: normal;
}
#footer-bottom .logo img{
    height: 2.5rem;
}
#footer-bottom .copy{
    font-size: 0.85rem;
    margin-top: 1rem;
}
.contacts .phone{
    font-weight: bold;
}
.contacts li{
    position: relative;
    margin-bottom: 0.5rem;
}
.contacts li::before{
    content: "";
    position: absolute;
    background: no-repeat center / 0.8rem auto;
    width: 1.5rem;
    height: 1.5rem;
}
.contacts .icon-city::before{
    background-image: url(i/contacts-navigation.svg);
    left: -2rem;
}
.contacts .icon-phone::before{
    background-image: url(i/contacts-phone.svg);
    right: -2rem;
}
.contacts .icon-email::before{
    background-image: url(i/contacts-email.svg);
    right: -2rem;
}


.wabot {
    display: block;
    border: 0;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 0rem;
    left: 2rem;
    z-index: 100;
}
.wabot:hover {
    border: 0;
}
.wabot svg{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.wabot:hover svg{
    transform: scale(1.15);
}
.wabot .tooltip {
    display: block;
    position: absolute;
    top: 0;
    left: 60px;
    white-space: nowrap;
    background: #b8bed0;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: 500;
}



.table>tbody>tr>th,
.table>tbody>tr:first-child>td, 
.table>thead>tr>td {
    background: #191919;
    color: #feb100;
    padding: 1rem 1.2rem;
    vertical-align: middle;
}
.table td:first-child {
    font-weight: bold;
    background: #ededed;
    text-align: left;
    padding: 0.5rem 1.2rem;
    min-width: 130px;
}
#wrapper {
    counter-reset: number;
}/*
#wrapper section:last-child{
    overflow: hidden;
}*/
#wrapper .table {
    position: relative;
}


.social-block {
    text-align: center;
}
.social-wrap {
    text-align: center;
    margin: 3rem auto -2rem;
    border: 10px solid #feb100;
    padding: 2rem;
    display: inline-block;
}
.social-icons {
    display: flex;
    margin: auto;
    justify-content: center;
}
.social-header {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0rem 0 2rem;
}
.social-block a {
    border: 0;
    display: block;
    margin: 0 1rem;
}
.social-block a svg{
    width: 4rem;
    height: 4rem;
}



.whatsapp-button {
    background: #25D366;
    border: 3px solid #1cc15a;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    left: 1.5%;
    bottom: 3%;
    z-index: 9999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.whatsapp-button .text-button {
     height:68px;
     width:68px;        
     border-radius:50%;
     position:relative;
     overflow:hidden;
}
.whatsapp-button .text-button span {
    text-align: center;
    color:#23a455;
    opacity: 0;
    font-size: 0;
    position:absolute;
    right: 8px;
    top: 27px;
    line-height: 14px;
    font-weight: 600;
    transition: opacity .3s linear;
    /* font-family: 'montserrat', Arial, Helvetica, sans-serif; */
}
.whatsapp-button .text-button:hover span {
    opacity: 1;
    font-size: 11px;
}
.whatsapp-button:hover i {
     display:none;
}
.whatsapp-button:hover {
     z-index:1;
     background:#fff;
     color:transparent;
     transition:.3s;
}
.whatsapp-button:hover i {
     color:#25D366;
     font-size:44px;
     transition:.3s;
}
.whatsapp-button i {
     color:#fff;
     font-size:44px;
     transition:.3s;
     position: absolute;
     left: 13px;
     top: -2px;
     line-height: 66px;transition: .5s ease-in-out;
}

@media (max-width : 549px) {  
    .whatsapp-button {   
        bottom: 20px;
        left: 20px;
      }
    }


/*
==============================
	1600
==============================
*/
@media (min-width: 1600px) {
}


/*
==============================
	1300
==============================
*/
@media (min-width: 1300px) {
}


/*
==============================
	1599
==============================
*/
@media (max-width: 1599px) {
}


@media (max-width: 1399px) {
}


/*
==============================
	1299
==============================
*/
@media (max-width: 1299px) {
#action .header {
    font-size: 1.3rem;
}
}


/*
==============================
	1199
==============================
*/
@media (max-width: 1199px) {
.menu_block .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menu_block .menu-item {
    flex-grow: 0;
}
.menu_block .sub-menu {
    column-count: 1;
}
.menu_block .menu-item {
    float: none;
}
.topheader .flex-item:nth-child(4) {
    -ms-flex: 0 0 180px;
    -webkit-box-flex: 0;
    flex: 0 0 180px;
}
#team .team:last-child,
#review .reviews .item:last-child {
	display:none;
}
#about .wrapper {
    margin: -4rem 4rem 0;
}
#review .reviews {
    margin-top: 0;
}
#review .reviews .item {
    width: 100%;
    float: none;
}
#manager .bg {
    padding: 2rem;
}
.form {
    padding: 4rem;
    margin: -4rem 0;
}
blockquote {
    margin: 3rem -3rem;
}
}


/*
==============================
	991
==============================
*/
@media (max-width: 991px) {
html {
    font-size: 15px;
}
.list ul li, 
.list ol li {
    font-size: 0.9rem;
}
#action .act:nth-child(3),
.topheader .flex-item:nth-child(3) {
    display: none;
}
.menu_block .menu-item a {
    font-size: 0.7rem;
}
#action .item {
    margin: -3rem 1rem 0rem;
    padding: 2rem 2rem;
}
#team .team:last-child {
	display:block;
}
#about .bg {
    padding: 6rem 4rem;
}
#about .wrapper {
    margin: -4rem 0rem 0;
}
.row-icons .item .head {
    font-size: 1.125rem;
    line-height: 1.4;
}
.row-icons .item .desk {
    font-size: 0.9rem;
    line-height: 1.4;
}
#review .reviews {
    margin: 0;
}
#review .text {
    margin-left: 0;
}
#footer .menu-col {
    margin-bottom: 2rem;
}
.contacts .icon-phone::before,
.contacts .icon-email::before {
    left: -2rem;
}
#contacts .contacts {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}
.content.intro .introblock::before,
.content.intro .intro-img {
    display: none;
}
.content.intro .introblock {
    padding: 4rem;
}
.table>tbody>tr>th {
    padding: 0.7rem 0.5rem;
    font-size: 0.75rem;
}
.table td,
.table td:first-child {
    padding: 0.7rem 0.5rem;
    font-size: 0.85rem;
}
blockquote {
    padding: 3rem 6rem;
}
}


/*
==============================
	767
==============================
*/
@media (max-width: 767px) {
html {
    font-size: 14px;
}
section {
    margin: 3rem 0;
}
h1 {
    font-size: 2.2rem;
}
.form {
    padding: 3rem;
    margin: 0 -1rem -2rem;
}
.header h2 {
    font-size: 1.8rem;
    margin: 0rem 0 1.5rem;
}
.subheader {
    font-size: 1.125rem;
    margin: -1rem 0 1rem;
}
#height {
    height: 87px;
}
#header {
    position: fixed;
    top: 32px;
    width: 100%;
    z-index: 15;
}
#header .logo {
    margin-right: 3rem;
}
#miniheader {
    position: fixed;
    padding: 0.5rem 0;
    background: #191919;
    font-size: 0.8rem;
    width: 100%;
    z-index: 15;
}
#miniheader .phone a {
    font-size: 0.8rem;
    color: #fff;
}
#miniheader .city_span {
    color: #fff;
    font-weight: 500;
}
.topheader .flex-item:nth-child(1) {
    flex: 0 0 140px;
}
#action .act:nth-child(3) {
	display:block;
}
#about .bg {
    padding: 4rem 2rem;
    margin: -1rem;
}
#about .bg .header h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 0;
}
#about .bg .header h2 span {
    font-size: 2.2rem;
}
#about .wrapper {
    margin: 0;
}
#about .wrapper {
    padding: 0rem;
    box-shadow: none;
}
#manager .bg {
    padding: 0;
}
#clients .slider {
    margin: 0 1rem;
}
#clients .slider .item {
    padding: 0 2rem;
}
#clients .slider .slick-arrow {
    width: 4rem;
    height: 0rem;
}
#clients .slider .slick-next {
    right: -2rem;
}
#clients .slider .slick-prev {
    left: -2rem;
}
.row-icons .item .icon {
    max-width: 60px;
    margin: 0 auto;
}
.row-icons .item .head {
    margin: 1rem 0 0.5rem;
}
#print .item .icon{
    max-width: 200px;
}
#team .team {
    margin-top: 0;
}
#team .item {
    margin: 0 0 1rem;
}
#team .item-image img {
    filter: grayscale(0);
}
#team .item-desk {
    position: relative;
    left: 0;
}
#team .item-desk::before {
    width: 100%;
}
#team .item-name {
    line-height: 1.2;
    opacity: 1;
    transform: translateY(0px);
}
#team .item-job {
    font-size: 0.9rem;
    opacity: 1;
    transform: translateY(0px);
}
#review .text {
    padding: 2rem;
}
#newhero.delivery {
    background-image: url(i/delivery-xs.jpg);
}
#newhero .header {
    font-size: 2.2rem;
}
#newhero .intro {
    font-size: 1.125rem;
}
#action .item {
    margin: -3rem 1rem 4rem;
}
.price-content .table  {
    margin-top: 1rem;
}
#conc-form .bg {
    background: #fff;
    padding: 0;
}
.content.intro .introblock {
    padding: 2rem;
    margin: 0 -1rem;
}
#builder .container-fluid {
    padding: 0px 1rem;
}
.table td:first-child {
    min-width: auto;
}
blockquote {
    padding: 2rem 4rem;
    margin: 2rem 0rem;
}
#about-gen .boss {
    display: block;
}
#about-gen .blockquote {
    padding: 80px 30px 30px;
}
#about-gen .blockquote::before {
    top: 0rem;
    left: 50%;
    right: 0;
    background: url(i/quote.svg) no-repeat center / 2rem;
    transform: translateX(-50%);
}
#popup-location .maincitys {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
#popup-location .maincitys .city {
    margin: 0.5rem 1rem 0rem 0rem;
}
#popup-location .header {
    font-size: 1.5rem;
}
#popup-location .citys {
    column-count: 2;
}
.wabot {
    bottom: 2rem;
    left: 1rem;
}
}
.fancybox__content {
    background: transparent !important;
}