*::-webkit-input-placeholder {
	color: #777;
}
*:-moz-placeholder {
	color: #777;
}
*::-moz-placeholder {
	color: #777;
}
*:-ms-input-placeholder {
	color: #777;
}
*,*:after,*:before{
    box-sizing:border-box;
}
body {
	font-family: "MullerLight", sans-serif;
	font-size: 16px;
	line-height: 1.62;
	min-width: 320px;
	max-width: 1920px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
    background:#fff;
}
/*Стандартные настройки*/
li, ul { 
    list-style: none;
    padding: 0;
    margin: 0;
}
p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 30px;
    position: relative;
    font-family: "MullerBold", sans-serif;
    line-height: 40px;
    color: #000000;
}
h2 span {
    color: #fdc533;
}
h1 {
    font-size: 40px;
    position: relative;
    font-family: "MullerBold", sans-serif;
    color: #000000;
    line-height: 50px;
}
a {
    margin: 0;
    padding: 0;
    outline: none;
    color: #090909;
    text-decoration: none;
}
a:focus, a:active, input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active, select:focus, select:active {
    outline: none !important;
}
input:focus, input:active{
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
}
.clear { 
    clear: both;
}
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
img { 
    max-width: 100%;
}
.mobile-nav, .mobile-btn {
    display: none;
}
.top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-nav-wrap {
    opacity: 0;
    position: fixed;
    width: 100%;
    transition: all .25s;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0,0,0,0.05);
    visibility: hidden;
    transform: translateY(-30px);
    padding: 10px 0 !important;
    align-items: center;
}
.top-nav img {
    width: 44px;
}
.top-nav-wrap.fixed {
    opacity: 1;
    visibility: visible;
    z-index: 111;
    transform: translateY(0px);
}
.top-nav nav {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-top: 5px;
}
.top-nav nav li a {
    margin: 0 20px 0 20px;
}
.phone-fix {
    margin-left: 0;
    margin-top: 5px;
    font-family: "MullerBold", sans-serif;
    font-size: 20px;
}
.phone-fix a {
    transition: all .25s;
}
.phone-fix a:hover {
    color: #fdc533;
}
.jGrowl.top-right {
    top:40% !important;
    width:30% !important; 
    left:35% !important; 
}
#jGrowl {
    font-size:18px;
    margin: 0 0; 
    z-index: 99999;
}
.jGrowl.top-right {
    left: 50% !important;
    top: 35% !important;
    width: 600px !important;
    margin: 0 !important;
    margin-left: -300px !important;
    box-shadow: 0 7px 40px rgba(0,0,0,0.07);
}
#jGrowl .jGrowl-notification {
    position: relative;
    width: 600px;
    padding: 40px;
    text-align: center;
    background: none repeat 0 0 #f4f2f3 !important;
    border: 0px solid rgba(255, 255, 255, 0.49) !important;
    opacity: 1;
    margin: 0;
}
#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #666 !important;
    font-size: 20px;
    font-weight: 300;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color:#666 !important;
}
#jGrowl a {color: #FF0006;}
.fancybox-slide>div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #F5F5F5 !important;
    overflow: initial !important;
    box-sizing: border-box;
}
.fancybox-close-small {
    position: absolute;
    top: -35px;
    right: -6px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small::after {
    content: url(../img/icon/close.png);
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    border-width: 0px;
    background: inherit;
    transition: all 0.3s;
    opacity: 0.4;
}
.fancybox-close-small:hover:after { 
    content: url(../img/icon/closeh.png);
    background: inherit;
    opacity: 1;
}
.fancybox-close-small:active:after, .fancybox-close-small:active, .fancybox-close-small:focus {
    outline:none !important;
    border:none !important;
}
.modal-form h3 {
    font-family: "MullerBold", sans-serif;
    font-size: 30px;
    margin-top: -14px;
    line-height: 36px;
    margin-bottom: 5px;
}
.modal-form p {
    margin-bottom: 15px;
    color: #777;
}
.modal-form {
    text-align: center;
    border-radius: 5px;
}
.activ-tehnik {
    margin-bottom: 30px;
    color: #777;
}
input {
    box-sizing: border-box;
    font-family: "MullerLight", sans-serif;
    color: #777;
    background: #fff;
    font-size: 16px;
    border: none;
    border-bottom: 5px solid #e9e9e9;
    border-radius: 5px;
    width: 100%;
    max-width: 480px;
    display: block;
    padding: 28px 0 22px 30px;
    margin-bottom: 20px;
}
.form-content input.btn {
    margin-right: 0px;
    display: inline-block !important;
    padding: 28px 0 22px 0 !important;
}
.form-content input.btn,
.btn {
    background: #fdc533;
    border:none;
    border-bottom: 5px solid #D4A53F;
    border-radius: 5px;
    font-family: "MullerBold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 27px 0 18px 0;
    color: #000;
    text-align: center;
    display: block;
    transition: all .25s;
    cursor: pointer;
    width: 100%;
}
.form-content input.btn:hover,
.btn:hover {
    background: #d6a82c;
}
.podp {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
}
.podp a {
    text-decoration: underline;
    color: #090909;
}
.field {
    display: none !important;
}
.btn--glow {
    position: relative;
    overflow: hidden;
}
.btn--glow:before {
    content: '';
    position: absolute;
    left: -20%;
    top: -10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 20px 15px rgba(255, 255, 255, 0.7);
    animation: button-glow 3000ms ease-in-out infinite;
}
.btn span {
    z-index: 10;
    position: relative;
}
@keyframes button-glow {
    0% {
        left: -20%;
    }
    50% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
.scrollTop {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    z-index: 111;
    box-shadow: 0 -3px 15px rgb(0 0 0 / 10%);
    opacity: 0.8;
    background: #fff;
    background-size: 100%;
    padding: 0px 0px 0px 0px;
    transition: all .25s;
    transform: rotate(90deg);
}
.scrollTop:hover {
    bottom: 30px;
    opacity: 1;
}
header {
    background: url(../img/bg-glav.jpg) no-repeat top center;
    padding-bottom: 100px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 25px;
}
.logo a {
    display: flex;
    align-items: center;
}
.logo-name {
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 20px;
    text-transform: uppercase;
    font-family: "MullerBold", sans-serif;
}
.logo-name span {
    font-size: 9px;
    color: #a0a0a0;
    display: block;
    font-family: "MullerLight", sans-serif;
    letter-spacing: 1.3px;
    margin-top: -3px;
}
.logo img {
    width: 66px;
}
.geo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.geo-address {
    font-size: 16px;
    margin-left: 13px;
}
.geo span {
    display: block;
    color: #a0a0a0;
    font-size: 14px;
    margin-top: -2px;
}
.phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.phone-tel {
    margin-left: 14px;
    font-family: "MullerBold", sans-serif;
    font-size: 20px;
}
.phone span {
    display: block;
    margin-top: -10px;
}
.phone a {
    transition: all .25s;
}
.phone a:hover {
    color: #fdc533;
}
.phone span a {
    color: #a0a0a0;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 2px;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 1px solid #dcdcdc;
    font-family: "MullerLight", sans-serif;
    transition: all .25s;
}
.phone span a:hover {
    color: #fdc533;
    border-bottom: 1px solid #fdc533;
}
.messenger {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.messenger span {
    font-size: 14px;
    line-height: 18px;
}
.messenger-items {
    margin-left: 12px;
}
.messenger-items a {
    display: inline-block;
    margin-left: 5px;
    transition: all .25s;
    position: relative;
    bottom: 0;
}
.messenger-items a:hover {
    bottom: 2px;
}
nav {
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    padding: 18px 0 15px 0;
    margin-top: 22px;
}
nav li {
    display: inline-block;
}
nav li a {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 31px 0 30px;
    transition: color .25s;
    cursor: pointer;
    font-family: "MullerRegular", sans-serif;
}
nav li a.cur {
    color: #fdc533;
}
nav li:first-child a {
    margin-left: 0;
}
nav li:last-child a {
    margin-right: 0;
}
nav li a:hover {
    color: #fdc533;
}
.sub {
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    top: 30px;
    left: -10px;
    right: 0;
    background: #fff;
    box-shadow: 0px 9px 15px rgba(0,0,0,0.05);
    padding-top: 20px;
    padding-bottom: 15px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    width: 300px;
    border-radius: 5px;  
}
.sub li {
    margin-bottom: 5px;
}
nav li:hover .sub {
    visibility: visible;
    opacity: 1;
}
nav ul.parent > li:nth-child(1) > a:after {
    content: url(../img/icon/nav-arrow.png);
    display: inline-block;
    position: relative;
    top: -2px;
    left: 17px;
    transition: transform 0.4s;
}
nav ul > li:nth-child(1):hover > a:after {
    transform: rotate(-90deg);
}
.center {
    margin-top: 70px;
}
.center-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.h1 {
    width: 50%;
    margin-top: 20px;
}
.region {
    margin: 30px 0 80px 0;
    font-size: 18px;
    font-family: "MullerRegular", sans-serif;
}
.center-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.btn-raschet {
    max-width: 300px;
}
.btn-seeworks {
    margin-left: 60px;
    font-family: "MullerRegular", sans-serif;
    border-bottom: 1px solid #ccc;
    transition: all .25s;
    cursor: pointer;
}
.btn-seeworks:hover {
    color: #fdc533;
    border-bottom: 1px solid #fdc533;
}
.center-img {
    position: relative;
    top: -30px;
}
.center-img img {
    z-index: 11;
}
.img-price {
    background: #1F2D47;
    font-size: 18px;
    color: #fff;
    padding: 5px 5px 5px 5px;
    position: absolute;
    top: 190px;
    left: -50px;
    border-radius: 5px;
    font-family: "MullerBold", sans-serif;
    z-index: 1;
}
.img-price span {
    font-family: "MullerRegular", sans-serif;
    font-size: 16px;
}
.img-price-wrapper {
    padding: 10px 17px 7px 17px;
    border: 1px solid #f8f8f8;
    border-radius: 5px;
}
.advantages {
    margin-top: -100px;
}
.advantage-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.advantage-items .advantage-item:first-child {
    background: #1F2D47;
    color: #fff;
}
.advantage-items .advantage-item:first-child h4 span {
    color: #fdc533;
}
.advantage-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 45px 50px 40px 50px;
    border-radius: 5px;
    min-width: 320px;
    height: 140px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.05);
}
.advantage-item img {
    margin-right: 25px;
}
.advantage-item h4 {
    font-family: "MullerBold", sans-serif;
    font-size: 18px;
    line-height: 26px;
}
.wygb {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}
.wygb-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wygb-text ul {
    margin-top: 40px;
}
.wygb-text li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.wygb-text li img {
    margin-right: 20px;
}
.wygb-text li b {
    display: block;
    font-family: "MullerBold", sans-serif;
}
.wygb-img {
    position: relative;
    top: 20px;
}
.wygb-img .gost {
    position: absolute;
    right: 0;
    bottom: 170px;
}
.price {
    background: url(../img/bg-raschet.jpg) no-repeat top center;
    padding: 80px 0 80px 0;
    height: 960px;
}
.price .h2 {
    text-align: center;
}
.h2 h2 {
    margin: 15px 0 10px 0;
}
.h2 p {
    font-size: 18px;
}
/*Калькулятор*/








section.form {
    margin-top: -220px;
}
.form-content {
    background: url(../img/bg-form.jpg) no-repeat top center;
    padding: 70px 90px 70px 90px;
    border-bottom: 5px solid #1f2d47;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
}
.form-content h2 {
    text-align: center;
    margin-bottom: 40px;
}
.form-content input {
    width: 100%;
    max-width: 320px;
    margin-right: 20px;
    display: inline-block;
    border-bottom: 5px solid #e9e9e9;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 28px 0 22px 30px;
    font-family: "MullerLight", sans-serif;
}
.form-content .btn {
    padding: 28px 0 22px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    display: inline-block;
    width: 100%;
    max-width: 320px;
}
.form-content .podp {
    margin-top: 0;
}
.technologiya {
    padding: 80px 0 80px 0;
    font-family: "MullerRegular", sans-serif;
}
.technologiya .h2 {
    text-align: center;
    margin-bottom: 40px;
}
.technologiya-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.technologiya-text {
    width: 65%;
}
.technologiya-text b {
    margin-top: 40px;
    margin-bottom: 30px;
    display: block;
    font-size: 18px;
}
.technologiya-text li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.technologiya-text li img {
    margin-right: 20px;
}
.technologiya-img {
    width: 387px;
    text-align: center;
}
.technologiya-img b {
    margin: 15px 0 2px 0;
    display: block;
}
.technologiya-img span {
    display: block;
    color: #777777;
}
.technologiya-btn {
    text-align: center;
    margin-top: 60px;
}
.technologiya-btn img {
    position: relative;
    margin-right: 60px;
    margin-bottom: 30px;
    animation: arrow-animation 1500ms linear infinite;
}
.btn span {
    z-index: 10;
    position: relative;
}
@keyframes arrow-animation {
    0% {
        left: 0%;
    }
    50% {
        left: 6px;
    }
    100% {
        left: 0;
    }
}
.technologiya-btn .btn {
    width: 100%;
    max-width: 320px;
    display: inline-block;
    margin-right: 140px;
}
.slick-slide {
    position: relative;
}
.work-img {
    overflow: hidden;
    /*margin: 0 10px 0 10px;*/
}
.work-img img {
    transition: all .25s;
    transform: scale(1);
}
.work-img:hover img {
    transform: scale(1.1);
}
.video {
    background: url(../img/bg-video.jpg) no-repeat top center;
    padding: 70px 0 89px 0;
}
.video .h2 {
    text-align: center;
    margin-bottom: 40px;
}
.video-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.video-item {
    position: relative;
}
.video-text-wrap {
    position: absolute;
    left: 0;
    bottom: 27px;
    background: #1F2D47;
    padding: 5px 5px 5px 0;
    border-radius: 0 5px 5px 0;  
    z-index: 11;
}
.video-text {
    padding: 18px 30px 17px 30px;
    color: #fff;
    border: 1px solid #f8f8f8;
    border-left: none;
    border-radius: 0 5px 5px 0;
}
.video-text h3 {
    font-size: 18px;
    font-family: "MullerBold", sans-serif;
}
.video-text p {
    color: #959ba8;
    margin-top: 1px;
}
.video-play {
    position: absolute;
    right: 20px;
    bottom: 27px;
    text-align: center;
    z-index: 11;
}
.video-play a {
    display: block;
    height: 100px;
    width: 100px;
    background: #FCC248;
    border-radius: 5px;
    padding: 33px;
    transition: all .25s
}
.video-play a:hover {
    background: #d6a82c;
}
.type {
    background: #F9F9FA;
    padding: 80px 0 80px 0;
}
.type-h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.type-grunt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.type-grunt b {
    font-family: "MullerBold", sans-serif;
    margin-right: 40px;
}
.type-grunt li {
    margin-right: 40px;
    color: #d6a82c;
}
.type-grunt ul.last li {
    margin-right: 0;
}
.type-grunt li span {
    margin-right: 7px;
}
.type-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.type-item {
    background: #fff;
    border-radius: 5px;
    margin: 0 20px 20px 0;
    padding: 40px 30px 40px 30px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    text-align: center;
    width: 32.2%;
    z-index: 11;
}
.type-item:nth-child(3n) {
    margin-right: 0;
}
.type-item h3 {
    font-family: "MullerBold", sans-serif;
    font-size: 20px;
    margin: 15px 0 25px 0;

}
.type-item .btn {
    max-width: 320px;
    margin: 0 auto 0 auto;
}
.poryadok {
    background: url(../img/bg-poryadok.jpg) no-repeat top center;
    padding: 150px 0 90px 0;
    z-index: 1;
    margin-top: -170px;
}
.poryadok .poryadok-wrap {
    position: relative;
}
.poryadok .poryadok-wrap .home {
    position: absolute;
    right: 0;
    top: 3px;
}
.poryadok .h2 {
    text-align: center;
    margin-bottom: 50px;
}
.poryadok-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.poryadok-item {
    width: 23%;
    margin-right: 30px;
}
.poryadok-item-last {
    margin-right: 0;
}
.poryadok-item-noomber {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #D2A24B;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: "MullerBold", sans-serif;
    padding-top: 14px;
    margin-bottom: 20px;
    position: relative;
}
.poryadok-item-noomber::after {
    content: '';
    width: 237px;
    height: 5px;
    background: #D2A24B;
    position: absolute;
    left: 70px;
    top: 34px;
}
.noomber-last::after {
    content: '';
    width: 120px;
    height: 5px;
    background: #D2A24B;
    position: absolute;
    left: 70px;
    top: 34px;
    border-radius: 0 50px 50px 0;
}
.poryadok-item h4 {
    font-family: "MullerBold", sans-serif;
    font-size: 20px;   
}
.poryadok-item p a {
    color: #d6a82c;
    text-decoration: underline;
    display: block;
}
.poryadok-item p span {
    display: block;
    color: #52ae32;
    margin-top: 20px;
}
.poryadok-item .btn {
    max-width: 200px;
    padding: 20px 0 12px 0;
    font-size: 12px;
    margin-top: 20px;
}
.comments {
    background: #F9F9FA;
    padding: 80px 0 90px 0;
}
.comments .h2 {
    text-align: center;
    margin-bottom: 50px;
}
.video-item-img {
    position: relative;
}
.comments .video-item {
    max-width: 590px;
}
.comments-slider a {
    overflow: hidden;
}
.comments-slider a img {
    transition: all .25s;
    transform: scale(1);
}
.comments-slider a img:hover {
    transform: scale(1.1);
}
.owl-prev {
    position: absolute;
    z-index: 11;
    left: 20px;
    width: auto;
    top: 45%;
}
.owl-next {
    position: absolute;
    z-index: 11;
    right: 20px;
    width: auto;
    transform: rotate(180deg);
    top: 42%;
}
.owl-prev:before, .owl-next:before {
    content: url(../img/icon/arrow-work.png);
    opacity: 0.8;
}
.comments-text {
    margin-top: 20px;
    font-family: "MullerRegular", sans-serif;
}
.onas {
    background: url(../img/bg-onas.jpg) no-repeat top center;
    padding: 85px 0 60px 0;
}
.onas-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.onas-left {
    width: 50%;
    margin-right: 50px;
}
.onas-left p {
    margin-bottom: 30px;
    font-family: "MullerRegular", sans-serif;
}
.onas-content h3 {
    font-family: "MullerBold", sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}
.onas-right {
    margin-top: 40px;
    width: 45%;
}
.onas-advantages {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.onas-advantage {
    width: 42%;
    margin-right: 40px;
    margin-bottom: 30px;
}
.onas-advantage img {
    transform: rotate(90deg);
}
.onas-advantage h4 {
    font-family: "MullerBold", sans-serif;
    font-size: 18px;
    margin: 5px 0 4px 0;
}
.onas-advantage p {
    font-size: 14px;
}
.all-fundaments {
    background: #F9F9FA;
    padding: 80px 0 200px;
}
.all-fundaments .h2 {
    text-align: center;
    margin-bottom: 50px;
}
.all-fundaments-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.fundaments-item h3 {
    margin-top: 10px;
    text-align: center;
    font-family: "MullerBold", sans-serif;
    font-size: 20px;
}
.contacts {
    margin-top: 100px;
    padding-bottom: 100px;
}
.contacts-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contacts-text {
    width: 32%;
    margin-right: 20px;
}
.contacts-map {
    width: 66%;
}
.contact-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    border-bottom: 2px solid#f3f3f3;
}
.contact-item img {
    margin-right: 20px;
}
.contact-item a {
    font-family: "MullerBold", sans-serif;
    font-size: 16px;
    transition: all .25s;
}
.contact-item a:hover {
    color: #FDC533;
}
.contact-item-phone a {
    font-size: 20px;
    margin-right: 20px;
}
.contact-item-phone span {
    display: block;
}
.contact-item-messenger img {
    margin-right: 5px;
    margin-top: 10px;
}
.contact-item-mail span {
    display: block;
}
.contact-item-address span {
    display: block;
}
.contact-item-address .regim {
    color: #a0a0a0;
    font-size: 14px;
}
.contact-soc {
    background: #F3F3F3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 40px 20px 40px;
    font-family: "MullerRegular", sans-serif;
}
.contact-soc img {
    margin-left: 20px;
}
footer {
    background: #F9F9FA;
    padding: 60px 0 60px 0;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer .copy a {
    margin-top: 10px;
    display: block;
}
.razrab img {
    margin-left: 10px;
}
.content-wrapper {
    background: #F9F9F9;
    padding-bottom: 90px;
}
.content-wrapper h2 {
    margin-bottom: 20px;
}
.info header {
    padding-bottom: 60px;
}
.page-vintovii .center-img {
    margin-right: 80px;
}
.page-vintovii .price {
    background: #fff;
}
.page-vintovii .technologiya-text {
    width: 32%;
}
.page-vintovii .technologiya b {
    margin: 30px 0 30px 0;
    display: block;
}
.fundaments-item-img {
    position: relative;
}
.img-shild {
    position: absolute;
    left: 20px;
    top: 20px;
}
.vintovii-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 50px;
}
.vintovii-content table tr {
    background: #F3F3F3;
    border-bottom: 2px solid #E2E2E2;
    transition: all .25s;
}
.vintovii-content table tr:hover {
    background: #192847;
    color: #fff;
}
.vintovii-content table tr:last-child {
    border-bottom: none;
}
.vintovii-content table td {
    border: none;
    padding: 25px 30px 20px 35px;
}
.vintovii-content table td b {
    font-family: "MullerBold", sans-serif;
}

.super {
    overflow: hidden;
}

.super .super-banner {
    position: relative;
}

.super .super-banner .img-price {
    background: #1F2D47;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 40px;
    right: 5px;
    border-radius: 5px;
    font-family: "MullerBold", sans-serif;
    z-index: 1;
    left: auto;
}

.super .discount-txt span {
    font-family: inherit;
    font-size: 18px;
}

@media only screen and (max-width : 992px) {
    .super {
        margin-bottom: 50px;
    }
    
    .super .super-banner .img-price {
        top: 100%;
    }
    
    .super .super-banner {
        margin-bottom: 60px;
    }
}


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