/*
 Theme Name:   Avada Child
 Template:     avada
*/
/* .post-content>p {
    display: none;
} */

h2:after {
    content: "";
    width: 55px;
    height: 65px;
    background: url(images/lapy.png) no-repeat;
    position: absolute;
    display: inline-block;
    margin-left: 20px;
}

.city-name {
    border-bottom: 1px dotted;
    color: var(--awb-custom_color_1);
}

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/

#contact {
    padding: 40px 0 100px 0;
    background: #f4f4f4;
}

#contact .btn-wrap {
    margin-top: 60px;
    margin-bottom: 10px;
}

#contact .addresses {
    position: relative;
}

#contact .addresses .map {
    width: 790px;
    height: 520px;
    background: #fff;
    padding: 10px;
}

#contact .addresses .list {
    position: absolute;
    padding: 10px;
    width: 380px;
    height: 430px;
    left: -300px;
    top: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(100, 100, 100, 0.5);
}

#contact .list {
    overflow-y: auto;
    overflow-x: hidden;
}

#contact .list .title {
    padding-top: 20px;
    text-align: center;
}

#contact .list .title span {
    font-weight: bold;
}

#contact .list li {
    margin-bottom: 30px;
    color: #de2562;
    cursor: pointer;
    font-size: 16px;
}

#contact .list li span {
    color: #333333;
}

#contact h2 {
    margin: 30px 0;
}

#contact .partners {
    font-size: 24px;
    line-height: 25px;
}

#contact .partners .phone {
    color: #06ae8d;
    font-size: 1.2em;
    font-weight: bold;
}

#contact .partners .phone {
    color: #06ae8d;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}

#contact .partners .phone a {
    color: #3f643f;
    font-size: 0.5em;
    border-bottom: 3px solid #80ad3d;
}

#contact .halfcat2 {
    position: absolute;
    top: -110px;
    left: 50%;
}

#contact .list li.selected span {
    color: inherit;
}

.popmake-121 {
    z-index: 1;
}

#map,
#map>ymaps {
    width: 100% !important;
}

.cities .city_big__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px;
    position: relative;
}

.cities .cities_small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cities .cities_small .city {
    display: block;
    padding: 8px 12px;
    width: 33%;
    color: #8484a6;
    text-decoration: none;
}

.cities .city_big__wrapper .city_big {
    display: block;
    font-family: Avenir, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #243b6b;
    text-transform: uppercase;
    letter-spacing: 3.43px;
    font-size: 12px;
}

.pum-theme-116 .pum-title {
    margin-bottom: 50px;
}

.popmake-content label.acceptance .wpcf7-list-item {
    display: flex;
    margin: 0 5px 0 0;
}

.popmake-content label.acceptance {
    display: flex;
    align-items: center;
}

input[type=submit].ninja-forms-field,
.wpcf7 .wpcf7-form-control.wpcf7-submit {
    background: var(--awb-custom_color_3) !important;
    color: #ffffff !important;
    border: 2px solid !important;
    border-radius: 40px !important;
    padding: 13px 29px !important;
}

.wpcf7 .wpcf7-form-control.wpcf7-submit:hover,
input[type=submit].ninja-forms-field:hover {
    background: #ffffff !important;
    color: #040922 !important;
    border: 2px solid var(--awb-custom_color_3) !important;
}

body .to-top-container #toTop:hover {
    background-color: var(--awb-custom_color_3);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.awb-swiper-button-next i, .awb-swiper-button-prev i {
    line-height: 0;
}

@media only screen and (max-width: 1200px) {
    #contact .addresses .map {
        width: 100%;
        height: 520px;
    }

    #contact .addresses .list {
        width: 100%;
        position: initial;
    }
}

@media only screen and (max-width: 992px) {
    #contact {
        padding: 0 0 20px 0;
    }

    #contact .halfcat2 {
        left: 43%;
    }
}

@media only screen and (max-width: 767px) {
    #contact .addresses .map {
        overflow: hidden;
    }

    #contact .addresses {
        padding: 0;
    }

    #contact .halfcat2 {
        left: auto !important;
        right: 0;
    }
}

@media only screen and (max-width: 700px) {
    body h1 {
        font-size: 42px !important;
    }

    body h2 {
        font-size: 34px !important;
    }

    body h3 {
        font-size: 31px !important;
    }
}

@media only screen and (max-width: 580px) {
    #contact .halfcat2 {
        position: absolute;
        top: -110px;
        left: 5%;
    }

    .cities .cities_small .city {
        width: 50%;
    }
}