.subscribe {
    padding: 0 15px;
    background-color: #F4F4F4;
    border-top: 2px solid #F2E2D5;
}

.subscribe_form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 54px 0;
    max-width: 1177px;
    margin: 0 auto;

}

.subscribe_title {
    text-transform: uppercase;
    font-weight: 600;
    color: #202020;
    font-size: 29px;
    margin-right: 70px;
    position: relative;
}

.subscribe_title svg {
    position: absolute;
    top: -20px;
}

.subscribe_input__text {
    width: 442px;

}

.subscribe_input__text,
input {
    border-radius: 4px;
    background-color: #fff;
    padding: 15px;
    border: none;
    color: #606060;
    margin-right: 55px;
    font-size: 16px;
    outline: none;
}

.subscribe_input__text::placeholder,
input {
    color: #AAAAAA;
}

.btn,.btn-front {
    background-color: #D3A075;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    color: white;
    text-decoration: none;
    border: 0px;
    cursor: pointer;
    text-align: center;
    transition: .2s;
    border-radius: 4px;
    letter-spacing: 0.02em;
    line-height: 24px;
    transition: background-color ease .3s;
    min-width: 170px;
    outline: none;
    padding: 0;
    border: 1px solid transparent;
}
.btn-inside {
    font-size: 20px;
}
.btn:hover,.btn-front:hover {
    background-color: #63BF07;
}

.btn.green,
.btn.green-always {
    background-color: #63BF07;
}

.btn.transparent {
    border: 1px solid #D3A075;
    background-color: transparent;
    color: #D3A075;
}

.btn.green:hover {
    background-color: #D3A075;
}

.response_message {
    padding-bottom: 10px;
}

#subscribe__message {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d3a075;
}

@media(max-width: 1199px) {
    .subscribe_title {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .subscribe_form {
        flex-wrap: wrap;
        text-align: center;
    }
}

@media(max-width: 756px) {
    .subscribe_title {
        font-size: 24px;
    }

    .subscribe_input__text {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }

    .subscribe_input__submit {
        width: 100%;
    }

    .subscribe_form {
        text-align: left;
        padding: 33px 0 24px;
    }
}

#subscribe__message {
    display: none;
}

.copyright {
    color: #606060;
    border-top: 1px solid #ccc;
    font-weight: 300;
    padding: 10px 0 45px;
    font-size: 14px;
}

