html {
  font-size: 16px;
}

@font-face {
  font-family: INGMe;
  src: url(../fonts/INGMeWeb-Regular.eot?#iefix);
  src: url(../fonts/INGMeWeb-Regular.eot?#iefix) format("eot"),url(../fonts/INGMeWeb-Regular.woff2) format("woff2"),url(../fonts/INGMeWeb-Regular.woff) format("woff"),url(../fonts/INGMeWeb-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: INGMe;
  src: url(../fonts/INGMeWeb-Bold.eot?#iefix);
  src: url(../fonts/INGMeWeb-Bold.eot?#iefix) format("eot"),url(../fonts/INGMeWeb-Bold.woff2) format("woff2"),url(../fonts/INGMeWeb-Bold.woff) format("woff"),url(../fonts/INGMeWeb-Bold.ttf) format("truetype");
  font-weight: 700;
}

.container {
  max-width: 1390px;
  padding-left: 12px;
  padding-right: 12px;
}

.col {
  margin-left: 12px;
  margin-right: 12px;
  word-wrap: break-word;
}

.col-padding {
  padding-left: 12px;
  padding-right: 12px;
  word-wrap: break-word;
}

.col-1 {
  width: calc(8.33333% - 24px);
}

.col-2 {
  width: calc(16.66667% - 24px);
}

.col-3 {
  width: calc(25% - 24px);
}

.col-4 {
  width: calc(33.33333% - 24px);
}

.col-5 {
  width: calc(41.66667% - 24px);
}

.col-6 {
  width: calc(50% - 24px);
}

.col-7 {
  width: calc(58.33333% - 24px);
}

.col-8 {
  width: calc(66.66667% - 24px);
}

.col-9 {
  width: calc(75% - 24px);
}

.col-10 {
  width: calc(83.33333% - 24px);
}

.col-11 {
  width: calc(91.66667% - 24px);
}

.col-12 {
  width: calc(100% - 24px);
}

::-moz-selection {
  color: #fff;
  background: #ff6200;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #ff6200;
  text-shadow: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control-bubble,.popup,.popup__content--inner,.round__content,.round__content--inner,.round__content--inner img,.round__control {
  -webkit-transition: all ease-out .2s;
  transition: all ease-out .2s;
}

.responsive-tablet {
  float: left;
}

.responsive-phone {
  float: left;
}

.no-jump {
  -webkit-backface-visibility: hidden;
}

.checkbox,.popup__content,.pos-r,.radio,.round,.section {
  position: relative;
}

.checkbox input[type=checkbox],.checkbox input[type=radio],.form-control-bubble,.form-control-bubble:before,.popup__content--close,.popup__content--close span,.popup__content--inner,.pos-a,.radio input[type=checkbox],.radio input[type=radio],.round:after,.round:before,.round__content,.round__content--inner,.round__content--inner img,.round__content--zoom,.round__content--zoom svg,.round__control,.round__control--click,.round__control--label {
  position: absolute;
}

.popup,.pos-f {
  position: fixed;
}

.col-float,.left {
  float: left;
}

.right {
  float: right;
}

.round__control--label,table th {
  text-align: left;
}

#container,.hr {
  text-align: center;
}

.popup__content--close,.td-none,a:focus,a:hover {
  text-decoration: none;
}

.list-clear {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fs-clear,.h-space {
  font-size: 0;
  line-height: 0;
}

.fs-11 {
  font-size: .6875rem;
}

.fs-12 {
  font-size: .75rem;
}

.form-control,.fs-13 {
  font-size: .8125rem;
}

.fs-14 {
  font-size: .875rem;
}

.fs-15 {
  font-size: .9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

table.no-border {
  border: none!important;
}

.br-none,.form-control {
  border-radius: 0;
}

.popup__content--inner,.round__content--zoom,.section-full-height {
  overflow: hidden;
}

.popup__content--inner,.v-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.h-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.val-top {
  vertical-align: top;
}

.val-middle {
  vertical-align: middle;
}

.val-bottom {
  vertical-align: bottom;
}

.checkbox,.radio {
  padding-left: 20px;
}

.checkbox input[type=checkbox],.radio input[type=checkbox] {
  margin: 6px 0 0 -20px;
}

.checkbox input[type=radio],.radio input[type=radio] {
  margin: 6px 0 0 -20px;
}

.is_must {
  color: red;
}

.ir {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}

.d-f,.popup {
  display: flex;
}

.popup {
  justify-content: center;
}

.popup {
  align-items: center;
}

.d-b,.form-control,.round__control,.table-responsive,img.img-responsive {
  display: block;
}

.d-i {
  display: inline;
}

.checkbox,.h-space,.radio {
  display: inline-block;
}

.form-control-bubble,.v-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.v-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.d-n,.form-control-bubble.pure:before,.is_hidden,.round__content--zoom {
  display: none;
}

.m-auto {
  margin: auto;
}

.m-none,body,html {
  margin: 0!important;
}

.h1,.h2,.h3,.h4,.h5,.h6,.p,h1,h2,h3,h4,h5,h6,p {
  margin-top: 0!important;
}

.p-none,body,html {
  padding: 0!important;
}

.p,.table,p {
  margin-bottom: 24px!important;
}

#container .h2,#container .h3,#container h2,#container h3 {
  margin-bottom: 12px!important;
}

#container,#container .container__inner,.container {
  margin-left: auto;
  margin-right: auto;
}

.h-space {
  margin: 0 8px;
}

#container,#container .container__inner,.form-control,.form-control-bubble,.popup,.round,.round:before,.table,.table-responsive,.w-100p,img.img-responsive {
  width: 100%;
}

.h-100p,.popup,.round:before {
  height: 100%;
}

hr {
  border-color: #ccc;
  border-style: outset;
  border-width: 0 0 1px 0;
  margin: 48px 0;
}

.hr {
  height: 1px;
  margin: 24px 0;
  background: #ccc;
}

.round__control--label {
  top: 50%;
  transform: translateY(-50%);
}

.round:after,.round__content,.round__content--inner,.round__content--inner img {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.checkbox,.pointer,.radio,a,button,label {
  cursor: pointer;
}

.shadow {
  -webkit-box-shadow: 0 2px 3px rgba(204,204,204,.5);
  box-shadow: 0 2px 3px rgba(204,204,204,.5);
}

.popup__content {
  -webkit-box-shadow: 2px 2px 3px rgba(68,68,68,.5);
  box-shadow: 2px 2px 3px rgba(68,68,68,.5);
}

.section-full-height {
  min-height: 100vh;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.strong,strong {
  font-weight: 600;
}

em {
  font-style: italic;
  font-weight: 400;
}

.accent {
  color: #ff6200;
}

body {
  color: #000;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
  line-height: 1.2em;
}

.h4,h4 {
  font-weight: 400;
  font-size: 1.5rem;
}

.h5,h5 {
  font-size: 1.25rem;
}

.h6,h6 {
  font-size: 1.125rem;
}

.p,p {
  line-height: 1.5;
}

#container .p.h2,#container .p.h3,#container h2.p,#container h3.p,#container p.h2,#container p.h3 {
  margin-bottom: 12px!important;
}

mark {
  color: #fff;
  background: #ff6200;
}

table {
  border: 1px solid rgba(204,204,204,.5);
  border-collapse: collapse;
}

table.no-border td,table.no-border th {
  border-width: 0 0 1px 0;
}

table th {
  font-weight: 500;
}

table td,table th {
  padding: 12px;
  border: 1px solid rgba(204,204,204,.5);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #ff6200;
}

img {
  width: auto;
  max-width: 100%;
  height: auto!important;
}

button,input,textarea {
  outline: 0;
  font-size: .75rem;
  border-radius: 3px;
}

label {
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #444;
  opacity: 1;
}

::-moz-placeholder {
  color: #444;
  opacity: 1;
}

:-moz-placeholder {
  color: #444;
  opacity: 1;
}

.form-control {
  font-weight: 300;
  height: 36px;
  color: #444;
  padding: 0 8px;
  background: #fff;
  line-height: 36px;
  border-radius: 3px;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 3px 0 rgba(204,204,204,.5);
}

.form-control:focus {
  border-color: #b3b3b3;
}

textarea.form-control {
  min-height: 100px;
  padding: 12px;
  line-height: 1.5em;
}

.form-control-bubble {
  color: #fff;
  padding: 12px;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #000;
}

.form-control-bubble.is_error {
  background: #ff4d4d;
}

.form-control-bubble.is_error:before {
  border-bottom-color: #ff4d4d;
}

.form-control-bubble.is_success {
  background: #00b901;
}

.form-control-bubble.is_success:before {
  border-bottom-color: #00b901;
}

.form-control-bubble:before {
  width: 0;
  height: 0;
  content: "";
  top: -12px;
  right: 24px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #000;
}

.form-control-bubble.pure.checkbox,.form-control-bubble.pure.popup__content,.form-control-bubble.pure.pos-r,.form-control-bubble.pure.radio,.form-control-bubble.pure.round,.form-control-bubble.pure.section {
  position: relative;
}

body,html {
  font-size: 1rem;
  font-family: INGMe,Georgia,Helvetica,sans-serif;
}

#container {
  max-width: 850px;
  padding-bottom: 135px;
}

#container .h1,#container h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2em!important;
}

#container .h2,#container h2 {
  font-weight: 700;
  font-size: 2.3125rem;
}

#container .h3,#container h3 {
  font-weight: 700;
  font-size: 1.875rem;
}

