/*========================================
    FONTS
========================================*/

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/subset-FiraSans-Regular.eot');
  src: url('../fonts/subset-FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-FiraSans-Regular.woff') format('woff'),
    url('../fonts/subset-FiraSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/subset-FiraSans-Medium.eot');
  src: url('../fonts/subset-FiraSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-FiraSans-Medium.woff') format('woff'),
    url('../fonts/subset-FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Fira Sans';
  src: url('../fonts/subset-FiraSans-Bold.eot');
  src: url('../fonts/subset-FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-FiraSans-Bold.woff') format('woff'),
    url('../fonts/subset-FiraSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*========================================
    GLOBAL STYLES
========================================*/

html {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 10px;
}

*, 
*:before, 
*:after {
  box-sizing: inherit;
}

body { 
  width: 100%;
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Fira Sans';
  font-weight: normal;
  font-style: normal;
} 

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/*========================================
    HEADER
========================================*/

/* 
    NAVBAR
----------------------------------------------------------------*/

.navbar {
  margin-bottom: 20px;
  padding: 10px 12px 15px;
  border-bottom: 1px solid #D5D5D5;
}

.navbar__contacts {
  padding-top: 15px;
  padding-left: 15px;
}

.navbar__phone {
  display: block;
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 24px;	
  font-weight: bold;	
  line-height: 24px;
  color: #000;
  background: url('../img/phone-icon.svg') left center no-repeat;
  background-size: 15px;
}

.navbar__email {
  display: block;
  padding-left: 30px;
  background: url('../img/email-icon.svg') left center no-repeat;
  background-size: 18px;
}

.navbar__email span {
  color: #000000;
  border-bottom: 2px solid #000;  
  transition: all .3s linear;
}

.navbar__email:hover span {
  color: #D0021B;
  border-bottom-color: #D0021B;
}

/* 
    LOGO
----------------------------------------------------------------*/

.logo {
  display: block;
  text-align: center;
}

.logo img {
  margin-bottom: 5px;
}

.logo__txt {
  margin: 0;
  color: #000;
}

/* 
    MAIN-MENU
----------------------------------------------------------------*/

.main-menu {
  padding-top: 25px;
}

.main-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch;
}

.main-menu__item {
  position: relative;
  border-bottom: 2px solid #000;
  transition: all .3s linear;
}

.main-menu__item:hover {
  border-bottom-color: #D0021B;
}

.main-menu__item a {
  color: #000000;
  text-transform: uppercase;
  transition: all .3s linear;
}

.main-menu__item:hover a {
  color: #D0021B;  
}

.main-menu__item.active {
  border-bottom-color: transparent;
}

.main-menu__item.active::before {
  content: '';
  position: absolute;
  top: 4px;
  left: -12px;
  display: block;
  height: 8px;	
  width: 8px;	
  border-radius: 50%;
  background-color: #D0021B;
}

.main-menu__item.active a {
  color: #B4882C;
}

.slicknav_menu {
  display:none;
}

/*========================================
    MAIN
========================================*/

/* 
    BANNER
----------------------------------------------------------------*/

.banner {
  position: relative;
  margin-bottom: 45px;
  padding: 0 12px;
}

.banner__carousel .item {
  position: relative;
}

.banner__caption {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 60%;
  transform: translateY(-50%);
}

.banner__caption img {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  margin-right: 50px;
}

.banner__txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 185px);
  margin: 0;
  color: #FFFFFF;	
  font-size: 28px;	
  line-height: 38px;	
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.banner__carousel.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.banner__carousel .slick-prev, 
.banner__carousel .slick-next {
  width: 23px;
  height: 54px;
  border: none;
  border-radius: 0;
  z-index: 100;
}

.banner__carousel .slick-prev {
  left: 15px;
  background: url('../img/arrow-left-icon.svg') center no-repeat;
  background-size: contain;
}

.banner__carousel .slick-next {
  right: 15px;
  background: url('../img/arrow-right-icon.svg') center no-repeat;
  background-size: contain;
}

.banner__carousel .slick-dots {
  bottom: -25px;
  padding-right: 30px;
}

.banner__carousel .slick-dots li {
  height: 12px;	
  width: 12px;
  margin: 0 0 0 15px;
}

.banner__carousel .slick-dots li button {
  height: 12px;	
  width: 12px;
  border-radius: 50%;
  background-color: #D5D5D5;
}

