*::-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: "Montserrat-Regular", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	min-width: 320px;
	max-width: 1920px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
    background:#ffffff;
}
/*Стандартные настройки*/
iframe {
    border-radius: 12px;
}
li, ul { 
    list-style: none;
    padding: 0;
    margin: 0;
}
p, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 50px;
    position: relative;
    font-family: "Montserrat-Bold", sans-serif;
    line-height: 60px;
    color: #000000;
    font-weight: 100;
}
h2 span {
    color: #6DC520;
}
h1 {
    font-size: 60px;
    position: relative;
    font-family: "Montserrat-Bold", sans-serif;
    color: #fff;
    line-height: 70px;
    text-align: left;
    animation-name: fadeInUp;
    animation-duration: 0.2s;
    animation-delay: 0.1s;
}
a {
    margin: 0;
    padding: 0;
    outline: none;
    color: #000;
    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.05);
}
.clear { 
    clear: both;
}
.container {
    margin: 0 auto;
    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: #F8F9FA;
    box-shadow: 0 3px 20px rgba(0,0,0,0.05);
    visibility: hidden;
    transform: translateY(-30px);
    padding: 3px 0 !important;
    align-items: center;
}
.top-nav-wrap.fixed {
    opacity: 1;
    visibility: visible;
    z-index: 111;
    transform: translateY(0px);
}
.top-nav-wrap .logo-mini img {
    width: 80%;
    position: relative;
    top: 3px;
}
.top-nav-wrap nav {
    margin: 0;
}
.top-nav-wrap li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 0;
}
.top-nav-wrap li:last-child {
    margin-right: 0;
}
.top-nav-wrap li a, .phone-fix a {
    transition: all .25s;
    color: #777;
    border-bottom: 1px solid inherit;
}
.top-nav-wrap li a:hover, .phone-fix a:hover {
    color: #6dc520;
    border-bottom: 1px solid #5baa25;
}
.phone-fix {
    margin-top: 6px;
}
.btn-fix a {
    padding: 10px 0 8px 0px;
    font-size: 14px;
    width: 180px;
    text-align: center;
}
.fancybox-slide > div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: center;
    background-color: #F8F9FA !important;
    overflow: initial !important;
    box-sizing: border-box;
    border-radius: 20px;
}
.fancybox-slide > div.modal-video {
    background-color: transparent !important;
}
.fancybox-close-small {
    position: absolute;
    top: -35px;
    right: 20px;
    width: 30px;
    height: 30px;
    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: "Montserrat-Bold", sans-serif;
    font-size: 30px;
    margin-top: -14px;
    line-height: 36px;
    margin-bottom: 10px;
}
.modal-form p {
    margin-bottom: 10px;
    color: #777;
}
.modal-form {
    text-align: center;
}
.activ-services {
    margin-bottom: 30px;
    color: #777;
}
.activ-services strong {
    color: #6dc520;
}
input {
    box-sizing: border-box;
    font-family: "Montserrat-Regular", sans-serif;
    color: #777;
    background: #fff;
    font-size: 16px;
    border: none;
    border-radius: 80px;
    width: 100%;
    display: block;
    padding: 25px 15px 21px 30px;
    margin-bottom: 20px;
}
textarea {
    box-sizing: border-box;
    font-family: "Montserrat-Regular", sans-serif;
    color: #777;
    background: #fff;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    width: 100%;
    max-width: 500px;
    display: block;
    padding: 25px 15px 21px 30px;
    margin-bottom: 20px;
}
.btn {
    background: #6dc520;
    border: none;
    border-radius: 80px;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    padding: 23px 0 23px 0;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: all .25s;
    cursor: pointer;
    width: 100%;
    max-width: 420px;
    z-index: 11;
}
.btn:hover {
    background: #5baa25;
}
.btn2 {
    background: #f78c27;
    border: none;
    border-radius: 80px;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    padding: 23px 0 21px 0;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: all .25s;
    cursor: pointer;
    width: 100%;
    max-width: 420px;
    z-index: 11;
}
.btn2:hover {
    background: #e7760b;
}
.modal-form .btn {
    border-radius: 80px;
    max-width: 500px;
    font-size: 16px;
    padding: 23px 0 21px 0;
}
.modal-form .btn span {
    bottom: 0;
}
.file {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
}
.file label span {
    position: relative;
    bottom: 6px;
}
.file label:hover {
    cursor: pointer;
}
#calcproject-file {
    display: none;
}
.checkbox__switch  {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0 10px 0;
}
.checkbox__switch input {
    display: inline-block;
    margin: 0 15px 4px 0;
    width: 20px;
    height: 20px;
}
.checkbox__switch input {
    display: none;
}
.checkbox__switch label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: 0;
    margin-right: 2px;
    position: relative;
}
.checkbox__description {
    margin-left:10px;
    margin-top:3px;
    font-size:14px;
    color: #777;
   }