#container .container__inner {
  max-width: 680px;
}

.round {
  height: auto;
  padding-top: 100%;
  border-radius: 50%;
}

.round:before {
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  background-image: radial-gradient(circle at 50%,rgba(255,98,0,.1) 40%,#ff6200 80%);
  background-size: 200% 200%;
  animation: 3s spin infinite linear;
}

.round:after {
  content: "";
  z-index: 2;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  background: #fff;
}

.round__content {
  z-index: 3;
  width: 75%;
  margin-top: 24px;
}

.round__content.v-visible {
  margin-top: 0;
}

.round__content--tip-1 {
  padding-top: 24px;
}

.round__content--tip-1 .round__content--zoom {
  top: -2px;
}

.round__content svg {
  max-width: 100%;
  max-height: 100%;
}

.round__content svg.click-to-zoom {
  width: 30px;
  height: 32px;
}

.round__content--zoom {
  top: -26px;
  left: 50%;
  width: 30px;
  height: 26px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.round__content--zoom svg {
  top: 1px;
  left: 50%;
  margin-left: -12px;
}

.round__content--inner {
  z-index: 4;
  width: 212%;
  height: 212%;
  border-radius: 50%;
  background: #fff;
  transform-origin: 0 0;
  border: 10px solid #ff6200;
  transform: scale(0) translate(-50%,-50%);
}

.round__content--inner.v-visible {
  transform-origin: 0 0;
  transform: scale(1) translate(-50%,-50%);
}

.round__content--inner img {
  width: 100%!important;
  height: 100%!important;
  object-fit: contain;
  border-radius: 50%;
  transform-origin: 0 0;
  transform: scale(.5) translate(-50%,-50%);
}

.round__content--inner img.v-visible {
  transform: scale(1) translate(-50%,-50%);
}

.round__control {
  z-index: 888;
  width: 14.7059%;
  height: 14.7059%;
  border-radius: 50%;
  background: #ff6200;
}

.round__control--click {
  width: 38%;
  height: 63%;
  top: 50%;
  left: 50%!important;
  transform: translate(-50%,-50%)!important;
  animation: flash 3s ease-in-out infinite;
}

.round__control--label {
  font-size: 14px;
  font-weight: 700;
  left: 110%;
  line-height: 1.2em;
}

.round__control--tip-1 {
  top: 3%;
  right: 12.15%;
}

.round__control--tip-2 {
  top: 57%;
  right: -4%;
}

.round__control--tip-3 {
  bottom: -5%;
  right: 37%;
}

.round__control--tip-4 {
  bottom: 16.3%;
  left: .25%;
}

.round__control--tip-5 {
  top: 11%;
  left: 3.5%;
}

.popup {
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.85);
}

.popup__content {
  width: 80vw;
  height: 70vh;
  background: #fff;
  border-radius: 3px;
}

.popup__content--inner {
  padding: 0 24px;
  height: calc(100% - 48px);
  width: 100%;
  top: 24px;
  left: 0;
}

.popup__content--close {
  width: 45px;
  height: 45px;
  top: -24px;
  right: -15px;
  border-radius: 50%;
  background: #ff6200;
}

.popup__content--close span {
  height: 2px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  background: #fff;
  transform-origin: 50% 50%;
}

.popup__content--close span:first-child {
  transform: rotate(45deg);
}

.popup__content--close span:last-child {
  transform: rotate(-45deg);
}

@media (orientation:landscape) {
  #container {
    padding-left: 84px!important;
    padding-right: 84px!important;
  }
}

