.BlocksContactsBasic001__map {
    border-radius: 20px;
    overflow:      hidden;
    position:      relative;
    height:        700px;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksContactsBasic001__map {
        height: 460px;
    }
}

.BlocksContactsBasic001__box {
    z-index:       1;
    background:    #fff;
    border-radius: 10px;
    box-shadow:    0px 5px 13px 0px rgba(0, 0, 0, 0.2);
    padding:       25px;
    box-sizing:    border-box;
    line-height:   1;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksContactsBasic001__box {
        position:  absolute;
        top:       10px;
        left:      10px;
        max-width: 350px;
        padding:   35px 50px;
    }
}

@media screen and (min-width: 1200px) {
    .BlocksContactsBasic001__box {
        position:  absolute;
        top:       40px;
        left:      70px;
        max-width: 465px;
    }
}

.BlocksContactsBasic001__box-title {
    font-size:      1.25rem;
    color:          #676767;
    letter-spacing: 0.05em;
    margin-bottom:  12px;
    text-align:     center;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksContactsBasic001__box-title {
        text-align: left;
    }
}

.BlocksContactsBasic001__box-phone {
    font-size:          1.375rem;
    color:              #4481eb;
    margin-bottom:      15px;
    display:            block;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    text-align:         center;
    text-decoration:    none;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksContactsBasic001__box-phone {
        text-align:    left;
        margin-bottom: 30px;
    }
}

.BlocksContactsBasic001__box-phone:hover {
    color: #ff5353;
}

.BlocksContactsBasic001__box-address {
    margin-bottom: 15px;
    text-align:    center;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksContactsBasic001__box-address {
        text-align:    left;
        margin-bottom: 30px;
    }
}

.BlocksContactsBasic001__box-email {
    margin-bottom:      15px;
    display:            block;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    text-align:         center;
    text-decoration:    none;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksContactsBasic001__box-email {
        text-align:    left;
        margin-bottom: 30px;
    }
}

.BlocksContactsBasic001__box-email:hover {
    color: #ff5353;
}

.BlocksContactsBasic001__box-button {
    width:              190px;
    height:             60px;
    display:            -webkit-box;
    display:            -ms-flexbox;
    display:            flex;
    -webkit-box-align:  center;
    -ms-flex-align:     center;
    align-items:        center;
    -webkit-box-pack:   center;
    -ms-flex-pack:      center;
    justify-content:    center;
    border-radius:      30px;
    background-image:   -webkit-linear-gradient(top, #04befe 0%, #4481eb 100%);
    background-image:   linear-gradient(-180deg, #04befe 0%, #4481eb 100%);
    color:              #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition:         all 0.25s ease-in-out;
    margin:             0 auto;
    font-size:          1rem;
    text-decoration:    none;
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .BlocksContactsBasic001__box-button {
        margin: 0;
    }
}

.BlocksContactsBasic001__box-button:hover {
    color:      #fff;
    box-shadow: 0px 2px 10px 0px rgba(68, 129, 235, 0.5);
}

/* mobile */

@media screen and (max-width: 768px) {

    .BlocksContactsBasic001__box-buttonWrapper .WebElementsButtonPrimary {
        text-align: center !important;
    }

}