*, img, ul, li, a, p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: Roboto;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    font-style: normal;
    text-transform: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

.clear_both {
    clear: both;
}


.header{
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.8) 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header .header-up{
    max-width: 1700px;
    margin: 0 auto;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
}
.header .header-up .header-up-left{
    font-family: Arial, Arial;
    font-size: 18px;
    color: #2980D3;
    line-height: 43px;
    font-style: italic;
    float: left;
}
.header-up-right{
    float: right;
}
.header-up-right ul li{
    float: left;
    margin-left: 20px;
}
.header-up-right ul li:first-child{
    margin-left: 0;
    margin-right: 40px;
}
.header-up-right ul li a{
    color: #333333;
}
.header-up-right .header-up-right-item-search{
    position: relative;
}
.header-up-right .header-up-right-item-search input{
    width: 200px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #666666;
    padding-left: 10px;
    background-color: transparent;
}
.header-up-right .header-up-right-item-search input:focus{
    /*width: 220px;*/
}
.header-up-right .header-up-right-item-search .header-up-right-item-search-icon{
    width: 18px;
    height: 18px;
    position: absolute;
    top: 13px;
    right: 10px;
    background: url(../images/search-gray.png) no-repeat;
    cursor: pointer;
}
.header-up-right .header-up-right-item-search .header-up-right-item-search-icon img{
    width: 100%;
    height: 100%;
}
.header-up-right .header-up-right-item{
    padding-left: 20px;
}
.header-up-right .header-up-right-item-whatsapp{
    background: url(../images/header-whatsapp.webp) no-repeat left center;
}
.header-up-right .header-up-right-item-email{
    background: url(../images/header-email.webp) no-repeat left center;
}
.header-up-right .header-up-right-item-lang{
    background: url(../images/header-lang.webp) no-repeat left center;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown-icon{
    margin-top: 19px;
    margin-right: -15px;
    float: right;
    width: 9px;
    height: 6px;
    background: url(../images/header-dropdown.webp) no-repeat;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown{
    display: none;
    position: absolute;
    top: 40px;
    left: -50%;
    width: 200%;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #EEEEEE;
    z-index: 999;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown::-webkit-scrollbar {width:3px;height:1px;}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown::-webkit-scrollbar-thumb {background:#666;}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown::-webkit-scrollbar-track {background:rgba(255,255,255,0.5);}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #EEEEEE;
    color: #333;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item a{
    display: block;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item:last-child {
    border-bottom: none;
}
.header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown .header-up-right-item-lang-dropdown-item:hover a {
    background: #2980D3;
    color: #fff;
}

.header-line{
    width: 100%;
    height: 1px;
    background-color: #ECECEC;
}

.header-down{
    max-width: 1700px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    height: 60px;
}
.header-down .header-down-left{
    float: left;
    margin-top: 9px;
}
.header-down .header-down-right{
    float: right;
}
.header-down .header-down-right-product{
    margin: 7px 0 7px;
    max-width: 1175px;
    float: left;
    height: 40px;
}
.header-down .header-down-right-product .nav-item{
    float: left;
    padding: 12px 20px;
    font-family: Arial, Arial;
    font-size: 16px;
    line-height: 20px;
    border-radius: 23px;
    border: 1px solid transparent;
}
.header-down .header-down-right-product .nav-item:hover,
.header-down .header-down-right-product .nav-item.active{
    border: 1px solid #2980D3;
}
.header-down .header-down-right-product .nav-item a{
    color: #2980D3;
}

.header .nav-sub {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    color: #333;
    display: none;
    background-color: #fff;
    box-shadow: 0px 8px 8px 1px rgba(0, 0, 0, 0.16);
}
.header .nav-sub .nav-sub-ul {
    max-width: 1700px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    /*justify-content: center; !* 居中所有行 *!*/
}
.header .nav-sub .nav-sub-ul:after {
    content: "";
    flex: 0 0 auto;
    visibility: hidden;
}
.header .nav-sub .nav-sub-ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-left: 0;
    margin-top: 30px;
    flex: 0 0 25%; /* 每个li占父容器的25%宽度，即每行4个 */
    box-sizing: border-box;
}
.header .nav-sub .nav-sub-ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}
.header .nav-sub .nav-sub-ul li .nav-sub-title {
    font-family: Roboto, Roboto;
    font-size: 17px;
    color: #333333;
    margin-left: 20px;
    line-height: 28px;
    float: left;
    width: calc(100% - 100px);
    height: 100%;
    display: grid;
    align-content: space-around;
    justify-content: start;
    text-align: left;
}
.header .nav-sub .nav-sub-ul li:hover .nav-sub-title {
    color: #1562C5;
}
.header-down .header-down-right .header-down-right-quote{
    float: right;
    margin-top: 7px;
    width: 120px;
    height: 46px;
    background: #2980D3;
    border-radius: 23px;
    font-family: Arial, Arial;
    font-size: 18px;
    line-height: 46px;
}
.header-down .header-down-right .header-down-right-quote a{
    color: #FFFFFF;
}

.header-down .header-down-right-product .nav-item:hover .nav-sub{
    display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header .header-up{
        max-width: 1200px;
        font-size:14px;
    }
    .header .header-up .header-up-left{
        font-size: 14px;
    }
    .header-up-right ul li{
        margin-left: 20px;
    }
    .header-down{
        max-width: 1200px;
    }
    .header-down .header-down-left img{
        width: 120px;
        margin-top: 9px;
    }
    .header-down .header-down-right .header-down-right-product .nav-item{
        padding: 12px 4px;
        font-size: 14px;
    }
    .header-down .header-down-right .header-down-right-quote{
        font-size: 14px;
    }
    .header .nav-sub .nav-sub-ul li .nav-sub-title{
        font-size: 14px;
    }
}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
    .header .header-up{
        max-width: 950px;
        font-size:12px;
    }
    .header .header-up .header-up-left{
        font-size: 12px;
    }
    .header-up-right ul li{
        margin-left: 10px;
    }
    .header-up-right .header-up-right-item-search input:focus{
        width: 200px;
    }
    .header-down{
        max-width: 950px;
    }
    .header-down .header-down-left img{
        width: 80px;
        margin-top: 12px;
    }
    .header-down .header-down-right .header-down-right-product .nav-item{
        padding: 12px 4px;
        font-size: 12px;
    }
    .header-down .header-down-right .header-down-right-quote{
        width: 70px;
        font-size: 12px;
    }
    .header .nav-sub .nav-sub-ul li .nav-sub-title{
        font-size: 12px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 950px) {
    .header .header-up{
        max-width: 800px;
        font-size:12px;
        height: 40px;
        line-height: 40px;
    }
    .header .header-up .header-up-left{
        font-size: 12px;
        line-height: 40px
    }
    .header-up-right ul li{
        margin-left: 10px;
    }
    .header-up-right ul li:first-child{
        display: none;
    }
    .header-up-right .header-up-right-item-search input:focus{
        width: 200px;
    }
    .header-up-right .header-up-right-item-lang .header-up-right-item-lang-dropdown-icon{
        margin-top: 18px;
    }
    .header-down{
        max-width: 950px;
        height: 40px
    }
    .header-down .header-down-left{
        margin-top: 0;
    }
    .header-down .header-down-left img{
        width: 80px;
        margin-top: 12px;
    }
    .header-down .header-down-right .header-down-right-product .nav-item{
        padding: 9px 4px;
        font-size: 12px;
    }
    .header-down .header-down-right .header-down-right-quote{
        width: 70px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        margin-top: 5px
    }
    .header .nav-sub{
        top: 81px;
    }
    .header .nav-sub .nav-sub-ul li .nav-sub-title{
        font-size: 12px;
    }
    .header-down .header-down-right-product{
        margin: 0;
        height: 40px;
    }
}



.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner img{
    width: 100%;
}

.banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.banner .banner-text .banner-text-title {
    font-family: Roboto, Roboto;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    font-style: normal;
    text-transform: none;
}


/**** footer styles ****/
.footer{
    width: 100%;
    background-color: #001727;
}
.footer .footer-content{
    max-width: 1440px;
    margin: 0 auto;
}
.footer .footer-content .footer-content-left{
    width: 848px;
    margin-top: 60px;
    float: left;
}
.footer .footer-content .footer-content-left .footer-nav ul{
    display: flex;
}
.footer .footer-content .footer-content-left .footer-nav .footer-nav-list-item{
    margin-right: 41px;
    position: relative;
    height: 24px;
}
.footer .footer-content .footer-content-left .footer-nav .footer-nav-list-item a{
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
.footer .footer-content .footer-content-left .footer-nav .footer-nav-list-item::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 6px;
    background-color: #fff;
    right: -20px;
    top: 9px;
}
.footer .footer-content .footer-content-left .footer-nav .footer-nav-list-item:last-child::after{
    width: 0;
}
.footer .footer-nav-line{
    width: 748px;
    height: 1px;
}
.footer .footer-nav-line1{
    background-color: #00070C;
    margin-top: 40px;
}
.footer .footer-nav-line2{
    background-color: #002741;
}
.footer .footer-products{
    width: 280px;
    float: left;
    margin-top: 38px;
}
.footer .footer-products .footer-products-title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}
.footer .footer-products .footer-products-item{
    margin-top: 10px;
    cursor: pointer;
}
.footer .footer-products .footer-products-item a{
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}
.footer .footer-products .footer-products-item img{
    float: right;
    width: 8px;
    height: 12px;
    margin-top: 8px;
}
.footer .footer-products .footer-products-item:hover a{
    font-weight: bold;
}
.footer .footer-contact{
    width: 380px;
    float: left;
    margin-left: 80px;
    margin-top: 40px;
}
.footer .footer-contact .footer-contact-title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}
.footer .footer-contact .footer-contact-item{
    margin-top: 10px;
    cursor: pointer;
}
.footer .footer-contact .footer-contact-item img{
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    margin-top: 7px;
}
.footer .footer-contact .footer-contact-item .footer-contact-item-text{
    display: inline-block;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    float: left;
    max-width: 354px;
}
.footer .footer-left-line{
    width: 240px;
    height: 1px;
    background-color: #fff;
    margin: 20px 0 30px;
}
.footer .footer-link{
    margin-bottom: 30px;
    display: flex;
}
.footer .footer-link .footer-link-item{
    width: 40px;
    height: 40px;
    margin-right: 30px;
}
.footer .footer-link .footer-link-item img{
    width: 100%;
    height: 100%;
}

