@charset "utf-8";
@font-face {
    font-family: 'puristabold';
    src: url('fonts/purista_bold-webfont.woff2') format('woff2'),
         url('fonts/purista_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'puristamedium';
    src: url('fonts/purista_medium-webfont.woff2') format('woff2'),
         url('fonts/purista_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'product_sansregular';
    src: url('fonts/productsansregular-webfont.woff2') format('woff2'),
         url('fonts/productsansregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aaux_proregularregular';
    src: url('fonts/aauxpro-regular-webfont.woff2') format('woff2'),
         url('fonts/aauxpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	font-family: 'Gotham_Book';
	font-size: 1.1em;
}
.wrapper {
	width: 100%;
}
.showM {
	display: none;
}
.container {
	width: 1200px;
	margin: auto;
}
.mobile-actions {
	display: none;
}
.flexy {
	display: flex;
}
.header-w {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.header-c {
	justify-content: space-between;
	align-items: center;
}
.navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav ul {
	display: flex;
	list-style: none;
}
.nav ul li {
	padding-left: 38px;
}
.nav ul li a {
	font-family: 'puristabold';
	font-size: 22px;
	color: #1F76BC;
}
.phone-nr {
	display: inline-block;
	padding: 5px 0;
	padding-left: 35px;
	margin-left: 35px;
	font-family: 'puristabold';
	font-size: 22px;
	color: #939597;
	background-image: url(../images/phone-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
.close-btn {
	display: none;
}
.first-sec-w {
	padding-top: 70px;
}
.video-holder {
	width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.text-col h1 {
	font-family: 'puristabold';
	font-size: 50px;
	color: #1F76BC;
	font-weight: normal;
	margin-bottom: 10px;
}
.orange-text {
	color: #F48041;
}
.blue-text {
	color: #1F76BC;
}
.grey-text {
	color: #B1B3B5;
}
.text-col p {
	font-family: 'puristamedium';
	font-size: 32px;
	color: #6D6E70;
	line-height: 1.3em;
	font-weight: normal;
	padding-right: 70px;
}
.video-col {
	width: 600px;
}
.text-col {
	flex: 1;
}
.video-box {
	position: relative;
	border: 1px solid rgba(31,118,188,0.6);
}
.video-box .eye-catcher {
	position: absolute;
	bottom: -24%;
	right: 20px;
}
.eye-catcher {
	width: 172px;
	height: 172px;
	display: flex;
	background-color: #F48041;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
.flex-text {
	display: flex;
	flex-wrap: wrap;
	border-radius: 50%;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.eye-catcher h2 {
    font-family: 'puristabold';
	font-size: 42px;
	color: #fff;
	font-weight: normal;
	align-self: center;
}
.eye-catcher h2 span {
	margin-left: 5px;
}
.eye-catcher p {
    font-family: 'puristamedium';
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	align-self: flex-end;
	text-transform: uppercase;
}
.video-box h3 {
	font-family: 'aaux_proregularregular';
	font-size: 20px;
	color: #1F76BC;
	text-align: center;
	margin: 8px 0;
	text-transform: uppercase;
}
.second-sec-w {
	padding-top: 200px;
}
blockquote {
	padding: 0 120px;
	margin-bottom: 70px;
}
blockquote p {
	font-family: 'puristabold';
	font-size: 41px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2em;
}
blockquote:before {
	content: "";
	display: block;
	width: 66px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	left: 50%;
	margin-left: -33px;
	margin-bottom: 20px;
}
blockquote.quote-orange:before {
	background-image: url(../images/quotes-orange.svg);
}
.top-text {
	text-align: center;
	font-family: 'puristamedium';
	font-size: 23px;
	color: #454547;
}
.first-slider {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.flex-col {
	width: calc(33.33% - 20px);
	height: 440px;
	overflow: hidden;
}
.slider-img-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
}
.slider-img-box>img {
	position: absolute!important;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
}
.flex-col:hover .slider-img-box{
	
	transform: scale(1.1);
	
}
.third-sec-w {
	padding-top: 140px;
}
.header-sec h1 {
	font-family: 'puristabold';
	font-size: 60px;
	color: #1F76BC;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
.header-sec h3 {
	font-family: 'puristamedium';
	font-size: 38px;
	color: #F48041;
	font-weight: normal;
	text-align: center;
}
.three-faculties {
	margin-top: 50px;
}
.faculty {
	width: 33.33%;
}
.faculty-img {
	width: 68px;
	height: 68px;
	margin: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid transparent;
	margin-bottom: 20px;
}
.blue-border {
	border-color: #7EA0D3;
}
.orange-border {
	border-color: #F9AF83;
}
.faculty-text p {
	font-family: 'puristamedium';
	font-size: 26px;
	color: #535456;
	font-weight: normal;
	text-align: center;
}
.third-sec-w {
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}
.forth-sec-w {
	padding-top: 100px;
}
.quote-blue:before {
	background-image: url(../images/quotes-blue.svg);
}
.elemets-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
.apply-btn {
	background-color: #1F76BC;
	color :#fff;
	border-radius: 10px;
	font-family: "puristabold";
	font-size: 36px;
	padding: 18px 42px 23px 42px;
	-webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.4);
	box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.4);
	margin-bottom: 25px;
	transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.apply-btn:hover {
	background-color: #9D9FA1;
	transition-property: background-color;
}
.elemets-wrap p {
	font-family: 'puristamedium';
	font-size: 22px;
	color: #454547;
}
.fifth-sec-w {
	padding-top: 120px;
}
.second-slider-holder {
	position: relative;
	margin-bottom: 90px;
}
.second-slider img {
	width: 800px!important;
}
.second-slider .owl-item {
	opacity: 0.6;	
}
.second-slider .owl-item.active.center {
	opacity: 1;
}
.second-slider-holder .eye-catcher {
	position: absolute;
	bottom: -10%;
	z-index: 99999;
	left: calc(50% + 170px);
}
.text-wrap {
	padding: 0 70px;
}
.text-wrap h3 {
	font-family: 'puristamedium';
	font-size: 32px;
	color: #454547;	
	font-weight: normal;
	text-align: center;
	line-height: 1.3em;
}
.text-wrap h3 span {
	font-family: 'puristabold';
}
.sixth-sec-w {
	padding-top: 110px;
}
.color-boxes {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.color-boxes span {
	display: inline-block;
	width: 60px;
	height: 7px;
}
.orange-bg {
	background-color: #F48041;
}
.blue-bg {
	background-color: #1F76BC;
}
.grey-bg {
	background-color: #9D9FA1;
}
.header-sec h2 {
	font-family: 'puristabold';
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
.form-wrap {
	width: 100%;
}
form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.form-box {
	width: 540px;
	padding: 10px;
}
.form-box input {
	width: 100%;
	height: 86px;
	border: 1px solid #F48041;
	border-radius: 12px;
	padding-left: 25px;
	font-size: 30px;
}
.filer_wrapper {
	width: 100%;
}
.wrapper-dropdown {
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9999;
    border: 1px solid #F48041;
	border-radius: 12px;
	padding: 22px 0 28px;
    padding-left: 25px;
}
.wrapper-dropdown span {
	font-family: 'puristabold';
    font-size: 30px;
    color: #B3B5B7;
}
.wrapper-dropdown:after {
    content: '';
    display: block;
    width: 26px;
    height: 18px;
    background-image: url(../images/arrow-orange.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -9px;
    z-index: 1000;
}

.wrapper-dropdown .dropdown {
    position: absolute;
    top: calc(100% - 20px);
    left: -1px;
    right: -1px;
    border: 1px solid #F48041;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-height: 0;
    overflow: hidden;
    border-radius: 12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.adding-space {
	height: 20px;
    display: block;
    border-bottom: 1px solid #F48041;
}
.wrapper-dropdown .dropdown li span {
	font-family: 'puristabold';
    font-size: 30px;
    color: #B3B5B7;
    display: block;
    text-decoration: none;
    color: #B3B5B7;;
    line-height: 1.2em;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    padding-left: 20px;
} 
.wrapper-dropdown span {
	cursor: default;
}
.wrapper-dropdown .dropdown li:hover span {
    color: #F48041;
}
.wrapper-dropdown:focus .dropdown {
    border-bottom: 1px solid #F48041;
    max-height: 400px;
}
.field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'puristabold';
    font-size: 30px;
    color: #B3B5B7;
}
.field::-moz-placeholder { /* Firefox 19+ */
  font-family: 'puristabold';
    font-size: 30px;
    color: #B3B5B7;
}
.field:-ms-input-placeholder { /* IE 10+ */
  font-family: 'puristabold';
    font-size: 30px;
    color: #B3B5B7;
}
.field:-moz-placeholder { /* Firefox 18- */
  font-family: 'puristabold';
    font-size: 30px;
    color: #B3B5B7;
}
.send-btn {
	width: 100%;
	height: 86px;
	border: none;
	background-color: #1F76BC;
	border-radius: 12px;
	font-family: 'puristabold';
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}
.send-btn:hover {
	background-color: #9D9FA1;
	transition-property: background-color;
}
.small {
	font-family: 'puristamedium';
    font-size: 16px!important;
    color: #454547;
    text-align: center;
}
.footer-w {
	padding-top: 100px;
	padding-bottom: 100px;
}
.social {
	display: flex;
	list-style: none;
	justify-content: center;
	position: relative;
}
.social li {
	padding: 0 7px;
}
.social a {
	display: block;
}
.social a:hover img {
	opacity: 0.8;
}
.social:before {
	content: "";
	width: 64px;
	height: 1px;
	display: block;
	background-color: #F48041;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -32px;
}
.mediadesk {
	text-align: center;
	letter-spacing: -0.02em;
	margin-top: 40px;
}
.mediadesk a {
	font-family: 'product_sansregular';
	font-size: 19px;
	color: #A5A7A9;
}
video {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
}
.radius-off {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.the-text {
	margin-top: 70px;
	padding: 0 120px;
}
.the-text p {
	font-family: 'puristamedium';
    font-size: 22px;
    color: #454547;
    line-height: 1.4em;
    text-align: center;
}
.add-mob {
	display: none;
}
@media(max-width:1240px) {
	.container {
		width: 100%;
	}
	.noscroll {
	   overflow-y: hidden;	
	}
}
@media(max-width:1140px) {
	.header-w {
    	padding: 0;
	}
	.headery {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 999999;
	    position: relative;
	    background-color: #fff;
		padding: 20px 30px;
	}
	.navigation .phone-nr {
		display: none;
	}
	.header-c .mobile-actions {
		display: flex;
		align-items: center;
	}
	.mobile-actions .phone-nr {
		margin-top: -7px;
		margin-right: 35px;
	}
	.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;}

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #F48041;
    }

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 5px;
    background-color: #F48041;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
	.hamburger--collapse .hamburger-inner {
	  top: auto;
	  bottom: 0;
	  transition-duration: 0.13s;
	  transition-delay: 0.13s;
	  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	}
	  .hamburger--collapse .hamburger-inner::after {
	    top: -20px;
	    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
	  }
	  .hamburger--collapse .hamburger-inner::before {
	    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	  }
	
	.hamburger--collapse.is-active .hamburger-inner {
	  transform: translate3d(0, -10px, 0) rotate(-45deg);
	  transition-delay: 0.22s;
	  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
	}
	  .hamburger--collapse.is-active .hamburger-inner::after {
	    top: 0;
	    opacity: 0;
	    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
	  }
	  .hamburger--collapse.is-active .hamburger-inner::before {
	    top: 0;
	    transform: rotate(-90deg);
	    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .navigation {
		 position: fixed;
	    background-color: #fff;
	    z-index: 99999;
	    top: 0;
	    right: 0;
	    height: calc(100% - 155px);
	    width: 100%;
	    transform: translateY(-100%);
	    transition-duration: 0.2s;
	    transition-timing-function: ease-in-out;
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    padding-top: 10px;
    }
    .open {
	    transform: translateY(155px);
	}
	.nav {
		width: 100%;
	}
	.nav ul {
		flex-direction: column;
	}
	.nav ul li {
	    padding-top: 20px;
	    width: 100%;
	    text-align: center;
	}
	.nav ul li a {
	    font-family: 'puristabold';
	    font-size: 30px;
	    color: #1F76BC;
	    
	}
	.first-sec-c .flexy {
		flex-wrap: wrap;
		padding-right: 30px;
		padding-left: 30px;
	}
	.text-col {
		width: 100%;
		margin-bottom: 40px;
	}
	.video-col {
		width: 100%;
	}
	.video-box .eye-catcher {
	    bottom: -15%;
	}
	.text-col h1 br {
		display: none;
	}
	.second-sec-w {
	    padding-top: 150px;
	}
	.first-slider {
		padding-left: 30px;
		padding-right: 30px;
	}
	.form-wrap {
		padding: 0 10px;
	}
	.add-mob {
		display: block;
	}
	
}
@media(max-width:870px) {
	.flex-col {
	    width: 100%;
	    height: 440px;
	    padding: 0;
	}
	.slider-img-box>img {
	    height: 100%;
	    width: auto!important;
	}
	blockquote {
	    padding: 0 80px;
	    margin-bottom: 70px;
	}
	.faculty-text {
		padding: 0 20px;
	}
	.second-slider img {
		display: block;
		width: 100%!important;
	}
	.second-slider-holder .eye-catcher {
	    bottom: -4%;
	    left: auto;
	    right: 10%;
	}
	.the-text {
	    margin-top: 40px;
	    padding: 0 2em;
	}
	.the-text p {
	    font-size: 20px;
	}
	.first-slider {
		display: block;
	    -webkit-overflow-scrolling: touch;
	    overflow-x: scroll;
	    list-style: none;
	    white-space: nowrap;
	    padding: 0 20px 0;
	}
	.first-slider .flex-col{
	    min-width: 440px;
	    max-width: 440px;
	    margin: 0 7px;
	    white-space: normal;
	    display: inline-flex;
	    vertical-align: top;
	}
}
@media(max-width:640px) {
	.identity {
		height: 14.9vw;
	}
	.identity img {
		height: 100%;
		display: block;
	}
	.navigation {
	    height: calc(100% - 89px);
    }
    .open {
	    transform: translateY(89px);
	}
	.nav ul li {
	    padding-top: 15px;
	    padding-left: 1em;
	    text-align: left;
	}
	.headery {
	    padding: 0em 1em;
	}

	.mobile-actions {
		padding-top: 30px;
	}
	.mobile-actions .phone-nr {
	    margin-right: 25px;
	    width: 28px;
	    padding: 15px 0;
	    padding-left: 28px;
	    overflow: hidden;
	    font-size: 0;
	}
	.first-sec-c .flexy {
	    padding-right: 1em;
	    padding-left: 1em;
	}
	.text-col h1 {
	    font-size: 8.3vw;
	    text-align: center;
	}
	.first-sec-w {
	    padding-top: 30px;
	}
	.text-col {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.text-col p {
	    font-size: 5vw;
	    padding-right: 0;
	    text-align: center;
	    padding: 20px;
	}
	.video-box .eye-catcher {
	    bottom: -23%;
	}
    .eye-catcher {
	    width: 26.875vw;
	    height: 0;
	    padding-bottom: 26.875vw;
	    display: block;
	    position: relative;
	}
	.flex-text {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	.eye-catcher h2 {
	    font-size: 6.5625vw;
	}
	.eye-catcher p {
	    font-size: 2.03125vw;
	    margin-right: 8%;
	}
	.video-box h3 {
	    font-size: 3.125vw;
	}
	blockquote:before {
	    width: 10.4vw;
	    height: 8.3vw;
	    margin-left: -5.2vw;
	    margin-bottom: 10px;
	    background-size: 100%;
	}
	blockquote {
	    padding: 0 50px;
	    margin-bottom: 50px;
	}
	blockquote p {
		font-size: 6.25vw;
	}
	.second-sec-w {
	    padding-top: 60px;
	}
	.top-text {
	    font-size: 3.59375vw;
	}
	.first-slider {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.flex-col {
	    height: 240px;
	}
	.third-sec-w {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.header-sec h1 {
	    font-size: 9.375vw;
	    margin-bottom: 5px;
	}
	.header-sec h3 {
	    font-size: 5.9375vw;
	}
	.faculty-img {
	    width: 10vw;
	    height: 10vw;
	    margin: auto;
	    overflow: hidden;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 50%;
	    margin-bottom: 20px;
	}
	.faculty-img img {
		width: 92%;
	}
	.faculty-text p {
	    font-size: 4vw;
	}
	.faculty-text {
	    padding: 0 10px;
	}
	.three-faculties {
	    margin-top: 30px;
	}
	.forth-sec-w {
	    padding-top: 50px;
	}
    .elemets-wrap {
	    width: calc(100% - 2em);
	    margin: auto;
	}
	.apply-btn {
		display: inline-block;
		width: 100%;
	    font-size: 5.625vw;
	    padding-left: 0;
	    padding-right: 0;
	    text-align: center;
	}
	.elemets-wrap p {
		font-size: 3.4375vw;
	}
	.fifth-sec-w {
	    padding-top: 60px;
	}
	.text-wrap h3 {
	    font-size: 5vw;
	}
	.second-slider-holder {
    margin-bottom: 50px;
	}
	.text-wrap {
	    padding: 0 50px;
	}
	.sixth-sec-w {
	    padding-top: 60px;
	}
	.header-sec h2 {
	    font-size: 6.25vw;
	    margin-bottom: 20px;
	}
	.form-box {
	    width: 100%;
	    padding: 5px 1em;
	}
	.form-box input {
	    height: 66px;
	    border-radius: 10px;
	    font-size: 4.6875vw;
	    padding-left: 20px;
	}
	.field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	    font-size: 4.6875vw;
	}
	.field::-moz-placeholder { /* Firefox 19+ */
	    font-size: 4.6875vw;
	}
	.field:-ms-input-placeholder { /* IE 10+ */
	    font-size: 4.6875vw;
	}
	.field:-moz-placeholder { /* Firefox 18- */
	    font-size: 4.6875vw;
	}
	.wrapper-dropdown span {
	    font-size: 4.6875vw;
	}
	.wrapper-dropdown {
		height: 66px;
	    border-radius: 10px;
	    padding: 20px 0 22px;
	    padding-left: 20px;
	}
	.wrapper-dropdown:after {
	    width: 4vw;
	    height: 2.7vw;
	    right: 5vw;
	    top: 50%;
	    margin-top: -1.35vw;
	    z-index: 1000;
	}
	.wrapper-dropdown .dropdown li span {
	    font-size: 4.6875vw;
	}
	.send-btn {
	    height: 66px;
	    font-size: 5.469vw;
	    text-align: left;
	    padding-left: 20px;
	}
	.small {
		font-size: 2.5vw!important;
		text-align: left;
		padding-left: 18px;
	}
	.social img {
		width: 7.8125vw;
	}
	.social {
	    justify-content: flex-start;
	    padding-left: 1em;
	}
	.social li {
	    padding: 0 10px 0 0px;
	}
	.social:before {
	    left: 1em;
	    margin-left: 0;
	}
	.mediadesk {
	    text-align: left;
	    margin-top: 20px;
	    padding-left: 1em;
	}
	.mediadesk a {
	    font-size: 2.96875vw;
	}
	.first-slider .flex-col{
	    min-width: 280px;
	    max-width: 280px;
	}
	.form-wrap {
		padding: 0;
	}
	.footer-w {
	    padding-top: 50px;
	    padding-bottom: 30px;
	}
	.nav ul li a {
	    width: 100%;
	    display: inline-block;
	}
}