.banner__carousel .slick-dots li.slick-active button,
.banner__carousel .slick-dots li button:hover {
  background-color: #D0021B;
}

/* 
    SECTION-TITLE
----------------------------------------------------------------*/

.section-title {
  margin-bottom: 25px;
  font-size: 42px;	
  font-weight: bold;	
  letter-spacing: 2px;	
  line-height: 60px;	
  text-align: center;
  text-transform: uppercase;
}

/* 
    SERVE
----------------------------------------------------------------*/

.serve {
  margin-bottom: 35px;
  padding: 0 12px;
}

.serve__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

.serve__item {
  display: block;
  width: calc(25% - 20px);
  padding: 15px;
  border: 3px solid #E0C285;	
  color: #000;
  background-color: #F7F7F7;	
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
  transition: all .3s linear;
}

.serve__item:hover {
  box-shadow: 0 5px 30px 0 rgba(0,0,0,0.5);
}

.serve__title {
  margin-bottom: 15px;
}

.serve__title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.serve__title p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
  margin: 0;
  font-size: 18px;	
  font-weight: bold;	
  line-height: 24px;
}

.serve__txt {
  margin: 0;
  font-size: 16px;	
  line-height: 24px;
}

/* 
    SERVICES-SECTION
----------------------------------------------------------------*/

.services-section {
  margin-bottom: 25px;
  padding: 0 12px 35px;
  border-bottom: 1px solid #D5D5D5;
}

.services-section__img {
  position: relative;
  height: 80px;
  margin-bottom: 10px;
}

.services-section__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.services-section__txt {
  margin: 0;
  font-size: 16px;	
  line-height: 24px;
}

/* 
    SERVICED-SYSTEMS
----------------------------------------------------------------*/

.serviced-systems {
  margin-bottom: 35px;
  padding: 0 12px;
}

.serviced-systems__list {
  padding: 25px 20px;
  border: 1px solid #D0021B;	
  background-color: #FCF8F0;	
  box-shadow: 0 4px 12px 0 rgba(0,0,0,0.2);
}

.serviced-systems__title {
  margin-bottom: 10px;
}

.serviced-systems__title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.serviced-systems__title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;	
  font-weight: bold;  
}

.serviced-systems__btn {
  display: block;
  height: 72px;
  width: 224px;
  margin: 15px auto 10px;
  padding-top: 11px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(180deg, #EF2638 0%, #9F041B 100%);
}

.serviced-systems__btn:hover {
  background: #000;
} 

.serviced-systems__item {
  margin-bottom: 15px;
  padding: 8px;
}

.serviced-systems__item-title {
  margin-bottom: 5px;
  padding-right: 20px;
  background: url('../img/arr-down.png') 99% 10px no-repeat;
  cursor: pointer;
}

.serviced-systems__item-title span {
  border-bottom: 1px dashed #000;
  font-size: 18px;	
  line-height: 22px;  
}

.serviced-systems__txt {
  display: none;
}

.serviced-systems__txt p {
  margin: 0 0 5px;
  font-size: 16px;	
  line-height: 24px;
}

.serviced-systems__txt a {
  display: block;
  height: 40px;	
  width: 168px;	
  color: #fff;
  font-size: 16px;
  line-height: 40px;	
  text-align: center;
  background: linear-gradient(180deg, #474747 0%, #242424 100%);
  opacity: .6;
  transition: all .3s linear;
}

.serviced-systems__txt a:hover {
  opacity: 1;
}

.serviced-systems__item.open {
  background-color: #FFF6E2;
}

.serviced-systems__item.open .serviced-systems__item-title {
  background: url('../img/arr-up.png') 99% 10px no-repeat;
}

.serviced-systems__item.open .serviced-systems__item-title span {
  border-bottom-color: transparent;
  font-size: 18px;	
  font-weight: bold;	
  line-height: 22px;
}

/* 
    CLIENTS
----------------------------------------------------------------*/

.clients {
  margin-bottom: 25px;
  padding: 0 12px 50px;
  border-bottom: 1px solid #D5D5D5;
}

.clients__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: stretch;
  align-items: stretch;
}

.clients__item {
  position: relative;
  height: 120px;	
  width: 168px;
  margin-bottom: 25px;
}

.clients__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.clients__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all .2s linear;
}

