.callme {
    position: relative;
    z-index: 10000;
}

.callme .callme__btn,
.callme .callme__btn-close {
    bottom: 100px;
    right: 30px;
    cursor: pointer;
    position: fixed;
}

.callme .callme__btn-close {
    display: none;
}

.callme .callme__btn_wrapper {
    position: relative;
    background: #f52c2c;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
}

.callme .callme__popup-open {
    background: white;
}

.callme .callme__icon {
    fill: white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.callme .callme__popup {
    display: none;
}

.callme .callme__popup-container {
    margin: 0;
    top: initial;
    left: initial;
    bottom: 180px;
    right: 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    background: #404040;
    position: fixed;
    z-index: 1;
    cursor: default;
    text-align: center;
    max-width: 360px;
}

.callme .callme__wrapper {
    padding: 30px 35px 40px;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 65vh;
}

.callme .callme__title {
    margin-bottom: 25px;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
}

.callme .callme__input-container {
    margin: 0 auto;
}

.callme .callme__blockinput {
    vertical-align: middle;
    width: 100%;
    padding-bottom: 10px;
    position: relative;
}

.callme .callme__blockinput > .iti {
    display: block;
}

.callme .callme__blockbutton {
    vertical-align: middle;
    width: 100%;
}

.callme .callme__input {
    outline: none;
    height: 50px;
    margin: 5px 0;
    padding: 0 20px;
    font-size: 16px !important;
    line-height: 1.33;
    width: 100%;
    border: 1px solid #d1d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0 !important;
    border: none;
}

.callme .callme__input[name="phone"] {
    font-family: inherit;
}
.callme .callme__input[name="phone"].error {
    color: red;
}

.callme .callme__input:last-child {
    margin-bottom: 0;
}

.callme .callme__input::placeholder {
    color: gray;
    font-weight: 500;
}

.callme .callme__submit {
    font-family: 'Open Sans', sans-serif;
    height: 50px;
    width: 100%;
    color: #fff;
    border-width: 0;
    background-color: #f52c2c;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.callme .callme__blockinput-success {
    display: none;
    text-align: center;
    padding: 10px 20px 0 20px;
    font-weight: 400;
    color: white;
    font-size: 20px;
    line-height: 1.55;
}

.callme .callme__footer,
.callme .callme__footer a {
    margin-top: 25px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 1.35;
}

.callme .callme__footer .callme__address {
    font-size: 17px;
}

.callme .contacts__handset svg {
    height: 16px;
    margin-bottom: 0;
    vertical-align: middle;
}

@media screen and (max-width: 420px) {
    .callme .callme__popup-container {
        max-width: 300px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    .callme .callme__title,
    .callme .callme__footer,
    .callme .callme__footer a {
        font-size: 17px;
    }

    .callme .callme__footer .callme__address {
        font-size: 15px;
    }

    .callme .callme__submit {
        font-size: 15px;
    }
}
