    body {
	min-width: 20pc;
	background: #eaf0f0;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	line-height: 1.5;
	font-size: 3.5vw;
	overflow-x: hidden;
	margin-right: calc(100% - 100vw)
  }
  

  
  .wrapper-padding {
	padding-left: 4.7%;
	padding-right: 4.7%
  }
  
  #requestSuccess {
	position: fixed;
	top: 3vw;
	right: -100vw;
	z-index: 1000000000000000000;
	padding: 1vw;
	font-size: 13px;
	transition: right .5s ease-in-out .2s;
	background: #e83636;
	box-shadow: 0 6px 25px rgba(232, 54, 54, .7);
	border-radius: 2px
  }
  
  #requestSuccess>* {
	margin: 0;
	display: none;
	font-family: 'Montserrat', sans-serif;
  }
  
  .heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2% 3%
  }
  
  .heading.fixed-pos {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	z-index: 10000000000000
  }
  
  .heading a {
	z-index: 1000000
  }
  
  .heading a img {
	max-width: 90pt
  }
  
  .heading .white {
	display: none
  }
  

  

  
  .menu-logo {
	cursor: pointer;
	width: 39px;
	height: 35px;
	margin: auto 0
  }
  
  .menu-logo img {
	width: 100%;
	max-width: 44px;
	height: auto
  }
  
  .mobile-menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fff;
	transition: all .3s ease;
	z-index: 100
  }
  
  .mobile-menu.active {
	display: block;
	height: 100vh;
	width: 100vw;
	top: 0
  }
  
  .mobile-menu .wrapper-padding {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2% 3%
  }
  
  .mobile-menu .wrapper-padding .logo {
	display: none
  }
  
  .mobile-menu .wrapper-padding .nav-links {
	display: block;
	position: relative;
	height: 30px;
	width: 30px;
	margin: auto 0
  }
  
  .mobile-menu ul {
	list-style: none;
	padding: 75pt 0;
	margin: 0
  }
  
  .mobile-menu ul a {
	text-decoration: none;
	display: block;
	padding: 6.3% 0;
	padding-left: 90px;
	font-size: 3vw;
	color: #000;
	font-family: 'Montserrat', sans-serif;
  }
  
  .mobile-menu ul a:before {
	content: '';
	width: 56px;
	height: 56px;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 15px
  }
  
  .mobile-menu ul li {
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: 700;
	position: relative
  }
  
  .mobile-menu ul li:hover {
	color: #e83636
  }
  
  .mobile-menu ul .nav-what-we-do:before {
	background-image: url(../images/what_we_do-basic_hover.e52314faf8c78c194782701c0d271918.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 200%
  }
  
  .mobile-menu ul .nav-what-we-do:hover:before {
	background-position: 100% 0
  }
  
  .mobile-menu ul .nav-our-work:before {
	background-image: url(../images/our_work-hover_basic.3845512d85a1d610966d7647c21a6c29.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 200%
  }
  
  .mobile-menu ul .nav-our-work:hover:before {
	background-position: 100% 0
  }
  
  .mobile-menu ul .nav-gambling:before {
	background-image: url(../images/gambling-hover_basic.1e53539774fd1625ec4d8df9a5b6ed37.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 200%
  }
  
  .mobile-menu ul .nav-gambling:hover:before {
	background-position: 100% 0
  }
  
  .mobile-menu ul .nav-get-in-touch:before {
	background-image: url(../images/get_in_touch-basic_hover.3a65f2367ce6b70510fdcc8964508194.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 200%
  }
  
  .mobile-menu ul .nav-get-in-touch:hover:before {
	background-position: 100% 0
  }
  
  .burger-svg-menu {
	cursor: pointer;
	padding: 9pt 0;
	margin-right: 30px;
	margin-top: 9pt;
	position: relative
  }
  
  .burger-svg-menu .burger-ico {
	height: 13px;
	width: 13px;
	position: absolute;
	top: -6px;
	left: 0;
	background-image: url(../images/burger-ico.0f1fec251278443675bea1c6cee0b720.png);
	background-size: 13px 13px;
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 1
  }
  
  .burger-svg-menu span {
	position: relative;
	display: block;
	width: 40px;
	height: 3px;
	background: #222;
	transition: all .2s ease-in-out
  }
  
  .burger-svg-menu span:before {
	top: -13px;
	right: 0;
	display: block;
	width: 20px
  }
  
  .burger-svg-menu span:after,
  .burger-svg-menu span:before {
	position: absolute;
	background: #222;
	content: '';
	height: 3px;
	transition: all .3s ease
  }
  
  .burger-svg-menu span:after {
	top: 13px;
	width: 40px
  }
  
  .burger-svg-menu.active .burger-ico {
	opacity: 0
  }
  
  .burger-svg-menu.active span {
	background: transparent
  }
  
  .burger-svg-menu.active span:before {
	width: 40px;
	transform: rotate(45deg) translate(12px, 6px)
  }
  
  .burger-svg-menu.active span:after {
	transform: rotate(-45deg) translate(12px, -6px)
  }
  
  .black {
	display: none
  }
  
  @media screen and (orientation:portrait) {
	.heading {
	  background-color: #fff
	}
  
	.white {
	  display: none
	}
  
	.black {
	  display: block
	}
  }
  
  .holder {
	font-size: 5vw
  }
  
  .select-wrapper {
	padding-left: 5pc;
	cursor: pointer
  }
  
  .select-wrapper .dropholder {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	color: #bacdcd;
	position: relative;
	box-sizing: border-box
  }
  
  .select-wrapper .dropholder ul {
	display: none
  }
  
  .select-wrapper .holder {
	font-size: 3vw;
	font-weight: 700;
	color: #000;
	margin: 0
  }
  
  .select-wrapper .dropdown {
	padding: 5px 10px;
	font-size: 3vw;
	font-weight: 400;
	position: relative;
	box-sizing: border-box;
	z-index: 20
  }
  
  .select-wrapper .dropdown.active+.dropdownOption {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0
  }
  
  .select-wrapper ul.dropdownOption {
	position: absolute;
	top: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: none;
	background: #fff;
	z-index: 5;
	overflow: hidden;
	border-top: none
  }
  
  .select-wrapper ul.dropdownOption li {
	font-size: 3vw;
	font-weight: 400;
	color: #bacdcd;
	list-style: none;
	padding: 5px 10px
  }
  
  .submit {
	text-transform: uppercase;
	display: block;
	width: 80%;
	margin: auto;
	text-align: center;
	color: #fff;
	background: #e83636;
	box-shadow: 0 6px 25px rgba(232, 54, 54, .7);
	border: none;
	margin-top: 5%;
	font-size: 4vw;
	height: 12vw;
	border-radius: 2px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
  }
  
  .submit:before {
	content: '';
	position: absolute;
	left: -100vw;
	top: -80vw;
	background-color: hsla(0, 0%, 100%, .25);
	height: 500%;
	width: 300%;
	transform: rotate(-22deg);
	transition: all .4s;
  }
  
  .submit:hover:before {
	left: -50vw;
	top: -25vw
  }
  
  .page-content__navigation {
	width: 100%;
	height: 10vh;
	background-image: url(../images/bg-blured-1.d450c55652fb6a0b93af9f7843295268.jpg);
	background-position: 100% 100%;
	background-size: cover;
	background-repeat: no-repeat
  }
  
  .page-content__navigation ul {
	height: 100%;
	width: 92%;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: auto
  }
  
  .page-content__navigation ul li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: auto 0;
	height: 90%
  }
  
  .page-content__navigation ul li a {
	font-size: 4.5vw;
	text-decoration: none;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
  }
  
  .page-content__navigation ul li a:visited {
	color: #000;
	font-weight: 900;
	text-decoration: none;
  }
  
  .page-content__navigation ul li img {
	width: 60%;
	height: auto;
	margin: auto
  }
  
  .get-in-touch-inner-wrapper {
	transform: skewY(22deg)
  }
  
  .get-in-touch-inner-wrapper header * {
	font-size: 5vw
  }
  
  .get-in-touch-inner-wrapper form {
	margin-top: 17.7%
  }
  
  .reset {
	position: absolute;
	height: 4vw;
	width: 4vw;
	background: #dce6e6;
	top: 0;
	bottom: 2px;
	margin: auto;
	left: 83vw;
	border: none;
	outline: 0;
	display: none
  }
  
  .reset:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 0;
	height: 0;
	border-top: 2.1vw solid transparent;
	border-right: 1vw solid #dce6e6;
	border-bottom: 2.1vw solid transparent
  }
  
  .reset .cross {
	height: 4vw;
	width: 4vw;
	display: block;
	position: relative
  }
  
  .reset .cross:after,
  .reset .cross:before {
	content: "";
	height: .3vw;
	width: 3vw;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
  }
  
  .reset .cross:before {
	transform: rotate(45deg)
  }
  
  .reset .cross:after {
	transform: rotate(-45deg)
  }
  
  .input-wrapper {
	position: relative;
	display: block;
	height: auto
  }
  
  .input-wrapper input {
	border: none;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #5dadad;
	outline: 0;
	width: 85%;
	padding: 5.4% 0;
	font-size: 4vw;
	text-indent: 14px;
	padding-right: 15%;
	border-radius: 0;
	box-sizing: content-box;
	transition: background .3s ease-in-out
  }
  
  .input-wrapper input:invalid {
	background: #DCE6E6;
  }
  
  .input-text {
	position: absolute;
	left: 15px;
	transition: transform .3s, font-size .3s, left .3s;
	top: 8vw;
	font-size: 4vw;
	color: #3e6161;
	display: block;
	white-space: nowrap;
	pointer-events: none
  }
  
  .input__field:focus+label>.input-text {
	transform: translate3d(0, -8vw, 0);
	font-size: 3vw;
	left: 0
  }
  
  .input--filled>label>.reset {
	display: block
  }
  
  .input--filled>label>.input-text {
	transform: translate3d(0, -8vw, 0);
	font-size: 3vw;
	left: 0
  }
  
  .content {
	margin-top: 5vw;
	padding: 0 4.7%
  }
  
  .get-in-touch-inner-wrapper {
	transform: none
  }
  
  .get-in-touch-inner-wrapper header * {
	text-align: center
  }
  
  .questions {
	margin-top: -22%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
  }
  
  .questions .copyright {
	border-top: 1px solid #dce6e6;
	padding: 1vw 0;
	margin-bottom: 0;
	width: 100%;
	font-size: 3vw
  }
  
  .questions-wrapper {
	position: relative;
	margin-top: 39%;
  }
  
  .questions-wrapper header * {
	font-size: 5vw
  }
  
  .questions-wrapper header h1 {
	font-weight: 700
  }
  
  .questions-wrapper div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
  }
  
  .questions-wrapper a {
	color: #3e6161;
	text-decoration: none;
	display: block;
	margin-top: 15%;
	position: relative
  }
  
  .questions-wrapper a:before {
	content: "";
	position: absolute;
	border-radius: 50%;
	height: 8vw;
	width: 8vw;
	min-height: 40px;
	min-width: 40px;
	top: -8vw;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -13px
  }
  
  .questions-wrapper .mail {
	-ms-flex-order: 4;
	order: 4
  }
  
  .questions-wrapper .mail:before {
	background: url(../images/mail.aff6a968431009dacdd2c5bd9ee4273e.svg) no-repeat center center;
	background-size: contain;
	background-color: #dce6e6
  }
  
  .questions-wrapper .ukr {
	-ms-flex-order: 1;
	order: 1
  }
  
  .questions-wrapper .ukr:before {
	background: url(../images/astronaut-ua.6f22d22adb6c3b94e1aa4bc9c8fda625.svg) no-repeat center center;
	background-size: contain;
	background-color: #dce6e6
  }
  
  .questions-wrapper .usa {
	-ms-flex-order: 2;
	order: 2
  }
  
  .questions-wrapper .usa:before {
	background: url(../images/astronaut-us.c7be4a5d8d3072919e269786becce9ca.svg) no-repeat center center;
	background-size: contain;
	background-color: #dce6e6
  }
  
  .questions-wrapper .skype {
	-ms-flex-order: 3;
	order: 3
  }
  
  .questions-wrapper .skype:before {
	background: url(../images/skype.5bbbadd02d003a4ba81a1eba383c6c36.svg) no-repeat center center;
	background-size: contain;
	background-color: #dce6e6
  }
  
  @media screen and (orientation:landscape) {
	.heading {
	  display: none
	}
  
	.mobile-menu {
	  -ms-flex-pack: distribute;
	  justify-content: space-around;
	  width: 100%;
	  height: 10vh;
	  min-height: 68px;
	  background-color: #fff;
	  border-bottom: 1px solid #d3d3d3;
	  transform: translateX(0)
	}
  
	.mobile-menu,
	.mobile-menu ul {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-align: center;
	  align-items: center
	}
  
	.mobile-menu ul {
	  padding: 0 15px;
	  margin-right: 76px
	}
  
	.mobile-menu ul a {
	  padding: 0 0 0 50px;
	  font-size: 1.5vw
	}
  
	.mobile-menu ul a:before {
	  width: 26px;
	  height: 26px;
	  left: 15px
	}
  
	.mobile-menu ul a:hover {
	  color: red
	}
  
	.mobile-menu .wrapper-padding {
	  margin: 0;
	  height: 100%;
	  padding: 0 10px;
	  transition: all 1s ease
	}
  
	.mobile-menu .wrapper-padding .logo {
	  display: block;
	  max-width: 10vw;
	  margin: auto 0
	}
  
	.mobile-menu .wrapper-padding .logo img {
	  margin: 0;
	  padding-top: 2px
	}
  
	.select-wrapper {
	  padding-left: 20px
	}
  
	.select-wrapper .dropholder {
	  width: 100%;
	  height: 100%;
	  position: relative;
	  box-sizing: border-box
	}
  
	.select-wrapper .holder {
	  font-size: 1vw
	}
  
	.select-wrapper .dropdown {
	  padding: 5px 10px;
	  font: .7vw arial
	}
  
	.select-wrapper ul.dropdownOption {
	  position: absolute;
	  top: 100%;
	  margin: 0;
	  padding: 0;
	  overflow: auto
	}
  
	.select-wrapper ul.dropdownOption li {
	  font-size: 1vw;
	  padding: 5px 10px
	}
  
	.select-wrapper ul.dropdownOption li:hover {
	  color: red;
	  transition: all .4s ease
	}
  
	.burger-svg-menu {
	  margin-right: 30px
	}
  }
  
  @media screen and (min-width:768px) and (orientation:landscape) {
	.mobile-menu ul a {
	  padding-left: 75px
	}
  
	.mobile-menu ul a:before {
	  width: 46px;
	  height: 46px;
	  left: 25px
	}
  }
  
  @media screen and (orientation:landscape) {
	.submit {
	  text-transform: uppercase;
	  display: block;
	  width: 50%;
	  text-align: center;
	  color: #fff;
	  background: #e83636;
	  box-shadow: 0 6px 1pc rgba(232, 54, 54, .2);
	  border: none;
	  margin-top: 9%;
	  height: 5vw;
	  font-size: 2vw;
	  border-radius: 4px;
	  position: relative;
	  z-index: 1;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none
	}
  
	.submit:before {
	  height: 600%;
	  width: 400%;
	  left: -50vw;
	  top: -50vw
	}
  
	.submit:hover:before {
	  left: -20vw;
	  top: -20vw
	}
  }
  
  @media screen and (orientation:landscape) {
	.page-content__navigation {
	  width: 100%;
	  height: 23vh;
	  margin-top: 10vh
	}
  
	.page-content__navigation,
	.page-content__navigation ul {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-pack: center;
	  justify-content: center
	}
  
	.page-content__navigation ul {
	  height: 100%;
	  width: 20%;
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  text-transform: uppercase;
	  color: #fff
	}
  
	.page-content__navigation ul li {
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-pack: center;
	  justify-content: center;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  margin: auto;
	  height: 90%
	}
  
	.page-content__navigation ul li {
	  text-transform: none;
	  color: black;
	  font-size: 2.2vw;
	  text-decoration: none;
	}
  
	.page-content__navigation ul li img {
	  width: 80%
	}
  
	.page-content__slider {
	  background-image: linear-gradient(hsla(0, 0%, 90%, .9), hsla(0, 0%, 90%, .9)), url(../images/blue-3turn180.ba508783e7c248d07205c34466b6b420.svg);
	  background-repeat: no-repeat;
	  background-position: right bottom, -20vw -20vw;
	  background-size: 100%, 80%
	}
  }
  
  @media screen and (orientation:landscape) {
	.get-in-touch-inner-wrapper {
	  transform: skewY(22deg);
	  width: 50%;
	  margin: auto
	}
  
	.get-in-touch-inner-wrapper header * {
	  font-weight: 200;
	  font-size: 2vw
	}
  
	.get-in-touch-inner-wrapper form {
	  margin-top: 0
	}
  
	.reset {
	  top: 0;
	  bottom: 2px;
	  height: 2vw;
	  width: 2vw;
	  margin: auto;
	  left: 95%
	}
  
	.reset:before {
	  border-top: 1.1vw solid transparent;
	  border-right: .5vw solid #dce6e6;
	  border-bottom: 1.1vw solid transparent
	}
  
	.reset .cross {
	  height: 2vw;
	  width: 2vw
	}
  
	.reset .cross:after,
	.reset .cross:before {
	  content: "";
	  height: .15vw;
	  width: 1.5vw
	}
  
	.input-wrapper {
	  position: relative;
	  display: block;
	  height: auto
	}
  
	.input-wrapper input {
	  border: none;
	  border-top: 2px solid transparent;
	  border-bottom: 2px solid #5dadad;
	  outline: 0;
	  width: 85%;
	  padding: 5% 0 3.5%;
	  margin: 0;
	  text-indent: 14px;
	  font-size: 1.5vw;
	  padding-right: 15%;
	  border-radius: 0;
	  box-sizing: content-box;
	  transition: background .3s ease-in-out
	}
  
	.input-wrapper input:invalid {
	  background: #DCE6E6;
	}
  
	.input-text {
	  position: absolute;
	  left: 15px;
	  top: 3.5vw;
	  font-size: 1.25vw !important
	}
  
	.input__field:focus+label>.input-text {
	  transform: translate3d(0, -3vw, 0);
	  font-size: 1vw !important;
	  left: 0
	}
  
	.input--filled>label>.reset {
	  display: block
	}
  
	.input--filled>label>.input-text {
	  transform: translate3d(0, -3vw, 0);
	  font-size: 1.5vw;
	  left: 0
	}
  }
  
  @media screen and (orientation:landscape) {
	.get-in-touch-inner-wrapper {
	  transform: none
	}
  
	.get-in-touch-inner-wrapper header * {
	  font-weight: 200;
	  font-size: 2vw
	}
  
	.questions {
	  background: #eaf0f0;
	  margin-top: 0;
	  text-align: center
	}
  
	.questions .copyright {
	  border-top: 1px solid #dce6e6;
	  font-size: 1vw
	}
  
	.questions .header {
	  font-size: 2vw;
	  font-weight: 700
	}
  
	.questions-wrapper {
	  margin-top: 12%
	}
  
	.questions-wrapper div {
	  margin: 3vh auto;
	  padding: 2vh;
	  width: 60%;
	  min-height: 300px;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -ms-flex-pack: end;
	  justify-content: flex-end;
	  -ms-flex-align: center;
	  align-items: center;
	  -ms-flex-direction: row;
	  flex-direction: row;
	  -ms-flex-line-pack: distribute;
	  align-content: space-around;
	  border-radius: 30px;
	  background-color: #dce6e6
	}
  
	.questions-wrapper div a {
	  color: #3e6161;
	  text-decoration: none;
	  -ms-flex-align: center;
	  align-items: center;
	  margin-top: 0;
	  padding-left: 13%;
	  line-height: 13vh;
	  text-align: left;
	  width: 37%;
	  font-size: 1.5vw;
	  transition: all .5s ease
	}
  
	.questions-wrapper div a:hover {
	  color: #e83636
	}
  
	.questions-wrapper div a:before {
	  content: "";
	  height: 7vw;
	  width: 7vw;
	  min-height: 30px;
	  min-width: 30px;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto 0
	}
  
	.questions-wrapper .mail {
	  -ms-flex-order: 4;
	  order: 4
	}
  
	.questions-wrapper .ukr {
	  -ms-flex-order: 1;
	  order: 1
	}
  
	.questions-wrapper .usa {
	  -ms-flex-order: 3;
	  order: 3
	}
  
	.questions-wrapper .skype {
	  -ms-flex-order: 2;
	  order: 2
	}
  
	.questions-wrapper .career {
	  -ms-flex-order: 5;
	  order: 5
	}
  }
  
  
  .g-recaptcha>div {
	width: unset !important;
	padding-top: 15px;
  }
  
  .msg-errorr {
	text-align: center;
	display: block;
	font-size: 15px;
	padding-top: 14px;
  }

  .popupsubmit{
	margin-top: 6%!important;
  }

