@charset "UTF-8";
@font-face {
   font-family: Gilroy;
   src: url("../fonts/Radomir Tinkov - Gilroy-Light_0.eot");
   src: local("☺"), url("../fonts/Radomir Tinkov - Gilroy-Light_0.woff") format("woff"), url("../fonts/Radomir Tinkov - Gilroy-Light_0.ttf") format("truetype"), url("../fonts/Radomir Tinkov - Gilroy-Light_0.svg") format("svg");
   font-weight: 300;
   font-style: normal
}

@font-face {
   font-family: "Gilroy - Extra Bold";
   src: url("../fonts/Radomir Tinkov - Gilroy-ExtraBold_0.eot");
   src: local("☺"), url("../fonts/Radomir Tinkov - Gilroy-ExtraBold_0.woff") format("woff"), url("../fonts/Radomir Tinkov - Gilroy-ExtraBold_0.ttf") format("truetype"), url("../fonts/Radomir Tinkov - Gilroy-ExtraBold_0.svg") format("svg");
   font-weight: 400;
   font-style: normal
}

::-webkit-scrollbar {
   width: 10px;
   height: 10px
}

::-webkit-scrollbar-thumb {
   border-width: 1px 1px 1px 2px;
   border-color: #fff;
   background-color: #28292d
}

::-webkit-scrollbar-track {
   border-width: 1px;
   background-color: #eee;
   border-color: #fff
}

* {
   font-family: Gilroy
}

.form-item__field::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form-item__field::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form-item__field:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form-item__field:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
.form-item__field:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
.form-item__field:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
.form-item__field:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
.form-item__field:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}

::-webkit-input-placeholder {color:#ccc;}
::-moz-placeholder          {color:#ccc;}
:-moz-placeholder           {color:#ccc;}
:-ms-input-placeholder      {color:#ccc;}

 .form-item__field {
   border: none;
   background-color: transparent;
   border-bottom: 1px solid #ccc;
   display: block;
   width: 100%;
   font-size: 14px;
   font-family: Gilroy;
   padding-bottom: 11px;
   margin-bottom: 1.3rem;
   color: #fff !important;
 }

 .form-item__field:last-child {
   /*margin-bottom: 0;*/
 }

 .form-item {
   margin-top: 3.7rem;
   margin-top: 0;
 }

 #rightSide .form-item:nth-of-type(n+2) {
   margin-top: 1.9rem;
   margin-top: 20px;
 }

#piechart {
   font-family: "Gilroy - Extra Bold"
}

.modal {
   position: fixed;
   z-index: 1050;
   display: none;
   outline: 0;
   opacity: 0;
   background-color: #fff;
   text-align: center;
   top: 50%;
   left: 50%;
   transition: all .4s;
   padding: 69px 67px;
   width: 70%;
   max-width: 490px;
   min-width: 300px;
   height: auto;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translateX(-50%) translateY(-50%)
}

.modal.large {
   max-width: 768px;
   overflow-y: scroll;
   max-height: 480px
}

.modal-content {
   text-align: center
}

.modal-content h4 {
   font-size: 29px;
   line-height: 36px;
   margin: 30px 30px 0;
   color: #28292d;
   font-family: "Gilroy - Extra Bold"
}

.modal-content h3 {
   color: #28292d;
   font-family: "Gilroy - Extra Bold";
   font-size: 24px;
   font-weight: 400;
   text-transform: uppercase
}

.overl-h {
   overflow: hidden
}

.modal-btn {
   cursor: pointer
}

.popup__close {
   width: 16px;
   height: 16px;
   position: absolute;
   right: 24px;
   top: 24px;
   cursor: pointer;
   background: url(../images/close-icon.svg) no-repeat;
   opacity: .5;
   background-size: 100%
}

.popup__close:hover {
   opacity: 1
}

.overlay {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: none;
   background: #000;
   opacity: .62;
   z-index: 1000
}

.registration {
   text-align: center;
   display: block;
   width: 100%
}

.registration label {
   display: inline-block;
   vertical-align: bottom;
   max-width: 263px;
   width: 100%;
   position: relative;
   text-align: left;
   margin: 0;
   float: left
}

.registration label:before {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 2px;
   background: #000;
   opacity: .2;
   transition: all .4s
}

.registration label:after {
   content: "";
   position: absolute;
   left: 0;
   bottom: 0;
   width: 0;
   height: 2px;
   background: #b39c72;
   transition: all .4s
}

.registration label.active:after, .registration label.noempty:after {
   width: 100%
}

.registration label.active span, .registration label.noempty span {
   bottom: 38px
}

.registration label input {
   border: 0;
   background-color: transparent;
   color: #222;
   font-family: Gilroy;
   font-size: 16px;
   font-weight: 300;
   line-height: 49px;
   width: 100%
}

.registration label input:focus+span {
   bottom: 38px
}

.registration label span {
   opacity: .7;
   color: #222;
   font-family: Gilroy;
   font-size: 16px;
   font-weight: 300;
   line-height: 24px;
   transition: all .4s;
   position: absolute;
   bottom: 16px;
   left: 0
}

.registration .submit-btn {
   margin: 0 auto 0;
   box-shadow: 0 0 20px rgba(0, 0, 0, .3);
   border-radius: 2px;
   background-color: #28292d;
   color: #fff;
   font-family: "Gilroy - Extra Bold";
   font-size: 14px;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 1.68px;
   text-align: center;
   border: 0;
   transition: .2s;
   padding: 18px 0 16px;
   width: 100%;
   cursor: pointer;
   float: right;
   text-align: center;
}

.registration .submit-btn:hover {
   color: #fff;
   box-shadow: 0 5px 25px rgba(28, 84, 233, .3);
   background-color: #1c54e9
}

.field {
   position: relative
}

.allert {
   position: absolute;
   z-index: 20;
   top: 55%;
   display: block;
   right: 5px;
   height: 20px;
   width: 20px;
   color: #ff6565;
   cursor: default;
   transform: translateY(-50%)
}

.allert p {
   display: none;
   opacity: 0;
   padding: 5px;
   margin-left: 5px;
   line-height: 14px;
   color: #000;
   font-style: italic;
   font-size: 13px;
   border-radius: 4px;
   transition: all .5s;
   min-width: 140px;
   text-align: center
}

.allert:hover p {
   border: 1px solid #ff6565;
   background: #fff;
   display: inline;
   position: absolute;
   color: #4e4e4e;
   right: 24px;
   top: -7px;
   opacity: 1
}

.allert svg {
   width: 15px
}

.owl-carousel {
   display: none;
   width: 100%;
   -webkit-tap-highlight-color: transparent;
   position: relative;
   z-index: 1
}

.owl-carousel .owl-stage {
   position: relative;
   -ms-touch-action: pan-Y;
   -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0
}

.owl-carousel .owl-stage-outer {
   position: relative;
   overflow: hidden;
   -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
   position: relative;
   min-height: 1px;
   float: left;
   -webkit-backface-visibility: hidden;
   -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
   display: block;
   width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
   display: none
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
   cursor: pointer;
   cursor: hand;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
}

.owl-carousel.owl-loaded {
   display: block
}

.owl-carousel.owl-loading {
   opacity: 0;
   display: block
}

.owl-carousel.owl-hidden {
   opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
   visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
}

.owl-carousel.owl-grab {
   cursor: move;
   cursor: -webkit-grab;
   cursor: grab
}

.owl-carousel.owl-rtl {
   direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
   float: right
}

.no-js .owl-carousel {
   display: block
}

.owl-carousel .animated {
   animation-duration: 1s;
   animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
   z-index: 0
}

.owl-carousel .owl-animated-out {
   z-index: 1
}

.owl-carousel .fadeOut {
   animation-name: fadeOut
}

@keyframes fadeOut {
   0% {
      opacity: 1
   }
   100% {
      opacity: 0
   }
}

.owl-height {
   transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
   opacity: 0;
   transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
   transform-style: preserve-3d
}

html {
   box-sizing: border-box;
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -ms-overflow-style: scrollbar;
   -webkit-tap-highlight-color: transparent
}

*, ::after, ::before {
   box-sizing: inherit
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block
}

body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   /* background-color: #fff */
}

[tabindex="-1"]:focus {
   outline: 0 !important
}

hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible
}

