.projects-variable__item,
.projects-info__labels a label,
.psi-info__about {
    cursor: pointer;
}

.second-slide-nav {
    position: unset;
    float: right;
    margin-right: 30px;
    margin-top: 20px
}

.menu-where {
    padding-top: 120px;
}

.header-toprow__find-submit {
    border: unset;
    background-color: unset;
}

.projects {
    min-height: 600px;
    max-height: 600px;
}

.projects-info__text {
    padding: 30px 0 10px 40px;
}

.projects-info__labels {
    padding: 0 40px 30px 40px;
}

.projects-info__labels-item {
    margin-bottom: 0;
    margin-top: 10px;
}

.projects-info__labels-item:hover {
    background-color: #A80000;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projects-info__labels-item.active {
    background-color: #A80000;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.psi-info__about {
    float: right;
    margin-right: 30px;
    margin-bottom: 0;
}

.projects-variable {
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    position: static;
}

.services-tab {
    display: inline-block;
    width: auto;
    margin-left: 40px;
    justify-content: normal;
    padding-bottom: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid rgba(50, 50, 50, 0.15);
}

.services-tab__choose {
    margin-right: 10px;
}

.documents {
    min-height: 100%;
}

.documents-tabs {
    width: auto;
}

.documents-block {
    min-height: 27%;
}

.documents-block__item {
    margin-left: 10px;
}

body.materials .header-content {
    background-size: cover;
}

.articles-nav__prev {
    width: 8px;
    cursor: pointer;
    padding: 3px;
    height: 15px;
    margin-right: 3px;
    background-image: url("../images/default/art-prev_icon.svg");
    background-size: 8px 15px;
    background-position: center;
    background-repeat: no-repeat;
}

.news-item__photo {
    display: block;
}

.news-nav {
    display: inline-block;
    border-bottom: 1px solid rgba(26, 26, 26, 0.12);
    margin: 0 0 70px 50px;
    padding-bottom: 7px;
}

.news-nav__page {
    padding: 0 2px 7px;
    border-bottom: 3px solid transparent;
    margin-right: 15px;
    color: #1a1a1a;
    cursor: pointer;
}

.news-nav__page:last-child {
    margin-right: 0;
}

.news-nav__page.current {
    color: #A80000;
    border-color: #A80000;
}

.novelty-titling__photo {
    display: block;
    align-items: normal;
    justify-content: normal;
}

.product-warning {
    display: flex;
    max-width: 93%;
    position: relative;
    top: -20px;
}

/*Реализованные проекты*/
.psi-title {
    margin: 40px 0 0 40px;
    padding: unset;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 9%;
}

.tabs__text {
    width: 100%;
}

.maps {
    height: 350px;
    text-align: center;
}

.maps svg {
    height: auto;
}

.projects-info__labels-item:last-child {
    margin-bottom: 0;
}

#mapAjax {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.psi-map {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 0 30px 40px;
}

.map-first-slide {
    height: 100%;
}

.map-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.description-section {
    min-height: unset;
}

.description-section-text {
    font-size: 16px;
    line-height: 1.2;
    color: #484747;
    padding: 30px 30px 30px 40px;
    width: 100%;
}

@media screen and (max-width: 1350px) {
    .projects-info__labels-item {
        padding: 2px 10px;
        border: 1px solid rgba(50, 50, 50, 0.24);
        border-radius: 4px;
        margin-right: 10px;
        margin-top: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }
}

/*Реализованные проекты*/

/*Направления*/

.tabs .tab-items {
    display: none;
}

.tabs .tab-items:first-child {
    display: block;
}

.selected__tabs-item {
    font-size: 18px;
    font-weight: 800;
}

.descr-block__short-descr {
    margin-left: 20px;
}

