@media (max-width: 1080px){
    .container {
        width: 90%;
    }
    .moduletable-left-content {
        width: 46%;
    }
    .moduletable-right-content {
        width: 50%;
    }
  	.type img {
    	margin-right: 30px;
    	width: calc(20% - 30px);
	}
    .footer-content h2 {
      font-size: 21px;
    }
}
@media (max-width: 1024px){
    .container #head a.phone{
        display: block;
    }
    .container #head .phone{
        display: none;
    }
}
@media (max-width: 920px){
    .moduletable-phone {
        text-align: center;
        width: 50%;
    }
    .moduletable-btn-top {
        width: 50%;
    }
    #head a.form-open {
        float: none;
        margin: 0 auto;
    }
    .moduletable-left-content {
        width: 100%;
        text-align: center;
        float: none;
        margin: 0;
    }
    h1 {
        font-size: 39px;
        width: 100%;
        line-height: 42px;
    }
    ul li {
        font-size: 28px;
        margin: 0 auto 13px;
        width: 185px;
    }
    .moduletable-right-content {
        width: 70%;
        margin: 35px auto 0;
        float: none;
    }
    .type {
        display: table;
        margin: 0 auto;
    }
    .footer-content h2 {
      	padding: 10px 0 15px 0;
      	font-size: 19px;
      	float: none;
      	text-align: center;
  	}

}
@media (max-width: 700px){
    .type img {
        width: calc(33.3% - 30px);
    }
    .moduletable-call-back .formResponsive input[type="text"],
    .moduletable-call-back .formResponsive input[type="password"],
    .moduletable-call-back .formResponsive textarea, .formResponsive select {
        width: 95% !important;
    }
}
@media (max-width: 570px){
    .moduletable-phone, .moduletable-btn-top {
        float: none;
        width: 100%;
    }
    .moduletable-btn-top.collapse {
        margin-top: 20px;
    }
    .moduletable-right-content {
        width: 100%;
    }
}
@media (max-width: 420px){
    .container {
        width: 95%;
    }
    .container #head .phone {
        font-size: 26px;
    }
    #head a.form-open {
        font-size: 16px;
    }
    .moduletable-btn-top.collapse {
        margin-top: 10px;
    }
    .container #head {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    h1 {
        font-size: 28px;
        line-height: 35px;
    }
    ul li {
        font-size: 22px;
        margin: 0 auto 8px;
        width: 155px;
    }
    .type {
        display: block;
    }
    .type img {
        width: 40%;
        margin: 5px auto 0;
        display: block;
    }
    .type img:last-child {
        margin: 5px auto 0;
    }
    .fancybox-inner, .rsform-call-back, body .formResponsive .formHorizontal input#send  {
        width: 260px!important;
    }
    .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
        width: 290px !important;
    }
}