h1, h2, h3, h4, h5, h6 {
   margin-top: 0;
   margin-bottom: .5rem
}

p {
   margin-top: 0;
   margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
   text-decoration: underline;
   -webkit-text-decoration: underline dotted;
   text-decoration: underline dotted;
   cursor: help;
   border-bottom: 0
}

address {
   margin-bottom: 1rem;
   font-style: normal;
   line-height: inherit
}

dl, ol, ul {
   margin-top: 0;
   margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
   margin-bottom: 0
}

dt {
   font-weight: 700
}

dd {
   margin-bottom: .5rem;
   margin-left: 0
}

blockquote {
   margin: 0 0 1rem
}

dfn {
   font-style: italic
}

b, strong {
   font-weight: bolder
}

small {
   font-size: 80%
}

sub, sup {
   position: relative;
   font-size: 75%;
   line-height: 0;
   vertical-align: baseline
}

sub {
   bottom: -.25em
}

sup {
   top: -.5em
}

a {
   color: #007bff;
   text-decoration: none;
   background-color: transparent;
   -webkit-text-decoration-skip: objects
}

a:hover {
   color: #0056b3;
   text-decoration: underline
}

a:not([href]):not([tabindex]) {
   color: inherit;
   text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
   color: inherit;
   text-decoration: none
}

a:not([href]):not([tabindex]):focus {
   outline: 0
}

code, kbd, pre, samp {
   font-family: monospace, monospace;
   font-size: 1em
}

pre {
   margin-top: 0;
   margin-bottom: 1rem;
   overflow: auto
}

figure {
   margin: 0 0 1rem
}

img {
   vertical-align: middle;
   border-style: none
}

svg:not(:root) {
   overflow: hidden
}

[role=button], a, area, button, input, label, select, summary, textarea {
   -ms-touch-action: manipulation;
   touch-action: manipulation
}

table {
   border-collapse: collapse
}

caption {
   padding-top: .75rem;
   padding-bottom: .75rem;
   color: #868e96;
   text-align: left;
   caption-side: bottom
}

th {
   text-align: left
}

label {
   display: inline-block;
   margin-bottom: .5rem
}

button:focus {
   outline: 1px dotted;
   outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
   margin: 0;
   font-family: inherit;
   font-size: inherit;
   line-height: inherit
}

button, input {
   overflow: visible
}

button, select {
   text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
   -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
   padding: 0;
   border-style: none
}

input[type=checkbox], input[type=radio] {
   box-sizing: border-box;
   padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
   -webkit-appearance: listbox
}

textarea {
   overflow: auto;
   resize: vertical
}

fieldset {
   min-width: 0;
   padding: 0;
   margin: 0;
   border: 0
}

legend {
   display: block;
   width: 100%;
   max-width: 100%;
   padding: 0;
   margin-bottom: .5rem;
   font-size: 1.5rem;
   line-height: inherit;
   color: inherit;
   white-space: normal
}

progress {
   vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
   height: auto
}

[type=search] {
   outline-offset: -2px;
   -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
   -webkit-appearance: none
}

::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button
}

output {
   display: inline-block
}

summary {
   display: list-item
}

template {
   display: none
}

[hidden] {
   display: none !important
}

html {
   box-sizing: border-box;
   -ms-overflow-style: scrollbar
}

*, ::after, ::before {
   box-sizing: inherit
}

.container {
   margin-right: auto;
   margin-left: auto;
   padding-right: 15px;
   padding-left: 15px;
   width: 100%
}

@media (min-width:576px) {
   .container {
      max-width: 540px
   }
}

@media (min-width:768px) {
   .container {
      max-width: 720px
   }
}

@media (min-width:992px) {
   .container {
      max-width: 960px
   }
}

@media (min-width:1200px) {
   .container {
      max-width: 1194px
   }
}

.container-fluid {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   padding-right: 15px;
   padding-left: 15px;
   width: 100%
}

.row {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px
}

.no-gutters {
   margin-right: 0;
   margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
   padding-right: 0;
   padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
   position: relative;
   width: 100%;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px
}

.col {
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -ms-flex-positive: 1;
   flex-grow: 1;
   max-width: 100%
}

.col-auto {
   -ms-flex: 0 0 auto;
   flex: 0 0 auto;
   width: auto;
   max-width: none
}

.col-1 {
   -ms-flex: 0 0 8.333333%;
   flex: 0 0 8.333333%;
   max-width: 8.333333%
}

.col-2 {
   -ms-flex: 0 0 16.666667%;
   flex: 0 0 16.666667%;
   max-width: 16.666667%
}