.footer .footer-left-company{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 30px;
}

.footer .footer-content-right{
    width: 592px;
    height: 100%;
    background-color: #10436E;
    float: right;
    padding: 60px;
}
.footer .footer-content-right .footer-right-title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 70px;
}
.footer .footer-content-right .footer-feedback-item{
    font-family: Arial, Arial;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    position: relative;
}
.footer .footer-content-right .footer-feedback-item input{
    position: absolute;
    left: 98px;
    border: none;
    background: none;
    outline:none;
    color: #FFFFFF;
}
.footer .footer-content-right .footer-feedback-item input:focus{
    border: none;
}
.footer .footer-content-right .footer-feedback-item input::placeholder{
    color: #FFFFFF;
    opacity: 0.6;
}
.footer .footer-content-right .footer-feedback-tel .intl-tel-input{
    position: absolute;
    left: 98px;
    height: 20px;
}
.footer .footer-content-right .footer-feedback-tel .intl-tel-input input{
    left: 0;
}
.footer .intl-tel-input .country-list{
    background-color: #10436E;
    max-width: 500px;
}
.footer .footer-content-right .footer-feedback-line{
    width: 100%;
    height: 1px;
    background-color: #F6F6F6;
    margin: 20px 0;
    opacity: 0.3;
}
.footer .footer-content-right .footer-feedback-btn{
    width: 100%;
    height: 60px;
    background: #2980D3;
    border: none;
    font-family: Roboto, Roboto;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 33px;
}
@media only screen and (min-width: 800px) and (max-width: 1440px) {
    .footer .footer-content{
        max-width: 800px;
    }
    .footer .footer-content .footer-content-left{
        width: 450px;
    }
    .footer .footer-content .footer-content-left .footer-nav .footer-nav-list-item{
        margin-right: 17px;
    }
    .footer .footer-content .footer-content-left .footer-nav .footer-nav-list-item::after{
        right: -8px;
    }
    .footer .footer-content .footer-content-left .footer-nav .footer-nav-list-item a{
        font-size: 12px;
    }
    .footer .footer-nav-line{
        width: 450px;
    }
    .footer .footer-products{
        width: 180px;
    }
    .footer .footer-products .footer-products-title{
        font-size: 18px;
    }
    .footer .footer-products .footer-products-item a{
        font-size: 14px;
    }
    .footer .footer-contact{
        width: 250px;
        margin-left: 20px;
    }
    .footer .footer-contact .footer-contact-title{
        font-size: 18px;
    }
    .footer .footer-contact .footer-contact-item .footer-contact-item-text{
        max-width: 220px;
    }
    .footer .footer-contact .footer-contact-item .footer-contact-item-text{
        font-size: 14px;
    }

    .footer .footer-content-right{
        width: 350px;
        padding: 60px 20px;
    }
    .footer .footer-content-right .footer-right-title{
        font-size: 20px;
    }
    .footer .footer-content-right .footer-feedback-item{
        font-size: 16px;
    }
    .footer .footer-content-right .footer-feedback-item input{
        left: 80px;
    }
    .footer .footer-content-right .footer-feedback-btn{
        font-size: 16px;
    }
}


