* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

header {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/bgrd1.png) center center/cover no-repeat;
  overflow: hidden;
}

.hdr_drk {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.hdr_wdth {
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 451px) and (max-width: 755px) {
  .hdr_wdth {
    max-width: 750px;
  }
}

@media (max-width: 450px) {
  .hdr_wdth {
    max-width: 450px;
  }
}

h1 {
  font-size: 40px;
  color: white;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  opacity: 0;
  top: 0px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  h1 {
    padding: 0 15px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  h1 {
    padding: 0 15px;
    font-size: 36px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 32px;
    padding: 0 10px;
  }
}

h1.active {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 1;
}

@media (min-width: 756px) and (max-width: 1020px) {
  h1.active {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  h1.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 450px) {
  h1.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.hdr_wdth p {
  font-size: 22px;
  color: white;
  font-weight: 300;
  padding-bottom: 170px;
  padding-top: 10px;
  position: relative;
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
  opacity: 0;
  top: 270px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .hdr_wdth p {
    padding: 20px 15px 120px 15px;
    font-size: 18px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .hdr_wdth p {
    padding: 20px 15px 30px 15px;
    font-size: 14px;
    top: 0px;
  }
}

@media (max-width: 450px) {
  .hdr_wdth p {
    font-size: 14px;
    padding: 20px 10px 30px 10px;
    top: 0px;
  }
}

.hdr_wdth p.active {
  opacity: 1;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}

@media (min-width: 451px) and (max-width: 755px) {
  .hdr_wdth p.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 450px) {
  .hdr_wdth p.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

nav {
  width: 100%;
  height: 70px;
  -webkit-box-shadow: 0 0 4px #000;
          box-shadow: 0 0 4px #000;
  z-index: 1000000;
  background-color: rgba(253, 253, 253, 0.8);
}

.nv_wdth {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (min-width: 451px) and (max-width: 755px) {
  .nv_wdth {
    max-width: 750px;
    height: 50px;
    z-index: 1000;
  }
}

@media (max-width: 450px) {
  .nv_wdth {
    max-width: 450px;
    height: 50px;
    z-index: 1000;
  }
}

.nv_wdth .logo {
  background: url(../img/logo.png) top left/contain no-repeat;
  padding: 50px;
  width: 10%;
  margin: 3px 0 0 35px;
  position: relative;
  z-index: 1000;
}

@media (min-width: 451px) and (max-width: 755px) {
  .nv_wdth .logo {
    width: 20%;
    padding: 38px;
    margin-left: 25px;
  }
}

@media (max-width: 450px) {
  .nv_wdth .logo {
    width: 30%;
    padding: 35px;
    margin-left: 20px;
  }
}

.nv {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  position: relative;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .nv {
    width: 70%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .nv {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    border-top: #ddd solid 1px;
    font-size: 14px;
    padding: 10px 0 10px 15px;
    line-height: 2.8;
  }
}

@media (max-width: 450px) {
  .nv {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
    border-top: #ddd solid 1px;
    font-size: 14px;
    padding: 10px 0 10px 15px;
    line-height: 2.8;
  }
}

.nv a {
  margin: 3px;
  color: #333333;
  font-size: 20px;
  text-decoration: none;
  font-weight: 400;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-decoration: none;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .nv a {
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 0;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .nv a {
    display: block;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .nv a {
    display: block;
    font-size: 16px;
  }
}

.nv a:hover {
  color: #0099cc;
}

.nv a:active {
  color: #0099cc;
}

.nv a:not(.nv_2) {
  line-height: 2.5;
}

.nv_2 {
  width: 110px;
  text-align: center;
}

@media (min-width: 451px) and (max-width: 755px) {
  .nv_2 {
    line-height: 1.5;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .nv_2 {
    line-height: 1.5;
    width: 100%;
  }
}

.nv_btn {
  display: none;
  height: 32px;
  width: 42px;
  border: 1px solid #888;
  border-radius: 4px;
  margin-right: 15px;
  top: 10px;
  bottom: 0;
  margin: auto 0;
  position: relative;
}

@media (min-width: 451px) and (max-width: 755px) {
  .nv_btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px;
  }
}

@media (max-width: 450px) {
  .nv_btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
  }
}

.nv_btn:hover {
  background-color: #aaa;
  cursor: pointer;
}

.nv_btn .nv_btn1 {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 9px;
  height: 2px;
  width: 22px;
  background-color: #888;
}

.nv_btn .nv_btn2 {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 13px;
  height: 2px;
  width: 22px;
  background-color: #888;
}

.nv_btn .nv_btn3 {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 17px;
  height: 2px;
  width: 22px;
  background-color: #888;
}

main {
  left: 0;
  right: 0;
  margin: 20px auto;
  max-width: 1000px;
}

#abus {
  left: 0;
  right: 0;
  margin: 80px auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 756px) and (max-width: 1020px) {
  #abus {
    max-width: 980px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  #abus {
    max-width: 710px;
    display: block;
  }
}

@media (max-width: 450px) {
  #abus {
    max-width: 410px;
    display: block;
  }
}

.abus_txt {
  width: 66%;
  text-align: right;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .abus_txt {
    margin: 20px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .abus_txt {
    margin: 20px;
    width: 92%;
  }
}

@media (max-width: 450px) {
  .abus_txt {
    margin: 20px;
    width: 92%;
  }
}

h2 {
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  margin: 40px 0;
}

.abus_pic {
  width: 30%;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .abus_pic {
    margin-right: 10px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .abus_pic {
    display: none;
  }
}

@media (max-width: 450px) {
  .abus_pic {
    display: none;
  }
}

.abus_pic_item {
  background: url(../img/mn.png) bottom right/contain no-repeat;
  height: 500px;
  border: solid 1.5px #0099cc;
}

.abus_txt p {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

#spc {
  background: url(../img/global-business.jpg) center center/cover no-repeat;
  width: 100%;
  left: 0;
  right: 0;
  margin: 80px auto;
}

.spc_drk {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#spc h2 {
  color: white;
  text-align: center;
  padding-top: 50px;
}

.spc_txt {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 80px;
  position: relative;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .spc_txt {
    width: 98%;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt {
    width: 98%;
  }
}

@media (max-width: 450px) {
  .spc_txt {
    width: 98%;
  }
}

.spc_txt1 {
  position: absolute;
  background-color: rgba(253, 253, 253, 0.5);
  border: #0099cc 1px solid;
  width: 215px;
  height: 309px;
  top: 35px;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt1 {
    width: 170px;
    height: 245px;
    top: -10px;
  }
}

@media (max-width: 450px) {
  .spc_txt1 {
    width: 170px;
    height: 245px;
    top: -10px;
  }
}

.spc_txt1 span {
  font-size: 220px;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 40px;
  right: 0;
  color: #333333;
  opacity: 0.3;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt1 span {
    font-size: 160px;
  }
}

@media (max-width: 450px) {
  .spc_txt1 span {
    font-size: 160px;
  }
}

.spc_txt1 p {
  position: relative;
  z-index: 1000;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  padding-left: 30px;
  line-height: 1.5;
  padding-left: 20px;
  padding-top: 30px;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt1 p {
    font-size: 12px;
    padding: 15px;
  }
}

@media (max-width: 450px) {
  .spc_txt1 p {
    font-size: 12px;
    padding: 15px;
  }
}

.spc_txt2 {
  position: absolute;
  background-color: rgba(253, 253, 253, 0.5);
  border: #0099cc 1px solid;
  width: 261px;
  height: 177px;
  left: 140px;
  top: 260px;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt2 {
    width: 200px;
    height: 155px;
    top: 40px;
    left: 155px;
  }
}

@media (max-width: 450px) {
  .spc_txt2 {
    width: 200px;
    height: 155px;
    top: 40px;
    left: 155px;
  }
}

.spc_txt2 span {
  font-size: 220px;
  position: absolute;
  z-index: 100;
  bottom: -45px;
  left: 60px;
  right: 0;
  margin: auto;
  color: #333333;
  opacity: 0.3;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt2 span {
    font-size: 160px;
    left: 50px;
    bottom: -20px;
  }
}

@media (max-width: 450px) {
  .spc_txt2 span {
    font-size: 160px;
    left: 50px;
    bottom: -20px;
  }
}

.spc_txt2 p {
  position: relative;
  z-index: 1000;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  padding-left: 30px;
  line-height: 1.5;
  padding-top: 30px;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt2 p {
    font-size: 12px;
    padding: 15px;
  }
}

@media (max-width: 450px) {
  .spc_txt2 p {
    font-size: 12px;
    padding: 15px;
  }
}

.spc_txt3 {
  position: absolute;
  background-color: rgba(253, 253, 253, 0.5);
  border: #0099cc 1px solid;
  width: 193px;
  height: 209px;
  left: 340px;
  top: 110px;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt3 {
    width: 150px;
    height: 210px;
    left: 315px;
    top: 165px;
  }
}

@media (max-width: 450px) {
  .spc_txt3 {
    width: 150px;
    height: 210px;
    left: 315px;
    top: 165px;
  }
}

.spc_txt3 span {
  font-size: 220px;
  position: absolute;
  z-index: 100;
  bottom: -30px;
  left: 35px;
  right: 0;
  margin: auto;
  color: #333333;
  opacity: 0.3;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt3 span {
    font-size: 160px;
    bottom: 0px;
  }
}

@media (max-width: 450px) {
  .spc_txt3 span {
    font-size: 160px;
    bottom: 0px;
  }
}

.spc_txt3 p {
  position: relative;
  z-index: 1000;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  padding-left: 30px;
  line-height: 1.5;
  padding-left: 18px;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt3 p {
    font-size: 12px;
    padding: 30px 10px 10px 25px;
  }
}

@media (max-width: 450px) {
  .spc_txt3 p {
    font-size: 12px;
    padding: 30px 10px 10px 25px;
  }
}

.spc_txt4 {
  position: absolute;
  background-color: rgba(253, 253, 253, 0.5);
  border: #0099cc 1px solid;
  width: 283px;
  height: 363px;
  left: 510px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .spc_txt4 {
    width: 210px;
    height: 380px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt4 {
    left: 40px;
    top: 220px;
    width: 190px;
    height: 290px;
  }
}

@media (max-width: 450px) {
  .spc_txt4 {
    left: 40px;
    top: 220px;
    width: 190px;
    height: 290px;
  }
}

.spc_txt4 span {
  font-size: 220px;
  position: absolute;
  top: 40px;
  z-index: 100;
  left: 65px;
  right: 0;
  margin: auto;
  color: #333333;
  opacity: 0.3;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .spc_txt4 span {
    left: 40px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt4 span {
    font-size: 160px;
    left: 55px;
  }
}

@media (max-width: 450px) {
  .spc_txt4 span {
    font-size: 160px;
    left: 55px;
  }
}

.spc_txt4 p {
  position: relative;
  z-index: 1000;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  padding-left: 30px;
  line-height: 1.5;
  padding: 45px 30px 40px 45px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .spc_txt4 p {
    padding: 20px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt4 p {
    font-size: 12px;
    padding: 20px 15px;
  }
}

@media (max-width: 450px) {
  .spc_txt4 p {
    font-size: 12px;
    padding: 20px 15px;
  }
}

.spc_txt5 {
  position: relative;
  background-color: rgba(253, 253, 253, 0.5);
  border: #0099cc 1px solid;
  width: 350px;
  height: 195px;
  right: 0;
  margin-left: auto;
  top: 295px;
  margin-bottom: 300px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .spc_txt5 {
    top: 350px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt5 {
    top: 360px;
    width: 250px;
    height: 220px;
  }
}

@media (max-width: 450px) {
  .spc_txt5 {
    top: 360px;
    width: 250px;
    height: 220px;
  }
}

.spc_txt5 span {
  font-size: 220px;
  position: absolute;
  z-index: 100;
  bottom: -40px;
  left: 100px;
  right: 0;
  margin: auto;
  color: #333333;
  opacity: 0.3;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt5 span {
    font-size: 160px;
    left: 80px;
    bottom: 15px;
  }
}

@media (max-width: 450px) {
  .spc_txt5 span {
    font-size: 160px;
    left: 80px;
    bottom: 15px;
  }
}

.spc_txt5 p {
  position: relative;
  z-index: 1000;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding: 20px;
  padding-left: 30px;
  line-height: 1.5;
}

@media (min-width: 451px) and (max-width: 755px) {
  .spc_txt5 p {
    font-size: 12px;
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .spc_txt5 p {
    font-size: 12px;
    padding: 20px;
  }
}

.serv h2 {
  text-align: center;
}

.slider-space {
  left: 0;
  right: 0;
  margin: 30px auto;
  max-width: 800px;
  position: relative;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .slider-space {
    max-width: 712px;
    padding: 0 20px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .slider-space {
    max-width: 500px;
    padding: 0 20px;
  }
}

@media (max-width: 450px) {
  .slider-space {
    max-width: 400px;
    padding: 0 10px;
  }
}

.slider {
  left: 0;
  right: 0;
  margin: auto;
  height: 424px;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .slider {
    height: 348px;
    width: 92%;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .slider {
    height: 249px;
    width: 470px;
  }
}

@media (max-width: 450px) {
  .slider {
    height: 212px;
    width: 400px;
  }
}

.slider .box {
  position: absolute;
  height: 424px;
  left: 0;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .slider .box {
    height: 348px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .slider .box {
    height: 249px;
  }
}

@media (max-width: 450px) {
  .slider .box {
    height: 212px;
  }
}

.slider .item {
  display: inline-block;
  height: 424px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .slider .item {
    height: 348px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .slider .item {
    height: 249px;
  }
}

@media (max-width: 450px) {
  .slider .item {
    height: 212px;
  }
}

.slider-space .bullet {
  position: absolute;
  width: 35px;
  height: 50px;
  bottom: 5px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .slider-space .bullet {
    right: 60px;
    bottom: -5px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .slider-space .bullet {
    right: 60px;
    bottom: -5px;
  }
}

@media (max-width: 450px) {
  .slider-space .bullet {
    right: 30px;
    bottom: -5px;
  }
}

.slider-space .bullet .item {
  width: 35px;
  height: 2px;
  background-color: #0099cc;
  margin: 2px 0;
}

.testimonials h2 {
  text-align: center;
}

.testimonials {
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: 80px auto;
}

.testimonials-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .testimonials-block {
    padding: 0 10px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .testimonials-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 450px) {
  .testimonials-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testimonials-block1 {
  width: 48.5%;
  margin-top: 10px;
  border: #0099cc 1.5px solid;
}

@media (min-width: 451px) and (max-width: 755px) {
  .testimonials-block1 {
    width: 93%;
    left: 0;
    right: 0;
    margin: 15px auto;
  }
}

@media (max-width: 450px) {
  .testimonials-block1 {
    width: 93%;
    left: 0;
    right: 0;
    margin: 15px auto;
  }
}

.testimonials-block1-text {
  color: #747474;
  font-size: 10px;
  padding: 15px 25px;
  font-style: italic;
  line-height: 2;
  text-align: left;
}

.testimonials-block1-img1 {
  background: url(../img/test2.jpg) left center/contain no-repeat;
  padding: 25px;
  margin: 25px;
}

.testimonials-block1-img2 {
  background: url(../img/test1.jpg) left center/contain no-repeat;
  padding: 25px;
  margin: 25px;
}

.testimonials-block1-img1 p {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 600;
  margin-left: 50px;
}

.testimonials-block1-img2 p {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 600;
  margin-left: 50px;
}

#cnt {
  left: 0;
  right: 0;
  margin: 65px auto;
  width: 100%;
  background: url(../img/bgrd2.png) center center/cover no-repeat;
}

.cntct_drk {
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cntct_wdth {
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .cntct_wdth {
    padding: 0 10px;
  }
}

.cntct_wdth h2 {
  color: white;
  text-align: left;
  padding: 60px 0 40px 100px;
}

.cntct_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 451px) and (max-width: 755px) {
  .cntct_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 450px) {
  .cntct_flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cntct_info {
  width: 64%;
  margin-bottom: 40px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .cntct_info {
    width: 50%;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .cntct_info {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 450px) {
  .cntct_info {
    width: 100%;
    padding: 0 10px;
  }
}

.cntct_info .adress .str1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .cntct_info .adress .str1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .cntct_info .adress .str1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 450px) {
  .cntct_info .adress .str1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cntct_info .adress .str1 .blk {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (min-width: 451px) and (max-width: 755px) {
  .cntct_info .adress .str1 .blk {
    width: 100%;
  }
}

@media (max-width: 450px) {
  .cntct_info .adress .str1 .blk {
    width: 100%;
  }
}

.cntct_info .adress .str1 .blk p {
  color: white;
  font-size: 16px;
  font-weight: 400;
  width: 85%;
  left: 0;
  right: 0;
  margin: auto 0;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .cntct_info .adress .str1 .blk p {
    font-size: 16px;
    width: 70%;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .cntct_info .adress .str1 .blk p {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .cntct_info .adress .str1 .blk p {
    font-size: 16px;
  }
}

.cntct_info iframe {
  margin: 30px 0;
  width: 640px;
  height: 450px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .cntct_info iframe {
    margin-top: 150px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .cntct_info iframe {
    margin-top: 0px;
    width: 94.5%;
  }
}

@media (max-width: 450px) {
  .cntct_info iframe {
    margin-top: 10px;
    width: 94.5%;
  }
}

.cntct_info .mbl {
  background: url(../img/mob.svg) left center/contain no-repeat;
  padding: 16px;
}

@media (max-width: 450px) {
  .cntct_info .mbl {
    padding: 14px;
  }
}

.cntct_info .mst {
  background: url(../img/loc.svg) left center/contain no-repeat;
  padding: 16px;
}

@media (max-width: 450px) {
  .cntct_info .mst {
    padding: 14px;
  }
}

.cntct_info .mail {
  background: url(../img/mail.svg) left center/contain no-repeat;
  padding: 16px;
}

@media (max-width: 450px) {
  .cntct_info .mail {
    padding: 14px;
  }
}

.cntct_zprs {
  width: 33%;
  position: relative;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(128, 128, 128, 0.4);
  border-radius: 4px;
  top: -50px;
  height: 450px;
}

@media (min-width: 756px) and (max-width: 1020px) {
  .cntct_zprs {
    width: 50%;
    height: 420px;
  }
}

@media (min-width: 451px) and (max-width: 755px) {
  .cntct_zprs {
    margin: 10px 15px;
    width: 94.5%;
    height: 420px;
  }
}

@media (max-width: 450px) {
  .cntct_zprs {
    margin: 10px;
    width: 94.5%;
    height: 430px;
  }
}

.form_cnt {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

[type] {
  height: 45px;
  font-size: 18px;
}

[type]:not([type="submit"]) {
  border: solid 1px #dadada;
  background-color: white;
  padding-left: 15px;
  color: #666666;
  margin-bottom: 15px;
}

[type="submit"] {
  background-color: #3399cc;
  border: none;
  color: white;
}

[type="submit"]:hover {
  background-color: #666666;
  cursor: pointer;
}

textarea {
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 120px;
  border: solid 1px #dadada;
  background-color: white;
  padding-left: 15px;
  color: #666666;
  font-size: 18px;
  line-height: 2.5;
  margin-bottom: 15px;
}

.cntct_zprs blockquote {
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
  padding: 0 20px 10px 20px;
  font-weight: 400;
  color: white;
}
/*# sourceMappingURL=style.css.map */