.col-3 {
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%
}

.col-4 {
   -ms-flex: 0 0 33.333333%;
   flex: 0 0 33.333333%;
   max-width: 33.333333%
}

.col-5 {
   -ms-flex: 0 0 41.666667%;
   flex: 0 0 41.666667%;
   max-width: 41.666667%
}

.col-6 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%
}

.col-7 {
   -ms-flex: 0 0 58.333333%;
   flex: 0 0 58.333333%;
   max-width: 58.333333%
}

.col-8 {
   -ms-flex: 0 0 66.666667%;
   flex: 0 0 66.666667%;
   max-width: 66.666667%
}

.col-9 {
   -ms-flex: 0 0 75%;
   flex: 0 0 75%;
   max-width: 75%
}

.col-10 {
   -ms-flex: 0 0 83.333333%;
   flex: 0 0 83.333333%;
   max-width: 83.333333%
}

.col-11 {
   -ms-flex: 0 0 91.666667%;
   flex: 0 0 91.666667%;
   max-width: 91.666667%
}

.col-12 {
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%
}

.order-1 {
   -ms-flex-order: 1;
   order: 1
}

.order-2 {
   -ms-flex-order: 2;
   order: 2
}

.order-3 {
   -ms-flex-order: 3;
   order: 3
}

.order-4 {
   -ms-flex-order: 4;
   order: 4
}

.order-5 {
   -ms-flex-order: 5;
   order: 5
}

.order-6 {
   -ms-flex-order: 6;
   order: 6
}

.order-7 {
   -ms-flex-order: 7;
   order: 7
}

.order-8 {
   -ms-flex-order: 8;
   order: 8
}

.order-9 {
   -ms-flex-order: 9;
   order: 9
}

.order-10 {
   -ms-flex-order: 10;
   order: 10
}

.order-11 {
   -ms-flex-order: 11;
   order: 11
}

.order-12 {
   -ms-flex-order: 12;
   order: 12
}

/* @media (min-width:576px) {
   .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
   }
   .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
   }
   .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
   }
   .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
   }
   .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
   }
   .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
   }
   .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
   }
   .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
   }
   .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
   }
   .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
   }
   .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
   }
   .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
   }
   .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
   }
   .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
   }
   .order-sm-1 {
      -ms-flex-order: 1;
      order: 1
   }
   .order-sm-2 {
      -ms-flex-order: 2;
      order: 2
   }
   .order-sm-3 {
      -ms-flex-order: 3;
      order: 3
   }
   .order-sm-4 {
      -ms-flex-order: 4;
      order: 4
   }
   .order-sm-5 {
      -ms-flex-order: 5;
      order: 5
   }
   .order-sm-6 {
      -ms-flex-order: 6;
      order: 6
   }
   .order-sm-7 {
      -ms-flex-order: 7;
      order: 7
   }
   .order-sm-8 {
      -ms-flex-order: 8;
      order: 8
   }
   .order-sm-9 {
      -ms-flex-order: 9;
      order: 9
   }
   .order-sm-10 {
      -ms-flex-order: 10;
      order: 10
   }
   .order-sm-11 {
      -ms-flex-order: 11;
      order: 11
   }
   .order-sm-12 {
      -ms-flex-order: 12;
      order: 12
   }
}

@media (min-width:768px) {
   .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
   }
   .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
   }
   .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
   }
   .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
   }
   .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
   }
   .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
   }
   .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
   }
   .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
   }
   .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
   }
   .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
   }
   .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
   }
   .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
   }
   .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
   }
   .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
   }
   .order-md-1 {
      -ms-flex-order: 1;
      order: 1
   }
   .order-md-2 {
      -ms-flex-order: 2;
      order: 2
   }
   .order-md-3 {
      -ms-flex-order: 3;
      order: 3
   }
   .order-md-4 {
      -ms-flex-order: 4;
      order: 4
   }
   .order-md-5 {
      -ms-flex-order: 5;
      order: 5
   }
   .order-md-6 {
      -ms-flex-order: 6;
      order: 6
   }
   .order-md-7 {
      -ms-flex-order: 7;
      order: 7
   }
   .order-md-8 {
      -ms-flex-order: 8;
      order: 8
   }
   .order-md-9 {
      -ms-flex-order: 9;
      order: 9
   }
   .order-md-10 {
      -ms-flex-order: 10;
      order: 10
   }
   .order-md-11 {
      -ms-flex-order: 11;
      order: 11
   }
   .order-md-12 {
      -ms-flex-order: 12;
      order: 12
   }
}

@media (min-width:992px) {
   .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
   }
   .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
   }
   .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
   }
   .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
   }
   .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
   }
   .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
   }
   .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
   }
   .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
   }
   .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
   }
   .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
   }
   .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
   }
   .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
   }
   .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
   }
   .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
   }
   .order-lg-1 {
      -ms-flex-order: 1;
      order: 1
   }
   .order-lg-2 {
      -ms-flex-order: 2;
      order: 2
   }
   .order-lg-3 {
      -ms-flex-order: 3;
      order: 3
   }
   .order-lg-4 {
      -ms-flex-order: 4;
      order: 4
   }
   .order-lg-5 {
      -ms-flex-order: 5;
      order: 5
   }
   .order-lg-6 {
      -ms-flex-order: 6;
      order: 6
   }
   .order-lg-7 {
      -ms-flex-order: 7;
      order: 7
   }
   .order-lg-8 {
      -ms-flex-order: 8;
      order: 8
   }
   .order-lg-9 {
      -ms-flex-order: 9;
      order: 9
   }
   .order-lg-10 {
      -ms-flex-order: 10;
      order: 10
   }
   .order-lg-11 {
      -ms-flex-order: 11;
      order: 11
   }
   .order-lg-12 {
      -ms-flex-order: 12;
      order: 12
   }
}

@media (min-width:1200px) {
   .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%
   }
   .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none
   }
   .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
   }
   .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
   }
   .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
   }
   .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
   }
   .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
   }
   .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
   }
   .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
   }
   .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
   }
   .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
   }
   .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
   }
   .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
   }
   .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
   }
   .order-xl-1 {
      -ms-flex-order: 1;
      order: 1
   }
   .order-xl-2 {
      -ms-flex-order: 2;
      order: 2
   }
   .order-xl-3 {
      -ms-flex-order: 3;
      order: 3
   }
   .order-xl-4 {
      -ms-flex-order: 4;
      order: 4
   }
   .order-xl-5 {
      -ms-flex-order: 5;
      order: 5
   }
   .order-xl-6 {
      -ms-flex-order: 6;
      order: 6
   }
   .order-xl-7 {
      -ms-flex-order: 7;
      order: 7
   }
   .order-xl-8 {
      -ms-flex-order: 8;
      order: 8
   }
   .order-xl-9 {
      -ms-flex-order: 9;
      order: 9
   }
   .order-xl-10 {
      -ms-flex-order: 10;
      order: 10
   }
   .order-xl-11 {
      -ms-flex-order: 11;
      order: 11
   }
   .order-xl-12 {
      -ms-flex-order: 12;
      order: 12
   }
} */