.descr-block__long-descr {
    -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;
    width: 100%;
    padding: 10px 40px 50px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.descr-block__long-descr:empty {
    padding-bottom: 0px;
    padding-top: 0px;
}

/*Направления*/

/*Текстовый блок*/

.text-page__main {
    max-width: 1300px;
    /* margin-left: 340px; */

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #FFFFFF;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    flex-wrap: wrap;

    /* margin-right: 40px; */
    margin: 0 auto;
}

.text-page__text {
    color: rgba(50, 50, 50, 0.5);
    padding: 30px 40px 30px 40px;
}

/*Текстовый блок*/

/*Меню*/

.menu__razdel-link {
    font-size: 23px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #A80000;
    font-weight: 700;
}

.menu__back-main {
    background: #FFFFFF;
    border-radius: 4px;
    width: 50%;
    height: auto;
    line-height: 40px;
    text-align: center;
    margin: 0 0 40px 40px;
    font-weight: 700;
    color: #323232;
    cursor: pointer;
}

.menublock-right__list-link {
    cursor: pointer;
}

.menu__catalog {
    background: #323232;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 14px 17px;
    border: unset;
}

.menu__direction-left {
    background-color: #323232;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.direction-left__top .menublock-left__title {
    padding: 40px 0 40px 40px;
}

.direction-left__top {
    display: flex;
    flex-direction: column;
}

.menu__direction-right {
    justify-content: space-between;
}

.direction-right__bottom {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.menu__logo {
    width: 20%;
    margin-bottom: 40px;
}

.menu__button-block {
    display: flex;
    flex-direction: row;
    margin: 60px 0 0 40px;
}

.menu__button-block-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 100px;
    height: 150px;
}

.menu__button-info {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.menu__button-info-link {
    font-weight: 700;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    padding-bottom: 15px;
}

.menu_file-info {
    color: #323232;
    font-size: 12px;
    opacity: 0.38;
}

.menu__direction-right .menublock-right__list-title {
    margin-right: 40px;
}

.menu__direction-left .menu-nav__item {
    opacity: 0.62;
}

.menu__direction-left .menu-nav__item:hover {
    opacity: 1;
}

/*Меню*/

/*Модальное окно*/

#myBtn {
    background-color: #FFFFFF;
    color: white;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 180px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 11;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal--personal {
    padding-top: 0px;
}

.modal--center {
    top: 50%;
    transform: translateY(-50%);
}

.modal--production-order {
    padding-top: 70px;
}


.modal-content {
    position: relative;
    background-color: #FFFFFF;
    margin: auto;
    padding: 0;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
}


@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.modal-personal__content {
    width: 300px;
    animation: none;
}


.modal-close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-personal__close {
    padding: 20px;
    top: 10px;
    right: 10px;
}

.modal-header {
    padding: 2px 16px;
    background-color: #FFFFFF;
    color: black;
}

.modal-body {
    padding: 2px 16px;
    border-top: 1px solid rgba(0, 0, 0, .15);
}

/*#documents .documents-block{
    display:none;
}*/
/*#documents #documents-1{
    display:flex;
}*/
.header-breadcrumbs__item:last-child a::after {
    display: none;
}

.services-block {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 40px 40px 40px;
}

.services-block.active {
    display: flex;
}

/*.descr-block__about tr:nth-child(odd){
    background-color: rgba(0, 0, 0, 0.04);
}*/

.dlb-item-left img {
    width: 100%;
}

.descr-block__gallery-item img {
    max-width: 100%;
    max-height: 100%;
}

.header-content-backgrounds .video {
    width: 100%;
}

.header-content-backgrounds .video video {
    width: 100%;
    object-fit: cover;
}

.projects-info__labels {
    width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .modal-content {
        width: 360px;
    }

    .modal--production-order {
        padding-top: 100px;
    }

    .projects-info__labels {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

.header-content-links__item img {
    width: 100%;
}

/* форма заказа */
#orderModal .modal-content {
    width: 40%;
}

.order-form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #323232;
}

.order-form h2 {
    color: white;
    text-align: left;
}

.order-input {
    margin-bottom: 30px;
    background-color: #323232;
    color: white;
    border: 0;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.order-input:focus {
    border-bottom: 3px solid #A80000;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.order-form textarea {
    background-color: #323232;
    border: none;
    height: 80px;
    width: calc(100% - 20px);
    margin: 20px 0 0 20px;
    color: #FFFFFF;
    resize: none;
    outline: none;
}

.textarea-block {
    /* width: 450px;
    height: 120px; */
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 4px;
    position: relative;
}

.order-checkbox {
    display: flex;
    padding-left: 20px;
    margin-top: 0;
    color: #FFFFFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.85em;
    margin-bottom: 20px;
}

.order-checkbox span span {
    font-family: "PFMedium", sans-serif;
    text-decoration: underline;
}

.order-checkbox span a {
    font-family: "PFMedium", sans-serif;
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 1.05em;
}

.callback-right__checkrow span a {
    font-family: "PFMedium", sans-serif;
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 12px;
}

.contacts-form-policy .form-rules>span>a {
    white-space: nowrap;
    text-decoration: underline;
    font-size: 16px;
    font-family: "PFRegular", sans-serif;
    color: #323232;
}

.order-select-block {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}

.order-select-block label {
    color: #696969;
    margin-bottom: 10px;
    padding-top: 10px;
}

.order-select-block__name {
    margin-top: 10px;
}

.order-select-block select {
    background-color: #323232;
    color: #696969;
    width: 100%;
    border-radius: 4px;
    float: right;
}

@media (max-width: 1200px) {
    #orderModal .modal-content {
        width: 360px
    }

    #orderModal .footer-form__buttons-block {
        margin-bottom: 40px;
    }
}

.captcha-text-danger {
    color: red;
    text-align: center;
    width: 100%;
}

.footer-form__buttons-block .callback-right__checkrow {
    padding-left: unset;
}

#orderForm .footer-form__buttons-block {
    align-items: flex-start;
}

