/* - Reset - */
html, body, div, span, h1, h2,h3,h4,h5,h6,p,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
td img {
  vertical-align: top; }

input,
select,
button,
textarea {
  margin: 0;
  font-size: 100%;
  border:0;
  outline: none;
}

input[type="text"],
input[type="password"],
textarea {
  padding: 0; }

input[type="checkbox"] {
  vertical-align: bottom; }

input[type="radio"] {
  vertical-align: text-bottom; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

article,aside,details,figcaption,figure,footer,header,menu,nav,section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }
html{
  font-size:10px;
}
/* Mixins */
/* - fonts - */
@font-face {
	font-family: 'Conv_P22UndergroundCYPro-Book';
	src: url('../fonts/P22UndergroundCYPro-Book.eot');
	src: local('☺'), url('../fonts/P22UndergroundCYPro-Book.woff') format('woff'), url('../fonts/P22UndergroundCYPro-Book.ttf') format('truetype'), url('../fonts/P22UndergroundCYPro-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_P22UndergroundCYPro-Heavy';
	src: url('../fonts/P22UndergroundCYPro-Heavy.eot');
	src: local('☺'), url('../fonts/P22UndergroundCYPro-Heavy.woff') format('woff'), url('../fonts/P22UndergroundCYPro-Heavy.ttf') format('truetype'), url('../fonts/P22UndergroundCYPro-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_P22UndergroundCYPro-Light';
	src: url('../fonts/P22UndergroundCYPro-Light.eot');
	src: local('☺'), url('../fonts/P22UndergroundCYPro-Light.woff') format('woff'), url('../fonts/P22UndergroundCYPro-Light.ttf') format('truetype'), url('../fonts/P22UndergroundCYPro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  /*height: auto;*/
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 1000; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  border-radius: 5px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.os_regular {
  font-family: 'open_sansregular';
}
.os_light {
  font-family: 'open_sanslight';
}
.p22_light {
  font-family: 'Conv_P22UndergroundCYPro-Light';
}
.p22_book {
  font-family: 'Conv_P22UndergroundCYPro-Book';
}
.p22_heavy {
  font-family: 'Conv_P22UndergroundCYPro-Heavy';
}
#succes_message {
  color: #52ab3e;
  text-align: center;
}
#secret-token {
  display: none;
}
.white_href {
  color: #fff;
}
b {
  font-family: 'Conv_P22UndergroundCYPro-Heavy';
}
/* - Base settings - */
html {
  background: #fff center top no-repeat;
}
html,
body {
  margin: 0 auto;
  height: 100%;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
  text-align: left;
  font-family: 'Conv_P22UndergroundCYPro-Book', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 18px;
  min-height: 100%;
}
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
a,
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.dib {
  zoom: 1;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
}
.dib.middle {
  vertical-align: middle;
}
.dib.bottom {
  vertical-align: bottom;
}
.btn {
  font-family: 'Conv_P22UndergroundCYPro-Heavy';
  padding: 15px 25px;
  display: inline-block;
  vertical-align: top;
  color: #000;
  transition-duration: 0.5s;
  font-family: 'Conv_P22UndergroundCYPro-Heavy';
  border-radius: 28px;
  font-size: 24px;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 2.121px 2.121px 3px 0px rgba(0,0,0,0.2), inset 0px -3px 0px 0px rgba(140,140,140,0.28);
}
.btn:hover {
  background: #d9d9d9;
}
.btn_sign {
  font-family: 'Conv_P22UndergroundCYPro-Heavy';
  padding: 15px 25px;
  width: 100%;
  color: #000;
  transition-duration: 0.5s;
  font-family: 'Conv_P22UndergroundCYPro-Heavy';
  text-align: center;
  font-size: 24px;
  line-height: 1;
  background: #ebebea;
  cursor: pointer;
  text-transform: uppercase;
}
.btn_sign:hover {
  background: #c9c9c6;
}
.translate5050 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.transitionall * {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.transitionmy {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.upper {
  text-transform: uppercase;
}
.posrel {
  position: relative;
}
.fs0 {
  font-size: 0;
}
.dtable {
  display: table;
  width: 100%;
}
.dtr {
  display: table-row;
}
.dtc {
  display: table-cell;
  vertical-align: middle;
}
.dtc.top {
  vertical-align: top;
}
.dtc.bottom {
  vertical-align: bottom;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/* start my settings */
.placeholder {
  color: #808080;
  font-size: 16px;
  font-family: 'Conv_P22UndergroundCYPro-Book', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
:-moz-placeholder {
  color: #808080;
  font-size: 16px;
  font-family: 'Conv_P22UndergroundCYPro-Book', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
::-webkit-input-placeholder {
  color: #808080;
  font-size: 16px;
  font-family: 'Conv_P22UndergroundCYPro-Book', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
textarea::-moz-placeholder {
  color: #808080;
  font-size: 16px;
  font-family: 'Conv_P22UndergroundCYPro-Book', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
textarea::-webkit-input-placeholder {
  color: #808080;
  font-size: 16px;
  font-family: 'Conv_P22UndergroundCYPro-Book', Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.wrapper {
  min-height: calc(100% - 86px);
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 73px;
  background: #fff;
  background-size: cover;
  background: url("../img/grey_bg_dark.png") 50% 100%/cover no-repeat;
}
.main_logo {
  padding: 50px 0;
  text-align: center;
}
.main_logo img {
  display: block;
  margin: 50px auto;
}
.main_logo h1 {
  color: #fff;
}
.main_logo p {
  color: #fff;
}
.wh100 {
  height: 100% !important;
}
.wh100 .hfooter {
  height: 86px;
}
@media only screen and (max-width: 960px) {
  .wh100 .hfooter {
    height: 85px;
    margin-top: -85px;
  }
}
.wh100 footer {
  margin-top: -86px;
  height: 86px;
}
@media only screen and (max-width: 960px) {
  .wh100 footer {
    height: 85px;
    padding: 26px 0;
    height: 85px;
    margin-top: -85px;
  }
}
.page-wrapper__inner {
  width: 100%;
  max-width: 960px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .page-wrapper__inner {
    padding: 0 10px;
  }
}
header {
  z-index: 5;
  padding: 20px 25px;
  background: #000;
  font-family: 'open_sanslight';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
}
header .bg-logo {
  width: 282px;
  height: 33px;
  float: left;
  background: center/contain no-repeat url("../img/cpa2.png");
}
@media only screen and (max-width: 960px) {
  header .bg-logo {
    width: 180px;
  }
}
header .header__right {
  float: right;
  color: #fff;
}
header .header__right ul {
  font-size: 0;
  transition-duration: 0.5s;
}
header .header__right ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
  margin-left: 30px;
  line-height: 33px;
  cursor: pointer;
}
header .header__right ul li:nth-child(1) {
  background: url("../img/ico_sign.png") 0 50% no-repeat;
}
header .header__right ul li:nth-child(2) {
  background: url("../img/ico_sign+.png") 0 50% no-repeat;
}
header .header__right ul li:nth-child(3) {
  background: url("../img/icon_language.png") 0 50% no-repeat;
  padding-right: 12px;
}
header .header__right ul li:nth-child(3):after {
  content: '';
  background: url("../img/arr_down.png") 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 4px;
}
header .header__right ul li a {
  color: #fff;
  text-decoration: none;
}
header .header__right ul li.select_box div {
  display: none;
  background: #fff;
  position: absolute;
  right: 0;
  width: 100px;
  text-align: center;
  border: 2px solid #000;
}
header .header__right ul li.select_box div span {
  color: #000;
  display: block;
  transition-duration: 0.5s;
  cursor: pointer;
}
header .header__right ul li.select_box div span.active {
  cursor: default;
}
header .header__right ul li.select_box div span:hover,
header .header__right ul li.select_box div span.active {
  background: #d9d9d9;
}
header .header__right ul li.select_box.active div {
  display: block;
}
@media only screen and (max-width: 960px) {
  header .header__right ul {
    width: 280px;
    position: absolute;
    top: 74px;
    left: -280px;
    background: #000;
  }
  header .header__right ul li {
    border-top: 1px solid #575757;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    background-position: 15px 50% !important;
  }
  header .header__right ul li:nth-child(3):after {
    position: static;
    display: inline-block;
  }
  header .header__right ul li.select_box div {
    top: 73px;
    right: auto;
    left: 0;
  }
}
header .header__right #pushAdburger {
  display: none;
  vertical-align: middle;
  width: 26px;
  height: 15px;
  cursor: pointer;
  background: url("../img/burger.png") 0 0 no-repeat;
}
@media only screen and (max-width: 960px) {
  header .header__right #pushAdburger {
    display: inline-block;
  }
}
header .header__right #pushAdburger.active + ul {
  left: 0;
}
h1 {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
  color: #fff;
}
h1 span {
  padding-top: 30px;
  font-size: 40px;
  display: block;
  font-weight: normal;
}
@media only screen and (max-width: 960px) {
  h1 {
    font-size: 24px;
  }
  h1 span {
    padding-top: 15px;
    font-size: 20px;
  }
}
.push_first {
  background: url("../img/sect1.png") 50% 0 no-repeat #fff;
  padding-top: 50px;
  min-height: 642px;
}
@media only screen and (max-width: 960px) {
  .push_first {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 960px) {
  .push_first {
    background: url("../img/msect1repeat.png") 50% 0 repeat-y;
    min-height: 1px;
    position: relative;
  }
  .push_first .page-wrapper__inner {
    z-index: 2;
    padding-bottom: 150px;
  }
  .push_first:after {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 219px;
    background: url("../img/msect1.png") 50% 0 no-repeat;
  }
}
.country_list {
  font-size: 0;
  font-family: 'Conv_P22UndergroundCYPro-Heavy';
  line-height: 1;
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  .country_list {
    max-width: 500px;
    margin: 0 auto 25px;
  }
}
.country_list li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #000;
}
@media only screen and (max-width: 960px) {
  .country_list li {
    width: 50%;
    margin-bottom: 15px;
  }
}
.country_list li b {
  display: block;
  width: 144px;
  height: 151px;
  line-height: 144px;
  margin: 0 auto;
  font-size: 40px;
  background: url("../img/s1_circle.png");
}
@media only screen and (max-width: 960px) {
  .country_list li b {
    width: 105px;
    line-height: 105px;
    font-size: 28px;
    height: 110px;
    background-size: cover;
  }
}
.country_list li .country_list-name {
  padding-top: 15px;
  display: block;
  text-align: center;
}
h2 {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 30px;
  margin: 0;
  text-align: center;
  color: #fff;
}
h2 span {
  padding-top: 15px;
  font-size: 20px;
  display: block;
  font-weight: normal;
}
.push_second {
  background: url("../img/bg20.png") 50% 0 no-repeat #fff;
  position: relative;
  z-index: 1;
}
.push_second-list {
  font-size: 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .push_second-list {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.push_second-list li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-left: 5%;
  font-size: 20px;
  font-family: 'Conv_P22UndergroundCYPro-Book';
  color: #000;
}
.push_second-list li:first-child {
  width: 25%;
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .push_second-list li {
    width: 100% !important;
    margin: 0 0 15px !important;
  }
}
.push_second-list li .dtc {
  vertical-align: middle;
}
.push_second-list li .dtc:first-child {
  width: 130px;
}
.push-third {
  position: relative;
  z-index: 2;
  padding-top: 250px;
  background: #000;
  padding-bottom: 310px;
}
@media only screen and (max-width: 960px) {
  .push-third {
    padding: 170px 0;
  }
}
.push-third:before {
  content: '';
  background: url("../img/threeD.png") 0 0 no-repeat;
  width: 253px;
  height: 251px;
  position: absolute;
  right: 130px;
  top: 156px;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  .push-third:before {
    display: none;
  }
}
.push-third:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 649px;
  width: 100%;
  background: url("../img/bg3-1.png") 50% 0 no-repeat #fff;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 960px) {
  .push-third:after {
    background: url("../img/mbg3-1.png") 50% 0 no-repeat;
    height: 182px;
  }
}
.push-third .bottom_bg {
  content: '';
  position: absolute;
  z-index: 1;
  height: 658px;
  width: 100%;
  background: url("../img/bg3-2.png") 50% 0 no-repeat #fff;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 960px) {
  .push-third .bottom_bg {
    background: url("../img/mbg3-2.png") 50% 0 no-repeat;
    height: 182px;
  }
}
.push-third .bottom_bg::before {
  content: '';
  background: url("../img/threeD2.png");
  width: 293px;
  height: 242px;
  position: absolute;
  bottom: 200px;
  left: 63px;
}
@media only screen and (max-width: 960px) {
  .push-third .bottom_bg::before {
    display: none;
  }
}
.push-third .page-wrapper__inner {
  z-index: 3;
}
.push-third h2 {
  color: #fff;
}
.push-third-list {
  color: #000;
  padding-bottom: 50px;
}
@media only screen and (max-width: 960px) {
  .push-third-list {
    max-width: 500px;
    margin: 0 auto;
  }
}
.push-third-list img {
  max-width: 100%;
}
.push-third-list li {
  font-size: 0;
  margin-top: 45px;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .push-third-list li:nth-child(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.push-third-list li .list_part {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .push-third-list li .list_part {
    width: 100%;
    padding-bottom: 15px;
  }
}
.push-third-list li .list_part:first-child {
  padding-right: 15px;
}
.push-third-list li .list_part .dtable .dtc {
  vertical-align: middle;
  padding-left: 25px;
  font-family: 'Conv_P22UndergroundCYPro-Light';
  font-size: 22px;
}
.push-third-list li .list_part .dtable .dtc:first-child {
  font-family: 'Conv_P22UndergroundCYPro-Book';
  height: 180px;
  padding-left: 0;
  font-size: 60px;
  width: 100px;
  border-right: 2px solid #ffd323;
  vertical-align: top;
}
.push-third-list li .list_part .dtable .dtc:first-child.h120 {
  height: 120px !important;
}
.push-third-list li .list_part .dtable .two_col_text {
  display: table;
  width: 100%;
}
.push-third-list li .list_part .dtable .two_col_text span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .push-third-list li .list_part .dtable .two_col_text span {
    display: block;
  }
}
.push-third-list li .list_part .dtable .two_col_text span b {
  font-size: 46px;
}
@media only screen and (max-width: 960px) {
  .push-third-list li .list_part .dtable .two_col_text span b {
    display: block;
    text-align: center;
    padding-top: 10px;
  }
}
.push-third-list li .list_part .dtable .two_col_text span:first-child {
  padding-right: 20px;
}
.push-fourth {
  background: url("../img/bg4.png") 50% 100% no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
@media only screen and (max-width: 960px) {
  .push-fourth {
    background: none;
    padding-bottom: 0;
  }
  .push-fourth .bottom_content-sep {
    margin-top: -50px;
    background: url("../img/bg4repeat.png") 50% 0 repeat-y;
    position: relative;
    padding-top: 170px;
    padding-bottom: 30px;
  }
  .push-fourth .bottom_content-sep:before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 219px;
    background: url("../img/mbg4.png") 50% 0 no-repeat;
  }
  .push-fourth .bottom_content-sep .page-wrapper__inner {
    z-index: 2;
  }
}
.push-fourth::before {
  content: '';
  background: url("../img/threeD3.png");
  width: 324px;
  height: 287px;
  position: absolute;
  bottom: 398px;
  right: 175px;
}
@media only screen and (max-width: 1500px) {
  .push-fourth::before {
    display: none;
  }
}
.push-fourth .push_fourth-list {
  font-size: 0;
  display: table;
  width: 100%;
  padding-bottom: 180px;
}
@media only screen and (max-width: 960px) {
  .push-fourth .push_fourth-list {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 0;
  }
  .push-fourth .push_fourth-list img {
    max-width: 100%;
  }
}
.push-fourth .push_fourth-list li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-left: 5%;
  font-size: 18px;
  font-family: 'Conv_P22UndergroundCYPro-Book';
  color: #000;
  text-align: center;
}
.push-fourth .push_fourth-list li div {
  margin: 15px auto 55px;
  max-width: 160px;
}
@media only screen and (max-width: 960px) {
  .push-fourth .push_fourth-list li div {
    margin-bottom: 30px;
  }
}
.push-fourth .push_fourth-list li:nth-child(3n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 960px) {
  .push-fourth .push_fourth-list li {
    width: 45%;
    margin-left: 10% !important;
  }
  .push-fourth .push_fourth-list li:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
.webmasters_table {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 30px;
  font-family: 'Conv_P22UndergroundCYPro-Light';
}
.webmasters_table .dtr .dtc {
  text-align: center;
  border-bottom: 1px solid #c09419;
  padding: 20px;
}
.webmasters_table .dtr .dtc b img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.webmasters_table .dtr .dtc:first-child {
  border-right: 1px solid #c09419;
  width: 50%;
}
footer {
  background: #000;
  padding: 40px 0 32px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  font-family: 'open_sansregular';
}
@media only screen and (max-width: 960px) {
  footer .web {
    display: none;
  }
}
footer .mobile {
  display: none;
}
@media only screen and (max-width: 960px) {
  footer .mobile {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
  transition-duration: 0.5s;
}
@media only screen and (max-width: 960px) {
  footer a {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
  }
  footer a:first-of-type {
    margin-left: 0;
  }
  footer a:not(:first-of-type):before {
    content: '/';
    position: absolute;
    top: 0;
    left: -12px;
  }
}
@media only screen and (max-width: 460px) {
  footer a {
    font-size: 13px;
  }
}
footer a:hover {
  color: #a4a4a4;
}
footer span {
  padding: 0;
}
.form-content {
  max-width: 600px;
  margin: 0 auto;
  padding: 35px 35px 0;
}
.form-content.mw1000 {
  max-width: 1000px;
}
.form-content .content h2 {
  text-align: left;
  font-size: 18px;
  margin: 0;
  padding: 0 0 15px;
}
.form-content .content ul li {
  padding-left: 10px;
  padding-bottom: 5px;
  position: relative;
}
.form-content .content ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  position: absolute;
  top: 5px;
  left: 0;
}
.form-content p {
  line-height: 1.2;
  padding-bottom: 10px;
}
.form-content.anotherbg {
  background: #dff8ff;
}
.form-content.anotherbg input[type='text'],
.form-content.anotherbg input[type='password'],
.form-content.anotherbg input[type='email'],
.form-content.anotherbg textarea {
  background: transparent;
  border-color: #676767;
}
.form-content.anotherbg .btn {
  background: #fff;
  margin: 0 auto;
}
.form-content.anotherbg .btn:hover {
  background: #e6e6e6;
}
.form-content.p35 {
  padding: 35px;
}
.form-content .mb20 {
  padding-bottom: 20px;
}
.form-content .recpathaBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .form-content .recpathaBlock {
    display: block;
  }
  .form-content .recpathaBlock-item {
    width: 304px;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .form-content .recpathaBlock .g-recaptcha > div {
    margin: 0 auto;
  }
}
.form-content .recpathaBlock-item {
  padding-right: 15px;
}
.form-content h3 {
  font-family: 'Conv_P22UndergroundCYPro-Heavy';
  padding: 0;
  margin: 0 0 15px;
  font-size: 36px;
  text-align: center;
}
.form-content .two_col_layout {
  display: table;
  width: 100%;
  font-size: 0;
}
.form-content .two_col_layout .two_col_layout-cell {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-left: 10px;
}
.form-content .two_col_layout .two_col_layout-cell.vmiddle {
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .form-content .two_col_layout .two_col_layout-cell {
    width: 100%;
    padding: 0 !important;
  }
}
.form-content .two_col_layout .two_col_layout-cell:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.form-content input[type='text'],
.form-content input[type='password'],
.form-content input[type='email'] {
  border: 1px solid #b1b1b1;
  width: 100%;
  height: 54px;
  line-height: normal;
  border-radius: 27px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  transition-duration: 0.5s;
}
.form-content input[type='text'].error,
.form-content input[type='password'].error,
.form-content input[type='email'].error {
  color: #f00;
}
.form-content input[type='text']:focus,
.form-content input[type='password']:focus,
.form-content input[type='email']:focus {
  border-color: #000;
}
.form-content textarea {
  border: 1px solid #b1b1b1;
  width: 100%;
  height: 120px;
  outline: none;
  resize: none;
  padding: 20px;
  color: #000;
  font-size: 16px;
  border-radius: 27px;
  margin-bottom: 20px;
}
.form-content textarea.error {
  color: #f00;
}
.form-content textarea:focus {
  border-color: #000;
}
.form-content .errors_messages {
  padding: 0 20px 10px;
  display: none;
  color: #f00;
  font-size: 14px;
  line-height: 1.2;
}
.form-content .btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  background: #ffd323;
  margin-bottom: 15px;
  text-align: center;
}
.form-content .btn:hover {
  background: #ffcd06;
}
.form-content .more_links {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
.form-content .more_links p {
  font-size: 14px;
}
.form-content .more_links span {
  padding: 0 10px;
}
.form-content .more_links a,
.form-content .more_links span {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 21px;
  height: 20px;
  background: url("../img/checkbox_icon.png");
  background-position: -51px -10px;
}
.checkbox + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 0;
  height: 0;
  background: url("../img/checkbox_icon.png");
  background-position: -10px -10px;
  z-index: 1;
  transition-duration: 0.1s;
}
.checkbox:checked + label:after {
  width: 21px;
  height: 20px;
}
.page-loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background: url("../img/spinner.gif") 50% 50% rgba(255,255,255,0.9) no-repeat;
}
.security-field {
  width: 100%;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
  margin-bottom: 20px;
}
.security-field input {
  margin-bottom: 0 !important;
}
.security-field .security-field__controls {
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #000;
}
.icon-menu-adc_eye {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.icon-menu-adc_eye:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/eye.svg");
}
.icon-menu-adc_eye.blocked:before {
  background-image: url("../img/eye-blocked.svg");
}
