@charset "utf-8";
:root {
  font-size: 10px;
}
a,
a:hover {
  text-decoration: none;
}
.red {
  color: red;
  text-decoration: underline;
}
.mycontact .page-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.mycontact .page-title i {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #0ba6dd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mycontact .row div[class^="col-"] {
  text-align: center;
}
.mycontact .row div[class^="col-"] p {
  margin-bottom: 0px;
  margin-top: 10px;
}
.mycontact .title-text {
  text-align: center;
}
.mycontact .little-hr {
  width: 80px;
  border-top: 1px solid #0ba6dd;
}
.mycontact .contact {
  margin-bottom: 20px;
}
.mycontact .contact span {
  font-weight: bold;
}
.mycontact .contact p {
  margin-bottom: 20px;
}
.mycontact .blue-shadow {
  display: none;
}
.mycontact .trans-last {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
}
.mycontact .trans-last ul {
  text-align: center;
}
.mycontact .trans-last ul > li:nth-child(2) {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mycontact .trans-last ul > li:last-child {
  text-align: left;
}
.mycontact .trans-last .bottom-square {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #0cde81;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mycontact .trans-last .bottom-square .square-rotate {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 0px solid #0cde81;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
}
.mycontact .trans-last .bottom-square .square-rotate i {
  font-size: 1.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -8px;
  color: #0cde81;
}
.conText {
  margin: 20px;
  color: #000;
  font-family: "Arial";
}
.conText span {
  font-size: 1.2em;
  margin-bottom: 15px;
}
.conText p {
  text-indent: 2em;
  font-size: 1.1em;
  margin: 5px auto;
}
.four-parts {
  margin-top: 10px;
}
.minImg {
  width: 100%;
  height: 30px;
}
.minImg ul li {
  float: left;
  width: 24%;
  margin-left: 5px;
  background: #f5f5f5;
}
.minImg img {
  height: 90%;
  padding-left: 80%;
  padding-top: 2%;
}
.minImg1 {
  width: 100%;
  height: 120px;
  margin-top: -3px;
}
.minImg1 ul {
  float: left;
  width: 24%;
  padding-top: 15px;
  background: #f5f5f5;
  margin-left: 5px;
}
.minImg1 ul li {
  float: left;
  padding-left: 10px;
}
.imgImg1 ul li img {
  width: 50px;
  height: 50px;
  padding-top: 20%;
}
@media (min-width: 768px) {
  .mycontact {
    background-image: url(/imageSTD/russia/airline.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
  }
  .mycontact div:first-child,
  .mycontact .trans-last {
    background-color: #ffffff;
  }
  .mycontact .blue-shadow {
    display: block;
    width: 100%;
    height: 65px;
    background-color: rgba(3, 12, 29, 0.8);
    text-align: center;
  }
  .mycontact .blue-shadow p {
    height: 65px;
    line-height: 65px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .mycontact .trans-last {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .mycontact .blue-shadow {
    height: 135px;
  }
  .mycontact .blue-shadow p {
    height: 135px;
    line-height: 135px;
    font-size: 1.8rem;
  }
  .mycontact .trans-last {
    padding-top: 20px;
  }
  .mycontact .trans-last .bottom-square {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #0cde81;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  .mycontact .trans-last .bottom-square .square-rotate {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0px solid #0cde81;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  .mycontact .trans-last .bottom-square .square-rotate i {
    font-size: 2.0rem;
    margin-top: -15px;
    margin-left: -10px;
  }
}
