/*  contact pages */
.block-1 {
    text-align: center;
    background-image: url(/wp-content/themes/faktoria-kiev/image/kiev_031.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 600px; */
    color: white;
    background-attachment: fixed;
}

.block-1 h2 {
    font-size: 58px;
    padding-top: 150px;
    text-transform: uppercase;
}

.block-1 > .full {
    background-color: #1027378c;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    /* height: 100%; */
    /* width: 100%; */
    padding-bottom: 100px;
}

.block-1-in {
    max-width: 40%;
    margin: 0 auto;
}

.block-2-blocks-block {
    width: 33%;
    float: left;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 200px;
    display: inline-block;
}

.block-2-blocks-block:nth-child(2) {
    border: 2px solid rgba(66, 88, 99, 0.4);
    border-width: 0px 1px 0px 1px;
}

.block-2-blocks {
    min-height: 350px;
    padding-top: 60px;
    margin-bottom: 30px;
}

.block-2 svg {
    height: 60px;
    padding-bottom: 25px;
    fill: #3e838a;
}

.block-2-blocks-block > h3 {
    font-size: 21px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.block-2-blocks-block div {
    font-size: 17px;
    color: #555d66f2;
}

.block-2-blocks-block h3 {
    text-transform: uppercase;
    padding-bottom: 25px;
    color: #3d516c;
}

.block-4 {
    background-image: url(/wp-content/themes/faktoria-kiev/image/kiev_029.jpg);
    background-repeat: no-repeat;
    color: #f60;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}

.block-4 .gradiet{

    background: -o-radial-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7));
    background: radial-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.7));
}

.block-4 h3 {
    text-align: center;
    font-size: 50px;
}

section .background-overlay {
    background-color: #102737;
    opacity: 0.57;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.sub-title {
    color: #ffffff;
    font-size: 21px;
    font-weight: bold;
    margin-top: 75px;
}

.sel {
    font-weight: 500;
    color: #3e838a;
}

section.block-3 {
    width: 100%;
    display: inline-block;
}

div#map-container {
    height: 500px;
}

@media only screen and (max-width: 768px) {
    .block-1 h2 {
        font-size: 32px;
        text-align: center;
    }

    .block-2-blocks-block:nth-child(2) {
        border: none;
    }

    .block-2-blocks-block {
        /* padding-bottom: 33px; */
        padding-top: 7px;
        /* min-height: unset; */
        float: unset;
    }
}