.clients__item:hover  img{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

/* 
    LICENSES
----------------------------------------------------------------*/

.licenses {
  margin-bottom: 25px;
  padding: 0 12px 50px;
  border-bottom: 1px solid #D5D5D5;
}

.licenses__item {
  position: relative;
  height: 205px;
  width: 144px;	
  margin: 0 auto;
  border: 1px solid #CBCBCB;
}

.licenses__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/* 
    CONTACTS
----------------------------------------------------------------*/

.contacts {
  margin-bottom: 25px;
  padding: 0 12px 50px;
  border-bottom: 1px solid #D5D5D5;
}

.contacts__info {
  margin-bottom: 40px;
}

.contacts__phone,
.contacts__phone:hover {
  display: block;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 18px;	
  line-height: 24px;
  color: #000;
  background: url('../img/phone-icon.svg') left center no-repeat;
  background-size: 15px;
}

.contacts__email {
  display: block;
  margin-bottom: 18px;
  padding-left: 25px;
  background: url('../img/email-icon.svg') left center no-repeat;
  background-size: 18px;
}

.contacts__email span {
  color: #000000;
  font-size: 18px;	
  line-height: 24px;
  border-bottom: 2px solid #000;  
  transition: all .3s linear;
}

.contacts__email:hover span {
  color: #D0021B;
  border-bottom-color: #D0021B;
}

.contacts__addr {
  font-size: 18px;	
  line-height: 24px;
  font-style: normal;
  padding-left: 25px;
  background: url('../img/map-icon.svg') left center no-repeat;
  background-size: 14px;
}

.contacts__map {
  max-width: 400px;
}

.contacts__map--big {
  max-width: 100%;
  margin-bottom: 35px;
}

/* 
    CONSULT-ORDER 
----------------------------------------------------------------*/

.consult-order {
  padding: 30px 35px 35px;
  border: 1px solid #D5D5D5;	
  background-color: #F7F7F7;	
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}

.consult-order__title {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 500;	
  line-height: 32px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  font-size: 16px;
  font-weight: 400;
}

.form-group input {
  width: calc(100% - 105px);
  height: 48px;
  padding-left: 15px;
  border: 1px solid #CBCBCB;
  outline: none;
}

.form-file {
  position: relative; 
  display: block;
  height: 40px;	
  overflow: hidden;
  margin: 25px 0 20px;
  text-align: center;
}

.form-file input[type="file"] {
  display: none;
}

.form-file label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 224px;
  height: 40px;
  background: linear-gradient(180deg, #474747 0%, #242424 100%);
  transition: all .3s linear;
  opacity: .6;
  cursor: pointer;
}

.form-file label:hover {
  opacity: 1;
}

.form-file  span {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  background: url('../img/clip-icon.svg') 20px center no-repeat;
  background-size: 10px;
}

.consult-order__btn {
  margin: 20px 0 0;
  height: 72px;	
  width: 224px;	
  border: none;
  color: #FFFFFF;
  font-size: 20px;	
  font-weight: bold;	
  text-align: center;
  background: linear-gradient(180deg, #EF2638 0%, #9F041B 100%);
  cursor: pointer;
}

.consult-order__btn:hover {
  background: #000;
}

.filename {
  position: absolute;
  right: 10px;
  top: 10px;
  width: calc(100% - 245px);
  border: none;
  background: #fff;
}

/* 
    ABOUT
----------------------------------------------------------------*/

.about {
  margin-bottom: 25px;
  padding: 0 12px 50px;
  border-bottom: 1px solid #E0C285;
}

.about__img {
  margin-bottom: 20px;
  text-align: center;
}

.about__txt {
  font-size: 16px;	
  line-height: 24px;
}

.about__txt p {
  margin: 0 0 25px;  
}

/* 
    DESIGN
----------------------------------------------------------------*/

.design {
  margin-bottom: 25px;
  padding: 0 12px 50px;
  border-bottom: 1px solid #D5D5D5;
}

.design__img {
  margin-bottom: 20px;
  text-align: center;
}

.design__txt {
  font-size: 16px;	
  line-height: 24px;
  column-count: 2;
  column-gap: 24px;
}

.design__txt p {
  margin: 0 0 25px;  
}

/* 
    SERVICES
----------------------------------------------------------------*/

.services {
  margin-bottom: 25px;
  padding: 0 12px 50px;
  border-bottom: 1px solid #D5D5D5;
}

.services__item {
  display: block;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  padding: 30px 20px 30px 30px;
  color: #000;
  background-color: #F7F7F7;
  transition: all .3s linear;
}

.services__item:hover {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .5);
} 

.services__item--big {
  padding: 30px 50px;
}

.services__icon {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  padding-top: 5px;
  text-align: center;
}

.services__desc {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 185px);
}

