@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.eot');
  src: local('Montserrat Black'), local('Montserrat-Black'),
      url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Black.woff2') format('woff2'),
      url('../fonts/Montserrat-Black.woff') format('woff'),
      url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
      url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Bold.woff2') format('woff2'),
      url('../fonts/Montserrat-Bold.woff') format('woff'),
      url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
      url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Regular.woff2') format('woff2'),
      url('../fonts/Montserrat-Regular.woff') format('woff'),
      url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: local('Montserrat Light'), local('Montserrat-Light'),
      url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Montserrat-Light.woff2') format('woff2'),
      url('../fonts/Montserrat-Light.woff') format('woff'),
      url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/*Common style*/
body {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 25px;
  color: #191919;
  text-align: left;
  word-break: break-word; 
  background-color: #ffffff;
}
p {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 25px;
  color: #191919;
  text-align: left;
  padding-bottom: 25px;
}
h1, .main-title {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  color: #ecde38;
  text-align: left;
  padding-bottom: 25px;
  padding-top: 70px;
  text-shadow: 0 25px 45px rgba(25, 25, 25, 0.3);
}
.privacy-policy__page .main-title{
  padding-top: 200px;
  padding-bottom: 50px;
}
h2, h2.title {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  color: #949494;
  text-align: left;
  padding-bottom: 50px;
}
h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #949494;
  text-align: left;
  padding-bottom: 25px; 
}
h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  color: #191919;
  text-align: left;
  padding-bottom: 20px;
}
ul > li, ol > li {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 25px;
  color: #191919;
  text-align: left;
}
ul {
  list-style: none; 
}
a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer; 
}
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer; 
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Special */
h2 + *, h3 + *, h4 + * {
  margin-top: 0;
  padding-top: 0;
} 
* + h2 {
  margin-top: 75px;
} 
* + h3 {
  margin-top: 50px;
} 
* + h4 {
  margin-top: 25px;
}
.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; 
}
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; 
}
.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px; 
}

/*header*/
.header{
  background-color: #ecde38; 
}
.header__inner{
  padding-top: 10px;
  padding-bottom: 10px; 
}
.menu{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
  -webkit-box-align: center; 
  -webkit-align-items: center; 
     -moz-box-align: center; 
      -ms-flex-align: center; 
          align-items: center;
}
.menu__list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__item{
  cursor: pointer; 
  margin-left: 20px;
}
.menu__link{
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  color: #877d1e;
  text-transform: uppercase; 
}
.menu__item:last-child .menu__link{
  color: #191919; 
}
.menu__item:hover .menu__link{
  color: #191919; 
}
.logo > img{
  max-height: 55px; 
}
.header-mobile__menu {
  display: none; 
}

/*head-section*/
.head-section{
  background: url(../img/head-bg.png) no-repeat right 0 center/50% 640px, #949494;
  min-height: 550px;
}
.head-section__inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.head-section__info{
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
     -moz-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  position: relative;
  padding-bottom: 80px;
}
.head-section__text{
  color: #ffffff;
}
.singup__btn{
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  color: #191919;
  background-color: #ecde38;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 14px 10px 15px;
  min-width: 180px;
  white-space: nowrap; 
  border-bottom: 5px solid #baae2d;
  border-top: 5px solid #ecde38;
  margin-bottom: 25px;
  position: absolute;
  left: 0;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5 ease-in-out;
  -o-transition: all 0.5 ease-in-out;
  transition: all 0.5s ease-in-out;
}
.singup__btn:hover{
  border-bottom:  5px solid transparent;
  -webkit-transform: translate(0,5px);
  -o-transform: translate(0,5px);
  -moz-transform: translate(0,5px);
  transform: translate(0,5px);
}
.policy-text{
  font-size: 18px;
  color: #ffffff;
  cursor: default;
}
.policy-home{
  color: #ecde38;
}
.policy-home:hover{
  text-decoration: underline;
}
.policy-line{
  margin: 0 15px;
}

/*info-section*/
.info-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.marker-list{
  padding-left: 30px;
  margin-bottom: 25px;
}
.marker-list > li{
  line-height: 32px;
  position: relative;
}
.marker-list > li:before{
  content: '';
  display: block;
  height: 2px;
  width: 15px;
  background-color: #ecde38;
  position: absolute;
  left: -28px;
  top: 16px;
}
.number-list{
  padding-left: 20px;
  margin-bottom: 25px;
}
.number-list > li{
  line-height: 32px;
}
.string-list{
  padding-left: 30px;
  margin-bottom: 25px;
}
.string-list > li{
  line-height: 32px;
}
.cookies-link{
  text-decoration: underline;
  cursor: pointer;
}

