*:focus, *:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;  
}

body, body.mobile-menu-on-screen {
  overflow-y: hidden;
}
body,
p, blockquote, h1, h2, h3, h4, h5, h6,
.nav__menu {
  margin: 0;
  padding: 0;
}

.link__button, .alfa--button.-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 24px; 
  border: 0;  
  background: transparent;
}
.link__button.-fill {
  padding: 8px 28px;
}
.link__button:after, .link__button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.link__button:after {
  opacity: 0;
}
.link__button:hover:after {
  opacity: 1;
}
.link__button.-fill.-gradient {
  color: #fff;
}
.link__button.-fill.-gradient:before, .button__top.-fill.-gradient {
  background: #ff5901;
  background: linear-gradient(145deg, #ff5901 0%, #ffc301 90%);  

}
.link__button.-fill.-gradient:after, .button__top:hover.-fill.-gradient {
  background: #f9942e;
  background: linear-gradient(145deg, #ffc301 0%, #ff5901 75%);
}

.color-highlight, .link__button.-text.-primary {
  color: #ff5901;
  background: -webkit-linear-gradient(332deg,#f9942e 25%,#ff4a12 90%);
  background: -o-linear-gradient(332deg,#f9942e 25%,#ff4a12 90%);
  background: linear-gradient(332deg,#f9942e 25%,#ff4a12 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.alfa--arrow {
  content: '';
  border: solid #131313;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  margin-bottom: 2px;
  position: absolute;
  width: 5px;
  height: 5px; 
}
.link__button.-fill.-gradient .alfa--arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;  
}
.slick-arrow .alfa--arrow, .link__button .alfa--arrow {
  right: 20px;
}
.link__button:hover .alfa--arrow {
  right: 15px;
}
.-white .alfa--arrow.link__button.-text.-white:before {
  border: solid #fff;
  border-width: 0 1px 1px 0;
}
.-primary .alfa--arrow, .alfa--arrow.-primary, .link__button.-text.-primary:before {
  border: solid #ff5901;
  border-width: 0 1px 1px 0;
}
.-rightdir, .slick-prev.slick-arrow:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.-leftdir {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.-updir {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.-downdir {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

h1, h2 {
  margin-bottom: 40px;
}
h5, h6,
.typo__title {
  margin-bottom: 24px;
}
body, input, textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;  
  font-weight: 400;
  letter-spacing: 0.125rem; 
}
p, span, blockquote {
  line-height: 2.2;  
}
h1, h2 {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
.nav__menu, .link__button {
  font-size: 0.75rem;  
  letter-spacing: 0.125rem;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 500;
}
.typo__title .-uppercase {
  text-transform: uppercase;
}
body, footer a {
  color: #131313;
}
body, 
.style__fill.color__white {
  background: #fff;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
          box-sizing: border-box;
  -webkit-transition: .35s all ease;
       -o-transition: .35s all ease;
          transition: .35s all ease;
}
.__flex, .__flex-group,
.nav__menu, .nav__menu ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.__flex, .__flex-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__group-item {
/*  min-width: 250px;*/
  padding: 0 12px;
}
.__group-item.-full {
  width: 100% !important;
}
.__group-item.-verylarge {
  width: 80%;
}
.__flex-group.-four-cols .__group-item, .__group-item.-verysmall {
  width: 25%;
}
.__flex-group.-five-cols .__group-item, .__group-item.-smaller {
  width: 20%;
}
.alfa--form-input, .wpcf7-form-control-wrap, .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  width: 100%;
}
.alfa--form-input {
  position: relative;
  padding: 0 5px;
  margin-bottom: 12px;
  float: left;
}
.alfa--form-input.-verylarge {
  width: 80%;
  float: left;
}
.alfa--form-input.-half {
  width: 50%;
  float: left;
}
.alfa--form-input.-smaller {
  width: 20%;
  float: left;
}
.alfa--form-input.-mini {
  width: 15%;
  float: left;
}
.alfa--form-input label {
  font-size: .75rem;
}
.alfa--form-input input[type="text"], .alfa--form-input input[type="email"], .alfa--form-input input[type="date"], .alfa--form-input input[type="tel"], .alfa--form-input input[type="number"], .alfa--form-input textarea, .alfa--form-input select {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.5;
  border: #b3b3b3 1px solid;
  border-radius: 2px;  
  height: 28px;
  width: 100%;
}
.alfa--form-input textarea {
  height: 85px;
}
.alfa--quick-form {
  padding-top: 40px;
}
.alfa--quick-form .typo__title h2 {
  margin: 0;
}
.alfa--quick-form .__group-item {
  padding: 0 !important;
}
.alfa--quick-form-submit {
  text-align: right;
}
.alfa--quick-form-header {
  padding: 0 5px;
}
.alfa--form .wpcf7-form-control.wpcf7-not-valid, 
.alfa--form-input input.-input-not-valid, .alfa--form-input select.-input-not-valid, .alfa--form-input textarea.-input-not-valid {
  border: 1px solid #ff4a12;
  background: rgb(255 74 18 / 10%);
}
.alfa--form .wpcf7 form.invalid .wpcf7-response-output, .alfa--form .wpcf7 form.unaccepted .wpcf7-response-output, .alfa--form .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7-not-valid-tip, .alfa--form-input .zf-errorMessage {
  color: #ff4a12;
  position: absolute;
  right: 8px;
  font-size: .75rem;
  line-height: 1.5;  
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  font-size: .75rem;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c0c0c0;
  font-size: .75rem;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #c0c0c0;
  font-size: .75rem;
}

/* large laptop XXXL */
@media (max-width: 1599px) {
  .__flex-group.-four-cols .__group-item:nth-child(-n+2) {
    padding-top: 0;
  }
  .__flex-group.-four-cols .__group-item:nth-last-child(-n+2) {
    padding-bottom: 0;
  }  
}

/* laptop L */
@media (max-width: 1023px) {
    .__flex-group.-four-cols .__group-item, .__group-item.-verysmall {
    width: 50%;
  }  
  .__flex-group.-three-cols .__group-item, .__flex-group.-two-cols .__group-item, .__group-item.-verylarge, .__group-item.-large, .__group-item.-small {
    min-width: 120px;
    width: 100%;
    margin: 0 auto;
  } 
  .__container .__group-item, .__flex-group.-four-cols .__group-item, .__flex-group.-three-cols .__group-item, .__flex-group.-two-cols .__group-item {
    padding: 30px 15px;
  }   
  .only__mobile {
    display: block !important;
  }
  .only__desktop {
    display: none !important;
  }   
}

/* laptop */
@media (min-width: 1024px) {
  .only__mobile {
    display: none !important;
  }
  .only__desktop {
    display: block !important;
  } 
  .__group-item {
    width: 25%;
  }
}  

/* laptop L */
@media (max-width: 1023px) {
  .__group-item.-smaller, .__group-item.-smallest {
    min-width: 120px;
    width: 50%;
    margin: 0 auto;    
  }
}

/* tablet MD */
@media (max-width: 899px) {
  h2, .typo__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 660px) {
  .alfa--quick-form .__flex-group .__group-item {
    padding-top: 5px !important;
  }
  
  .alfa--quick-form .__flex-group.-four-cols .__group-item {
    padding-top: 0 !important;
  }  
}


/* large mobile S */
@media (max-width: 576px) {
  .__container .__group-item:first-child, .__container.-small .__group-item:first-child, .__flex-group.-four-cols .__group-item:first-child  {
    padding-top: 0;
  }
  .__container .__group-item:last-child, .__container.-small .__group-item:last-child, .__flex-group.-four-cols .__group-item:last-child {
    padding-bottom: 0;
  }  
  .__flex-group.-four-cols .__group-item, .__container.-small .__group-item {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px !important;
    padding-bottom: 0 !important;    
  } 
  
  .alfa--form-input.-half {
    width: 100%;
/*    float: none;*/
  }  
}

/* IE only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .color-highlight, .alfa--focus:hover .typo__title, .alfa--slide .typo__title .-highlight, .link__button.-text, .link__button:hover.-text.-primary {
    background: transparent !important;
  }
}