.footer-form__buttons-block .callback-right__checkrow {
    text-align: left;
    margin-top: 30px;
}

/* форма заказа */

/* Форма обратной связи */

#feedbackForm .order-input::placeholder {
    color: white;
}

#feedbackForm textarea::placeholder {
    color: white;
}

.feedback-input-file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.input__file-button-text {
    color: white;
    width: 100%;
    padding: 10px 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-form__buttons-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-form__buttons-block #recaptcha2 {
    margin-left: 0px;
}

.footer-form__buttons-block .callback-submit {
    position: unset;
}

.footer-form__buttons-block .order-checkbox {
    padding-left: unset;
}

.footer-form__buttons-block .order-checkbox input {
    margin-right: 10px;
}

.footer-form__buttons-block .order-checkbox {
    max-width: 100%;
}

@media screen and (max-width: 980px) {
    .footer-form__buttons-block {
        flex-direction: column;
        align-items: flex-start;
    }
}

.captcha-text-danger#recaptchaError {
    text-align: center;
}

/* Форма обратной связи */

/* Форма футера */

#footer-form {
    flex-wrap: wrap;
}

#footer-form .footer-form__buttons-block {
    width: 800px;
    align-items: center;
}

#footer-form .callback-right__checkrow {
    padding-left: unset;
}

@media (max-width: 900px) {
    #footer-form .footer-form__buttons-block {
        width: 100%;
    }
}

/* Форма футера */

.header-content-backgrounds .video #video {
    height: 100%;
}

.header-content-backgrounds .video {
    height: 100%;
}

.projects-slider__item-second .psi-title {
    padding-top: 0px !important;
    margin-top: 20px !important;
}

.footer {
    padding: 105px 50px;
    justify-content: space-between;
}

@media (min-width: 1280px) {
    .footer {
        padding: 105px 50px;
        min-height: 320px;
    }
}

.item .header-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.rukava .header-content h1.title {
    width: 100%;
}

/*.item .header-btns{*/
/*    width: 100%;*/
/*    margin-top: auto;*/
/*}*/

#gkmp {
    max-height: unset;
}

.gkmp-title__main::after {
    background-color: unset;
}

.footer-allpages {
    background-color: #323232;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 1300px;
    margin-left: 340px;
    margin-right: 70px;
}