.flex-row {
   -ms-flex-direction: row !important;
   flex-direction: row !important
}

.flex-column {
   -ms-flex-direction: column !important;
   flex-direction: column !important
}

.flex-row-reverse {
   -ms-flex-direction: row-reverse !important;
   flex-direction: row-reverse !important
}

.flex-column-reverse {
   -ms-flex-direction: column-reverse !important;
   flex-direction: column-reverse !important
}

.flex-wrap {
   -ms-flex-wrap: wrap !important;
   flex-wrap: wrap !important
}

.flex-nowrap {
   -ms-flex-wrap: nowrap !important;
   flex-wrap: nowrap !important
}

.flex-wrap-reverse {
   -ms-flex-wrap: wrap-reverse !important;
   flex-wrap: wrap-reverse !important
}

.justify-content-start {
   -ms-flex-pack: start !important;
   justify-content: flex-start !important
}

.justify-content-end {
   -ms-flex-pack: end !important;
   justify-content: flex-end !important
}

.justify-content-center {
   -ms-flex-pack: center !important;
   justify-content: center !important
}

.justify-content-between {
   -ms-flex-pack: justify !important;
   justify-content: space-between !important
}

.justify-content-around {
   -ms-flex-pack: distribute !important;
   justify-content: space-around !important
}

.align-items-start {
   -ms-flex-align: start !important;
   align-items: flex-start !important
}

.align-items-end {
   -ms-flex-align: end !important;
   align-items: flex-end !important
}

.align-items-center {
   -ms-flex-align: center !important;
   align-items: center !important
}

.align-items-baseline {
   -ms-flex-align: baseline !important;
   align-items: baseline !important
}

.align-items-stretch {
   -ms-flex-align: stretch !important;
   align-items: stretch !important
}

.align-content-start {
   -ms-flex-line-pack: start !important;
   align-content: flex-start !important
}

.align-content-end {
   -ms-flex-line-pack: end !important;
   align-content: flex-end !important
}

.align-content-center {
   -ms-flex-line-pack: center !important;
   align-content: center !important
}

.align-content-between {
   -ms-flex-line-pack: justify !important;
   align-content: space-between !important
}

.align-content-around {
   -ms-flex-line-pack: distribute !important;
   align-content: space-around !important
}

.align-content-stretch {
   -ms-flex-line-pack: stretch !important;
   align-content: stretch !important
}

.align-self-auto {
   -ms-flex-item-align: auto !important;
   -ms-grid-row-align: auto !important;
   align-self: auto !important
}

.align-self-start {
   -ms-flex-item-align: start !important;
   align-self: flex-start !important
}

.align-self-end {
   -ms-flex-item-align: end !important;
   align-self: flex-end !important
}

.align-self-center {
   -ms-flex-item-align: center !important;
   -ms-grid-row-align: center !important;
   align-self: center !important
}

.align-self-baseline {
   -ms-flex-item-align: baseline !important;
   align-self: baseline !important
}

.align-self-stretch {
   -ms-flex-item-align: stretch !important;
   -ms-grid-row-align: stretch !important;
   align-self: stretch !important
}

@media (min-width:576px) {
   .flex-sm-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important
   }
   .flex-sm-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important
   }
   .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
   }
   .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
   }
   .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
   }
   .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
   }
   .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
   }
   .justify-content-sm-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
   }
   .justify-content-sm-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
   }
   .justify-content-sm-center {
      -ms-flex-pack: center !important;
      justify-content: center !important
   }
   .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
   }
   .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
   }
   .align-items-sm-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important
   }
   .align-items-sm-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important
   }
   .align-items-sm-center {
      -ms-flex-align: center !important;
      align-items: center !important
   }
   .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important
   }
   .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important
   }
   .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
   }
   .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
   }
   .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important
   }
   .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important
   }
   .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important
   }
   .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
   }
   .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important
   }
   .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
   }
   .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
   }
   .align-self-sm-center {
      -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important
   }
   .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
   }
   .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important
   }
}

@media (min-width:768px) {
   .flex-md-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important
   }
   .flex-md-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important
   }
   .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
   }
   .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
   }
   .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
   }
   .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
   }
   .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
   }
   .justify-content-md-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
   }
   .justify-content-md-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
   }
   .justify-content-md-center {
      -ms-flex-pack: center !important;
      justify-content: center !important
   }
   .justify-content-md-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
   }
   .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
   }
   .align-items-md-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important
   }
   .align-items-md-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important
   }
   .align-items-md-center {
      -ms-flex-align: center !important;
      align-items: center !important
   }
   .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important
   }
   .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important
   }
   .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
   }
   .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
   }
   .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important
   }
   .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important
   }
   .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important
   }
   .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
   }
   .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important
   }
   .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
   }
   .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
   }
   .align-self-md-center {
      -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important
   }
   .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
   }
   .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important
   }
}

@media (min-width:992px) {
   .flex-lg-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important
   }
   .flex-lg-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important
   }
   .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
   }
   .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
   }
   .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
   }
   .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
   }
   .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
   }
   .justify-content-lg-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
   }
   .justify-content-lg-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
   }
   .justify-content-lg-center {
      -ms-flex-pack: center !important;
      justify-content: center !important
   }
   .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
   }
   .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
   }
   .align-items-lg-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important
   }
   .align-items-lg-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important
   }
   .align-items-lg-center {
      -ms-flex-align: center !important;
      align-items: center !important
   }
   .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important
   }
   .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important
   }
   .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
   }
   .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
   }
   .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important
   }
   .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important
   }
   .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important
   }
   .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
   }
   .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important
   }
   .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
   }
   .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
   }
   .align-self-lg-center {
      -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important
   }
   .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
   }
   .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important
   }
}