/*services*/
.services{
  padding-top: 100px;
  padding-bottom: 75px; 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -moz-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services__img{
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
     -moz-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-right: 40px;
}
.services__info{
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
     -moz-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-left: 15px;
}
.services__list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.services__list > li{
  width: -webkit-calc(33% - 20px);
  width: -moz-calc(33% - 20px);
  width: calc(33% - 20px);
  margin-right: 30px;
  margin-bottom: 25px;
}
.services__list > li:nth-child(3n),
.services__list > li:nth-child(6n){
  margin-right: 0;
}
.services__item-icon{
  display: inline-flex;
  width: 100px;
  height: 100px;
  background-color: #ecde38;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.services__item-title{
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}

/*advantage*/
.advantage{
  background: url(../img/advantage-bg.png) no-repeat center;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
}
.advantage__inner{
  padding-top: 100px;
  padding-bottom: 100px;
}
h2.advantage-title{
  color: #ecde38;
  text-shadow: 0 25px 45px rgba(25, 25, 25, 0.3);
}
.advantage__list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.advantage__list > li{
  padding-left: 15px;
  padding-top: 30px;
  margin-right: 30px;
  width: -webkit-calc(33.33% - 20px);
  width: -moz-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  position: relative;
}
.advantage__list > li:last-child{
  margin-right: 0;
}
.advantage__list > li:before{
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ecde38;
  position: absolute;
  left: 0;
  top: 0;
}
.advantage__number{
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #ecde38;
}
.advantage__title{
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;

}
.advantage__text{
  color: #ffffff;
}

/*about-us*/
.about-us{
  padding-top: 50px;
  padding-bottom: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-us__info{
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
     -moz-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-right: 15px;
}
.about-us__img{
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
     -moz-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  margin-left: 15px;
}

/*description*/
.description{
  background: url(../img/description.svg) no-repeat right 0 top 0/100% 150px;
}
.description__inner{
  padding-top: 150px;
  padding-bottom: 100px;
}

/*contact*/
.contact{
  padding-top: 100px;
  padding-bottom: 80px;
  background-color: #949494;
}
h2.contact-title{
  color: #ffffff;
}
.form-container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.form-item{
  margin-right: 30px;
  position: relative;
  margin-bottom: 20px;
}
input {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #191919;
  text-align: left;
  background-color: #ffffff;
  padding: 24px 15px 8px 20px;
  width: 285px;
  border: none;
}
.form-item label {
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #191919;
  position: absolute;
  left: 20px;
  top: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.form-item input:focus{
  outline:none;
}
.form-item input:focus + label{
  top: 8px;
  color: #949494;
}
.form-input.filled-input + label{
  top: 8px;
  color: #949494;
}
.submit-btn{
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
  color: #191919;
  text-align: center;
  background-color: #ecde38;
  width: 285px;
  min-width: 285px;
  padding: 17px 15px 17px 20px;
  border-bottom: 5px solid #baae2d;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5 ease-in-out;
  -o-transition: all 0.5 ease-in-out;
  transition: all 0.5s ease-in-out;
}
.submit-btn:hover{
  border-bottom: 5px solid transparent;
  -webkit-transform: translate(0,5px);
  -o-transform: translate(0,5px);
  -moz-transform: translate(0,5px);
  transform: translate(0,5px);
}
.validate-field, .validate-name {
  border-bottom: 2px solid transparent;
}
.validate-field.error {
  border-bottom: 2px solid #fa3232;
}
.validate-name.error{
  border-bottom: 2px solid #fa3232;
}


/*footer*/
.footer {
  background-color: #ecde38;
}
.footer__inner {
  padding-top: 40px;
  padding-bottom: 50px;
}
.footer-logo{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.footer-line{
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #949494;
  border-bottom: 1px solid #c3bb63;
  border-top: 1px solid #c3bb63;
  margin-left: 60px;
}
.footer__info{
  margin-bottom: 30px;
}
.footer__info-text{
  color: #877d1e;
}
.footer-menu__list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu__item{
  cursor: default;
}
.footer-menu__item > a, .footer-menu__item > span{
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #191919;
  text-align: left;
  padding: 0 25px;
  /* border-right: 1px solid #191919; */
}
.footer-menu__item > span{
  padding-left: 0;
}
.footer-menu__item:first-child > a{
  padding-left: 0;
}
.footer-menu__item:last-child > a{
  border-right: none;
}
.current-page{
  cursor: default;
}

/*messages__cookies*/
.messages__cookies{
  display: block;
  position: fixed;
	bottom: 50px;
  left: -webkit-calc(50% - 645px);
  left: -moz-calc(50% - 645px);
  left: calc(50% - 645px);
  max-width: 1290px;
	height: auto;
	z-index: 999;
  background-color: #191919;
  padding: 30px;
  margin: 0 auto;
}
.messages__cookies:after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/cookie-corner.png) no-repeat;
  position: absolute;
  bottom: -29px;
  right: 30px;
}
.messages__cookies p{
  color: #FFFFFF;
}
.messages__cookies-wrap{
  padding-bottom: 55px;
}
.messages__cookies-title{
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0;
}
.cookie-link{
  text-decoration: underline;
  color: #ffffff;
}
.messages__cookies-btn{
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
  color: #191919;
  text-align: center;
  background-color: #ecde38;
  width: 180px;
  padding: 17px 15px 17px 20px;
  margin-right: 0;
  border-bottom: 5px solid #baae2d;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5 ease-in-out;
  -o-transition: all 0.5 ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
}
.messages__cookies-btn:hover{
  border-bottom: 5px solid transparent;
  -webkit-transform: translate(0,5px);
  -o-transform: translate(0,5px);
  -moz-transform: translate(0,5px);
  transform: translate(0,5px);
}
.message-form {
  display: none;
}
.message-form.active {
  display: block;
}
.message-success,
.message-error{
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 35px;
  position: relative;
}
.message-success:after{
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  background: url(../img/success-icon.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.message-error:after{
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  background: url(../img/error-icon.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