@media screen and (max-width:768px) {
  .responsive-tablet {
    float: none;
  }

  .section-full-height {
    min-height: 100%!important;
  }

  .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  body {
    font-size: 1rem;
  }

  #container {
    padding: 0 48px;
  }

  #container p {
    margin-bottom: 12px!important;
  }

  .round__content--main-image img {
    width: 100%;
    max-width: 50%;
  }
}

@media screen and (max-width:480px) {
  .responsive-phone {
    float: none;
  }

  #container .h1,  #container h1 {
    font-size: 1.5rem!important;
  }

  #container .h2,  #container h2 {
    font-size: 1.25rem!important;
  }

  #container .h3,  #container h3 {
    font-size: 1.125rem!important;
  }

  .round__content--zoom {
    display: inline-block;
  }

  .round__content--inner {
    border-width: 5px;
  }

  .round__control--label {
    font-size: 10px;
  }
}

@-webkit-keyframes spin {
  0% {
    background-position: 100% 50%;
  }

  5% {
    background-position: 97.55% 65.45%;
  }

  10% {
    background-position: 90.45% 79.39%;
  }

  15% {
    background-position: 79.39% 90.45%;
  }

  20% {
    background-position: 65.45% 97.55%;
  }

  25% {
    background-position: 50% 100%;
  }

  30% {
    background-position: 34.55% 97.55%;
  }

  35% {
    background-position: 20.61% 90.45%;
  }

  40% {
    background-position: 9.55% 79.39%;
  }

  45% {
    background-position: 2.45% 65.45%;
  }

  50% {
    background-position: 0 50%;
  }

  55% {
    background-position: 2.45% 34.55%;
  }

  60% {
    background-position: 9.55% 20.61%;
  }

  65% {
    background-position: 20.61% 9.55%;
  }

  70% {
    background-position: 34.55% 2.45%;
  }

  75% {
    background-position: 50% 0;
  }

  80% {
    background-position: 65.45% 2.45%;
  }

  85% {
    background-position: 79.39% 9.55%;
  }

  90% {
    background-position: 90.45% 20.61%;
  }

  95% {
    background-position: 97.55% 34.55%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes spin {
  0% {
    background-position: 100% 50%;
  }

  5% {
    background-position: 97.55% 65.45%;
  }

  10% {
    background-position: 90.45% 79.39%;
  }

  15% {
    background-position: 79.39% 90.45%;
  }

  20% {
    background-position: 65.45% 97.55%;
  }

  25% {
    background-position: 50% 100%;
  }

  30% {
    background-position: 34.55% 97.55%;
  }

  35% {
    background-position: 20.61% 90.45%;
  }

  40% {
    background-position: 9.55% 79.39%;
  }

  45% {
    background-position: 2.45% 65.45%;
  }

  50% {
    background-position: 0 50%;
  }

  55% {
    background-position: 2.45% 34.55%;
  }

  60% {
    background-position: 9.55% 20.61%;
  }

  65% {
    background-position: 20.61% 9.55%;
  }

  70% {
    background-position: 34.55% 2.45%;
  }

  75% {
    background-position: 50% 0;
  }

  80% {
    background-position: 65.45% 2.45%;
  }

  85% {
    background-position: 79.39% 9.55%;
  }

  90% {
    background-position: 90.45% 20.61%;
  }

  95% {
    background-position: 97.55% 34.55%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%,-50%) scaleX(1);
    transform: translate(-50%,-50%) scaleX(1);
  }

  25% {
    -webkit-transform: translate(-50%,-50%) scale(1.15,1.15,1.15);
    transform: translate(-50%,-50%) scale(1.15,1.15,1.15);
  }

  100% {
    -webkit-transform: translate(-50%,-50%) scaleX(1);
    transform: translate(-50%,-50%) scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%,-50%) scaleX(1);
    transform: translate(-50%,-50%) scaleX(1);
  }

  25% {
    -webkit-transform: translate(-50%,-50%) scale(1.15,1.15);
    transform: translate(-50%,-50%) scale(1.15,1.15);
  }

  100% {
    -webkit-transform: translate(-50%,-50%) scaleX(1);
    transform: translate(-50%,-50%) scaleX(1);
  }
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}