.main-footer {
    font-family: "Open Sans", sans-serif;
    color: #65655f !important;
    font-size: 12px !important;
    line-height: 1.33;
    background: #f3f5f4;
}
.main-footer input[placeholder] {
    font-size: 16px !important;
}
.main-footer__checkbox-text {
    color: #65655f !important;
}

.main-footer__caption {
    font-size: 12px !important;
    color: #65655f !important;
}

.label-caption {
    font-size: 12px !important;
}

.main-footer p, .main-footer__text {
    font-size: 12px !important;
}
.main-footer__checkbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 7px;
    cursor: pointer;
}
.main-footer label {
    margin-right: 0 !important;
}
.main-footer__checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border: 1px solid #909089;
    border-radius: 2px;
    position: relative;
    margin-right: 10px;
}

.main-footer label {
    margin-bottom: 0;
}

.main-footer__checkbox-item input:checked ~ .main-footer__checkbox {
    background-image: url("../img/check-icon.svg");
    background-color: #00b2d2;
    border-color: #00b2d2;
}

.main-footer__checkbox-item input {
    display: none;
}

.main-footer input,
.main-footer button {
    outline: transparent;
}
.main-footer button {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.main-footer a {
    text-decoration: none;
}
.main-footer p {
    margin-bottom: 0;
}
.main-footer__checkbox-text {
    font-size: 12px;
}
.main-footer__checkbox-text a {
    color: #009172;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.main-footer__checkbox-text a:hover {
    color: #00ac86;
    text-decoration: underline;
}
.main-footer__checkbox-text a:focus, .main-footer__checkbox-text a:active {
    color: #00ac86;
}
.main-footer__checkbox-text a:disabled,
.main-footer__checkbox-text a .disabled {
    color: #adb3ae;
}
.main-footer__checkbox-text p {
    margin-bottom: 16px;
}
.main-footer__checkbox-text p:last-child {
    margin-bottom: 0;
}
.main-footer .container {
    max-width: 1215px;
    width: 100%;
}
.main-footer__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 279fr 80px 408fr 80px 309fr;
    grid-template-columns: 279fr 408fr 309fr;
    gap: 40px 80px;
    padding: 56px 0 84px;
}
.main-footer__logo {
    margin-bottom: 40px;
}
.main-footer__logo img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
}
.main-footer__btn {
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background: #00ac86;
    border-radius: 0px 2px 2px 0px;
    text-align: center;
    -webkit-transition: 0.2s background-color;
    transition: 0.2s background-color;
    margin-bottom: 40px;
}
.main-footer__btn:hover {
    background-color: #00b890;
    color: #fff;
}
.main-footer__btn:focus, .main-footer__btn:active {
    background-color: #009172;
}
.main-footer__btn:disabled {
    background-color: #dce0dc;
}
.main-footer__title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 14px;
    color: #65655f !important;
}
.main-footer__checkbox-item {
    margin-bottom: 16px;
}
.main-footer__email {
    position: relative;
}
.main-footer__email input {
    display: block;
    width: 100%;
    color: #161a16;
    padding: 8px 40px;
    background: #ffffff;
    border: 1px solid #dce0dc;
    border-radius: 2px;
    font-size: 16px;
}
.main-footer__email input:hover {
    border: 1px solid #c6ccc6;
}
.main-footer__email input:focus, .main-footer__email input:active {
    border: 1px solid #00b890 !important;
    caret-color: #00b890 !important;
    background: #fafbfb url("/img/email_icon_green.svg") 12px 6px no-repeat !important;
}
.main-footer__email input:focus ~ svg path, .main-footer__email input:active ~ svg path {
    fill: #00b890;
}
.main-footer__email input:disabled {
    background: #f3f5f3;
    color: #adb3ae;
    border: 1px solid #dce0dc;
}
.main-footer__email input:invalid {
    border: 1px solid #f26f75;
}
#subscribe-form input::-webkit-input-placeholder {
    font-size: 16px;
    color: #adb2ae;
}
#subscribe-form input::-moz-placeholder {
    font-size: 16px;
    color: #adb2ae;
}
#subscribe-form input:-ms-input-placeholder {
    font-size: 16px;
    color: #adb2ae;
}
#subscribe-form input::-ms-input-placeholder {
    font-size: 16px;
    color: #adb2ae;
}
#subscribe-form input::placeholder {
    font-size: 16px;
    color: #adb2ae;
}
.main-footer__bottom-inner p {
    color: #fff !important;
}
.main-footer__email svg {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}
.main-footer__email label {
    position: relative;
    display: block;
}
.main-footer__arrow-btn {
    position: absolute;
    border: none;
    background: 0;
    width: 32px;
    height: 32px;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../img/arrow-right-green.svg") center no-repeat;
}
.main-footer__caption {
    margin-bottom: 1px;
}
.main-footer__item {
    margin-bottom: 24px;
}
.main-footer__item:last-child {
    margin-bottom: 0;
}
.main-footer__link {
    color: #009172;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 16px;
}
.main-footer__link:hover {
    color: #00ac86;
    text-decoration: underline;
}
.main-footer__link:focus, .main-footer__link:active {
    color: #00ac86;
}
.main-footer__link:disabled,
.main-footer__link .disabled {
    color: #adb3ae;
}
.main-footer__attention {
    font-size: 12px;
    padding-left: 24px;
    margin-top: 14px;
    background: url("../img/attention-icon.svg") left top no-repeat;
    color: #909089;
}
.main-footer__bottom {
    padding: 20px 0;
    background: #00ac86;
    color: #fff;
}
.main-footer__bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-footer__bottom-inner p {
    margin-right: 12px;
}
.main-footer__bottom-inner p:last-child {
    margin-right: 0;
}
.main-footer__bottom-inner a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 550px) {
    .main-footer__inner {
        display: table;
    }

    body {
        overflow-x:hidden;
    }
}