.services__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: bold;	
  line-height: 30px;
}

.services__txt {
  font-size: 16px;
  line-height: 24px;
}

.services__item--big .services__icon {
  width: 250px;
}

.services__item--big .services__desc {
  width: calc(100% - 255px);
}

.services__item--big .services__title {
  font-size: 36px;	
  line-height: 42px;
}

/* 
    JOURNAL
----------------------------------------------------------------*/

.journal {
  margin-bottom: 25px;
  padding: 0 12px 50px;
  border-bottom: 1px solid #D5D5D5;
}

.journal__item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D5D5D5;
}

.journal__item:last-of-type {
  border-bottom: none;
}

.journal__date {
  margin: 0 0 5px;
  font-size: 16px;
}

.journal__title {
  margin: 0 0 20px;
}

.journal__title a {
  display: inline-block;
  border-bottom: 2px solid #000;
  color: #000000;	
  font-size: 18px;
  font-weight: bold;
}

.journal__txt {
  margin: 0 0 20px;
}

.journal__more {
  float: right;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  color: #000000;	
  font-size: 16px;
  transition: all .3s linear;
}

.journal__more:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

/* 
    JOURNAL-MENU
----------------------------------------------------------------*/

.journal-menu {
  margin-bottom: 20px;
  text-align: center;
}

.journal-menu__item {
  display: inline-block;
  margin: 0 7px;
}

.journal-menu__item a {
  display: block;
  height: 50px;	
  width: 160px;	
  padding-left: 12px;
  border: 1px solid #DAB057;
  color: #000000;	
  font-size: 16px;	
  line-height: 50px;
  text-align: left;
  transition: all .3s linear;
}

.journal-menu__item.active a,
.journal-menu__item a:hover {
  background-color: #FFEDC8;
}

/* 
    REVIEWS-MENU
----------------------------------------------------------------*/

.reviews-menu {
  margin-bottom: 25px;
  text-align: center;
}

.reviews-menu__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}

.reviews-menu__item a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  height: 60px;	
  width: 184px;	
  padding: 0 10px;
  border: 1px solid #DAB057;
  color: #000000;	
  font-size: 16px;	
  text-align: left;
  transition: all .3s linear;
}

.reviews-menu__item.active a,
.reviews-menu__item a:hover {
  background-color: #FFEDC8;
}

.reviews-menu__item img {
  margin-right: 10px;
}

/* 
    REVIEWS
----------------------------------------------------------------*/

.reviews {
  margin-bottom: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D5D5D5;
}

.reviews__carousel {
  margin: 0 50px;
}

.reviews__item {
  margin: 0 45px;
}

.reviews__img {
  position: relative;
  height: 140px;
  margin-bottom: 15px;
}

.reviews__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.reviews__name {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;	
  line-height: 26px;
}

.reviews__txt {
  font-size: 16px;	
  line-height: 24px;
}

.reviews__carousel .slick-prev, 
.reviews__carousel .slick-next {
  top: 75px;
  width: 25px;
  height: 42px;
  border: none;
  border-radius: 0;
  z-index: 100;
}

.reviews__carousel .slick-prev {
  left: 0;
  background: url('../img/arr-prev.svg') center no-repeat;
  background-size: cover;
}

.reviews__carousel .slick-next {
  right: 0;
  background: url('../img/arr-next.svg') center no-repeat;
  background-size: cover;
}

/* 
    ARTICLE
----------------------------------------------------------------*/

.article {
  margin-bottom: 30px;
}

.article__header {
  margin-bottom: 20px;
}

.article__date {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 24px;
}

.article__title {
  margin: 0;
  font-size: 28px;	
  font-weight: bold;	
  line-height: 36px;
}

.article__txt {
  font-size: 16px;	
  line-height: 24px;
}

.article__txt img {
  margin-bottom: 15px;
}