@media (min-width:1200px) {
   .flex-xl-row {
      -ms-flex-direction: row !important;
      flex-direction: row !important
   }
   .flex-xl-column {
      -ms-flex-direction: column !important;
      flex-direction: column !important
   }
   .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important
   }
   .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important
   }
   .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important
   }
   .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
   }
   .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important
   }
   .justify-content-xl-start {
      -ms-flex-pack: start !important;
      justify-content: flex-start !important
   }
   .justify-content-xl-end {
      -ms-flex-pack: end !important;
      justify-content: flex-end !important
   }
   .justify-content-xl-center {
      -ms-flex-pack: center !important;
      justify-content: center !important
   }
   .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      justify-content: space-between !important
   }
   .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important
   }
   .align-items-xl-start {
      -ms-flex-align: start !important;
      align-items: flex-start !important
   }
   .align-items-xl-end {
      -ms-flex-align: end !important;
      align-items: flex-end !important
   }
   .align-items-xl-center {
      -ms-flex-align: center !important;
      align-items: center !important
   }
   .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      align-items: baseline !important
   }
   .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      align-items: stretch !important
   }
   .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important
   }
   .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important
   }
   .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important
   }
   .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important
   }
   .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important
   }
   .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important
   }
   .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important
   }
   .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important
   }
   .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important
   }
   .align-self-xl-center {
      -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important
   }
   .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important
   }
   .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important
   }
}

.order-first {
   -ms-flex-order: -1;
   order: -1
}

* {
   outline: 0
}

a:focus, a:hover, input:focus, input:hover {
   text-decoration: none;
   color: inherit
}

body {
   overflow-x: hidden
}

@media (max-width:480px) {
   body main {
      background: #222 0;
      text-align: center;
      position: relative
   }
   /* body main:after {
      content: "";
      width: 1px;
      height: 100%;
      background: #28292d;
      opacity: .05;
      position: absolute;
      top: 0;
      left: 92px;
      z-index: -1
   }
   body main:before {
      content: "";
      width: 1px;
      height: 100%;
      background: #28292d;
      opacity: .05;
      position: absolute;
      top: 0;
      z-index: -1;
      right: 92px
   } */
   body .xs-bg {
      background-color: #f7f7f7;
      padding: 14px 15px;
      margin-top: 81px
   }
   body nav {
      text-align: center
   }
   body .head-title {
      color: #fff;
      font-family: "Gilroy - Extra Bold";
      font-size: 26px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0;
      margin: 22px auto 9px
   }
   body .form-item h4, body .head-item h2 {
      font-size: 20px;
   }

   #leftSide .head-item h2 {
     font-size: 16px;
     color: #fff;
   }

   body .form-item h4 {
      margin-bottom: 20px
   }

   #rightSide .form-item h4 {
     font-size: 16px;
     text-align: left;
   }

   body .head-item br {
      display: none
   }

   body .items-block li {
         width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 23px;
    margin: 0;
      background-color: transparent;
      color: #b39c72;
      border: 1px solid #b39c72;
   }
   body.items-block {
      text-align: center;
   }

   #rightSide .items-block li:hover {
     background-color: #222 !important;
     color: #fff !important;
     border: 1px solid #222 !important;
   }

   body .registration .submit-btn, body .registration label {
      float: none
   }
   body .registration .submit-btn {
      margin-top: 49px
   }
   body footer {
      background-color: #f7f7f7
   }
   body .modal.large {
      padding-left: 10px;
      padding-right: 10px
   }
   body .modal-content h2 {
      font-size: 1.2rem
   }
   body .desctop {
      display: none
   }
   body .mobile {
      display: block
   }
   body .head {
      text-align: center
   }
   body .chart-title {
      font-size: 20px;
      margin-bottom: 30px
   }
   body .chart-tab {
      float: none
   }
   body .xl-left {
      text-align: left
   }
   body .nps-tab {
      text-align: left;
      margin-top: 60px
   }
   body .nps-tab li {
      margin: 0 0 16px;
      font-size: 20px;
      display: block
   }
   body .graf-more {
      position: static;
      width: 100%;
      display: block
   }

   .items-block li.active{
     background-color: #b39c72 !important;;
     color: #fff !important;
   }
}

@media (min-width:415px) and (max-width:667px) {
   body main {
      background: #222 0;
      text-align: center;
      position: relative
   }

   .items-block li.active{
     background-color: #b39c72 !important;;
     color: #fff !important;
   }
   /* body main:after {
      content: "";
      width: 1px;
      height: 100%;
      background: #28292d;
      opacity: .05;
      position: absolute;
      top: 0;
      left: 92px;
      z-index: -1
   }
   body main:before {
      content: "";
      width: 1px;
      height: 100%;
      background: #28292d;
      opacity: .05;
      position: absolute;
      top: 0;
      z-index: -1;
      right: 92px
   } */
   body .xs-bg {
      background-color: #f7f7f7;
      padding: 14px 15px;
      margin-top: 81px
   }
   body nav {
      text-align: center
   }
   body .head-title {
      color: #fff;
      font-family: "Gilroy - Extra Bold";
      font-size: 22px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0;
      margin: 36px auto 20px
   }
   body .form-item h4, body .head-item h2 {
      font-size: 20px
   }
   body .form-item h4 {
      margin-bottom: 20px
   }
   body .head-item br {
      display: none
   }
   body .items-block {
      text-align: center;
   }
   body .items-block li {
      width: 23px;
      height: 22px;
      font-size: 10px;
      line-height: 22.6px;
      margin: 0 1px;
          width: 25px;
    height: 25px;
    font-size: 10px;
    line-height: 23px;
    margin: 0;
   }
   body .registration .submit-btn, body .registration label {
      float: none
   }
   body .registration .submit-btn {
      margin-top: 36px
   }
   body footer {
      background-color: #f7f7f7
   }
   body .modal.large {
      padding-left: 10px;
      padding-right: 10px
   }
   body .modal-content h2 {
      font-size: 1.2rem
   }
   body .desctop {
      display: none
   }
   body .mobile {
      display: block
   }
   body .head {
      text-align: center
   }
   body .chart-title {
      font-size: 20px;
      margin-bottom: 30px
   }
   body .chart-tab {
      float: none
   }
   body .xl-left {
      text-align: left
   }
   body .nps-tab {
      text-align: left;
      margin-top: 60px
   }
   body .nps-tab li {
      margin: 0 0 16px;
      font-size: 20px;
      display: block
   }
   body .graf-more {
      position: static;
      width: 100%;
      display: block
   }

   #rightSide .items-block li:hover {
     background-color: #222 !important;
     color: #fff !important;
     border: 1px solid #222 !important;
   }
}

