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

/*Common style*/
body {
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #ffffff;
  text-align: left;
  word-break: break-word; 
  background-color: #191919;
  position: relative;
}
p {
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #ffffff;
  text-align: left;
  padding-bottom: 25px;
}
h1, h2, h3, h4 {
  font-family: 'Poppins';
  color: #ffffff;
  text-align: center;
}
h1, h1.main-title {
  font-size: 70px;
  font-weight: 900;
  line-height: 75px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.main-page h1.main-title{
  padding-top: 125px;
}
h2, h2.title {
  font-size: 50px;
  font-weight: 900;
  line-height: 60px;
  padding-bottom: 75px;
  position: relative;
  display: inline-block;
}
h2::after, h2.title::after{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: url(../img/title-line.png) repeat-x center;
  position: absolute;
  bottom: 52px;
  left: 0;
}
h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 50px; 
  position: relative;
  display: inline-block;
}
h3::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fa6400;
  position: absolute;
  bottom: 27px;
  left: 0;
}
h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  color: #afafaf;
  text-align: center;
  padding-bottom: 35px;
}
ul > li, ol > li {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  color: #ffffff;
  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: 25px;
} 
* + 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; 
}
.btn{
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #fa6400;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  min-width: 180px;
  white-space: nowrap; 
  -webkit-border-top-left-radius: 25px; 
     -moz-border-radius-topleft: 25px; 
          border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
     -moz-border-radius-bottomright: 25px;
          border-bottom-right-radius: 25px;
  letter-spacing: 3px;
  border: 2px solid #fa6400;
}
.btn:hover{
  background-color: transparent;
  text-shadow: 0 0 10px #ffffff;
}

/*header*/
.header{
  background-color: transparent; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.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; 
  display: inline-block;
  border-left: 1px solid #52504e;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.menu__item:hover { 
  border-left: 1px solid #ffffff;
}
.menu__link{
  font-family: 'Raleway';
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-transform: uppercase; 
  padding: 25px 20px;
}
.menu__item:hover .menu__link{
  color: #fa6400; 
  text-shadow: 0 0 10px #fa6400;
}
.logo > img{
  max-height: 45px; 
}
.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;
}
.logo-text{
  margin-left: 30px;
  font-family: 'Raleway';
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  color: #939291;
}
.header-mobile__menu {
  display: none; 
}

/*head-section*/
.head-section{
  background: url(../img/head-bg.png) no-repeat center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  min-height: 400px;
  -webkit-border-bottom-right-radius: 150px;
     -moz-border-radius-bottomright: 150px;
          border-bottom-right-radius: 150px;
}
.head-section.main-page{
  min-height: 700px;
}
.head-section__inner{
  text-align: center;
  padding-top: 75px;
  padding-bottom: 25px;
}
.head-section__text{
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}
.singup__btn{
  min-width: 285px;
  margin-bottom: 25px;
}
.head-text{
  text-align: center;
  padding-top: 25px;
  padding-bottom: 0;
  cursor: default;
}
.head-link{
  color: #ffffff;
}
.line{
  color: #fa6400;
  margin: 0 12px;
}
.page-name{
  color: #969696;
}

