@font-face {
  font-family: "Cormorant";
  src: url("./fonts/Cormorant-Light.eot");
  src: url("./fonts/Cormorant-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Cormorant-Light.woff2") format("woff2"), url("./fonts/Cormorant-Light.woff") format("woff"), url("./fonts/Cormorant-Light.ttf") format("truetype"), url("./fonts/Cormorant-Light.svg#Cormorant-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("./fonts/Cormorant-LightItalic.eot");
  src: url("./fonts/Cormorant-LightItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/Cormorant-LightItalic.woff2") format("woff2"), url("./fonts/Cormorant-LightItalic.woff") format("woff"), url("./fonts/Cormorant-LightItalic.ttf") format("truetype"), url("./fonts/Cormorant-LightItalic.svg#Cormorant-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant";
  src: url("./fonts/Cormorant-Italic.eot");
  src: url("./fonts/Cormorant-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/Cormorant-Italic.woff2") format("woff2"), url("./fonts/Cormorant-Italic.woff") format("woff"), url("./fonts/Cormorant-Italic.ttf") format("truetype"), url("./fonts/Cormorant-Italic.svg#Cormorant-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Light.eot");
  src: url("./fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/Lato-Light.woff2") format("woff2"), url("./fonts/Lato-Light.woff") format("woff"), url("./fonts/Lato-Light.ttf") format("truetype"), url("./fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Thin.eot");
  src: url("./fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"), url("./fonts/Lato-Thin.woff2") format("woff2"), url("./fonts/Lato-Thin.woff") format("woff"), url("./fonts/Lato-Thin.ttf") format("truetype"), url("./fonts/Lato-Thin.svg#Lato-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/Lato-Regular.eot");
  src: url("./fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Lato-Regular.woff2") format("woff2"), url("./fonts/Lato-Regular.woff") format("woff"), url("./fonts/Lato-Regular.ttf") format("truetype"), url("./fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	min-width: 320px;
	width: 100%;
}

body {
	line-height: 1;
	font-family: "Lato", sans-serif;
	font-size: 16px;	
	color: #000;
	background: #fff;
	position: relative;	
	max-width:  767px!important;
	margin:  auto;
	margin-bottom:  80px;
	position:  relative;
	
}
main  {
	padding: 0 15px;
	position:  relative;
}

button {
	cursor: pointer;
	color: inherit;
	background: transparent;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

button:active,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0 !important;
}

a {
	cursor: pointer;
	color: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	display: inline-block;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
header .img-responsive  {
	margin-bottom:  0;
}
.header-text  {
	background-color:  #181717;
	color:  #fff;
	padding:  20px 15px;
}
.header-text h2  {
	font-size:  28px;
	font-family: "Cormorant", sans-serif;
	margin-bottom:  16px;
	line-height: 1.14;
}
h1  {
	font-family: "Cormorant", sans-serif;	
	font-weight: 400;	
	font-size: 36px;	
	line-height: 1.1;
	letter-spacing: -2%;
	margin-top: 27px;
}
.section-title-2 h1  {
	font-size: 29px;	
}
h2.title  {
	font-family: "Cormorant", sans-serif;	
	font-weight: 400;	
	font-size: 36px;	
	line-height: 1.4;
	letter-spacing: -2%;
	margin-top: 27px;
}
.main-menu h2  {
	font-family: "Cormorant", sans-serif;	
	font-weight: 400;	
	font-size: 36px;	
	line-height: 1.4;
	letter-spacing: -2%;
	margin-top: 27px;
}
h2  {	
	font-weight: 500;	
	font-size: 20px;	
	line-height: 1.2;
	letter-spacing: -2%;
	margin-top:  22px;
	margin-bottom: 15px;	
}
h3  {	
	font-weight: 400;	
	font-size: 16px;	
	line-height: 24px;
	letter-spacing: -2%;
	margin-top: 10px;
	margin-bottom: 10px;
}
p  {	
	font-weight: 300;	
	font-size: 16px;	
	line-height: 1.5;
	letter-spacing: -2%;
	margin-bottom:  30px;
}
p + ul,
p + ol  {
	margin-top:  -25px;
	margin-bottom:  30px;
}
a.arrow  {
	display:  block;	
	font-weight: 300;	
	font-size: 16px;	
	line-height: 1.5;
	letter-spacing: -2%;
	text-decoration: underline;
	margin-bottom:  15px;
}
a.underline  {
	text-decoration: underline;
}
.links-wrapper  {
	margin-top: -4px;
    margin-bottom: 24px;
}
.img-responsive  {
	width:  100%;
	margin-bottom: 17px;
}
.section-title  {	
	margin-bottom:  30px;
	border-bottom: 1px solid #636363;
}
strong  {
	font-weight:  400;
}
hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #EBEBEB;
}
.fs-14  {
	font-size:  14px;
	margin-bottom: 13px;
}
main ul  {
	margin-left:  25px;
	margin-bottom: 20px;
	list-style-type:  disc;
}
main ul li  {
	list-style-type:  disc;
	font-weight: 300;	
	font-size: 16px;	
	line-height: 1.5;
	letter-spacing: -2%;
	margin-bottom:  8px;
}
main ol  {
	margin-left:  25px;
	margin-bottom: 20px;	
}
main ol li  {	
	font-weight: 300;	
	font-size: 16px;	
	line-height: 1.5;
	letter-spacing: -2%;
	margin-bottom:  7px;
}
.btn-outline  {
	display:  flex;
	text-decoration:  none;
	outline:  none;
	width:  100%;
	border:  1px solid #EBEBEB;	
	font-size:  15px;
	font-weight:  400;
	text-align:  center;
	background-color:  #fff;
	color:  #000;	
}
.btn-outline span  {
	margin:  auto;
}
main .btn-outline  {	
	height:  104px;	
	margin-bottom:  10px;
}
.menu-btn .btn-outline  {	
	height:  56px;	
	margin-bottom:  0;
	border-color:  #2A2A2A;
}
main .btn-wrapper .row {
  margin-left: -5px;
  margin-right: -5px;
}
main .btn-wrapper .row .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.menu-btn  {
	position:  fixed;
	bottom:  0;
	left:  0;
	right:  0;
	padding:  15px;
	z-index:  10;
	width:  100%;
}
.main-menu  {
	position:  fixed;
	top:  0;
	left:  0;
	right:  0;
	padding:  15px;
	z-index:  100;
	width:  100%;
	height:  100%;
	max-height:  100vh;
	overflow:  auto;
	transform: scale(0);
	transition: 0.3s ease-out;
	background-color:  #fff;
}
.main-menu.active  {
	transform: scale(1);
}
.main-menu .btn-outline  {	
	height:  56px;	
	margin-bottom:  0;
	border-color:  #2A2A2A;
}
.main-menu .link-btn  {
	position:  relative;
	top:  5px;
	width:  24px;
	height:  24px;
	background-image:  url('./img/icon-arrow-down.png');
	background-repeat:  no-repeat;
	background-position:  center;
	transition: 0.3s ease-out;
}
.main-menu .open .link-btn  {
	transform: rotate(180deg);
}
.main-menu .navbar-nav > li > a { 
	width: 88vw;
	padding-right:  0;
	display: inline-block;
	font-size:  18px;
	font-weight:  400;
	color:  #000;
	line-height: 1.3;
}
.main-menu .navbar-nav > li ul li a  {	
	font-weight: 300;	
	font-size: 18px;	
	line-height: 1.3;
	letter-spacing: -2%;
	color:  #000;
}
.main-menu .navbar-nav > li ul  {
	margin-left:  15px;
}
.main-menu .navbar-nav > li ul li  {
	margin-bottom:  5px;
}
.main-menu .nav .open>a, .main-menu .nav .open>a:hover, .main-menu .nav .open>a:focus {
    background-color: transparent;
    border-color: #000;
}
.main-menu .nav > li > a:hover, .main-menu .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.main-menu .dropdown-menu > li > a:hover, .main-menu .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #000;
  background-color: transparent;
}
ul li.color-F499C2::marker  {
	color: #F499C2;
}
ul li.color-2FC0D7::marker  {
	color: #2FC0D7;
}
ul li.color-FBB316::marker  {
	color: #FBB316;
}
ul li.color-8A6AAE::marker  {
	color: #8A6AAE;
}
ul li.color-EE519E::marker  {
	color: #EE519E;
}

/* //========================================================================================================================================================  */