@media (min-width:668px) and (max-width:1199px) {
   body main {
      background: #222 0;
      text-align: center;
      position: relative
   }
   /* body main:after {
      content: "";
      width: 1px;
      height: 100%;
      background: #28292d;
      opacity: .05;
      position: absolute;
      top: 0;
      left: 273px;
      z-index: -1
   }
   body main:before {
      content: "";
      width: 1px;
      height: 100%;
      background: #28292d;
      opacity: .05;
      position: absolute;
      top: 0;
      z-index: -1;
      right: 273px
   } */
   /* body main br {
      display: none
   } */
   body .xs-bg {
      /* background-color: #f7f7f7; */
      padding: 78px 15px;
      /* margin-top: 95px */
   }
   body nav {
      text-align: center
   }
   body .container {
      padding: 0
   }
   body .head-info {
      max-width: 30rem;
      margin-bottom: 0
   }
   body .head-title {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 58px;
      color: #fff;
      font-size: 36px;
      margin-bottom: 16px;
   }

   #leftSide .head-item h2 {
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 16px;
   }

   #leftSide .head-item h2 br {
     display: none;
   }

   #leftSide .form-item {
     max-width: 29.5rem;
     margin: auto;
     border-top: 2px solid #fff;
     margin-top: 3.3rem;
     padding-top: 2.3rem;
   }

   body .head-item p {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto
   }

   body .head-item p br {
    display: none;
   }

   body .form-item h4 {
      max-width: 472px;
      margin-left: auto;
      margin-right: auto;
      font-size: 18px;
      text-align: left;
      padding-right: 5rem;
   }

   #rightSide .form-item h4 br{
     display: none;
   }

   #rightSide .items-block {
     display: flex;
     justify-content: space-between;
     max-width: 472px;
     margin: auto;
     margin-top: 38px;
     text-align: left;
   }

   #rightSide .items-block li {
     width: 32px;
     height: 32px;
     line-height: 32px;
     background-color: transparent;
     color: #b39c72;
     border: 1px solid #b39c72;
   }

   #rightSide .items-block li:hover {
     background-color: #222 !important;
     color: #fff !important;
     border: 1px solid #222 !important;
   }

   #rightSide .form-item:nth-of-type(n+2) {
     margin-top: 2.2rem;
   }

   body .registration {
      max-width: 472px;
      /* margin-left: auto; */
      /* margin-right: auto */
      text-align: left;
   }
   body .registration .submit-btn, body .registration label {
      float: none
   }
   body .registration .submit-btn {
      margin-top: 80px;
      width: 100%;
   }
   body .footer-list {
      float: none;
      text-align: center
   }
   body section.container .row {
      margin: 0 -25px
   }

   #rightSide .form-item:first-of-type {
     margin-top: 0;
   }

   .items-block li.active{
     background-color: #b39c72 !important;;
     color: #fff !important;
   }
}

