body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
.owl-prev {
  outline: none;
  position: absolute;
  bottom: 40px;
  right: 270px;
}
.owl-next {
  outline: none;
  position: absolute;
  bottom: 40px;
  right: 210px;
}
.header .top_header {
  height: 20px;
  width: 100%;
  background-color: #0070C0;
}
.header .middle_header {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.header .middle_header .left_logo {
  margin-left: -50px;
}
.header .middle_header .left_logo img {
  width: 100%;
}
.header .middle_header .header_title {
  font-size: 20px;
  font-weight: 400;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.header .middle_header .header_phone {
  color: #0070C0;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  float: right;
  align-items: center;
  display: flex;
  height: 100%;
}
.header .middle_header .right_logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.header .middle_header .right_logo img {
  width: 120%;
}
.header .bottom_header {
  background-color: #F3F3F3;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .bottom_header ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-evenly;
}
.header .bottom_header ul li {
  display: inline-block;
  margin-right: 80px;
}
.header .bottom_header ul li:last-child {
  margin-right: 0;
}
.header .bottom_header ul li a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.6s ease-in-out;
}
.header .bottom_header ul li a:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  height: 0px;
  background-color: #000000;
  width: 0%;
  transition: all 0.4s ease-in-out;
}
.header .bottom_header ul li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 0px;
  background-color: #000000;
  width: 0%;
  transition: all 0.4s ease-in-out;
}
.header .bottom_header ul li a:hover:before {
  height: 1px;
  width: 100%;
}
.header .bottom_header ul li a:hover:after {
  height: 1px;
  width: 100%;
}
.main_slider {
  height: 500px;
  max-width: 1600px;
  margin: 0 auto;
}
.main_slider .item1 {
  background-image: url(../img/slide1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: auto;
}
.main_slider .item1 .left_part {
  width: 60%;
  padding-top: 20px;
}
.main_slider .item1 .left_part .slide_title {
  margin: 0;
  font-size: 54px;
  color: #000000;
  text-shadow: 1px 1px 1px #ffffff;
  line-height: 1;
}
.main_slider .item1 .left_part .slide_content {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  text-shadow: 2px 2px 2px #ffffff;
  line-height: 1;
  margin-top: 40px;
}
.main_slider .item2 {
  background-image: url(../img/slide2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: auto;
}
.main_slider .item2 .left_part {
  width: 60%;
  padding-top: 20px;
}
.main_slider .item2 .left_part .slide_title {
  margin: 0;
  font-size: 54px;
  color: #000000;
  text-shadow: 1px 1px 1px #ffffff;
  line-height: 1;
}
.main_slider .item2 .left_part .slide_content {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  text-shadow: 2px 2px 2px #ffffff;
  line-height: 1;
  margin-top: 40px;
}
.main_slider .item3 {
  background-image: url(../img/slide3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: auto;
}
.main_slider .item3 .left_part {
  width: 60%;
  padding-top: 20px;
}
.main_slider .item3 .left_part .slide_title {
  margin: 0;
  font-size: 54px;
  color: #000000;
  line-height: 1;
}
.main_slider .item3 .left_part .slide_content {
  margin: 0;
  font-size: 22px;
  color: #000000;
  line-height: 1;
  margin-top: 40px;
}
.main_slider .item3 .left_part button {
  margin-top: 40px;
  cursor: pointer;
  border: 2px solid #ffffff;
  color: #ffffff;
  outline: none;
  font-size: 20px;
  padding: 15px 25px;
  text-align: center;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s ease-in-out;
}
.main_slider .item3 .left_part button:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s ease-in-out;
}
.main_slider .item3 .right_part {
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.main_slider .item3 .right_part .left_top {
  background-image: url(../img/slide_img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 250px;
  z-index: 2;
  margin-bottom: 20px;
}
.main_slider .item3 .right_part .left_bot {
  background-image: url(../img/slide_img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 250px;
  z-index: 2;
}
.main_slider .item3 .right_part .right {
  background-image: url(../img/slide_img3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 400px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 220px;
}
.main_slider .item4 {
  background-image: url(../img/slide4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: auto;
}
.main_slider .item4 .left_part {
  width: 60%;
  padding-top: 20px;
}
.main_slider .item4 .left_part .slide_title {
  margin: 0;
  margin-top: 40px;
  font-size: 50px;
  color: #000000;
  text-shadow: 1px 1px 1px #ffffff;
  line-height: 1;
}
.main_slider .item4 .left_part button {
  margin-top: 40px;
  cursor: pointer;
  border: 2px solid #ffffff;
  color: #ffffff;
  outline: none;
  font-size: 20px;
  padding: 15px 25px;
  text-align: center;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s ease-in-out;
}
.main_slider .item4 .left_part button:hover {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.4s ease-in-out;
}
.catalog {
  padding: 80px 0;
}
.catalog .catalog_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
}
.catalog .catalog_title:after {
  content: '';
  position: absolute;
  width: 100px;
  left: 43%;
  height: 4px;
  bottom: -30px;
  background-color: #FF0000;
}
.catalog .item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.6s ease-in;
}
.catalog .item .item_content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 35px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  /*&:hover{
        background-color: rgba(0, 0, 0, 0.8);
        transition: all .4s ease-in-out;
      }*/
}
.catalog .item img {
  transition: all 0.6s ease-in-out;
  max-width: 100%;
}
.catalog .item:hover img {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease-in-out;
}
.catalog .item p {
  font-family: 'Roboto', sans-serif;
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  margin-top: 10px;
}
.advantages {
  padding: 80px 0;
  background-color: #F7F7F7;
}
.advantages .block_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  margin-bottom: 70px;
}
.advantages .block_title:after {
  content: '';
  position: absolute;
  width: 100px;
  left: 43%;
  height: 4px;
  bottom: -30px;
  background-color: #FF0000;
}
.advantages .item {
  overflow: hidden;
  border: 1px solid #ededed;
  margin-bottom: 20px;
}
.advantages .item .item_inner {
  width: 100%;
}
.advantages .item .item_inner img {
  width: 100%;
}
.advantages .item .item_inner span {
  display: flex;
  padding: 15px;
  border-top: 1px solid #ededed;
  background-color: #F9F9F9;
  color: #4C6390;
  font-weight: 400;
  align-items: center;
  justify-content: center;
  height: 100px;
  text-align: center;
}
.advantages .item p {
  margin: 0;
  padding: 10px;
  color: #666666;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  height: 130px;
  overflow: hidden;
}
.advantages .owl-nav {
  position: absolute;
  bottom: -40px;
  left: 45.5%;
}
.advantages .owl-nav .adv-owl-prev {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.advantages .owl-nav .adv-owl-next {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.video_block {
  padding: 80px 0;
}
.video_block .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.video_block .left img {
  width: 50%;
  margin-bottom: 30px;
}
.video_block .left p {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
.video_block .right img {
  max-width: 100%;
}
.solutions {
  padding-bottom: 80px;
}
.solutions .solutions_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 70px;
}
.solutions .solutions_title:after {
  content: '';
  position: absolute;
  width: 100px;
  left: 45.5%;
  height: 4px;
  bottom: -30px;
  background-color: #FF0000;
}
.solutions .item1 {
  background-image: url(../img/solution1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.6s ease-in-out;
  position: relative;
}
.solutions .item1:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease-in-out;
}
.solutions .item1 span {
  display: block;
  margin-right: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.solutions .item1 span:nth-child(1) {
  font-size: 22px;
}
.solutions .item1 span:nth-child(2) {
  font-size: 34px;
}
.solutions .item1 .sol_content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  color: #ffffff;
  opacity: 0;
  padding: 10px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
.solutions .item1 .sol_content p {
  margin: 0;
}
.solutions .item1 .sol_content p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}
.solutions .item1 .sol_content ul {
  margin: 0;
}
.solutions .item1:hover .sol_content {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.solutions .item1:hover span {
  opacity: 0;
}
.solutions .item2 {
  background-image: url(../img/solution2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.6s ease-in-out;
}
.solutions .item2:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease-in-out;
}
.solutions .item2 span {
  display: block;
  margin-right: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.solutions .item2 span:nth-child(1) {
  font-size: 22px;
}
.solutions .item2 span:nth-child(2) {
  font-size: 34px;
}
.solutions .item2 .sol_content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  color: #ffffff;
  opacity: 0;
  padding: 10px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
.solutions .item2 .sol_content p {
  margin: 0;
}
.solutions .item2 .sol_content p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}
.solutions .item2 .sol_content ul {
  margin: 0;
}
.solutions .item2:hover .sol_content {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.solutions .item2:hover span {
  opacity: 0;
}
.solutions .item3 {
  background-image: url(../img/solution3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 0.6s ease-in-out;
  position: relative;
}
.solutions .item3:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.4s ease-in-out;
}
.solutions .item3 span {
  display: block;
  margin-right: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.solutions .item3 span:nth-child(1) {
  font-size: 22px;
}
.solutions .item3 span:nth-child(2) {
  font-size: 34px;
}
.solutions .item3 .sol_content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
  color: #ffffff;
  opacity: 0;
  padding: 10px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
}
.solutions .item3 .sol_content p {
  margin: 0;
}
.solutions .item3 .sol_content p:first-child {
  font-weight: 600;
  margin-bottom: 10px;
}
.solutions .item3 .sol_content ul {
  margin: 0;
}
.solutions .item3:hover .sol_content {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.solutions .item3:hover span {
  opacity: 0;
}
.form_block {
  background-image: url(../img/form_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 0;
  position: relative;
  height: 430px;
}
.form_block .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 60px;
}
.form_block .left span:nth-child(1) {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 52px;
  line-height: 1;
}
.form_block .left span:nth-child(2) {
  color: #ffffff;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 1;
}
.form_block .left img {
  width: 20%;
}
.form_block .right form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form_block .right form input {
  margin-bottom: 20px;
  height: 50px;
  outline: none;
  width: 75%;
  border: none;
  background-color: #ffffff;
  padding-left: 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}
.form_block .right form input::placeholder {
  color: #8E8E8E;
}
.form_block .right form input:last-child {
  margin-bottom: 0;
  background-color: #0070C0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.form_block .right form input:last-child:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45);
  transition: all 0.4s ease-in-out;
}
.map_block .contacts_title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 40px;
}
.map_block .contacts_title:after {
  content: '';
  position: absolute;
  width: 100px;
  left: 45%;
  height: 4px;
  bottom: -30px;
  background-color: #FF0000;
}
.footer {
  background-color: #313131;
  padding-top: 40px;
  margin-top: -4px;
}
.footer .footer_top_left {
  float: left;
  margin-bottom: 20px;
}
.footer .footer_top_right {
  float: left;
  margin-bottom: 20px;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  background-color: #6f6f6f;
  padding: 15px 30px;
  transition: all 0.6s ease-in-out;
}
.footer .footer_top_right:hover {
  transition: all 0.4s ease-in-out;
  background-color: #6f6f6f7d;
}
.footer .footer_middle_left {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer_middle_left li {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}
.footer .footer_middle_left li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  font-size: 14px;
  transition: all 0.6s ease-in-out;
}
.footer .footer_middle_left li a:hover {
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.footer .footer_middle_center p {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  margin: 0;
}
.footer .footer_middle_center p a {
  color: rgba(0, 112, 192, 0.75);
  text-decoration: none;
}
.footer .footer_middle_right a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  margin: 0;
  text-decoration: none;
  display: block;
  transition: all 0.6s ease-in-out;
}
.footer .footer_middle_right a:hover {
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.footer .footer_bottom {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #2A2A2A;
  justify-content: center;
  height: 60px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #9E9E9E;
  outline: none;
  font-weight: 300;
  transition: all 0.6s ease-in-out;
}
.footer .footer_bottom:hover {
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.footer .footer_bottom a {
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #9E9E9E;
  outline: none;
  font-weight: 300;
  transition: all 0.6s ease-in-out;
}
.footer .footer_bottom a:hover {
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.footer .footer_bottom img {
  position: absolute;
  right: 40px;
  top: 45%;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: .65em;
}
::-webkit-scrollbar-track {
  background-color: rgba(217, 217, 217, 0.99);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 112, 192, 0.6);
  border-radius: 5px;
  box-shadow: inset 0.05em 0.05em 0 rgba(0, 0, 0, 0.1), inset 0 -0.05em 0 rgba(0, 0, 0, 0.07);
}
.nav > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile_menu img {
  margin-left: 30%;
}
.nav > ul > li {
  line-height: 2.5;
  opacity: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  -moz-transition: opacity 0.5s 0.1s, -moz-transform 0.5s 0.1s;
  -ms-transition: opacity 0.5s 0.1s, -ms-transform 0.5s 0.1s;
  transition: opacity .5s .1s, transform .5s .1s;
}
[id='nav-toggle']:checked ~ .nav > ul > li {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nav > ul > li:nth-child(2) {
  -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  transition: opacity .5s .2s, transform .5s .2s;
}
.nav > ul > li:nth-child(3) {
  -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity .5s .3s, transform .5s .3s;
}
.nav > ul > li:nth-child(4) {
  -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
  transition: opacity .5s .4s, transform .5s .4s;
}
.nav > ul > li:nth-child(5) {
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: opacity .5s .5s, transform .5s .5s;
}
.nav > ul > li:nth-child(6) {
  -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
  transition: opacity .5s .6s, transform .5s .6s;
}
/*.nav > ul > li:nth-child(7) {
  -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
  transition: opacity .5s .7s, transform .5s .7s;
}*/
.nav > ul > li > a {
  display: inline-block;
  position: relative;
  padding: 0;
  font-weight: 300;
  font-size: 1em;
  color: #000000;
  width: 100%;
  text-decoration: none;
  -webkit-transition: color .5s ease, padding .5s ease;
  -moz-transition: color .5s ease, padding .5s ease;
  transition: color .5s ease, padding .5s ease;
}
.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
  padding-left: 15px;
}
.nav > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.nav > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #3b65c1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.nav > ul > li > a:hover:before {
  width: 0%;
  background: #3b65c1;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
.nav > ul > li > a:hover:after {
  width: 0%;
  background: transparent;
  -webkit-transition: width 0s ease;
  transition: width 0s ease;
}
.nav {
  width: 320px;
  min-width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: 0;
  right: -320px;
  padding: 15px 20px;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  background: #ffffff;
  z-index: 2000;
}
.nav-toggle {
  position: absolute;
  right: 320px;
  top: 1.06em;
  padding: 0.5em;
  color: #000000;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1;
  z-index: 2001;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.nav-toggle:after {
  content: '\2630';
  text-decoration: none;
}
.nav-toggle:hover {
  color: #00000093;
}
[id='nav-toggle'] {
  position: absolute;
  display: none;
}
[id='nav-toggle']:checked ~ .nav > .nav-toggle {
  left: auto;
  right: 2px;
  top: 1em;
}
[id='nav-toggle']:checked ~ .nav {
  right: 0;
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
  content: '\2715';
}
@media screen and (min-width: 320px) {
  html,
  body {
    margin: 0;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 320px) {
  html,
  body {
    margin: 0;
    overflow-x: hidden;
  }
  .nav {
    width: 100%;
    box-shadow: none;
  }
}
body {
  -webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
  to {
    padding: 0;
  }
}
#toTop {
  width: 50px;
  border: none;
  z-index: 10;
  background: transparent;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
}
#toTop img {
  max-width: 100%;
  cursor: pointer;
}
.suc_form{
color: #ffffff;
    position: absolute;
    top: -60px;
    font-weight: 600;
    left: 35px;
    font-size: 18px;
}