/*advantage*/
.advantage{
  background: transparent;
}
.advantage__inner{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.advantage__list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.advantage__item{
  margin-right: 30px;
  width: -webkit-calc(33.33% - 20px);
  width: -moz-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.advantage__item:last-child{
  margin-right: 0;
}
.advantage__title{
  display: block;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #fa6400;
  background-color: #232323;
  padding: 25px 28px;
  -webkit-border-top-left-radius: 45px;
     -moz-border-radius-topleft: 45px;
          border-top-left-radius: 45px;
}
.advantage__text{
  display: block;
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #ffffff;
  background-color: #2d2d2d;
  padding: 25px 28px;
  -webkit-border-bottom-right-radius: 45px;
     -moz-border-radius-bottomright: 45px;
          border-bottom-right-radius: 45px;
  height: 100%;
}

/*services*/
.services{
  background-color: #232323;
  -webkit-border-top-left-radius: 150px;
     -moz-border-radius-topleft: 150px;
          border-top-left-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
     -moz-border-radius-bottomright: 150px;
          border-bottom-right-radius: 150px;
}
.services__inner{
  padding-top: 100px;
  padding-bottom: 50px; 
  text-align: center;
}
.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__item{
  width: -webkit-calc(50% - 18px);
  width: -moz-calc(50% - 18px);
  width: calc(50% - 18px);
  margin-right: 36px;
  margin-bottom: 50px;
  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__item:nth-child(2n){
  margin-right: 0;
}
.services__img{
  min-width: 180px;
}
.services__img img{
  min-width: 180px;
}
.services__info{
  padding-left: 30px;
  text-align: left;
}
.services__info-title{
  font-family: 'Poppins';
  font-size: 23px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
}
.services__info-text{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #afafaf;
}

/*about, description*/
.about{
  text-align: center;
  padding-top: 100px;
  padding-bottom: 25px;
}
.about__info, .description__info{
  background-color: #232323;
  -webkit-border-top-left-radius: 75px;
     -moz-border-radius-topleft: 75px;
          border-top-left-radius: 75px;
  -webkit-border-bottom-right-radius: 75px;
     -moz-border-radius-bottomright: 75px;
          border-bottom-right-radius: 75px;
  padding: 50px; 
  position: relative;
}
.about__info-btn, .description__info-btn{
  position: absolute;
  bottom: -25px;
  width: 180px;
  left: -webkit-calc(50% - 90px);
  left: -moz-calc(50% - 90px);
  left: calc(50% - 90px);
}
.about__info::before, .description__info::before{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/about-img-left.svg) no-repeat center;
  position: absolute;
  top: -23px;
  left: 60px;
}
.about__info::after, .description__info::after{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/about-img-right.svg) no-repeat center;
  position: absolute;
  bottom: -23px;
  right: 60px;
}
.description__title {
  font-family: 'Poppins';
  font-size: 23px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
}

/*footer*/
.footer {
  background: url(../img/footer-img.svg) no-repeat center top 50px/auto 375px;
  padding-top: 90px;
}
.footer__inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 25px;
}
.footer__info{
  margin-right: 50px;
}
.footer__info-text{
  color: #afafaf;
}
.footer__info-add{
  color: #afafaf;
  padding-bottom: 0;
}
.footer-menu__list,
.footer-menu__list-policy{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-menu__list{
  min-width: 107px;
  margin-right: 67px;
}
.footer-menu__list-policy{
  min-width: 183px;
}
.footer-menu__item {
  padding-bottom: 35px;
}
.footer-menu__item:last-child {
  padding-bottom: 0;
}
.footer-menu__link{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}
.footer-menu__item:hover .footer-menu__link{
  color: #fa6400;
  text-decoration: underline;
}
.footer__copyright{
  color: #afafaf;
}
.footer__copyright span{
  text-transform: uppercase;
}
.current-link{
  cursor: default;
}

/*messages__cookies*/
.messages__cookies{
  display: block;
  position: fixed;
	bottom: 25px;
  right: 0;
	height: auto;
	z-index: 999;
  width: 100%;
}
.messages__cookies-wrap{
  max-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.messages__cookies-container{
  max-width: 600px;
  background-color: #fa6400;
}
.messages__cookies-title{
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0;
  background-color: #e15a00;
  padding: 25px;
  text-align: center;
}
.messages__cookies-info{
  padding: 25px;
  text-align: center;
}
.cookie-link{
  text-decoration: underline;
  color: #ffffff;
}
.messages__cookies-btn{
  background-color: transparent;
  border: 2px solid #191919;
}


/*ABOUT PAGE*/
/*info-section*/
.info-section{
  padding-top: 100px;
  padding-bottom: 25px;
  text-align: center;
}
.info-section p{
  color: #afafaf;
}
.info-section__subtitle{
  padding-bottom: 0;
  font-weight: bold;
}
.marker-list{
  padding-left: 30px;
  margin-bottom: 25px;
}
.marker-list > li{
  line-height: 32px;
  position: relative;
  color: #afafaf;
}
.marker-list > li:before{
  content: '';
  display: block;
  height: 2px;
  width: 15px;
  background-color: #fa6400;
  position: absolute;
  left: -28px;
  top: 16px;
}
.circle-list{
  padding-left: 30px;
  margin-bottom: 25px;
}
.circle-list > li{
  line-height: 32px;
  position: relative;
  color: #afafaf;
}
.circle-list > li:before{
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  background-color: #fa6400;
  position: absolute;
  left: -28px;
  top: 12px;
  border-radius: 50%;
}
.number-list{
  padding-left: 30px;
  margin-bottom: 25px;
  list-style-type: none; 
  counter-reset: num; 
}
.number-list > li{
  line-height: 32px;
  color: #afafaf;
  position: relative;
}
.number-list > li:before {
  content: counter(num) ' '; 
  counter-increment: num; 
  color: #ffffff;
  position: absolute;
  top: -1;
  left: -26px;
}

/*SERVICES PAGE*/
/*services-page*/
.services-page{
  padding-top: 100px;
  padding-bottom: 75px;
  text-align: center;
}
.services-page__list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-page__item{
  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: 25px;
}
.services-page__img{
  width: 50%;
}
.services-page__img img{
  max-height: 375px;
}
.services-page__info{
  width: 50%;
  text-align: left;
}
.services-page__item:nth-child(2n+1) .services-page__img{
  margin-right: 15px;
}
.services-page__item:nth-child(2n+1) .services-page__info{
  margin-left: 15px;
}
.services-page__item:nth-child(2n) .services-page__img{
  margin-left: 15px;
}
.services-page__item:nth-child(2n) .services-page__info{
  margin-right: 15px;
}

/*description*/
.description{
  background-color: #232323;
  -webkit-border-top-left-radius: 150px;
     -moz-border-radius-topleft: 150px;
          border-top-left-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
     -moz-border-radius-bottomright: 150px;
          border-bottom-right-radius: 150px;
}
.description__inner{
  padding-top: 100px;
  padding-bottom: 125px;
  text-align: center;
}
.description__info{
  background-color: #2e2e2e;
}

/*SERVICES ITEM PAGE*/
/*about-service*/
.about-service{
  padding-top: 100px;
  padding-bottom: 75px;
  text-align: center;
}
.about-service__item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-service__img{
  width: 50%;
  padding-right: 15px;
}
.about-service__img img{
  max-height: 375px;
}
.about-service__info{
  width: 50%;
  padding-left: 15px;
}
.about-service__text{
  color: #afafaf;
}
.about-service__text span{
  font-weight: bold;
}

/*services-min*/
.services-min{
  background-color: #232323;
  -webkit-border-top-left-radius: 150px;
     -moz-border-radius-topleft: 150px;
          border-top-left-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
     -moz-border-radius-bottomright: 150px;
          border-bottom-right-radius: 150px;
}
.services-min__inner{
  padding-top: 50px;
  padding-bottom: 50px;
}
.services-min__list{
  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;
  border: 1px solid #444444;
  padding: 50px 30px 25px 30px;
}
.services-min__item{
  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-right: 30px;
  margin-bottom: 25px;
  cursor: pointer;
}
.services-min__item:last-child{
  margin-right: 0;
}
.services-min__img{
  position: relative;
}
.services-min__img img{
  max-height: 75px;
  min-width: 45px;
}
.services-min__overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fa6400;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
} 
.services-min__item:hover .services-min__overlay {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.services-min__title{
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.services-min__item:hover .services-min__title{
  color: #fa6400;
}

/*reasons*/
.reasons{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.reasons-list{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.reasons-item{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 62px;
  margin-right: 23px;
  width: -webkit-calc(33.33% - 15px);
  width: -moz-calc(33.33% - 15px);
  width: calc(33.33% - 15px);
}
.reasons-item:last-child{
  margin-right: 0;
}
.reasons-item__title{
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 25px;
  position: relative;
}
.reasons-item__title:before{
  content: '';
  display: block;
  height: 35px;
  width: 42px;
  background: url(../img/reason-icon.svg) no-repeat center;
  position: absolute;
  left: -62px;
  top: -6px;
}
.reasons-item__title:after{
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #3b3b3b;
  position: absolute;
  left: 0;
  bottom: 13px;
}
.reasons-item__text{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #afafaf;
}

/*contact-link*/
.contact-banner{
  padding-bottom: 50px;
}
.contact-banner__inner{
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-border-top-left-radius: 150px;
     -moz-border-radius-topleft: 150px;
          border-top-left-radius: 150px;
  -webkit-border-bottom-right-radius: 150px;
     -moz-border-radius-bottomright: 150px;
          border-bottom-right-radius: 150px;
  background: url(../img/contact-banner-bg.png) no-repeat center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  text-align: center;
}
.contact-btn{
  min-width: 390px;
}



/*CONTACTS PAGE*/
/*contacts*/
.contacts{
  padding-top: 100px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-form{
  width: 50%;
  margin-right: 15px;
  text-align: center;
}
.form-info{
  color: #afafaf;
  padding-bottom: 15px;
  text-align: center;
}
.form-container{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 390px;
}
.form-item{
  position: relative;
  margin-bottom: 15px;
}
input.form-input{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #6f6f6f;
  text-align: left;
  background-color: transparent;
  padding: 33px 24px 10px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #8c8c8c;
}
input.form-input::-webkit-input-placeholder{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #6f6f6f;
  text-align: left;
}
input.form-input:-moz-placeholder{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #6f6f6f;
  text-align: left;
}
input.form-input::-moz-placeholder{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #6f6f6f;
  text-align: left;
}
input.form-input:-ms-input-placeholder{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #6f6f6f;
  text-align: left;
}
input.form-input::placeholder{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #6f6f6f;
  text-align: left;
}
textarea.form-input{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  color: #6f6f6f;
  text-align: left;
  background-color: transparent;
  padding: 33px 24px 10px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #8c8c8c;
  resize: none;
}
.form-item label {
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #afafaf;
  position: absolute;
  left: 0;
  top: 10px;
}
input.form-input:focus, 
textarea.form-input:focus{
  border-bottom: 1px solid #fa6400;
  outline: none;
}
.form-terms{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.form-terms input{
  display: none;
}
.form-terms label{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #afafaf;
  position: relative;
  padding-left: 35px;
  text-align: left;
  padding: 10px 0 10px 36px;
}
.form-terms label:before{
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #323232;
  border: none;
  position: absolute;
  top: 10px;
  left: 2px;
  cursor: pointer;
}
.form-terms input:checked + label:before{
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 5px solid #323232;
}
.submit-btn{
  width: 100%;
}
.terms-conditions__link, .privacy-policy__link{
  color: #fa6400;
  text-decoration: underline;
}
.error-field{
  font-family: 'Raleway';
  font-size: 12px;
  font-weight: normal;
  color: #ce2f2f;
  background: url(../img/error-icon.png) no-repeat top 27px right 0/auto 19px;
  display: none;
  position: absolute;
  right: 0;
  top: 7px;
  height: 100%;
}
.validate-field.error + .error-field{
  display: block;
}
.validate-name.error + .error-field{
  display: block;
}
.validate-name.filled-input + .error-field{
  display: none;
}
.contacts-map{
  width: 50%;
  margin-left: 15px;
  text-align: center;
}
.contacts-map__img{
  max-height: 425px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*popup*/
.popup {
  display: none;
}
.popup.active {
  display: block;
}
.popup-success, 
.popup-error{
  position: fixed;
  z-index: 15; 
  padding-top: 125px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(37, 37, 37, 0.6); 
}
.popup-content{
  margin: auto;
  width: 600px;
}
.popup-success .popup-content{
  background-color: #fa6400;
}
.popup-error .popup-content{
  background-color: #fa6400;
}
.popup-title{
  font-family: 'Raleway';
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #ffffff;
  padding: 25px;
  background-color: #e15a00;
  text-align: center;
  text-transform: uppercase;
}
.popup-content__wrap{
  padding: 25px;
}
.popup-subtitle{
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
.popup-subtitle span{
  font-weight: bold;
}
.popup__close-btn, .popup__error-btn{
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 15px 20px;
  min-width: 180px;
  white-space: nowrap; 
  -webkit-border-top-left-radius: 25px; 
     -moz-border-radius-topleft: 25px; 
          border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
     -moz-border-radius-bottomright: 25px;
          border-bottom-right-radius: 25px;
  letter-spacing: 3px;
  border: 2px solid #191919;
}
.popup__close-btn:hover, .popup__error-btn:hover{
  text-shadow: 0 0 10px #ffffff;
}