@media (min-width: 992px) {
   body main {
      background: #fff;
      background: linear-gradient(to right, #222 0, #222 46%, #f7f7f7 46%, #f7f7f7 100%);
      text-align: left
   }
}

/* @media (min-width: 992px) and (max-width:1024px) { */

/* @media (min-width: 992px) and (max-width:1199px) {
   body main {
      background: #fff;
      background: linear-gradient(to right, #fff 0, #fff 42%, #f7f7f7 41%, #f7f7f7 100%);
      text-align: left
   }
   body main br {
      display: block
   }
   body .head-info {
      max-width: 350px
   }
   body .form-item h4, body .head-item p {
      margin-left: 0
   }
   body .xs-bg {
      padding: 0 15px;
      margin: 0
   }
   body nav {
      text-align: left
   }
   body .head-title {
      margin-top: 0
   }
   body .footer-list {
      float: right
   }
} */

.head {
   padding-top: 84px;
   position: relative;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: center;
   justify-content: center;
   min-height: 100vh
}

nav {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   padding: 24px 0
}

nav .nav-logo {
   display: flex;
   justify-content: center;
   align-items: center;
   margin: auto;
   width: 34px;
   height: 34px;
   border-radius: 50%;
   background-color: #fff;

}

nav .nav-logo svg {
   width: 20px
}

.ml-auto {
   margin-left: auto
}

.head-title {
   color: #000;
   font-family: "Gilroy - Extra Bold";
   font-size: 30px;
   font-weight: 400;
   line-height: 42px;
   margin-bottom: 25px
}

.head-info {
   color: #ccc;
   font-family: Gilroy;
   font-size: 16px;
   font-weight: 300;
   line-height: 24px;
   margin-bottom: 15px;
   max-width: 350px
}

@media screen and (max-width: 768px) {
   .head-info {
      margin: auto;
   }
}

@media (min-width: 576px) and (max-width: 667px) {
   header {
      background: linear-gradient(to bottom, #222 0, #222 42%, #f7f7f7 42%, #f7f7f7 100%);
   }
}

@media (min-width: 668px) and (max-width: 991px) {
   #rightSide {
      margin-top: 100px;
   }
   header {
      background: linear-gradient(to bottom, #222 0, #222 49.9%, #f7f7f7 49.9%, #f7f7f7 100%);
   }
}

@media (min-width: 992px) {
   ul.footer-list {
      text-align: left;
      float: left;
   }
   footer {
      margin-left: 42%;
      padding-left: 9% !important;
      padding-right: 4% !important;
   }
}

.head-item {
   margin-top: 27px
}

.head-item h2 {
   color: #222;
   font-family: "Gilroy - Extra Bold";
   font-size: 24px;
   font-weight: 400;
   margin-bottom: 11px
}

.head-item p {
   color: #ccc;
   font-family: Gilroy;
   font-size: 16px;
   font-weight: 300;
   line-height: 24px;
   margin-bottom: 0;
}

.form-item h4 {
   color: #222;
   font-family: "Gilroy - Extra Bold";
   font-size: 24px;
   font-weight: 400
}

* {
   line-height: 1.2
}

.items-block {
   list-style: none;
   padding: 0;
   margin: 15px 0 0;
   text-align: left;
}

.items-block li {
   width: 30px;
   height: 30px;
   background-color: #e5e5e5;
   display: inline-block;
   vertical-align: middle;
   color: #222;
   font-family: "Gilroy - Extra Bold";
   font-size: 12px;
   font-weight: 400;
   line-height: 30px;
   margin: 0 5px;
   text-align: center;
   border-radius: 50%;
   cursor: pointer;
   transition: .2s
}

.items-block li:hover {
  background-color: #222 !important;
  color: #fff !important;
}

.items-block li:first-child {
   margin-left: 0
}

.items-block li:last-child {
   margin-right: 0
}

.footer-list {
   padding: 0;
   margin: 0;
   list-style: none;
   float: right
}

.footer-list li {
   cursor: pointer;
   color: #8f8f8f;
   font-family: Gilroy;
   font-size: 13px;
   font-weight: 300;
   line-height: 24px;
   display: inline-block;
   margin: 0 10px;
   transition: .2s
}

.footer-list li:hover {
   color: #222 !important;
}

footer {
   padding: 21px 0;
   background-color: #f7f7f7;
   min-height: 9vh;
}

main {
   background: #fff;
   background: linear-gradient(to right, #fff 0, #fff 44%, #f7f7f7 41%, #f7f7f7 100%)
}

.thx, body {
   background: url(../images/bfdbr2342.png) no-repeat center;
   position: relative
}

.thx:after {
   content: "";
   width: 1px;
   height: 100%;
   background: #28292d;
   opacity: .05;
   position: absolute;
   top: 0;
   left: 20%;
   z-index: -1
}

.thx:before {
   content: "";
   width: 1px;
   height: 100%;
   background: #28292d;
   opacity: .05;
   position: absolute;
   top: 0;
   z-index: -1;
   right: 20%
}

.thx .head {
   text-align: center
}

.thx .head:before {
   content: "";
   width: 1px;
   height: 100%;
   background: #28292d;
   opacity: .05;
   position: absolute;
   top: 0;
   z-index: -1;
   left: 50%;
   transform: translateX(-50%)
}

.thx .head h1 {
   color: #000;
   font-family: "Gilroy - Extra Bold";
   font-size: 36px;
   font-weight: 400;
   line-height: 42px;
   text-transform: uppercase
}

.thx .head p {
   color: #222;
   font-family: Gilroy;
   font-size: 18px;
   font-weight: 300
}

.thx .footer-list {
   float: none;
   text-align: center
}

.thx footer {
   background-color: unset;
}

@media (min-width: 992px) {
   .thx footer {
      margin: unset;
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
}

.thx header {
   background: unset;
}

.positionRelative {
   position: relative;
   display: inline-block
}

.positionRelative #myChart-count {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
   color: #000;
   font-family: "Gilroy - Extra Bold";
   font-size: 24px;
   font-weight: 400;
   line-height: 42px;
   text-transform: uppercase
}

.chart-content>div {
   display: none
}

.chart-content>div.active {
   display: block
}

.chart-title {
   color: #222;
   font-family: "Gilroy - Extra Bold";
   font-size: 24px;
   font-weight: 400;
   line-height: 24px;
   margin-bottom: 40px;
   display: inline-block
}

.chart-tab {
   list-style: none;
   padding: 0;
   margin: 0;
   float: right
}

.chart-tab li {
   display: inline-block;
   color: #979797;
   font-family: Gilroy;
   font-size: 14px;
   font-weight: 300;
   line-height: 24px;
   margin: 0 12px;
   cursor: pointer;
   position: relative
}

.chart-tab li.active {
   color: #222;
   font-family: Gilroy;
   font-size: 14px;
   font-weight: 300;
   line-height: 24px
}

.chart-tab li.active:before {
   content: "";
   border-top: 1px dashed #222;
   width: 100%;
   height: 1px;
   position: absolute;
   bottom: 0;
   left: 0
}

.nps-tab {
   list-style: none;
   padding: 0;
   margin: 130px 0 35px
}

.nps-tab li {
   display: inline-block;
   color: #979797;
   font-family: "Gilroy - Extra Bold";
   font-size: 24px;
   font-weight: 400;
   line-height: 24px;
   margin: 0 20px;
   cursor: pointer;
   position: relative;
   transition: .2s;
   padding-bottom: 9px
}

.nps-tab li:before {
   content: "";
   width: 0%;
   height: 4px;
   background-color: #222;
   position: absolute;
   bottom: 0;
   left: 0;
   opacity: 0;
   transition: .3s
}

.nps-tab li.active {
   color: #222;
   font-family: "Gilroy - Extra Bold"
}

.nps-tab li.active:before {
   width: 100%;
   opacity: 1
}

.nps-tab li:first-child {
   margin-left: 0
}

.nps-tab li:last-child {
   margin-right: 0
}

.nps-table {
   width: 100%;
   max-width: 900px;
   display: none
}

.nps-table a {
   color: #222;
   font-family: Gilroy;
   font-size: 14px;
   font-weight: 300;
   line-height: 24px;
   padding-bottom: 2px;
   position: relative
}

.nps-table a:before {
   content: "";
   width: 100%;
   height: 1px;
   border-top: 1px dashed #222;
   position: absolute;
   bottom: 0;
   left: 0
}

.nps-table.active {
   display: table
}

.nps-table tr:first-child {
   background-color: #222;
   padding: 6px
}

.nps-table tr:first-child th {
   color: #fff;
   font-family: Gilroy;
   font-size: 12px;
   font-weight: 300;
   line-height: 24px;
   letter-spacing: .72px
}

.nps-table tr:nth-child(2) td {
   padding-top: 30px
}

.nps-table tr td {
   padding: 10px 0
}

.nps-table tr td:first-child {
   color: #222;
   font-family: Gilroy;
   font-size: 10px;
   font-weight: 300;
   line-height: 24px;
   letter-spacing: .6px;
   width: 60px
}

.nps-table tr td:nth-child(2) {
   color: #222;
   font-family: "Gilroy - Extra Bold";
   font-size: 16px;
   font-weight: 400;
   line-height: 24px
}

.nps-table tr td .percent {
   color: #222;
   font-family: Gilroy;
   font-size: 12px;
   font-weight: 300;
   line-height: 24px;
   letter-spacing: .72px
}

.nps-table tr td .nps-progress {
   width: 68px;
   height: 4px;
   background-color: #e5e5e5;
   display: block;
   position: relative
}

.nps-table tr td .nps-progress span {
   height: 4px;
   display: block;
   position: absolute;
   top: 0;
   left: 0
}

.nps_tab-content {
   margin-bottom: 130px
}

.chartdiv {
   width: 250px;
   height: 250px
}

#chartdiv-month, #chartdiv-year {
   max-width: 800px;
   width: 100%;
   height: 230px
}

.col-container {
   max-width: 800px
}

.desctop {
   display: block
}

.mobile {
   display: none
}

.mobile .nps-table.active {
   display: block
}

.chartdiv-graf {
   width: 100%;
   height: 217px
}

.graf-more {
   box-shadow: 0 8px 12px rgba(0, 0, 0, .1);
   background-color: #f7f7f7;
   max-width: 540px;
   width: 100%;
   padding: 22px 25px;
   display: none;
   position: absolute;
   top: 100%;
   right: 0;
   z-index: 12;
}

.graf {
   position: relative
}

.graf:hover .graf-more {
   display: block
}

.tab-carousel {
   text-align: left;
   background-color: #f7f7f7
}

.tab-carousel .item {
   padding: 36px
}

.tab-carousel .item .percent {
   color: #222;
   font-family: Gilroy;
   font-size: 12px;
   font-weight: 300;
   line-height: 24px;
   letter-spacing: .72px
}

.tab-carousel .item .nps-progress {
   width: 68px;
   height: 4px;
   background-color: #e5e5e5;
   display: block;
   position: relative
}

.tab-carousel .item .nps-progress span {
   height: 4px;
   display: block;
   position: absolute;
   top: 0;
   left: 0
}

.item-content p {
   margin: 0;
   color: #222;
   font-family: Gilroy;
   font-size: 12px;
   font-weight: 300;
   line-height: 1;
   letter-spacing: .72px
}

.item-title {
   color: #222;
   font-family: "Gilroy - Extra Bold";
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   position: relative
}

.item-title:before {
   content: attr(data-count);
   width: 10px;
   height: 9px;
   color: #222;
   font-family: Gilroy;
   font-size: 10px;
   font-weight: 300;
   line-height: 24px;
   letter-spacing: .6px;
   position: absolute;
   top: 0;
   left: -18px
}

.slider-pos {
   width: 100%;
   margin-top: 20px;
   position: relative;
   color: #979797;
   font-family: Gilroy;
   font-size: 12px;
   font-weight: 300;
   line-height: 24px;
   font-weight: 300;
   letter-spacing: .72px;
   text-align: center
}

.slider-pos div {
   display: inline-block
}

.slider-cur {
   color: #b39c72;
   font-family: "Gilroy - Extra Bold";
   font-size: 20px;
   font-weight: 400;
   letter-spacing: 1.2px
}

.slider-all {
   color: #979797;
   font-family: Gilroy;
   font-size: 12px;
   font-weight: 300;
   line-height: 24px;
   font-weight: 300;
   letter-spacing: .72px
}

.slider-prev {
   float: left;
   background: url(../images/mobile_arrow_left.svg) no-repeat;
   width: 7px;
   height: 14px
}

.slider-next {
   float: right;
   background: url(../images/mobile_arrow_right.svg) no-repeat;
   width: 7px;
   height: 14px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
   body main {
      text-align: center;
   }
   h4, p {
      margin: auto !important;
   }
   nav .container>div>div:first-child {
      /* left: calc(50% - 17px); */
   }
}

@media screen and (min-width: 668px) and (max-width: 991px) {
   body .registration {
      text-align: center;
      margin: auto;
   }
}

@media screen and (min-width: 560px) and (max-width: 575px) {
   .registration {
      max-width: 510px;
   }
}

@media (min-width: 320px) and (max-width: 1200px){
  .registration label {
    display: none;
  }
  .registration .submit-btn {
   width: 100%;
  }
}

@media (min-width:992px) {
  nav {
    /*padding-top: 140px;*/
  }

  .head {
    padding-top: 88px;
    /*align-items: flex-start;*/
    /*padding-bottom: 9rem;*/
    padding-bottom: 60px;
  }

  .head > .container {
    /*margin-top: 7.8rem;*/
  }

  nav .nav-logo {
    margin: 0 0 0 1rem;
    width: 46px;
    height: 46px;
  }

  .head-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
  }

  #leftSide {
    padding-left: 2rem;
  }

  .head-info {
    max-width: 352px;
    margin-bottom: .5rem;
  }

  .head-item h2 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 1rem;
  }

  .head-item h2 br {
    display: none;
  }

  #leftSide .form-item {
    margin-top: .8rem;
    border-top: 2px solid #fff;
    max-width: 389px;
    padding-top: 2.3rem;
  }

  #rightSide {
    /*margin-top: -181px;*/
    padding-left: 7.3rem;
  }

  #rightSide .form-item h4 {
    font-size: 18px;
    padding-right: 6rem;
    margin-bottom: 1rem;
  }

  #rightSide .form-item h4 br {
    display: none;
  }

  #rightSide .items-block {
    display: flex;
    justify-content: space-between;
  }

  #rightSide .items-block li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #b39c72;
    background-color: transparent;
    color: #b39c72;
  }

  #rightSide .items-block li:hover {
    background-color: #222 !important;
    color: #fff !important;
    border: 1px solid #222 !important;
  }

  #rightSide .form-item:nth-of-type(n+2) {
    margin-top: 2.3rem;
  }

  #rightSide .registration {
    margin-top: 2rem;
  }

  .registration label:before {
    opacity: 1;
  }

  .registration label {
    margin-bottom: 4.8rem;
    max-width: 100%;
  }

  .registration .submit-btn {
    margin-right: .5rem;
    width: 35%;
    padding: 12px 0;
  }

  .items-block li.active{
    background-color: #b39c72 !important;;
    color: #fff !important;
  }
  .items-block li.change {
    background-color: #b39c72 !important;
    border: 1px solid #b39c72 !important;
    color: #fff !important;
  }

  .change {
    background-color: #b39c72;
    border: 1px solid #b39c72;
    color: #fff
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #rightSide .items-block li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  body .registration label {
    display: block;
  }

  .registration .submit-btn {
    width: 35% !important;
    float: right !important;
    margin-top: 0 !important;
  }

  body section.container .row {
    margin: 0 -15px;
  }
}

input, select {
   border-radius: 0;
}
@media (min-width: 375px) and (max-width: 414px) {
body .items-block li {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    background-color: transparent;
    color: #b39c72;
    border: 1px solid #b39c72;
}
}