.right_fix {
    width: 64px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -143px;
    z-index: 999;
}

.right_fix .right_fix_connect {
    width: 64px;
}

.right_fix .right_fix_connect .right_fix_box {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    border-radius: 32px;
    margin-bottom: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.right_fix .right_fix_connect .right_fix_box:last-child {
    margin-bottom: 0;
}

.right_fix .right_fix_connect .right_fix_box img {
    width: 30px;
    height: 30px;
    margin-top: 17px;
    margin-left: 17px;
}
.right_fix .right_fix_connect .right_fix_box img.active{
    display: none;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_title {
    margin-top: 4px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    width: 160px;
    height: 64px;
    position: absolute;
    left: 64px;
    top: 0;
    background: #FFFFFF;
    border-radius: 0 32px 32px 0;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email .right_fix_box_connect {
    width: 200px;
}


.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-family: Roboto, Roboto;
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p.right_fix_box_connect_text {
    font-size: 16px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p:first-child {
    margin-top: 8px;
}

.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p a {
    color: #262626;
}


.right_fix .right_fix_connect .right_fix_box.active .right_fix_box_connect {
    display: block;
}
.right_fix .right_fix_connect .right_fix_box.active{
    width: 64px;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email.active{
    width: 64px;
}
.right_fix .right_fix_connect .right_fix_box.right_fix_form.active{
    width: 64px;
}
.right_fix .right_fix_connect .right_fix_box.active img.normal{
    display: none;
}
.right_fix .right_fix_connect .right_fix_box.active img.active{
    display: inline-block;
}

/*弹窗*/
.popover_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

.popover_wrap .popover_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1212px;
    height: 586px;
    margin-top: -273px;
    margin-left: -606px;
    background: linear-gradient(180deg, #E6F1FF 0%, #FFFFFF 30%);
    border-radius: 24px;
    overflow: hidden;
    z-index: 1000;
}

.popover_wrap .popover_container .popover_close {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.popover_wrap .popover_container .popover_content {
    width: 1050px;
    margin-left: 80px;
    margin-top: 60px;
}

.popover_wrap .popover_container .popover_content .popover_title h2 {
    width: 100%;
    font-family: Arial-BoldMT, Arial-BoldMT;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.popover_wrap .popover_container .popover_content .popover_title .popover_title_description {
    width: 100%;
    height: 20px;
    font-family: ArialMT, ArialMT;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
}

.popover_wrap .popover_container .popover_content .popover_title .popover_title_description a:hover {
    color: #003F9B;
}

.popover_wrap .popover_container .popover_content .popover_form {
    width: 100%;
    margin-top: 40px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email {
    float: left;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email {
    margin-left: 16px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email input {
    width: 336px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding-left: 20px;
    border: 1px solid #DCDCDC;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input{
    padding-left: 50px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea {
    width: 100%;
    height: 190px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    padding: 10px 20px;
    border: 1px solid #DCDCDC;
    resize: none;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit {
    width: 220px;
    margin: 0 auto;
    margin-top: 30px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button {
    width: 220px;
    height: 60px;
    background: #003F9B;
    border-radius: 30px 30px 30px 30px;
    border-width: 0;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 0px;
    font-style: normal;
    text-transform: none;
}


@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .popover_wrap .popover_container{
        width: 960px;
        height: 480px;
        margin-top: -240px;
        margin-left: -480px
    }
    .popover_wrap .popover_container .popover_content{
        width: 900px;
        margin-left: 30px;
        margin-top: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h2{
        font-size: 30px;
        line-height: 33px;
    }
    .popover_wrap .popover_container .popover_content .popover_title .popover_title_description{
        font-size: 18px;
    }
    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 20px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        width: 280px;
        height: 50px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 160px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 180px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 180px;
        height: 50px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .popover_wrap .popover_container{
        width: 680px;
        height: 360px;
        margin-top: -180px;
        margin-left: -340px
    }
    .popover_wrap .popover_container .popover_content{
        width: 640px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .popover_wrap .popover_container .popover_content .popover_title h2{
        font-size: 24px;
        line-height: 28px;
    }
    .popover_wrap .popover_container .popover_content .popover_title .popover_title_description{
        font-size: 16px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        width: 200px;
        height: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 120px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 130px;
        margin-top: 15px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 130px;
        height: 40px;

    }
}