.checkbox__switch label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    margin: 0;
    background:#fff;
    -webkit-transform:scale(0);
    transform:scale(0);
    border-radius:80px;
}
.checkbox__switch label:after {
    content:'';
    display:block;
    position:absolute;
    width:24px;
    height:24px;
    background-color:#fff;
    box-shadow:#fff 0 0 0 1px inset;
    border-radius:80px;
}
.checkbox__switch input:checked+label:before {
    -webkit-transform:scale(1);
    transform:scale(1);
    background-image:url('../img/icon/check-capcha.png');
    background-position:50% 50%;
    background-repeat:no-repeat;
}
.checkbox__switch input:checked+label:after {
    background-color:#f5f5f5
}
.checkbox__switch input:disabled+label {
    cursor:not-allowed
}
.podp {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
}
.podp a {
    text-decoration: underline;
    color: #777;
}
.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;
}
@keyframes button-glow {
    0% {
        left: -20%;
    }
    50% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
.scrollTop {
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 111;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.1);
    opacity: 0.8;
    background: #fff;
    background-size: 100%;
    padding: 19px 25px 11px 25px;
    transition: all .25s;
    border-radius: 80px;
}
.scrollTop:hover {
    bottom: 30px;
    opacity: 1;
}
.btn-whatsapp {
    display: none;
}
.btn-whatsapp a {
    display: block;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 111;
    box-shadow: 0 -3px 15px rgba(0,0,0,0.1);
    opacity: 0.8;
    background: #ffffff;
    background-size: 100%;
    border-radius: 50%;
    padding: 16px 18px 9px 18px;
    transition: all .25s;
}
.btn-whatsapp a:hover {
    bottom: 30px;
    opacity: 1;
}
.btn-whatsapp a img {
    width: 32px;
}
.owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 80px;
    width: 140px;
    height: 65px;
    position: absolute;
    left: 70px;
    bottom: 30px;
}
.owl-nav .owl-prev {
    background: url(../img/icon/owl-arrow.png) center center no-repeat;
    width: 70px;
    height: 65px;
    box-shadow: none;
    transition: all .25s;
    border-right: 2px solid #f6f7f8;
}
.owl-nav .owl-prev:hover {
    background: url(../img/icon/owl-arrow-hover.png) center center no-repeat;
    width: 70px;
    height: 65px;
    box-shadow: none;
    transition: all .25s;
}
.owl-nav .owl-next {
    background: url(../img/icon/owl-arrow.png) center center no-repeat;
    box-shadow: 3px 0 10px rgba(0,0,0,0.07);
    width: 70px;
    height: 65px;
    box-shadow: none;
    transition: all .25s;
    transform: rotate(180deg);
}
.owl-nav .owl-next:hover {
    background: url(../img/icon/owl-arrow-hover.png) center center no-repeat;
    box-shadow: 3px 0 10px rgba(0,0,0,0.07);
    width: 70px;
    height: 65px;
    box-shadow: none;
    transition: all .25s;
    transform: rotate(180deg);
}
.form-answer {
    color: #e15050;
}
/*Стандартные настройки конец*/
header {
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto 0 auto;
}
nav.nav-glav {
    position: relative;
    background: #f6f7f8;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto 0 auto;
    padding: 13px 0 13px;
    border-radius: 0 0 12px 12px;
}
.nav-glav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav.nav-glav li {
    display: inline-block;
    margin-right: 50px;
    font-size: 16px;
}
nav.nav-glav li:last-child {
    margin-right: 0;
}
nav.nav-glav li a, .phone-fix a {
    transition: all .25s;
    color: #000;
    border-bottom: 1px solid inherit;
}
nav.nav-glav li a:hover {
    color: #5baa25;
    border-bottom: 1px solid #5baa25;
}
.mail {
    color: #777777;
    transition: all .25s;
}
.mail:hover {
    color: #5baa25;
}
.header {
    padding: 8px 0;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-link {
    margin-left: 40px;
    position: relative;
}
.project-link  .dropdown-toggle {
    background: #f6f7f8 url(../img/icon/nav-katalog.png) no-repeat right 27px center;
    padding: 15px 60px 16px 30px;
    font-family: "Montserrat-SemiBold", sans-serif;
    border-radius: 80px;
    font-weight: 100;
}
.project-link  .dropdown-toggle:hover, .project-link li:hover .dropdown-toggle {
    background: #f6f7f8 url(../img/icon/nav-katalog-hover.png) no-repeat right 27px center;
}
.project-link .sub {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #f6f7f8;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.08);
    padding-top: 10px;
    padding-bottom: 20px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: .3s, .3s;
    transition-delay: .3s, .3s;
    width: 243px;
    border-radius: 12px 12px;
    transform: translateY(-8px);
    transition: visibility .25s ease, opacity .25s ease, transform .25s ease;
}
.project-link ul li:hover .sub {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.sub li {
    display: block;
    padding: 7px 30px;
}
.sub li:first-child {
    padding-left: 30px;
}
.sub li a {
    color: #000;
    border-bottom: 1px solid #c8c8c8;
    transition: all .25s;
}
.sub li a:hover {
    color: #5baa25;
    border-bottom: 1px solid #5baa25;
}
.calc-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 40px;
}
.calc-link-img {
    position: relative;
    top: 3px;
}
.calc-link-text {
    font-family: "Montserrat-SemiBold", sans-serif;
    margin-left: 12px;
}
.calc-link-text a {
    transition: all .25s;
}
.calc-link-text a:hover {
    color: #5baa25;
}
.calc-link-text span {
    display: block;
    color: #777;
    font-size: 14px;
    font-family: "Montserrat-Regular", sans-serif;
    margin-top: -2px;
}
.messenger-link {
    padding-top: 5px;
    margin-left: 40px;
}
.messenger-link a {
    opacity: .8;
    margin-right: 4px;
}
.messenger-link a:hover {
    opacity: 1;
}
.phone {
    text-align: right;
}
.phone .phone-call {
    font-size: 22px;
    font-family: "Montserrat-SemiBold", sans-serif;
}
.phone .link {
    color: #777;
    transition: all .25s;
    text-decoration: underline;
    margin-top: -3px;
    font-family: "Montserrat-Regular", sans-serif;
}
.phone .link:hover {
    color: #5baa25;
}
.center {
    background: #ffffff url(../img/bg-glav.png) 50% 0 / auto no-repeat;
    padding-top: 120px;
    padding-bottom: 225px;
}
.center h1 {
    width: 55%;
}
.categories {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 90px;
}
.categories-item {
    background: #ffffff url(../img/dom-bg.png) no-repeat center bottom;
    display: block;
    transition: all .25s;
    position: relative;
    width: 370px;
    height: 248px;
    text-align: left;
    border-radius: 13px;
}
.categories-item:hover {
    background: #ffffff url(../img/dom-bg-hover.png) no-repeat center bottom;
}
.categories-item img {
    position: absolute;
    bottom: 0;
}
.categories-item span.number-project {
    position: absolute;
    transform: rotate(90deg);
    font-family: "Montserrat-SemiBold", sans-serif;
    text-transform: uppercase;
    right: -85px;
    font-size: 30px;
    top: 102px;
    color: #f6f7f8;
}
.categories-item h3 {
    position: relative;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 22px;
    font-weight: 100;
    margin-top: 30px;
    margin-left: 40px;
    transition: all .25s;
}
.categories-item:hover h3 {
    color: #5baa25;
}
.arrow {
    position: relative;
    top: -5px;
    width: 20px;
    height: 2px;
    background-color: #000;
    margin-left:20px;
    display: inline-block;
    transition: all .25s;
}
.arrow::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 2px;
    top: -3px;
    right: -3px;
    background-color: #000;
    transform: rotate(45deg);
    transition: all .25s;
}
.arrow::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 2px;
    top: 3px;
    right: -3px;
    background-color: #000;
    transform: rotate(-45deg);
    transition: all .25s;
}
.categories-item:hover .arrow, .categories-item:hover .arrow::after, .categories-item:hover .arrow::before {
    background-color: #5baa25;
}
.categories-item-calc {
    background: #ffffff url(../img/calc-bg.png) no-repeat;
    padding: 35px 35px 35px 35px;
    display: block;
    transition: all .25s;
    position: relative;
    width: 370px;
    height: 248px;
    text-align: left;
    border-radius: 13px;
}
.categories-item-calc-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}
.categories-item-calc-content-top img {
    position: relative;
}
.categories-item-calc-content-top h3 {
    color: #ffffff;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 22px;
    font-weight: 100;
}
.categories-item-calc .btn2 {
    padding: 15px 0 14px 0;
    width: 250px;
    margin: 0 auto;
    display: block;
}
.intro {
    margin-bottom: 80px;
}
.intro-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.intro-content-text {
    width: 65%;
}
.intro-content-text p {
    margin: 30px 0;
    font-size: 18px;
    line-height: 34px;
}
.intro-content-img img {
    position: relative;
    bottom: -16px;
    margin-top: -60px;
    margin-right: 50px;
    z-index: 1;
}
.intro-form {
    display: flex;
    position: relative;
    padding: 50px 60px 50px 60px;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    background: #F6F7F8 url(../img/bg-form-famaly.png) no-repeat;
    z-index: 11;
}
.intro-form-left {
    width: 48%;
}
.intro-form-left h3 {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 20px;
}
.intro-form-right {
    width: 52%;
    margin-left: 40px;
    padding-top: 15px;
}
.intro-form-right .form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.intro-form-right input {
    width: 260px;
    margin-right: 30px;
    margin-bottom: 0;
}
.intro-form-right .btn {
    width: 250px;
}
.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.intro-form-right .form-answer {
    font-size: 14px;
    margin-bottom: 15px;
}
.intro-form-right .checkbox__switch {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width: 30%;
}
.intro-form-right .podp {
    color: #777;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    width: 70%;
}
.h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.h2 .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.h2 .info p {
    color: #777777;
    margin-left: 15px;
}
.h2 .info img {
    position: relative;
    top: 3px;
}
.projects-items {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.project-item {
    position: relative;
    width: 370px;
    transition: all .25s;
    margin-bottom: 20px;
}

.project-item:hover {
    transform: translateY(-5px);
}
.project-item-img {
    border-radius: 12px;
    position: relative;
}
.project-item-img .hit {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #f78c27;
    color: #fff;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 80px;
    font-size: 14px;
}
.project-item-img img {
    border-radius: 12px;
}
.project-item-text {
    padding: 10px 20px 25px 20px;
}
.project-item-text h3 {
    font-size: 16px;
    font-weight: 100;
}
.project-item-text h3 a {
    transition: all .25s;
}
.project-item:hover h3 a {
    color: #6dc520;
}
.project-item-text h3 span {
    font-family: "Montserrat-SemiBold", sans-serif;
}
.project-item-text .project-item-price {
    font-size: 24px;
    color: #6dc520;
    font-family: "Montserrat-SemiBold", sans-serif;
    margin: 5px 0 12px;
}
.project-item-text .project-item-parameters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.project-item-text .project-item-parameter {
    background: #f6f7f8;
    padding: 8px 17px 8px 17px;
    border-radius: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.project-item-text .project-item-parameter span {
    text-transform: uppercase;
    font-size: 10px;
    color: #777777;
    position: relative;
    top: 1px;
}
.project-item-text .project-item-parameter h5 {
    font-weight: 100;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    margin-left: 8px;
}
.project-item-text .link {
    margin-top: 15px;
    display: block;
    transition: all .25s;
    font-family: "Montserrat-Regular", sans-serif;
}
.project-item-text .link:hover {
    color: #5baa25;
}
.project-item-text .link .arrow {
    transition: all .25s;
}
.project-item-text .link:hover .arrow, .project-item-text .link:hover .arrow::after, .project-item-text .link:hover .arrow::before {
    background-color: #5baa25;
}
.project-item-text .link:hover .arrow {
    transform: translateX(5px);
}
.projects .tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
.projects .tags .btn2 {
    margin-right: 30px;
    padding: 21px 35px 20px 35px;
    width: auto;
}
.projects .tags .btn2:last-child {
    margin-right: 0;
}
.promo {
    background: #fff url(../img/bg-sale.png) 50% 0 / auto no-repeat;
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto 0 auto;
}
.promo .img-sale, .promo-vn .img-sale {
    position: relative;
}
.promo-vn {
    background: #222222;
    border-radius:20px;
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto 0 auto;
}
.promo-vn .promo-content {
    position: relative;
    padding-top: 0;
}
/*.promo .vetka-v {
    position: absolute;
    left: 50px;
    top: -119px;
    z-index: 1;
}
.promo .vetka-g {
    position: absolute;
    right: 50px;
    top: -80px;
    z-index: 1;
}*/
.promo-content {
    position: relative;
    padding-top: 121px;
}
.aerodoor {
    display: flex;
    justify-content: space-between;
}
.aerodoor-content-left {
    width: 65%;
}
.economy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 5px 20px 5px 20px;
    margin-left: 45px;
    margin-top: 6px;
}
.economy-number {
    font-size: 50px;
    color: #ea2e42;
    font-family: "Montserrat-SemiBold", sans-serif;
    margin-right: 12px;
}
.economy p {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 14px;
}
.aerodoor-text {
    margin-top: 25px;
    font-size: 18px;
    line-height: 34px;
}
.aerodoor-text p {
    margin-top: 25px;
    width: 90%;
}
.aerodoor-content-right {
    position: relative;
    width: 35%;
    text-align: center;
    padding-top: 15px;
}
.aerodoor-content-right a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
}
.work {
    background: #F6F7F8 url(../img/bg-uzor.png) 50% 0 / auto no-repeat;
    margin-top: -100px;
    padding-top: 165px;
}
.work-content {
    margin-top: 60px;
}
.work-all {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 25px 40px 25px 40px;
}
.work-all p {
    font-size: 20px;
    line-height: 28px;
    font-family: "Montserrat-SemiBold", sans-serif;
    margin-left: 17px;
}
.work-all img {
    position: relative;
    top: 3px;
}
a.link {
    margin-top: 15px;
    display: block;
    transition: all .25s;
    font-family: "Montserrat-SemiBold", sans-serif;
}
a.link:hover {
    color: #5baa25;
}
a.link .arrow {
    transition: all .25s;
    margin-left: 15px;
}
a.link:hover .arrow, a.link:hover .arrow::after, a:hover .arrow::before {
    background-color: #5baa25;
}
a.link:hover .arrow {
    transform: translateX(5px);
}
.work-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.work-item {
    width: 100%;
    max-width: 578px;
    margin-bottom: 45px;
}
.work-item-img {
    position: relative;
}
.work-item-img img {
    width: 100%;
    border-radius:20px;
}
.work-item-img .owl-nav {
    left: 20px;
    bottom: 15px;
}
.work-item h3 {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-weight: 100;
    font-size: 22px;
    margin: 20px 20px 20px 20px;
}
.work-item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px 0 20px;
}
.work-item-parameter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.work-item-parameter span {
    font-size: 10px;
    text-transform: uppercase;
    color: #777;
    position: relative;
    top: 2px;
}
.work-item-parameter b {
    font-size: 16px;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-weight: 100;
    margin-left: 20px;
}
.work-item-info .btn {
    width: 300px;
}
.work-imgs {
    margin-top: 40px;
}
.work-imgs-line1, .work-imgs-line2 {
    margin: 0 50px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.work-imgs-line1 a {
    margin-bottom: 35px;
    position: relative;
    transition: all .25s;
}
.work-imgs-line1 img {
    width: 418px;
    height: 270px;
    border-radius: 12px;
    transition: all .25s;
    opacity: 1;
}
.work-imgs-line2 a {
    margin-bottom: 35px;
    position: relative;
    transition: all .25s;
}
.work-imgs-line2 img {
    width: 325px;
    height: 210px;
    border-radius: 12px;
    transition: all .25s;
    opacity: 1;
}
.work-imgs a::before {
    content: url(../img/icon/zoom.png);
    background: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 50%;
    margin-top: -33px;
    transition: all .25s;
    visibility: hidden;
    opacity: 0;
    line-height: 77px;
}
.work-imgs a:hover img {
    filter: brightness(70%);
}
.work-imgs a:hover::before {
    visibility: visible;
    opacity: 1;
    z-index: 11;
}
.big-form {
    background: url(../img/bg-form.png) 50% 0 / auto no-repeat;
    width: 1400px;
    margin: -20px auto 0 auto;
    position: relative;
    top: 80px;
}
.big-form-project {
    top:0;
}
.big-form-wrap {
    position: relative;
    width: 1230px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.big-form-content {
    padding: 65px 100px 60px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.big-form-left h2 {
    color: #fff;
    margin-bottom: 15px;
}
.big-form-left p {
    color: #777777;
    width: 70%;
    line-height: 28px;
}
.big-form-left ul {
    margin-top: 15px;
    line-height: 28px;
}
.big-form-left ul li {
    color: #777777;
}
.big-form-left ul li span {
    color: #6DC520;
}
.big-form-left a {
    font-family: "Montserrat-SemiBold", sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f4f5f6;
    border-radius: 12px;
    padding: 15px 20px 15px 20px;
    margin-top: 30px;
    color: #3fc65c;
    width: 280px;
}
.big-form-left a img {
    margin-right: 12px;
}
.big-form-right {
    width: 33%;
}
.big-form-right form .checkbox__switch {
    margin: 25px 0 10px 0;
  }
.big-form-right .podp {
    font-size: 12px;
}
.reviews {
    padding-top: 140px;
}
.reviews .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 17px;
}
.reviews .info p {
    color: #777777;
    margin-left: 15px;
    width: 60%;
}
.reviews-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}
.review-item {
    width: 370px;
    border-radius: 20px;
    background: #f6f7f8;
    padding: 25px 35px 35px 35px;
    height: 410px;
    margin-bottom: 45px;
}
.review-item-video {
    position: relative;
}
.review-item-video a {
    display: block;
    overflow: hidden;
    border-radius: 30px;
}
.review-item-video a::before {
    content: '';
    width: 100%;
    height: 98.5%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    transition: all .5s;
}
.review-item-video a:hover::before {
    background: rgba(0, 0, 0, 0.8);
}
.review-item-video .youtube {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -25px;
}
.review-item article h4 {
    font-size: 22px;
    line-height: 32px;
}
.review-item article .review-item-text-name {
    font-size: 14px;
    color: #777;
    font-style: italic;
    margin: 10px 0 10px 0;
}
.review-item article .review-detail-text {
    color: #777;
    line-height: 26px;
}
.advantages {
    background: url(../img/bg-advantager.png) 50% 0 / auto no-repeat;
    margin-top: 55px;
    padding-top: 100px;
    padding-bottom: 110px;
}
.advantages h2 {
    color: #fff;
}
.advantages-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 55px;
}
.advantages-item {
    background: #fff;
    border-radius: 20px;
    width: 578px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 35px 35px 35px;
    height: 200px;
    margin-bottom: 43px;
}
.advantages-item-img {
    width: 172px;
    margin-right: 25px;
    text-align: center;
}
.advantages-item img {
    position: relative;
    top: 4px;
}
.advantages-item h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-weight: 100;
}
.advantages-item p {
    color: #777;
    margin-top: 8px;
}
.advantages-text {
    margin-bottom: 60px;
    position: relative;
}
.advantages-text p {
    margin: 24px 0 24px 0;
    font-size: 18px;
    line-height: 30px;
    color: #bebebe;
    width: 80%;
}
.advantages-text .shtamp {
    position: absolute;
    right: 15px;
    bottom: -90px;
}
.onas {
    margin-top: 80px;
    font-size: 18px;
    line-height: 34px;
    padding-bottom: 10px;
}
.onas h3 {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 24px;
    font-weight: 100;
}
.onas p {
    margin: 24px 0 24px 0;
}
.onas li {
    list-style: disc;
    margin: 10px 0 10px 45px;
}
.onas i {
    display: block;
    margin: 24px 0 24px 0;
}
.onas a {
    text-align: right;
}
.footer {
    padding-top: 130px;
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-wrap {
    background: #F6F7F8 url(../img/bg-uzor.png) 50% 0 / auto no-repeat;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto 0 auto;
    border-radius: 20px;
}
.footer-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.messenger-link {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 20px;
}
.politika {
    color: #777;
    text-decoration: underline;
}
.nav-footer-1 {
    margin-left: 90px;
}
.nav-footer-2 {
    margin-left: 150px;
}
.footer-left nav li {
    line-height: 36px;
}
.footer-left nav li a {
    transition: all .25s;
    color: #000;
    border-bottom: 1px solid inherit;
}
.footer-left nav li a:hover {
    color: #5baa25;
    border-bottom: 1px solid #5baa25;
}
.footer-right {
    text-align: right;
}
.footer-right .mail {
    margin: 24px 0 24px 0;
}
.footer-right .mail a {
    color: #777;
    text-decoration: underline;
    transition: all .25s;
}
.footer-right .mail a:hover {
    color: #5baa25;
}
.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-bottom {
    padding: 35px 0 35px;
}
.footer-bottom, .footer-bottom a {
    color: #777;
}
.footer-bottom a img {
    margin-left: 10px;
    position: relative;
    top: 3px;
}
.big-form-right .form-answer {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
.page-vn .work {
    background: #F6F7F8 url(../img/bg-uzor.png) 50% 0 / auto no-repeat;
    margin-top: 70px;
    padding-top: 40px;
}
.page-vn h1 {
    font-size: 50px;
    line-height: 60px;
    color: #000;
    margin-bottom: 25px;
}
.page-info .page-content h3 {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 24px;
    font-weight: 100;
}
.page-info .page-content p {
    margin: 24px 0 24px 0;
    font-size: 18px;
    line-height: 34px;
}
.page-info .page-content ul li {
    list-style: disc;
    margin: 10px 0 10px 45px;
    font-size: 18px;
    line-height: 34px;
}
.page-info .page-content ol {
    padding-left: 0;
}
.page-info .page-content ol li {
    list-style: decimal;
    margin: 10px 0 10px 45px;
    font-size: 18px;
    line-height: 34px;
}
.page-content i {
    display: block;
    margin: 24px 0 24px 0;
    font-size: 18px;
    line-height: 34px;
}
.breadcrumb {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.breadcrumbs li {
    display: inline;
	margin: 0 10px; 
	color: #dadada;
}
.breadcrumbs li:first-child { 
    margin-left: 0; 
}
.breadcrumb a {
    display: inline;
    text-decoration: underline;
    transition: all .25s;
}
.breadcrumb a:hover {
    color: #6DC520;
}
.page-sales .sale-items img {
    border-radius:20px;
    margin-bottom: 30px;
}
.page-project .page-content {
    background: #fff url(../img/bg-project.png) 50% 0 / auto no-repeat;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto 0 auto;
    border-radius: 20px;
    padding-bottom: 60px;
}
.page-project .page-content .breadcrumb {
    font-size: 16px;
    margin-top: 0;
    padding-top: 25px;
    margin-bottom: 18px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-project .page-content ul li {
    list-style: disc;
    margin: 0 10px;
    font-size: 16px;
    line-height: 34px;
}
.page-project .page-content ul li:first-child {
    margin-left: 0;
}
.project-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.project-left {
    width: 785px;
    margin-right: 45px;
}
.project-big-img {
    position: relative;
    margin-bottom: 3px;
}
.project-big-img .hit {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #f78c27;
    color: #fff;
    text-transform: uppercase;
    line-height: 45px;
    border-radius: 80px;
    font-size: 14px;
}
.project-big-img img {
    border-radius:20px;
}
.project-mini-img-view {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.project-mini-img-plan {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.project-mini-img a {
    margin: 5px 0 5px 0;
    position: relative;
    transition: all .25s;
}
.project-mini-img a::before {
    content: url(../img/icon/zoom.png);
    background: #fff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 50%;
    margin-top: -33px;
    transition: all .25s;
    visibility: hidden;
    opacity: 0;
    line-height: 77px;
}
.project-mini-img img {
    border-radius:12px;
}
.project-mini-img a:hover img {
    filter: brightness(70%);
}
.project-mini-img a:hover::before {
    visibility: visible;
    opacity: 1;
    z-index: 11;
}
.project-right {
    width: 370px;
}
.project-right .project-item-parameters {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.project-right .project-item-parameter {
    background: #fff;
    padding: 8px 18px 8px 18px;
    border-radius: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 15px;
    height: 40px;
}
.project-right .project-item-parameter:nth-child {
    margin-right: 0;
}
.project-right .project-item-parameter span {
    text-transform: uppercase;
    font-size: 10px;
    color: #777777;
    position: relative;
    top: 1px;
}
.project-right .project-item-parameter h5 {
    font-weight: 100;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    margin-left: 15px;
}
.project-set-price .project-set-span {
    display: block;
    color:#bdbdbd;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.project-set-price-item {
    margin: 5px 0 5px 0;
}
.project-set-price-item h4 {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-weight: 100;
    color: #6dc520;
    font-size: 30px;
    margin-top: -3px;
}
.project-btn {
    margin: 25px 0 20px;
}
.project-calc {
    margin-bottom: 20px;
    color:#777;
}
.project-calc a {
    display: block;
    text-decoration: underline;
    color:#f78c27;
    font-family: "Montserrat-SemiBold", sans-serif;
}
.project-delivery {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.project-delivery a {
    text-decoration: underline;
    font-family: "Montserrat-SemiBold", sans-serif;
    margin-left: 15px;
    transition: all .25s;
}
.project-delivery a:hover {
    color: #6dc520;
}
.project-aerodoor {
    background: #eef0f1;
    border-radius: 12px;
    position: relative;
    padding: 25px 20px 25px 30px;
}
.project-aerodoor img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.project-aerodoor h4 {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 24px;
    line-height: 34px;
    margin: 10px 0 15px 0;
}
.project-aerodoor .economy {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 5px 20px 5px 20px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}
.project-aerodoor .economy-number {
    font-size: 30px;
    color: #ea2e42;
    font-family: "Montserrat-SemiBold", sans-serif;
    margin-right: 12px;
}
.project-aerodoor .economy p {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.project-aerodoor a {
    text-decoration: underline;
    color: #6dc520;
}
.page-content article {
    margin: 60px 0 80px 0;
}
.project-set {
    margin-top: 60px;
    margin-bottom: 50px;
}
.project-set .h2, .project-dop .h2 {
    display: block;
    text-align:  center;
}
.project-set-content table {
    width: 100%;
    background: #f6f7f8;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 40px;
    border-radius:20px 20px 0 0;
}
.project-set-content thead{
    position: relative;
    background: #222222;
}
.project-set-content thead {
    position: sticky;
    top: 65px;
}
.project-set-content thead th {
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-weight: 100;
    text-align: center;
    padding: 20px 25px 20px 25px;
    position: relative;
}
.project-set-content thead th:first-child, .project-set-content thead th:nth-child(2) {
    /*border-right: 1px solid #c4c4c4;*/
}
.project-set-content thead th:first-child {
    border-radius:20px 0 0 0;
}
.project-set-content thead th:last-child {
    border-radius:0 20px 0 0;
}
.project-set-content thead th:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #c4c4c4;
    position: absolute;
    left: 0;
    top: 0;
}
.project-set-content thead th:first-child::before {
    display: none;
}
.project-set-content thead th img {
    position: relative;
    top: 6px;
}
.project-set-content tr:nth-child(2n){
    background: #eef0f1;
}
.project-set-content tr:hover {
    background: #6DC520;
}
.project-set-content td {
    padding: 15px 20px 15px 20px;
    /*max-width: 300px;*/
    width: 300px;
    font-size: 14px;
    word-break: break-word;
    vertical-align: top;
}
.project-set-content td:first-child, .project-set-content td:nth-child(2), .project-set-content td:nth-child(3) {
    border-right: 1px solid #c4c4c4;
}
.project-set-content td:first-child{
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
}
.project-dop {
    margin-bottom: 100px;
}
.project-dop-content {
    background: #f6f7f8;
    border-radius: 20px;
    padding: 5px 0 5px 0;
    margin-top: 40px;
}
.project-dop-content table {
    width: 100%;
}
.project-dop-content table tr {
    padding-bottom: 20px;
    display: block;
    padding-top: 20px;
}
.project-dop-content table tr:nth-child(2n){
    background: #eef0f1;
}
.project-dop-content table tr td {
    padding-left: 60px;
}
.project-dop-content table tr td:first-child {
    width: 850px;
}
.project-dop-content table tr td:last-child {
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #6dc520;
}
.page-project .projects {
    margin-top: 50px;
}
.page-works .reviews{
    padding-top: 0;
}
.page-work .reviews {
    padding-top: 50px;
}
.project-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.project-youtub {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px 12px 20px;
}
.project-youtub img {
    width: 46px;
    position: relative;
    top: 4px;
}
.project-youtub a {
    text-decoration: underline;
    font-family: "Montserrat-SemiBold", sans-serif;
    margin-left: 15px;
    transition: all .25s;
}
.project-youtub a:hover {
    color: #6dc520;
}
.project-info .project-calc, .project-info .project-delivery {
    margin-bottom: 0;
}
.project-foto {
    margin-bottom: 80px;
}
.project-foto .h2 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.project-foto-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.project-foto-content a {
    margin-bottom: 35px;
    position: relative;
    transition: all .25s;
}
.project-foto-content img {
    border-radius: 12px;
    transition: all .25s;
    opacity: 1;
}
.page-content .review-item article {
    margin: 0;
}
.page-reviews .work .big-form {
    display: none;
}
.page-reviews .work {
    padding-bottom: 60px;
    margin-bottom: 40px;
    margin-top: 70px;
}
.contacts-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contacts-content .phone {
    text-align: left;
}
.contacts-content .mail {
    margin: 15px 0;
}
.contacts-content .baza {
    margin: 15px 0;
}
.contacts-right {
    width: 65%;
}



/* FILTER */
.filter {
    background: #f6f7f8;
    padding: 20px 30px;
    border-radius:20px;
}
.filter__row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5px 15px;
}
.filter-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 40px;
}
.filter-group:last-child {
    margin-right: 0;
}
.filter__row--reset {
    margin:0;
    padding:0;
}
.filter__row--reset .filter-group {
    width:100%;
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    justify-content:center
}

.filter-group__title {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight:bold;
    margin-top:10px;
}
.filter-group__controls {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
}
.page-content ul li.filter-control__item {
    margin: 0 10px 10px 0;    
    font-size: 14px;
    line-height: normal;
    list-style: none;
}
.filter-control__item:last-child {
    margin: 0 0 10px 0
}
.filter-control__item input {
    display: none;
}
.filter-control__button {
    font-family: "Montserrat-Regular", sans-serif;
    background-color: #FFF;
    color: #000;
    white-space: nowrap;
    padding: 2px 10px 0 10px;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
    height: 32px;
    min-width: 55px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    transition: background-color .3s ease, color .3s ease;
    outline: none;
    text-align: center;
    border-radius:3px;
}
.filter-control__button:hover {
    background-color: #6DC520;
    color:#FFF;
}
.filter-control__button sup {
    line-height: 0
}
.filter input:checked+button {
    background-color: #6DC520;
    color: #FFF
}
.filter input:checked+button:hover {
    background-color: #6DC520;
    color:#FFF;
}
.filter__status {
    display: none;
    padding: 20px 0 0 0;
    text-align: center;
    color: #777
}
.filter__status--true {
    display: block
}
.filter-reset {
    color: #777;
    font-size: 16px;
    text-decoration:none;
    margin: 10px 0 10px 0;
    display:flex;
    align-items:center
}
.filter-reset svg {
    width:16px;
    height:16px;
    fill:#777;
    margin-right:10px;
    transition:fill .25s ease, transform .25s linear;
}
.filter-reset:hover svg {
    fill:#12b421;
    transform:rotate(180deg);
}
@media only screen and (max-width:900px) {
.filter {
    padding: 0 0 15px 0
}
.filter__form {
    padding: 0;
}
.filter__row {
    padding: 5px 20px;
    display:flex;
    flex-direction:column
}
.filter-group {
    margin-right: 30px;
}
.filter-group__title {
    font-size: 16px;
    padding-bottom: 10px
}
.filter-control__item {
    margin: 0 10px 10px 0
}
.filter-control__item:last-child {
    margin: 0 0 10px 0
}
.filter-control__button {
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    min-width: 60px;
}
.filter-reset {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.2
}
}

/* UPLOAD LIST */
.rf-filenames-list {
    font-size: 14px;
    width: 100%;
    padding-left: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.rf-filenames-list .file-name {
    background: url('../img/file-remove.svg') 12px 50% / 8px 8px no-repeat rgba(255, 255, 255, .7);
    margin: 8px 8px 0 0;
    line-height: 1.87;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    border-radius: 14px;
    padding: 0 20px 0 28px;
    transition: all .25s ease;
    cursor: pointer;
    user-select: none;
    transition: background-color .25s ease, transform .15s ease
}

.rf-filenames-list .file-name:hover {
    background-color: rgba(255, 255, 255, 1);
}

.rf-filenames-list .file-name:active {
    transform: scale(.8);
}
.project-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
    background: #fff;
    border-radius: 120px;
    padding: 30px 70px 0 70px;
}
.page-project.page-work .page-content {
    padding-bottom: 140px;
}