@media screen and (max-width: 1500px) and (min-width: 1280px) {
    .footer-allpages {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    .footer-allpages {
        margin-right: 20px;
    }
}

.contacts-info__title {
    cursor: pointer;
}

.menu .menu__button-info-link {
    text-decoration: underline;
    color: #A80000;
}

.menu .menu__button-info {
    justify-content: center;
}

.menu-nav__item.active {
    color: #A80000 !important;
}

.menu-nav__item.active:before {
    background-color: #A80000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-nav__item {
    cursor: pointer;
}

.novelty-back {
    padding-bottom: 30px;
}

.irmash-title:after {
    display: block !important;
}

.irmash-title {
    margin-bottom: 25px !important;
}

/* форма заказа на странице заказа*/

.documents .modal-content {
    width: 60%;
}

.documents.zakaz {
    background-color: #323232;
}

/* форма заказа на странице заказа*/

#feedbackFormContainer .modal-content {
    width: 60%;
}

.newsTitleSlider .slick-track {
    display: flex;
    align-items: center;
}

.newsTitleSlider .slick-dots {
    padding-left: 0px;
    display: flex;
    justify-content: center;

}

.newsTitleSlider .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(50, 50, 50, 0.62);
    list-style-type: none;
    cursor: pointer;
}

.newsTitleSlider .slick-dots li.slick-active {
    background-color: #000;
}

.newsTitleSlider .slick-dots li button {
    display: none;
}

.newsTitle {
    margin-top: -37px;
}

@media (max-width: 768px) {
    .newsTitle {
        margin-top: 0px;
    }
}

.sitebar-footer__feedback {
    cursor: pointer;
}

.menublock-right__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.menublock-right__title-text {
    font-size: 32px;
    color: rgba(50, 50, 50, 0.68);
    padding-bottom: 10px;
}

.nav-right-title {
    margin-top: 30px;
}

.menu-nav-right {
    display: flex;
    flex-direction: column;
}

.menu-nav-right .menu-nav__item {
    padding: 2px 0px 3px 0;
    text-decoration: underline;
    font-size: 20px;
}

.menu-nav-right .menu-nav__item:hover {
    color: #A80000;
    ;
}

.contacts-map__map {
    width: 100%;
    height: 300px;
    display: none;
}

.contacts-map__map:first-child {
    display: block;
}

.descr-block .tab-items {
    width: 100%;
}

.clients-slider__item .csi-img {
    cursor: auto;
}

.descr.opened .descr-section {
    display: block;
    margin-bottom: 0;
}

.descr.opened .descr-block {
    opacity: 1;
    min-height: 100px;
    visibility: visible;
    height: auto;
    padding: 40px 40px 0 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.projects-info__title {
    max-width: 100%;
}

.stocks-list-table .table-row-item {
    color: #323232;
}

.main-menu-nav-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
}

.main-menu-nav-block .menu-nav__item {
    padding-left: 5px;
}

.articles-title .main-title {
    font-size: 60px;
    margin: 0px;
}

.reviews-title .title,
.documents-title .title,
.services-title .title {
    color: #323232;
}

#wrapper_bgndVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#wrapper_bgndVideo iframe {
    top: -100px !important;
    transform: scale(1.5);
}

.feedback-item__text-review {
    font-size: 21px;
    line-height: 1.2;
    opacity: .62;
}

.stocks-list-table .table-row-item {
    background-color: #e5e5e5;
    border-left: 1px solid #fff;
    border-right: 1px solid #ffff;
    font-size: 16px;
}

.table-row.table-empty .table-row-item {
    background-color: #fff;
}

.table-item.active .table-item-more {
    background-color: #e5e5e5;
}

.table-row-item span {
    border-color: #000;
}

.table-item__descr {
    color: #000;
}

.table-item-close {
    background-image: url(../images/default/dark-close-icon.svg);
}

.menublock-right__list-title {
    font-size: 23px;
}

.clients-slider__item .csi-text a {
    color: rgba(50, 50, 50, 0.38);
    font-size: 16px;
}

.about .sliderNav {
    display: none;
}

.fancy-news {
    height: 290px;
    width: 290px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.wh {
    height: 100% !important
}

.ww {
    width: 100% !important
}

.fancy-news img {
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px !important;
}

.sitebar-header__logo {
    display: block;
    width: 168px;
    height: 56px;
    background: url("../images/sitebar/logo2.jpg") no-repeat center;
    background-size: 100% 100%;
    margin-left: 24px;
}

.product-left__descr,
.services-subtitle,
.text-page__text,
.about-section__text {
    font-size: 16px;
    line-height: 143%;
    color: #484747;
}

h2.title,
h2 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 34px;
}