/* 
    CALLBACK
----------------------------------------------------------------*/

.callback {
  padding: 15px 15px 20px;
  border: 1px solid #E0C285;	
  background-color: #FCF8F0;
}

.callback__img {
  margin-bottom: 20px;
}

.callback__title {
  margin: 0 0 8px;
  font-size: 18px;	
  font-weight: bold;	
  line-height: 24px;
}

.callback__txt {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}

.callback .form-group label,
.callback .form-group input {
  width: 100%;
}

.callback__btn {
  display: block;
  height: 72px;	
  width: 224px;	
  margin: 30px auto 0;
  padding-left: 75px!important;
  border: none;
  text-align: left;
  font-size: 20px;	
  font-weight: bold;	
  line-height: 24px;
  color: #fff;
  background-image: url('../img/callback-icon.svg'), linear-gradient(180deg, #EF2638 0%, #9F041B 100%);
  background-position: 20px center, left top;
  background-repeat: no-repeat;
  background-size: 36px, cover;
  cursor: pointer;
}

.callback__btn:hover {
  background-color: #000;
  background-image: url('../img/callback-icon.svg');
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 36px;
}

.download-btn {
  display: block;
  height: 40px;	
  width: 235px;	
  margin: 25px auto;
  padding-left: 15px;
  font-size: 16px;	
  line-height: 40px;
  color: #fff;
  background: linear-gradient(180deg, #474747 0%, #242424 100%);
  transition: all .3s linear;
  opacity: .6;
}

.download-btn:hover {
  opacity: 1;
}

.download-btn img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* 
    PAGINATION
----------------------------------------------------------------*/

.pagination {
  margin-bottom: 30px;
  text-align: center;
}

.pagination__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.pagination__item a {
  display: block;
  height: 35px;	
  width: 35px;
  border: 1px solid #E3E3E3;
 	font-size: 18px;
  line-height: 35px;	
  text-align: center;
  color: #000;
  background: #fff;
  transition: all .3s linear;
}

.pagination__item--arr a {
  height: 21px;	
  width: 21px;
  line-height: 19px;
}

.pagination__item.active a,
.pagination__item a:hover {
  background-color: #E3E3E3;
}

/* 
    TARGET
----------------------------------------------------------------*/

.target {
  margin-bottom: 25px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D5D5D5;
}

.target__title {
  margin: 0 0 15px;
  font-size: 28px;	
  font-weight: bold;	
  line-height: 36px;
}

.target__txt {
  margin: 0 0 20px;
  font-size: 16px;	
  line-height: 24px;
}

.target__img {
  margin-bottom: 30px;
}

.target__features-item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
}

.target__features-title {
  margin: 0 0 25px;
  font-size: 18px;	
  font-weight: bold;	
  line-height: 24px;
}

.target__features-txt {
  font-size: 16px;	
  line-height: 24px;
}

/* 
    PACKAGES
----------------------------------------------------------------*/

.packages {
  margin-bottom: 45px;
}

.packages__title {
  margin: 0 0 20px;
  font-size: 18px;	
  font-weight: bold;	
  line-height: 24px;
}

.packages__tabs.ui-tabs {
  padding: 0;
  border: none;
  border-radius: 0;  
  font-family: 'Fira Sans';
}

.packages__tabs-nav.ui-tabs-nav {
  padding: 0;
  border: none;
  border-bottom: 1px solid #E0C285;
  border-radius: 0;
  background: none;
} 

.packages__tabs-nav.ui-tabs-nav li {
  width: 32%;
  margin: 0 2% -1px 0;
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
  background: none;
}

.packages__tabs-nav.ui-tabs-nav li:last-child {
  margin-right: 0;
} 

.packages__tabs-nav.ui-tabs-nav .ui-tabs-anchor {
  display: block;
  width: 100%;
  height: 48px;
  padding: 1px 0 0;
  border-radius: 0;
  font-size: 18px;	
  font-weight: bold;	
  line-height: 48px;
  text-align: center;
  color: #000;
  background-color: #FFF6E2;	
}

.packages__tabs-nav.ui-tabs-nav .ui-tabs-anchor img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.packages__tabs-nav.ui-tabs-nav li.ui-tabs-active {
  padding-bottom: 0;
  border-radius: 0;
  border: 1px solid #E0C285;
  border-bottom: none;
  background: none;
}

.packages__tabs-nav.ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  padding-top: 0;
  border-radius: 0;
  border-bottom-color: #FFEDC8;
  color: #000;
  background-color: #FFEDC8;
}

