html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: auto;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

body a:hover, body a:focus, body a:active {
  text-decoration: none;
  outline: none;
}

body input:focus, body input:active {
  text-decoration: none;
  outline: none;
}

body button:focus, body button:active {
  text-decoration: none;
  outline: none;
}

body textarea:focus, body textarea:active {
  text-decoration: none;
  outline: none;
}

body a {
  display: inline-block;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body ul, body ol {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

body button {
  border: none;
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body hr {
  border: none;
}

/***************************************************GeneralStyles************************************/
section {
  padding: 40px 0px;
}

h2 {
  display: block;
  text-align: center;
  color: #ff9100;
  font-size: 46px;
  font-weight: 600;
}

.subheader {
  margin-bottom: 40px;
}

.subheader span {
  display: block;
  text-align: center;
  color: #1d273b;
  font-size: 23px;
  line-height: 40px;
  font-weight: 500;
  width: 90%;
  margin: 0 auto;
  color: #555;
  margin-top: 20px;
}

.subheader__footer {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.subheader__footer h2 {
  font-size: 30px;
  display: block;
}

.subheader__footer span {
  display: block;
  text-align: center;
  color: #1d273b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 auto;
  color: #555;
}

.subheader__footer a {
  color: #d83939;
}

/***************************************************First********************************************/
header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-menu {
  display: block;
}

.main-menu li {
  display: inline-block;
  margin-left: 80px;
}

.main-menu a {
  color: #1d273b;
  font-weight: 600;
  font-size: 18px;
}

.main-menu a:hover {
  color: #d83939;
}

.first {
  width: 100%;
  min-height: 300px;
  background-image: url("../images/main-back.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding-top: 0px;
}

.main-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo img {
  width: 200px;
  height: auto;
}

.main-header {
  margin-top: 30px;
}

.main-header h1 {
  font-size: 60px;
  line-height: 70px;
  width: 100%;
  font-weight: 600;
  color: #d83939;
  margin-bottom: 20px;
}

.main-header p {
  width: 100%;
  display: block;
  font-weight: 500;
  color: #1d273b;
  display: block;
  margin-bottom: 20px;
  line-height: 30px;
}

.btn-gen {
  color: #fff;
  background-color: #ff9100;
  padding: 10px 35px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.btn-gen:hover {
  color: #fff;
  background-color: #d83939;
}

/***************************************************Geo********************************************/
.geo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.geo-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.geo-image img {
  width: 100%;
  height: auto;
}

.geo-list {
  margin-left: 40px;
}

.geo-list li {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 23px;
  color: #666;
  font-weight: 500;
}

.geo-list li:before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ff9100;
  border-radius: 50%;
  top: 14px;
  left: 0px;
}

.geo-list span {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 23px;
  color: #666;
  font-weight: 500;
}

/***************************************************Indoor********************************************/
.video-wr {
  width: 720px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  margin-top: 31px;
}

.video-wr .video-back, .video-wr a {
  width: 100%;
  height: 100%;
}

.youtube-btn {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

/***************************************************Indoor********************************************/
.site-footer {
  width: 100%;
  min-height: 250px;
  background-color: #dcf5fb;
  padding: 40px 0px;
  margin-top: 40px;
}

#contact-form {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 20px;
}

#contact-form span {
  display: block;
  text-align: center;
  color: #ff9100;
  font-size: 30px;
  font-weight: 600;
}

#contact-form input {
  width: 48%;
  height: 50px;
  display: block;
  padding: 0px 20px;
  border-radius: 10px;
  border: solid 1px #999;
  color: #555;
  background-color: transparent;
}

#contact-form textarea {
  width: 100%;
  height: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-radius: 10px;
  border: solid 1px #999;
  color: #777;
  background-color: transparent;
  margin-top: 20px;
  resize: none;
  padding: 20px 20px;
}

#contact-form button {
  width: 30%;
  height: 50px;
}

.fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/***********************************************ButtonMobile************************************/
.menu-toggle-button {
  width: 50px;
  height: 40px;
  float: right;
  background-color: transparent;
  border-radius: 7px;
  padding-top: 5px;
  border: none;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 10px;
  float: right;
  margin-left: -17px;
  z-index: 100000;
}

.menu-toggle-button span {
  display: block;
  height: 2px;
  background: #1d273b;
  position: absolute;
  top: 15px;
  left: 16px;
  right: 16px;
  -webkit-transition: background 0s 0.3;
  -o-transition: background 0s 0.3;
  transition: background 0s 0.3;
}

.menu-toggle-button span::before, .menu-toggle-button span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1d273b;
  position: absolute;
  left: 0px;
  -webkit-transition-duration: 0.3s, 1s;
  -o-transition-duration: 0.3s, 1s;
  transition-duration: 0.3s, 1s;
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.menu-toggle-button span::before {
  top: -5px;
}

.menu-toggle-button span::after {
  bottom: -5px;
}

.menu-toggle-button.is-active span {
  background: none;
}

.menu-toggle-button.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  background: #1d273b;
}

.menu-toggle-button.is-active span::after {
  bottom: 0;
  background: #1d273b;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}

.menu-toggle-button:focus {
  outline: none !important;
}
