/*@include border-radius (9px);*/
/*@include box-shadow(inset, 0, 1px, 1px, rgba(0, 0, 0, 0.5));*/
/*@include transition(background-color 1s .5s, color 2s);*/
/*@include opacity(0.8);*/
/*@include transform(rotate(45deg));*/
/*@include skew(25,10);*/
/*@include transform-origin(top left);*/
/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
/* svg fonts */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/svg-fonts/icomoon.eot?tm5ogt");
  src: url("../fonts/svg-fonts/icomoon.eot?tm5ogt#iefix") format("embedded-opentype"), url("../fonts/svg-fonts/icomoon.ttf?tm5ogt") format("truetype"), url("../fonts/svg-fonts/icomoon.woff?tm5ogt") format("woff"), url("../fonts/svg-fonts/icomoon.svg?tm5ogt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Filson Soft';
  src: url("../fonts/filson/Filson Soft Black.eot");
  src: url("../fonts/filson/Filson Soft Black.eot?#iefix") format("embedded-opentype"), url("../fonts/filson/Filson Soft Black.woff2") format("woff2"), url("../fonts/filson/Filson Soft Black.woff") format("woff"), url("../fonts/filson/Filson Soft Black.svg#Filson Soft Black") format("svg");
  font-weight: 800;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrows:before {
  content: "\e900";
}

.icon-down-arrow:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

/* end svg fonts */
html, body {
  height: 100%;
}

.wrapper > .container-page {
  padding: 0;
}

.container-page {
  max-width: 960px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

/* header */
.header {
  padding: 16px 0;
  height: auto;
  line-height: normal;
  background-color: #fff;
}

.header .container-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .header .container-page {
    padding: 0 10px;
  }
}
.header__left{
	padding-left: 20px;
}

.header .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.header .btn span {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .header .btn {
    margin: auto;
  }
	.header .header__right li+li{
		margin-left: 20px;
	}
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

.header__right li+li{
	margin-left: 20px;
}
.header__right li a:hover{
	text-decoration: underline;
}

/* end header */
/* footer */
.footer {
  background-color: #1d1b46;
  padding: 0px 0 25px;
}

.footer .container-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}



@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .footer__left {
    padding-bottom: 20px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav {
    padding-top: 20px;
  }
}



@media screen and (max-width: 767px) {
  .copyright {
    font-size: 14px;
    width: 100%;
  }
}

.follow {
  font-size: 0;
}

.follow > * {
  display: inline-block;
  vertical-align: middle;
}

.follow__text {
  color: #898989;
  font-family: "Filson Soft Regular", 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 34px;
}

@media screen and (max-width: 767px) {
  .follow__text {
    font-size: 14px;
    padding-right: 20px;
  }
}

.follow__icon:not(:last-child) {
  margin-right: 26px;
}

@media screen and (max-width: 1024px) {
  .follow__icon:not(:last-child) {
    margin-right: 15px;
  }
}

svg:not(:root) {
  overflow: hidden;
}

.social__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: 2px solid transparent;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-color: #fcdb00;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-property: border-color, background-color;
  -o-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
}

.social__link:hover {
  border-color: #fcdb00;
  background-color: transparent;
}

.social__link:hover .social__icon {
  fill: #fcdb00;
}

.social__icon {
  vertical-align: middle;
  width: 31px;
  height: 26px;
  fill: #2b2969;
  fill-rule: evenodd;
  -webkit-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

svg:not(:root) {
  overflow: hidden;
}

/* end footer */
/* nav */
.header__nav {
  padding-right: 48px;
}

@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.nav {
  font-size: 0;
}

.nav__col {
  display: inline-block;
  vertical-align: middle;
}

.nav__col:not(:last-child) {
  padding-right: 31px;
}

@media screen and (max-width: 1024px) {
  .nav__col:not(:last-child) {
    padding-right: 20px;
  }
}

.nav__link {
  font-family: "Filson Soft Regular", 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.nav__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav__link {
    font-size: 14px;
  }
}

.nav__link_blue {
  color: #2b2969;
}

.nav__link_grey {
  color: #898989;
}

/* end nav */
/* BTN */
.btn {
  display: inline-block;
  outline: none;
  cursor: pointer;
}

.btn-style_1 a{
	width: 100%;
	text-decoration: none !important;
}
.btn-style_1 {
  width: 209px;
  height: 55px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #2b2969;
  background-color: rgba(43, 41, 105, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
	color: #2b2969;
  font-family: "Filson Soft Regular", 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: .45px;
	text-align: center;
}

@media screen and (max-width: 767px) {
  .btn-style_1 {
    font-size: 14px;
  }
}

.btn-style_1:hover {
  background-color: #2b2969;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .btn-style_1 {
    width: 160px;
    height: 42px;
		line-height: 38px;
  }
}

.btn-style_2 {
  width: 132px;
  height: 59px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fcdb00;
  border: 2px solid #fcdb00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.btn-style_2 span {
  color: #2b2969;
  font-family: "Filson Soft", 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.btn-style_2 i.icon {
  font-size: 19px;
  color: #2b2969;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.btn-style_2:hover {
  background-color: transparent;
}

.btn-style_2:hover span {
  color: #fcdb00;
}

.btn-style_2:hover i.icon {
  color: #fcdb00;
}

@media screen and (max-width: 767px) {
  .btn-style_2 {
    height: 45px;
  }
}

/* END BTN */
/* head */
.head {
  background-image: url("../images/general/bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 62px;
}
.page-template-main-template .head{
	background-image: none;
	padding-bottom: 50px;
}
.page-template-main-template .wrapper{
	background-color: #f4f8fc;
}

@media screen and (max-width: 767px) {
  .head {
    background-position: 0 0;
  }
}

.head__title {
  padding-top: 59px;
  padding-bottom: 35px;
  font-family: "Filson Soft", "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.page-template-main-template .head__title{
	color: #2b2969;
}

@media screen and (max-width: 767px) {
  .head__title {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

.head__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.head__form.alert{
	padding: 0;
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.head__form .main_warning{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	font-weight: 500;
	color: #fff;
}
.highlight{
	background-color: yellow;
}
.head__form.alert input[type="text"]{
	-webkit-box-shadow: 0 0 10px 2px #f00;
	box-shadow: 0 0 10px 2px #f00;
}
.head__form input {
  margin-right: 10px;
  display: block;
  max-width: 800px;
	width: 80%;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  height: 59px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #898989;
  font-family: "Filson Soft Regular", "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 52px;
  padding-left: 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

.head__form input:focus {
  -webkit-box-shadow: 0 0 5px 0 #fcdb00;
  box-shadow: 0 0 5px 0 #fcdb00;
}



@media screen and (max-width: 767px) {
  .head__form input {
		display: inline-block;
		width: -webkit-calc(100% - 150px);
		width: calc(100% - 150px);;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 45px;
    line-height: 45px;
		vertical-align: top;
  }
}

.head__form .btn {
  font-size: 0;
}

.head__form .btn i.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.head__form .btn span {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .head__form {
    display: block;
  }
	.head__form .btn {
    display: inline-block;
  }
	.header__left{
		padding-left: 0;
	}
}
@media screen and (max-width: 500px){
	.head__form .btn{
		width: 56px;
	}
	.head__form .btn span{
		display: none;
	}
	.head__form .btn i.icon{
		margin-right: 0;
	}
	.head__form input{
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
	}
}

@media screen and (max-width: 400px){
	.header__right{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header .header__right li+li{
		margin-left: 0;
		margin-top: 20px;
	}
}

.terms-list {
	list-style-type: decimal;
}

.terms-list li {
	margin-bottom: 15px;
}
