
  
  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%
  }
  
  .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;
	font-family: 'Montserrat', sans-serif;
	display: block;
	padding: 6.3% 0;
	padding-left: 90px;
	font-size: 3vw;
	color: #000
  }
  
  .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
  }
  
  .content {
	width: 97%;
	margin: auto;
	margin-top: 10%;
	-ms-flex-direction: column;
	flex-direction: column
  }
  
  .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%;
	margin-bottom: 5%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
  }
  
  .questions-wrapper .header {
	font-size: 5vw
  }
  
  .questions-wrapper a {
	color: #3e6161;
	text-decoration: none;
	display: block;
	margin-top: 15%;
	position: relative;
	font-size: 3vw
  }
  
  .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: 50px;
	  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) {
	.content {
	  margin-top: 10%;
	}
  
	.questions {
	  margin-top: 0;
	  text-align: center
	}
  
	.questions .copyright {
	  border-top: 1px solid #dce6e6;
	  margin-top: 8%;
	  font-size: 1vw;
	  width: 100%
	}
  
	.questions .header {
	  font-size: 2vw;
	  font-weight: 700
	}
  
	.questions-wrapper {
	  margin-top: 5vw;
	  margin-bottom: 3%;
	  height: 40vh
	}
  
	.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: 112px;
	  line-height: 13vh;
	  text-align: left;
	  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 div a{flex: 0 0 50%;}
  
	.questions-wrapper .usa {
	  -ms-flex-order: 3;
	  order: 3
	}
  
	.questions-wrapper .skype {
	  -ms-flex-order: 2;
	  order: 2
	}
  }
  
  @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
	}
  }
  
  .content h1 {
	margin-bottom: 6%;
	font-size: 4vw;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .teams {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	gap: 1rem;
	margin-bottom: 6rem;
  }
  
  .team {
	flex: 0 0 calc(25% - 12px);
	height: auto;
	background-size: cover;
	padding: 40px 10px;
	background: #fff;
	top: 0px;
	position: relative;
	text-align: center;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	cursor: pointer;

}
.team:hover{border-radius: 5%;}
.team-pic{	transition: all ease 0.5s; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s;}
  .team:hover .team-pic{transform: scale(1.125);}

.team-pic img { width: 100%; }
  
  .team-name {
	font-size: 23px;
  }
  
  .team-title p {
	font-size: 17px;
	color: #958c8c;
  }
  
  .team-pic {
	width: 220px;
	height: 220px;
	padding: 6px;
	margin: 0 auto 15px auto;
  }
  
  @media (max-width: 767px) { 
	.content {
	  width: 90%;
	  margin-top: 10%;
	}
  
	.content.team-section h1 {
	  margin-bottom: 6%;
	  font-size: 10vw;
	}
	.team-section{padding: 5rem 1rem 0;}
	.teams{gap: 0; display: block;}
	.team{flex: none; margin-bottom: 1rem;}
  }
  
  @media (max-width: 1023px) {  
	.content h1 {
	  margin-bottom: 6%;
	  font-size: 6vw;
	}
	.team {
		flex: 0 0 calc(33.3333% - 11px);
	}
  }
  
  @media (max-width: 1100px) {  
	.team-pic {
	  width: 180px;
	  height: 180px;
	}
  }
  
  @media (max-width: 1399px) {

  }



  .input-wrapper {
	position: relative;
	display: block;
	height: auto;
  }
  
  
  @media screen and (orientation: landscape)
  {
  .input-wrapper input {
	  border: none;
	  border-top: 2px solid transparent;
	  border-bottom: 2px solid #5dadad;
	  outline: 0;
	  margin: 0;
	  text-indent: 14px;
	  border-radius: 0;
	  box-sizing: content-box;
	  transition: background .3s ease-in-out;
  }
  }
  
  .input-popup input{
	font-size: 2vw;
	background-color: #ffffff;
	  padding: 15px!important;
	  padding-left: 0px!important;
	  width: 87%;
	  padding-left: 0px;
	  font-size: 14px;
  }
  
  .popupsubmit{
	margin-top: 6%!important;
  }

  .input-popup input{
	background-color: #ffffff;
	padding: 34px!important;
	padding-left: 0px!important;
	padding-bottom: 6px!important;
	width: 87%;
	padding-left: 0px;
	font-size: 14px;
  }

  @media screen and (orientation: landscape){
  .questions .copyright{
	margin-top: 8%!important;  
  }
}