.packages__content.ui-tabs-panel {
  border: 1px solid #E0C285;
  border-top: none;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  background-color: #FFEDC8;  
}

.packages__content-header {
  margin-bottom: 25px;
  padding: 0 15px 25px;
  border-bottom: 1px solid #DAB057;
  font-size: 20px;	
  line-height: 32px;
}

.packages__content-section {
  margin-bottom: 25px;
  padding: 0 15px 25px;
  border-bottom: 1px solid #DAB057;
}

.packages__content-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.packages__content-left {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-right: 25px;
  font-size: 16px;	
  line-height: 24px;
}

.packages__content-left  p {
  margin: 0;
}

.packages__content-left li {
  padding-left: 28px;
  font-size: 16px;
  line-height: 32px;
  background: url('../img/check-icon.svg') left center no-repeat;
  background-size: 17px;
}

.packages__content-right {
  display: inline-block;
  vertical-align: top;
  width: 39%;
}

.packages__content-right p {
  margin: 0;
  font-size: 18px;	
  font-style: italic;	
  line-height: 24px;
}

/*========================================
    FOOTER
========================================*/

/* 
    FOOTERBAR
----------------------------------------------------------------*/

.footerbar {
  margin-bottom: 50px;
}

.footerbar__menu-item {
  display: block;
  padding: 15px 10px;
  border: 1px solid #BDBDBD;
  transition: all .3s linear;
}

.footerbar__menu-item:hover {
  background-color: #FFEDC8;
}

.footerbar__menu-icon {
  position: relative;
  height: 38px;
  margin-bottom: 8px;
}

.footerbar__menu-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.footerbar__menu-item p {
  margin: 0;
  font-size: 14px;	
  line-height: 20px;
  color: #000;
  text-align: center;
}

/* 
    BOTTOM
----------------------------------------------------------------*/

.bottom {
  margin-bottom: 30px;
  font-size: 14px;	
  line-height: 18px;
}

.bottom p {
  margin: 0;
}

.bottom a {
  color: #000;
}

.bottom__conf {
  text-align: center;
}

.bottom__conf a {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  transition: all .3s linear;
}

.bottom__conf a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.bottom__dev {
  text-align: right;
}

.bottom a img {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

/*========================================
    MODAL
========================================*/

.overlay {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9000;
}

.modal {
  position: absolute; 
  top: 100px;
  bottom: auto;
  right: auto;
  left: calc(50% - 400px);
  display: none;
  width: 800px;	
  padding: 25px 50px 30px;
  background-color: #FCF8F0;	
  z-index: 9999;
}

.modal__title {
  margin: 0 0 25px;
  text-align: center;
  font-size: 48px;	
  font-weight: bold;	
  letter-spacing: 3px;
  text-transform: uppercase;
}

.form-checklist {
  margin-bottom: 35px;
}

.form-checkbox {
  margin-bottom: 10px;
}

.form-checkbox input {
  display: none;
}

.form-checkbox label {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 35px;
  font-size: 18px;	
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}

.form-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
 	height: 16px;	
  width: 16px;	
  border: 1px solid #CBCBCB;	
  background-color: #FFFFFF;
}

.form-checkbox input:checked + label::before {
  background-image: url('../img/check-icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
}

.modal .form-group label {
  position: relative;
  top: 13px;
  width: 160px;
  vertical-align: top;
}

.modal .form-group input {
  max-width: 360px;
  width: calc(100% - 165px);
}

.form-group textarea {
  width: calc(100% - 165px);
  min-height: 200px;
  border: 1px solid #CBCBCB;	
  background-color: #FFFFFF;
  resize: vertical;
}

.modal .form-file label {
  margin-bottom: 30px;
  background-image: none;
}

.modal__btn {
  display: block;
  height: 72px;	
  width: 275px;
  margin: 30px auto 0;
  border: none;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(180deg, #EF2638 0%, #9F041B 100%);
  cursor: pointer;
}

.modal__btn:hover {
  background: #000;
}

.close-btn,
.close-btn:hover,
.close-btn:focus {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  line-height: 1;
  color: #DAB057;
}