.copyright__content {
    max-width: 1177px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.copyright a {
    color: #606060;
    text-decoration: none;
    font-size: 14px;
}

@media(max-width: 1199px) {
    .copyright {
        padding: 15px;
    }
}

@media(max-width: 756px) {
    .copyright a {
        display: none;
    }
}

.navigation_menus {
    max-width: 1177px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 105px 0 65px;
}

.navigation__column {
    width: 25%;
}

.navigation__column img {
    max-width: 230px;
    width: 100%;
    margin-bottom: 30px;
}

.navigation__column ul:not(:last-child) {
    margin-bottom: 30px;
}

.navigation_menu__title {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 20px;
    color: #D3A075;
}

.navigation_menu__title a {
    font-weight: 300;
    font-size: 20px;
    color: #D3A075;
    text-decoration: none;
}

.navigation_menu li,
.navigation_menu li a {
    font-weight: 300;
    font-size: 18px;
    color: #606060;
    text-decoration: none;
}

.navigation__column ul li:not(:last-child) {
    margin-bottom: 15px;
}

.navigation_menu li a:hover {
    color: #D3A075;
}

.navigation_menu.imgs li {
    display: inline-block;
}

.navigation__column .navigation_menu.imgs ul li:not(:last-child) {
    margin-bottom: 0;
}

.navigation_menu li a img,.navigation_menu li span img {
    filter: grayscale(1);
    margin-right: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: filter ease .3s;
    margin-bottom: 0;
}

.navigation_menu li a:hover img,.navigation_menu li span:hover img {
    filter: grayscale(0);
}

.navigation__content {
    color: #AAAAAA;
    font-weight: 100;
    font-size: 18px;
}

.navigation_menu.mobile {
    display: none;
}

.navigation__column:nth-child(2) .navigation_menu,
.navigation__column:nth-child(3) .navigation_menu {
    padding-left: 10%;
}

footer ul .color a {
    color: #D3A075;
}

footer ul .email a {
    color: #2F80ED;
}

.left-line {
    border-left: 1px solid #F2E2D5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 22%;
    margin-left: 3%;
}

.right-line {
    border-right: 1px solid #F2E2D5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 22%;
    margin-right: 3%;
}

@media(max-width: 1199px) {
    .navigation_menus {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 991px) {
    .navigation_menus {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navigation__column {
        width: 32%;
        margin-bottom: 50px;
        text-align: center;
    }

    .left-line {
        border-right: 1px solid #F2E2D5;
        border-left: 1px solid #F2E2D5;
        margin-left: 1%;
        margin-right: 1%;
    }

    .right-line {
        margin-right: 0;
    }

    .navigation__column:nth-child(2) .navigation_menu,
    .navigation__column:nth-child(3) .navigation_menu {
        padding-left: 0;
    }

    .navigation__column:nth-child(3),
    .navigation__column:nth-child(4) {
        margin-bottom: 0;
    }

    .navigation__column:last-child {
        width: 100%;
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid #ccc;
    }
}

@media(max-width: 756px) {
    .navigation__column:last-child {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .navigation__column:last-child,
    .navigation__column:first-child {
        width: 100%;
    }

    .navigation_menu.imgs .navigation_menu__title:nth-of-type(2),
    .navigation_menu.imgs ul:nth-of-type(2),
    .navigation__column:nth-child(2),
    .navigation__column:nth-child(3),
    .navigation__column:first-child .navigation_menu__title {
        display: none;
    }
	.footer-address-desktop{
		display:none;
	}
	footer .navigation__column:first-child .navigation_menu__title{
		display: block;
		text-decoration: underline;
	}
    .navigation_menu.imgs {
        display: flex;
        flex-direction: column;
    }

    .navigation__content {
        order: 1;
        margin-bottom: 25px;
        border-top: 1px solid #F4F4F4;
        padding-top: 25px;
        margin-top: 25px;
    }

    .navigation_menu.imgs .navigation_menu__title:nth-of-type(1) {
        order: 2;
    }

    .navigation_menu.imgs ul:nth-of-type(1) {
        order: 3;
        margin-bottom: 0;
    }

    .navigation_menus {
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .copyright {
        border-top: none;
        text-align: center;
    }

    .navigation_menu.mobile {
        display: block;
    }

    .navigation__column:first-child {
        margin-bottom: 0;
    }

    .navigation__column:first-child .navigation_menu {
        width: 50%;
    }

    .mobile_wrapper {
        display: flex;
        text-align: left;
		flex-direction: row-reverse;
    }
}

.popup.active {
    display: block;
}

.popup {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(211, 160, 117, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 580px;
    width: auto;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 4px;
    filter: drop-shadow(0px 4px 20px rgba(96, 96, 96, 0.15));
    padding: 32px;
}

.popup__title {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    color: #202020;
    margin-bottom: 15px;
}

.popup__description {
    font-weight: 200;
    font-size: 20px;
    text-align: center;
    color: #606060;
    margin-bottom: 25px;
}

.popup__smalltext a {
    color: #AAAAAA;
}

.popup__smalltext {
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    color: #AAAAAA;
    margin-top: 15px;
}

.popup__close {
    position: absolute;
    right: 24px;
    top: 24px;
    cursor: pointer;
}

button {
    outline: none;
    border: none;
    background-color: transparent;
}

#popup_callback input,
#popup_question input {
    margin-right: 0;
    border: 1px solid #EBEBEB;
    width: auto;
}

.popup .form_content {
    display: flex;
}

footer .navigation_menu li a.callback-btn {
    text-decoration: underline;
}

.popup .form_content > span:not(.ajax-loader) {
    display: block;
    width: auto;
    margin-right: 25px;
}

.popup.small .popup_wrapper {
    max-width: 400px;
}

.popup.small .form_content {
    display: block;
}

.popup.small .form_content > span:not(.ajax-loader) {
    width: 100%;
    margin-bottom: 15px;
}

#popup_question input {
    width: calc(100% - 30px);
}

.popup.small .btn {
    width: 100%;
}

@media(max-width: 756px) {

    .popup_wrapper,
    .popup.small .popup_wrapper {
        left: 15px;
        right: 15px;
        transform: translateY(-50%);
        max-width: unset;
        padding: 45px 15px 32px 15px;
    }

    .popup .form_content {
        display: block;
    }

    .popup .form_content > span:not(.ajax-loader) {
        width: 100%;
        margin-bottom: 15px;
    }

    #popup_callback input {
        width: calc(100% - 30px);
    }

    .popup .btn {
        width: 100%;
    }

    .popup__close {
        right: 15px;
        top: 15px;
    }
}

body .wpcf7 form .wpcf7-response-output {
    margin: 0;
}