.articles-title .main-title,
h1.title,
.services-title h1,
h1.art-title {
    font-size: 30px;
    /* font-family: "PFRegular", sans-serif;*/
    text-transform: uppercase;
}

.services-title h1 {
    font-size: 30px !important;
}

.about-info__title {
    font-family: "PFRegular", sans-serif;
}

.documents-block__item span {
    color: #484747;
}

.documents-block__item span:hover {
    color: #484747;
    border-bottom: 1px dashed #323232;
}

.documents.active-view .documents-block .documents-block__item span:hover {
    color: #484747;
    border-bottom: 1px dashed #323232;
}

.contacts-info__row span:nth-child(1) {
    font-size: 15px;
    padding-bottom: 5px;
}

.contacts-info__row span:nth-child(2) {
    font-size: 16px;
}

.item .header-btns__request-text span:nth-child(1) {
    font-size: 15px;
}

.news-item-content__title {
    padding-bottom: 15px;
}

.news-item-content__pretext {
    color: #484747;
}

.news-item-content__date {
    margin-bottom: 3px;
}

a:not([class]):hover {
    color: #A80000;
}

.company-contacts__dev a:hover {
    color: #FFFFFF;
}

.header-breadcrumbs__item a:hover {
    color: rgba(50, 50, 50, 0.38);
}

.psi-info__text {
    padding-top: 0px;
}

.feedback-item__text .feedback-item__text-specs {
    color: #A80000;
    opacity: 1;
}

.menu__button-block-image {
    height: 200px;
    width: 200px;
    background-size: contain;
}

.novelty-date {
    margin-top: 30px;
    margin-bottom: 20px;
}

.novelty-titling {
    margin-bottom: 0px;
}

.menu__button-block-image {
    display: none;
}

.menu__button-info {
    margin-left: 0px;
}

.menu__direction-right .menu__button-block-image {
    display: block;
}

.menu__direction-right .menu__button-info {
    margin-left: 40px;
}

.img.responsive {
    min-height: 0px;
}

#gkmpNew--modal {
    padding-top: 44px;
}

#gkmpNew--modal .modal-content {
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 30px;
}

#gkmpNew--modal>.fancybox-button {
    display: none;
}

#recaptcha2 {
    margin-left: 0px;
}

@media(max-width: 1366px) {
    #wrapper_bgndVideo iframe {
        top: 70px !important;
        transform: scale(1.9);
    }
}

@media (max-width: 1200px) {
    .menublock-left .menu-nav a {
        color: #fff !important;
        font-size: 18px;
    }
}

@media(max-width: 1024px) {
    #wrapper_bgndVideo iframe {
        top: -10px !important;
        transform: scale(1.4);
    }
}

@media(max-width: 900px) {
    #recaptcha2 {
        margin-left: 0px;
    }

    #footer-form .footer-form__buttons-block {
        padding: 0 20px;
    }
}

@media(max-width: 460px) {
    .header {
        padding-top: 60px;
    }

    .sitebar .sitebar-header {
        padding: 5px 5px !important;
    }

    .sitebar .sitebar-header__logo {
        width: 168px !important;
        height: 56px !important;
    }

    .projects-gallery {
        display: block;
        /*
        display: -webkit-box;
        -webkit-box-align:stretch;
        -webkit-flex-wrap: wrap;
        */
    }

    .modal-content {
        max-width: 100%;
        width: 100%;
        margin: 0 auto !important;
    }

    #footer-form .footer-form__buttons-block {
        display: block;
    }

    #footer-form .callback-right__checkrow {
        display: flex;
        max-width: 100%;
    }

    .callback-popup textarea {
        margin-top: 0px;
        padding-top: 15px;
    }

    #footer-form .footer-form__buttons-block {
        padding-top: 20px;
    }

    #recaptcha2 iframe {
        max-width: 100%;
    }
}

h3 {
    font-size: 19px;
}