/*Theme Name: AuroraTTcustom*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic");
/*Default settings*/
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-size: 18px;
}
@media screen and (min-width: 881px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 880px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
}

.container {
  max-width: 1230px;
  padding: 0px 15px;
  margin: auto;
  position: relative;
}

a {
  color: #DA251D;
}

p {
  margin: 0 0 10px 0;
}

img {
  max-width: 100%;
  height: auto;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

input, textarea, button {
  outline: none;
}

.text-center {
  text-align: center;
}

.clear {
  clear: both;
}

::-webkit-input-placeholder {
  color: #bebebe;
}

::-moz-placeholder {
  color: #bebebe;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #bebebe;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #bebebe;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

.content-page {
  padding: 125px 0px 30px;
}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tbl__cell {
  display: table-cell;
  vertical-align: middle;
}

.content {
  position: relative;
  z-index: 2;
}

.aurora {
  text-align: right;
  line-height: 12px;
}
.aurora a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
.aurora a:hover {
  text-decoration: underline;
}

.header {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  padding: 14px 0px;
  z-index: 5;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.header.fixed {
  background: rgba(246, 246, 246, 0.9);
}
@media screen and (min-width: 1201px) {
  .header.fixed .logo {
    max-height: 50px;
  }
  .header.fixed .logo img {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: center top;
  }
  .header.fixed .phone {
    padding-top: 0;
  }
  .header.fixed .phone img {
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -o-transform: scale(0.45);
    transform: scale(0.45);
  }
  .header.fixed .phone span {
    font-size: 25px;
    padding-left: 3px;
  }
  .header.fixed .clb {
    padding-top: 0;
  }
  .header.fixed .lang {
    padding-top: 0;
  }
}
@media screen and (max-width: 880px) {
  .header {
    padding: 5px 0px;
  }
}

/*First section*/
.first-item {
  height: 100vh;
}

.frst {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 129px;
}

.frst .frst__lft {
  width: 402px;
  height: 402px;
  float: left;
  margin: 11vh 0px 0px 85px;
  text-align: center;
  visibility: hidden;
}
.frst .frst__lft .frst__aurora {
  color: #DA251D;
  font-size: 60px;
  font-size: 3.35rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 3.35rem;
}
.frst .frst__lft .frst__rus {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.55rem;
}
.frst .frst__lft .bg__cnt {
  height: 100%;
  padding: 30px 85px;
}

.frst .frst__rght {
  float: right;
  width: 486px;
  height: auto;
  font-size: 18px;
  font-size: 1rem;
  visibility: hidden;
}

.frst .frst__rght .bg__cnt {
  padding: 23px 20px;
}

.frst .frst__rght p {
  margin-top: 13px;
  line-height: 26px;
}
.frst .frst__rght p:first-child {
  margin-top: 0;
}

.frst__imgs {
  margin-top: 45px;
  text-align: center;
}
.frst__imgs img {
  display: inline-block;
  margin: 3px 8px;
}
.frst__imgs img:first-child {
  margin-left: 0;
}
.frst__imgs img:last-child {
  margin-right: 0;
}

.bg {
  padding: 5px;
  background: rgba(255, 255, 255, 0.5);
}
.bg.bg_cr, .bg.bg_cr .bg__cnt {
  border-radius: 100%;
  overflow: hidden;
}
.bg .bg__cnt {
  border: 2px dashed #696969;
}
.bg.bg_red {
  background: #DA251D;
}
.bg.bg_red .bg__cnt {
  border-color: #fff;
}
@media screen and (min-width: 1201px) and (min-height: 751px) {
  .first-item {
    position: relative;
    min-height: 800px;
  }
}
@media screen and (min-width: 881px) and (max-height: 750px) {
  .frst .frst__rght {
    font-size: 16px;
  }

  .frst .frst__rght p {
    line-height: 22px;
  }

  .frst .frst__rght {
    width: 600px;
  }

  .frst__imgs {
    margin-top: 0;
  }

  .frst .frst__lft {
    width: 385px;
    height: 385px;
    margin: 4vh 0px 0px 85px;
  }
}
@media screen and (min-width: 881px) and (max-width: 1200px) {
  .frst .frst__lft {
    width: 325px;
    height: 325px;
    margin-left: 20px;
  }
  .frst .frst__lft .bg__cnt {
    padding: 30px 73px;
  }
  .frst .frst__rght p {
    margin-top: 0;
  }
  .frst .frst__imgs {
    margin-top: 0;
  }
}
@media screen and (min-width: 991px) and (min-height: 1024px) and (orientation: portrait) {
  .frst .frst__lft {
    float: none;
    margin: 0px auto 60px;
  }
  .frst .frst__rght {
    float: none;
    margin: auto;
  }
}
@media screen and (max-width: 880px) and (orientation: portrait) {
  .frst {
    padding-top: 75px;
  }
  .frst .frst__lft {
    width: 325px;
    height: 325px;
    float: none;
    margin: 0px auto 60px;
  }
  .frst .frst__lft .bg__cnt {
    padding: 30px 73px;
  }
  .frst .frst__rght {
    width: 90%;
    float: none;
    margin: auto;
  }
}
@media screen and (max-width: 880px) and (orientation: landscape) {
  .frst {
    padding-top: 75px;
  }
  .frst .frst__lft {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-top: 9vh;
  }
  .frst .frst__lft .bg__cnt {
    padding: 12px 40px;
  }
  .frst .frst__lft .frst__aurora {
    font-size: 32px;
    line-height: 29px;
  }
  .frst .frst__lft .frst__rus {
    font-size: 20px;
    line-height: 16px;
  }
  .frst .frst__rght {
    width: 385px;
    font-size: 11px;
  }
  .frst .frst__rght .bg__cnt {
    padding: 10px;
  }
  .frst .frst__rght p {
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 7px;
  }
  .frst .frst__rght .frst__imgs {
    margin-top: 0;
  }
  .frst .frst__rght .frst__imgs img {
    width: 40px;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  .first-item {
    min-height: 745px;
    position: relative;
  }

  .frst .frst__lft {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
  }
  .frst .frst__lft .bg__cnt {
    padding: 18px 60px;
  }
  .frst .frst__rght {
    width: 100%;
    font-size: 11px;
  }
  .frst .frst__rght .bg__cnt {
    padding: 10px;
  }
  .frst .frst__rght p {
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 7px;
  }
  .frst .frst__rght .frst__imgs {
    margin-top: 0;
  }
  .frst .frst__rght .frst__imgs img {
    width: 40px;
  }
}
@media screen and (max-height: 380px) and (orientation: landscape) {
  .first-item {
    min-height: 400px;
    position: relative;
  }

  .frst .frst__lft {
    width: 150px;
    height: 150px;
  }
  .frst .frst__lft .bg__cnt {
    padding: 3px 20px;
  }
  .frst .frst__lft .frst__aurora {
    font-size: 17px;
    line-height: 35px;
  }
}
@media screen and (max-height: 340px) and (orientation: landscape) {
  .frst .frst__lft {
    display: none;
  }
  .frst .frst__rght {
    width: 100%;
  }
}
/*Logo*/
.logo {
  width: 34%;
  float: left;
  padding-right: 10px;
}
.logo img {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 881px) and (max-width: 1200px) {
  .logo {
    width: 23%;
  }
}
@media screen and (max-width: 880px) {
  .logo {
    width: 176px;
    padding-top: 7px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .logo {
    width: 125px;
  }
}

/*Phone*/
.phone {
  width: 23%;
  float: left;
  padding: 19px 3px 0px 6px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.phone a {
  text-decoration: none;
}
.phone img {
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.phone span {
  display: inline-block;
  vertical-align: middle;
  color: #DA251D;
  font-size: 32px;
  font-weight: bold;
  padding-left: 10px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media screen and (min-width: 881px) and (max-width: 1200px) {
  .phone {
    width: 29%;
    padding-top: 2px;
  }
  .phone img {
    width: 37px;
  }
  .phone span {
    font-size: 30px;
  }
}
@media screen and (max-width: 880px) {
  .phone {
    width: auto;
    float: right;
    padding-top: 0;
  }
  .phone img {
    width: 20px;
  }
  .phone span {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  .phone {
    padding: 7px 0px 0px;
  }
  .phone img {
    display: none;
  }
  .phone span {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .phone {
    padding-right: 7px;
  }
}

/*Navigation*/
.nav {
  float: right;
  width: 37%;
  padding: 0px 9px;
}

.menu {
  padding: 0;
  margin: 0;
  text-align: right;
}
@media only screen and (min-width: 881px) {
  .menu .menu__item {
    display: inline-block;
    padding: 0px 0px 0px 3px;
  }
  .menu .menu__item:after {
    content: "|";
    font-size: 15px;
    margin: 0px 0px 0px 5px;
  }
  .menu .menu__item:last-child:after {
    content: none;
  }
  .menu .menu__link {
    color: #222;
    font-size: 18px;
    text-decoration: none;
  }
  .menu .menu__link:hover, .menu .current-menu-item .menu__link {
    color: #DA251D;
  }
}

.menu .menu__item:first-child .menu__link {
  color: #DA251D;
}

.clb {
  text-align: right;
  padding: 13px 12px 0px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.clb img {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.clb a:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (min-width: 881px) and (max-width: 1200px) {
  .nav {
    width: 42%;
  }

  .menu .menu__item {
    padding-left: 0px;
  }
  .menu .menu__item:after {
    margin-left: 3px;
  }
  .menu .menu__link {
    font-size: 16px;
  }

  .clb {
    padding-top: 0;
  }
}
@media screen and (max-width: 880px) {
  .nav {
    width: auto;
  }

  .menu {
    position: absolute;
    width: 100%;
    top: 34px;
    left: 0;
    padding-right: 20px;
  }
  .menu .menu__item {
    display: inline-block;
    padding: 0px 0px 0px 2px;
  }
  .menu .menu__item:after {
    content: "|";
    font-size: 15px;
    margin: 0px 0px 0px 3px;
  }
  .menu .menu__item:last-child:after {
    content: none;
  }
  .menu .menu__link {
    color: #222;
    font-size: 14px;
    text-decoration: none;
  }
  .menu .menu__link:hover {
    color: #DA251D;
  }

  .clb {
    padding-top: 6px;
  }
}
@media screen and (max-width: 640px) {
  .menu {
    top: 44px;
  }

  .nav {
    padding: 0px 5px;
  }

  .clb {
    padding: 11px 4px 0px;
  }
}
@media screen and (max-width: 365px) {
  .clb {
    display: none;
  }
  .menu {
     white-space: nowrap
  }
  .menu .menu__item {
    padding-left: 3px;
    padding-right: 3px;
  }
  .menu .menu__item:after {
    content: none;
  }

  .menu .menu__link {
    font-size: 13px;
  }
}
/*Lang*/
.lang {
  float: right;
  width: 6%;
  text-align: right;
  padding: 20px 2px 0px;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.lang ul {
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  list-style: none;
  float: right;
  border-radius: 100%;
  overflow: hidden;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.lang li {
  float: left;
  width: 50%;
  height: 48px;
  font-size: 17px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 881px) {
  .lang ul:hover {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
  .lang li {
    background: #da251d;
    color: #000;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .lang li:hover {
    background: #e7332b;
  }
  .lang li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
  }
  .lang li.active {
    background: #adacac;
  }
  .lang li.active:hover {
    background: #c2c1c1;
  }
  .lang li.active a {
    color: #fff;
  }
}
@media screen and (min-width: 881px) and (max-width: 1200px) {
  .lang {
    padding-top: 0;
  }
}
@media screen and (max-width: 880px) {
  .lang {
    width: auto;
    padding-top: 0;
    padding-bottom: 33px;
  }
  .lang ul {
    width: auto;
    height: auto;
    overflow: inherit;
  }
  .lang ul li {
    float: none;
    display: inline-block;
    margin: 0px 4px;
    width: auto;
    height: auto;
    line-height: 25px;
    padding: 2px 3px;
    font-size: 18px;
    border-bottom: 1px dotted #000;
  }
  .lang ul li a {
    color: #000;
  }
  .lang ul li a {
    text-decoration: none;
  }
  .lang ul li.active {
    
    border-bottom: 1px dotted #DA251D;
  }
  .lang ul li.active a {
    color: #DA251D;
  }
}
@media screen and (max-width: 640px) {
  .lang {
    padding-top: 3px;
  }
  .lang ul li {
    margin: 0px 1px;
  }
  .lang ul li a {
    font-size: 15px;
  }
}

/*Video background*/
.tv {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background: url("assets/images/preview.jpg") center no-repeat;
  background-size: cover;
}

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}
.tv video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .tv video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .tv video {
        width: 300%;
        left: -100%;
    }
}
@media screen and (max-width: 880px) {
  video {
    display: none; 
  }
}
.second-item {
  padding: 35px 0px 18px;
}

/*Info*/
.info .info__lft {
  float: left;
  width: 48%;
  font-size: 18px;
}
.info .info__lft h1 {
  color: #DA251D;
  font-size: 48px;
  font-weight: normal;
  margin: 7px 0px 3px;
}
.info .info__lft h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 0px 0px 25px;
}
.info .info__lft p {
  line-height: 26px;
  margin-bottom: 16px;
}
.info .info__lft p:nth-of-type(1) {
  max-width: 470px;
}
.info .info__lft p:nth-of-type(2) {
  margin-right: 36%;
}
.info .info__lft p:nth-of-type(3) {
  margin-top: 28px;
  margin-right: 31%;
}
.info .info__rght {
  float: right;
  width: 52%;
}
@media screen and (max-width: 880px) {
  .info .info__lft, .info .info__rght {
    width: 100%;
  }
  .info .info__lft {
    font-size: 15px;
  }
  .info .info__lft h1 {
    font-size: 32px;
  }
  .info .info__lft h2 {
    font-size: 20px;
    margin: 0px 0px 20px;
  }
  .info .info__lft p {
    line-height: 26px;
    max-width: 100% !important;
    margin: 0px 0px 10px !important;
  }
}

.rotate {
  position: relative;
}
.rotate .rotate__cnt {
  height: 505px;
  margin: 10px auto;
}
.rotate .bg__cnt {
  padding: 10px;
}
.rotate .rotate__icn {
  text-align: center;
  margin: 65px 0px 20px;
}
.rotate .rotate__icn img {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 20px;
  cursor: pointer;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.rotate .rotate__icn img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.rotate .btn {
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .rotate .rotate__cnt {
    height: 320px;
  }
  .rotate .rotate__icn img {
    width: 72px;
  }
}

.opros {
  position: absolute;
  left: -26%;
  bottom: -6%;
  z-index: 3;
}
.opros img {
  display: block;
}
.opros .opros__item {
  display: inline-block;
  background: #da251d;
  color: #fff;
  font-size: 19px;
  padding: 5px 11px;
  margin: 5px 2px;
  min-width: 122px;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.opros .opros__item:hover {
  background: #e7332b;
}
.opros .opros__item i {
  color: #ffffff;
  vertical-align: middle;
}

@media screen and (min-width: 881px) {
  .opros .opros__hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    transition: 0.2s;
    background: rgba(255, 255, 255, .7);
    transition: 0.3s;
  }
  .opros:hover .opros__hide {
    visibility: visible;
    opacity: 1;
    padding-top: 47%;
  }
  
}
@media screen and (max-width: 880px) {
  .opros {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .opros img {
    margin: 20px auto;
    width: 150px;
  }
  .opros .opros__hide {
    text-align: center;
    padding-bottom: 32px;
  }
}

/*Order*/
.order {
  position: relative;
  min-height: 400px;
}
.order .order__desc {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 36px;
}
.order .order__desc .bg__cnt {
  padding: 53px 10px;
  height: 100%;
}
.order .order__form {
  padding: 130px 0px 0px 435px;
}
.order .order__lft {
  padding-right: 220px;
}
.order .order__rght {
  width: 190px;
  position: absolute;
  top: 112px;
  right: 0;
}
.order .order__rght .bg {
  height: 190px;
  cursor: pointer;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.order .order__rght .bg:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.order .order__rght .bg.success {
  cursor: default;
}
.order .order__rght .bg.disabled {
  opacity: 0.7;
}
.order .order__rght .bg .bg__cnt {
  height: 100%;
  line-height: 180px;
}
@media screen and (max-width: 1200px) {
  .order .order__desc {
    width: 100%;
    height: auto;
    height: auto;
    position: static;
    border-radius: 0px;
    margin: 50px 0px 10px;
  }
  .order .order__desc .bg__cnt {
    border-radius: 0px;
  }
  .order .order__desc .bg__cnt br {
    display: none;
  }
  .order .order__form {
    position: relative;
    padding-top: 20px;
    padding-left: 0;
  }
  .order .order__rght {
    top: 10px;
  }
}
@media screen and (max-width: 880px) {
  .order .order__desc {
    font-size: 17px;
  }
  .order .order__desc .bg__cnt {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 640px) {
  .order .order__lft {
    padding-right: 0;
  }
  .order .order__rght {
    position: static;
    margin: auto;
    width: 120px;
  }
  .order .order__rght .bg {
    height: 120px;
    font-size: 18px;
  }
  .order .order__rght .bg .bg__cnt {
    line-height: 107px;
  }
}

/*Form group*/
.fg {
  margin-bottom: 19px;
}
.fg input[type="text"] {
  width: 100%;
  border: 2px solid #919191;
  padding: 0px 10px;
  font-family: 'Open Sans Condensed';
  font-size: 21px;
  height: 31px;
  line-height: 31px;
}
.fg input[type="text"].errorText {
  border-color: #da251d;
}
.fg #bsTime {
  width: 66px;
}
.fg .fg__radio label {
  font-size: 18px;
  margin-left: 5px;
}
.fg .fg__radio:first-child {
  float: left;
  margin-right: 5px;
}
.fg .fg__radio:last-child {
  float: right;
  text-align: right;
}
.fg select {
  margin-left: 5px;
  font-size: 21px;
  background: #fff;
  border: 2px solid #919191;
  color: #3F3F3F;
  padding: 1px 8px;
}
.fg ::-webkit-input-placeholder {
  color: #3F3F3F;
}
.fg ::-moz-placeholder {
  color: #3F3F3F;
}
.fg :-moz-placeholder {
  color: #3F3F3F;
}
.fg :-ms-input-placeholder {
  color: #3F3F3F;
}
@media screen and (max-width: 880px) {
  .fg .fg__radio {
    width: 100%;
    text-align: left !important;
  }
}
@media screen and (max-width: 480px) {
  .fg .fg__radio label {
    font-size: 15px;
  }
  .fg select {
    font-size: 16px;
  }
  .fg input[type="text"] {
    font-size: 17px;
    height: 41px;
  }
}

/*Footer*/
@media only screen and (min-width: 881px) {
  .footer .footer__top {
    color: #fff;
    background: #838281;
    padding: 15px 0px;
  }
  .footer .footer__bottom {
    padding: 16px 0px;
  }
}
@media only screen and (max-width: 880px) {
  .footer {
    margin-top: 40px;
    background: #ececec;
    padding: 10px 0px;
  }
}

.fbt {
  float: left;
}
@media only screen and (max-width: 880px) {
  .fbt {
    float: none;
    text-align: center;
    font-size: 13px;
  }
}

/*Copyright*/
.copyright {
  width: 50%;
  float: left;
  font-size: 15px;
  line-height: 14px;
}
@media only screen and (max-width: 880px) {
  .copyright {
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
  }
}

/*Privacy*/
.privacy {
  width: 50%;
  float: right;
  text-align: right;
  font-size: 15px;
}
.privacy a {
  color: #fff;
}
.privacy a:hover {
  text-decoration: none;
}
.privacy span {
  display: inline-block;
  margin-left: 30px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 880px) {
  .privacy {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .privacy a {
    color: #DA251D;
  }
}

/*Bottom menu*/
.b-menu {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 3px 18px 0px 0px;
}
.b-menu li {
  display: inline-block;
}
.b-menu li:after {
  content: "|";
  font-size: 17px;
  margin: 0px 0px 0px 3px;
}
.b-menu li:last-child:after {
  content: none;
}
.b-menu li a {
  font-size: 17px;
  color: #000;
  text-decoration: none;
}
.b-menu li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 880px) {
  .b-menu {
    float: none;
    margin: 0px auto 10px;
  }
}

/*Social icons*/
.social {
  float: left;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.social li {
  display: inline-block;
  margin: 0px 1px;
}
.social li:first-child {
  margin-left: 0;
}
.social li:last-child {
  margin-right: 0;
}
.social  img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.social img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
@media only screen and (max-width: 880px) {
  .social {
    float: none;
    margin: 0px auto 10px;
  }
}

/*Aurora*/
.aurora {
  float: right;
  width: 50%;
  text-align: right;
  line-height: 17px;
  margin-top: -2px;
  color: #373737;
}
.aurora a {
  color: #373737;
  text-decoration: none;
  font-size: 15px;
}
.aurora a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 880px) {
  .aurora {
    float: none;
    margin: auto;
    width: 245px;
  }
}

/*Button*/
.btn {
  border: none;
  border-radius: 2px;
  position: relative;
  margin: 10px 1px;
  padding: 5px 20px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  will-change: box-shadow,transform;
  -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  -o-transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  background: #da251d;
  color: #fff;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.btn:hover {
  background: #e7332b;
}
#animatedModal, #fileUpload {
  display: none;
  padding: 50px 0px;
}
.close-animatedModal, .close-fileUpload {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.close-animatedModal i, .close-fileUpload i {
  font-size: 47px;
  float: right;
  cursor: pointer;
}

/*Form*/
.form {
  max-width: 600px;
  margin: auto;
  padding: 0px 15px;
}
.form .form__g {
  position: relative;
  margin-bottom: 25px;
}
.form__g input[type="file"]{
  width: 0.1px;
  /*height: 0.1px;*/
  /*opacity: 0;*/
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form__g input[type="file"] + label {
  background: #da251d;
  border: 1px dashed #fff;
  color: #fff;
  transition: .2s;
  cursor: pointer;
  vertical-align: middle;
  padding: 24px 79px;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
.form__g input[type="file"]:focus + label, .form__g input[type="file"] + label:hover {
  background-color: #da251d;
}
.form__g input[type="file"]:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
.form input, .form textarea {
  width: 100%;
}
.form input {
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  border: 1px solid #bbb;
  border-radius: 11px;
  height: 41px;
  padding: 0px 10px 0px 40px;;
}
.form textarea {
  font-family: 'Open Sans Condensed';
  font-size: 18px;
  height: 120px;
  border: 1px solid #bbb;
  border-radius: 11px;
  padding: 5px 10px 5px 40px;
  width: 100%;
  max-width: 100%;
}
.form i.material-icons {
  position: absolute;
  top: 9px;
  left: 7px;
  color: #da251d;
}
.form .form__g button {
  background: #DA251D;
  display: inline-block;
  padding: 10px 36px;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
  border: none;
  border-radius: 11px;
  font-family: 'Open Sans Condensed';
  cursor: pointer;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.form .form__g button:hover {
  background: #e7332b;;
}
.form .form__g button.disabled {
  opacity: 0.7;
}
.form .form__ttl {
  text-align: center;
  margin-bottom: 25px;
  font-size: 36px;
  font-size: 2rem;
}
.form .errorText {
  border-color: #da251d;
}
.form .valid {
  border-color: #39ad24;
}
.form .form__info {
  position: absolute;
  left: 12px;
  bottom: -18px;
  font-size: 14px;
  color: #da251d;
}
@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #da251d;
}
#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #da251d;
}
#successAnimationResult {
  fill: #39ad24;
  opacity: 0;
}
#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimationCircle {
animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
			0.3s linear 0.9s 1 both fadeOut;
}
#successAnimationCheck {
animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
			0.3s linear 0.9s 1 both fadeOut;
}
#successAnimationResult {animation: 0.3s linear 0.9s both fadeIn;}
.buy__message {
    font-size: 1.5rem;
    margin-bottom: 6px;
}
.buy__desc {
    font-size: 0.9rem;
}

/*Map*/
.mapAP {
    font-family: Calibri, sans-serif;
    position: relative;
    margin: 60px auto 0;
    max-width: 800px;
    padding: 0px 15px;
}
.mapAP img {
    max-width: 100%;
    height: auto;
}
.mapAP .mapAP__marker {
    position: absolute;
    width: 1.1%;
    z-index: 2;
    visibility: hidden;
}
.mapAP .mapAP__marker img {
    width: 100%;
    display: block;
    margin: -5% 0px 0px 33%;
}
.mapAP .mapAP__rotate .mapAP__marker img {
    transform: rotate(-15deg) translate(0px, -2px)!important;
}

.mapAP__blk {
    position: absolute;
    color: #DA251D;
    z-index: 3;
    text-transform: uppercase;
    font-size: 22px;
}

.mapAP__marker:after {
    content: "";
    border-radius: 50%;
    height: 47%;
    width: 81%;
    position: absolute;
    bottom: 0px;
    left: 0%;
    animation: pulsate 1.8s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    box-shadow: 0 0 1px 2px #d72c24;
    animation-delay: 2s;
    margin-left: 30%;

}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}

/*1*/
.mapAP__blk.mapAP__blk_1 {
    top: 54%;
    left: 45.1%;
}
.mapAP__blk.mapAP__blk_1 .mapAP__more {
    font-size: 1.4em;
    line-height: .9;
    padding-left: .3em;
}
.mapAP__blk.mapAP__blk_1 .mapAP__num {
    font-size: 7.4em;
    line-height: .65;
}
.mapAP__blk.mapAP__blk_1 .mapAP__info {
    font-size: 1.37em;
    padding: .55em 0 0 .35em;
}

/*2*/
.mapAP__blk.mapAP__blk_2 {
    top: 59%;
    left: 18.1%;
    padding-left: 5em;
}
.mapAP__blk.mapAP__blk_2 img {
    position: absolute;
    top: 16%;
    left: 2%;
    width: 4.2em;
}
.mapAP__blk.mapAP__blk_2 .mapAP__more {
    font-size: 1.4em;
    line-height: .8;
}
.mapAP__blk.mapAP__blk_2 .mapAP__num {
    font-size: 4.75em;
    line-height: .7;
    margin-left: -4px;
}
.mapAP__blk.mapAP__blk_2 .mapAP__info {
    font-size: 2.29em;
    margin-left: 4px;
}

/*3*/
.mapAP__blk.mapAP__blk_3 {
    top: 68.3%;
    left: 59.2%;
}
.mapAP__blk.mapAP__blk_3 .mapAP__more {
    font-size: 1.4em;
    line-height: .9;
    padding-left: 2px;
}
.mapAP__blk.mapAP__blk_3 .mapAP__num {
    float: left;
    font-size: 4.75em;
    line-height: .65;
}
.mapAP__blk.mapAP__blk_3 .mapAP__info {
    float: left;
    font-size: 1.55em;
    line-height: 1.2;
    padding-left: 4px;
    margin-top: -6px;
}

/*4*/
.mapAP__blk.mapAP__blk_4 {
    top: 76.8%;
    left: 9.5%;
}
.mapAP__blk.mapAP__blk_4 img {
    float: left;
    width: 1.2em;
}
.mapAP__blk.mapAP__blk_4 .mapAP__more {
    font-size: 1.4em;
    line-height: .9;
    padding-left: .9em;
}
.mapAP__blk.mapAP__blk_4 .mapAP__num {
    float: left;
    font-size: 3.7em;
    line-height: .9;
}
.mapAP__blk.mapAP__blk_4 .mapAP__info {
    float: left;
    font-size: 2.45em;
    line-height: 1.4;
    padding-left: 7px;
}

/*5*/
.mapAP__blk.mapAP__blk_5 {
    top: 71.9%;
    left: 41.5%;
}
.mapAP__blk.mapAP__blk_5 .mapAP__num {
    float: left;
    font-size: 6.75em;
    line-height: 0.76;
}
.mapAP__blk.mapAP__blk_5 .mapAP__info {
    float: left;
    font-size: 2.58em;
    line-height: 2;
    padding-left: 9px;
}
.mapAP__blk.mapAP__blk_5 .mapAP__more {
    font-size: 14px;
    padding-left: 5px;
}

/*6*/
.mapAP__blk.mapAP__blk_6 {
    top: 81.7%;
    left: 57.7%;
}
.mapAP__blk.mapAP__blk_6 img {
    position: absolute;
    top: 12px;
    right: -11em;
    width: 11em;
}
.mapAP__blk.mapAP__blk_6 .mapAP__num {
    float: left;
    font-size: 7.3em;
    line-height: 0.83;
}
.mapAP__blk.mapAP__blk_6 .mapAP__info {
    float: left;
    font-size: 1.5em;
    line-height: 1.25;
    padding-left: 5px;
    padding-top: 6px;
}

/*7*/
.mapAP__blk.mapAP__blk_7 {
    top: 84.7%;
    left: 32.2%;
}
.mapAP__blk.mapAP__blk_7 .mapAP__more {
    font-size: 1.4em;
    line-height: .9;
    padding-left: 4px;
}
.mapAP__blk.mapAP__blk_7 .mapAP__num {
    font-size: 6.6em;
    line-height: 0.6;
}
.mapAP__blk.mapAP__blk_7 .mapAP__info {
    font-size: 1.17em;
    line-height: 1.3;
    padding-left: 6px;
    margin-top: 1.1em;
}

@media screen and (min-width: 881px) {
    .mapAP__mob .mapAP__blk {
        font-size: 9px;
    }
}

@media screen and (max-width: 1499px) and (min-width: 1300px) {
    .mapAP__blk {
        font-size: 17px;
    }
}
@media screen and (max-width: 1299px) and (min-width: 1025px) {
    .mapAP__blk {
        font-size: 14px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .mapAP__blk {
        font-size: 10px;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    .mapAP__blk {
        font-size: 7px;
    }
}
@media screen and (max-width: 480px) {
    .mapAP__blk {
        font-size: 5px;
    }
    .mapAP__blk.mapAP__blk_2 {
        left: 5%;
    }
    .mapAP__blk.mapAP__blk_4 {
        left: 9px;
    }
    .mapAP__blk.mapAP__blk_1 .mapAP__num {
        font-size: 4em;
        line-height: .8;
    }
    .mapAP__blk.mapAP__blk_7 .mapAP__num {
        font-size: 3.6em;
        line-height: 0.9;
        padding-left: 4px;
        margin-top: 2px;
    }
    .mapAP__blk.mapAP__blk_2 .mapAP__num {
        font-size: 2.75em;
        line-height: 1.3;
        margin-left: 3px;
    }
    .mapAP__blk.mapAP__blk_5 .mapAP__num {
        font-size: 3.75em;
        line-height: 0.76;
    }
    .mapAP__blk.mapAP__blk_5 {
        top: 73.8%;
    }
    .mapAP__blk.mapAP__blk_5 .mapAP__info {
        font-size: 1.58em;
        line-height: 2;
        padding-left: 3px;
    }
    .mapAP__blk.mapAP__blk_5 .mapAP__more {
      font-size: 7px;
      padding-left: 0px;
    }
    .mapAP__blk.mapAP__blk_2 .mapAP__info {
        font-size: 1.35em;
        line-height: 1.4;
        padding-left: 4px;
        margin-top: -2px;
    }
    .mapAP__blk.mapAP__blk_2 .mapAP__more {
        margin-left: 3px;
    }
    .mapAP__blk.mapAP__blk_3 .mapAP__num {
        font-size: 3.75em;
        line-height: .8;
    }
    .mapAP__blk.mapAP__blk_6 .mapAP__num {
        font-size: 4.3em;
        line-height: 1.8;
    }
    .mapAP__blk.mapAP__blk_3 .mapAP__info {
        margin-top: -1px;
    }
    .mapAP__blk.mapAP__blk_3 {
      top: 70.3%;
      left: 56.2%;
  }
    
}

@media screen and (max-width: 767px) {
    .mapAP__marker:after {
        content: none;
    }
}
.mapAP__mob .mapAP__marker:after {
    height: 37%;
    width: 78%;
}

.y-video {
  text-align: center;
  padding: 0px 15px;
  margin-top: 60px;
  background: #f6f6f6;
}
.y-video iframe {
  max-width: 700px;
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .y-video iframe {
    height: 315px;
  }
}
@media screen and (max-width: 480px) {
  .y-video iframe {
    height: 250px;
  }
}
