*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background:white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
	font-size: 16px;
	margin:0;
  color: #292929;
  position: relative;
  line-height: 1.6;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}

.wc{
	width:100%;
	max-width: 1368px;
  padding: 0 60px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.center{
  text-align: center;
}

p, h1, h2, h3, h4, h5, ul{
	margin:0;
}

h1 {
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  line-height: 1.15;
  margin-bottom: 45px;
  text-align: center;
  letter-spacing: -.01em;
}

h1 span {
 color: #a58761;
}

h2 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 35px;
  font-style: italic;
  letter-spacing: -.01em;
  text-align: center;
}

h2 span {
  color: #a58761;
}

p{
  margin-bottom: 26px;
  letter-spacing: .05em;
}

a, a:focus{
   outline: 0;
}

a{
  color: #8a84ff;
  text-decoration: none;
	transition:.3s color, .3s background;
	-webkit-transition:.3s color, .3s background;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
}

a:hover {
  color: #6f6bd1;
}

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

input{
  outline:none;
}

input[type="text"] {
  display: block;
  border: none;
  border-bottom: 1px solid #d1d3d3;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 26px;
  letter-spacing: .05em;
  width: 100%;
}

input[type="text"].error {
  border-bottom: 1px solid red;
  color: red;
}

input[type="submit"] {
  border: none;
  -webkit-appearance: none;
  transition: .3s color, .3s background, .3s opacity;
}

input[type="submit"]:disabled {
  cursor: wait;
  opacity: .7;
}


.status-msg {
  width: 100%;
  margin: 40px 0 0;
  display: none;
  text-align: center;
}

.genisys {
  position: absolute !important;
  z-index: -1;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  color: white;
  opacity: 0;
}

.lp-btnWrapper {
  margin: 45px 0;
}

.lp-btnWrapper:last-child {
  margin-bottom: 10px;
}

.lp-btnWrapper:first-child {
  margin-top: 10px;
}

.lp-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  color: white;
  background-color: black;
  padding: 21px 30px;
  letter-spacing: .05em;
  min-width: 190px;
  text-align: center;
  transition: .3s color, .3s background;
}

.lp-btn:hover {
  background-color: #292929;
  color: white;
}

.lp-btn + .lp-btn {
  margin-left: 18px;
}

.lp-btn--light {
  background-color: #a58761;
}

.lp-btn--light:hover {
  background-color: #8c7353;
}

.lp-btn--outline {
  background: transparent;
  color: white;
  border: 1px solid white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lp-btn--outlineDark {
  border: 1px solid black;
  color: black;
  background: transparent;
  padding-top: 20px;
  padding-bottom: 20px;
}

.lp-btn--facebook {
  background-color: #3453a4;
  background-image: url('imgs/fb-icon.png');
  background-position: 32px center;
  background-size: 14px 23px;
  background-repeat: no-repeat;
  padding-left: 50px;
}

.lp-btn--facebook:hover {
  background-color: #2e488e;
}

.lp-singleBtn {
  width: 65px;
  height: 65px;
  display: block;
  background-color: black;
  transition: .3s background;
}

.lp-singleBtn:hover {
  background-color: #292929;
}

.lp-singleBtn--light {
  background-color: #a58761;
}

.lp-singleBtn--light:hover {
  background-color: #8c7353;
}

.lp-singleBtn--linkedin {
  background-color: #0076b9;
  background-image: url('imgs/linkedin-icon.png');
  background-position: center center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.lp-singleBtn--linkedin:hover {
  background-color: #01649d;
}

.lp-singleBtn--plane {
  background-image: url('imgs/airplane-icon.png');
  background-position: center center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.lp-singleBtn--close {
  background-image: url('imgs/close-icon.png');
  background-position: center center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.lp-singleBtn--small {
  width: 45px;
  height: 45px;
} 

.lp-singleBtn--navIcon {
  position: relative;
  padding: 26px 21px 0;
}

.lp-singleBtn--navIcon span {
  display: block;
  height: 2px;
  width: 100%;
  background: white;
  margin-bottom: 4px;
}

.block {
  padding: 140px 0;
}

.block--grey {
  background: #f2efee;
}

.block--dark {
  background: #455157;
}

.lp-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

.lp-header__actions {
  display: flex;
}

.lp-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100vh;
  width: 300px;
  background: black;
  text-align: center;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transform: scale(.9);
  transition: .3s opacity, 0s visibility .3s, .3s transform;
}

.mobile-nav-is-active .lp-nav {
  transform: none;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.lp-nav__close {
  position: absolute;
  right: 0;
  top: 0;
}

.lp-menu {
  list-style-type: none;
  margin: 0 0 58px 0;
  padding: 131px 20px 0;
  text-align: center;
}

.lp-menu li {
  padding: 0 0 3px 0;
}

.lp-menu a {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;;
  font-weight: 400;
}

.lp-menu a:hover {
  color: #dedede;
}

.lp-nav__tel {
  font-size: 20px;
  text-align: center;
  color: white;
  display: block;
  margin: 50px auto 5px;
  letter-spacing: .05em;
}

.lp-nav__tel:hover {
  color:  white;
}

.lp-nav__email {
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 400;
  color: #acd4fa;
  letter-spacing: .05em;
}

.lp-nav__email:hover {
  color: white;
}

.lp-nav__dot {
  display: block;
  background: #f15622;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 50px auto;
}

.lp-socials {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.lp-socials li {
  display: inline-block;
  padding: 0 5px 0 0;
}

.lp-socials li:last-child {
  padding-right: 0;
}

.lp-socials a {
  display: block;
  transition: .3s opacity;
}

.lp-socials a:hover {
  opacity: .8;
}

.lp-socials img {
  display: block;
}

@media screen and (max-height: 700px) {
  .lp-menu {
    padding-top: 60px;
    margin-bottom: 20px;
  }

  .lp-nav__close {
    width: 45px;
    height: 45px;
  } 

  .lp-nav__tel {
    margin-top: 16px;
    font-size: 17px;
  }

}

.lp-modal {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: .3s opacity, .3s transform, 0s visibility .3s;
  display: flex;
  padding: 100px;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.lp-modal--active {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition-delay: 0s;
}

.lp-modal__body {
  margin: auto;
  max-width: 1080px;
  width: 100%;
  position: relative;
  background: white;
  padding: 100px 40px;
  border: 1px solid #ececec;
}

.lp-modal__close {
  position: absolute;
  top: -1px;
  right: -1px;
}

.lp-modal__form {
  max-width: 370px;
  margin: 0 auto 50px;
}

.lp-modal__form input[type="submit"] {
  display: block;
  margin: 50px auto 0;
  min-width: 266px;
}

.lp-modal__smallText {
  color: #595757;
  font-size: 14px;
  letter-spacing: .05em;
  margin: 0;
  text-align: center;
  font-style: italic;
}

.lp-modal__icon {
  display: block;
  margin: 0 auto auto;
}

.lp-heroBlock {
  display: flex;
  min-height: 100vh;
  position: relative;
}

.lp-heroBlock .wc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.lp-heroBlock__logo img {
  display: block;
  margin: 0 auto;
}

.lp-heroBlock__logo {
  margin-bottom: 115px;
}

.dw-availBtn {
  display: inline-flex;
  background: black;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.dw-availBtn:hover {
  background: #292929;
}

.dw-availBtn__dot {
  background: #6fb5e7;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.dw-availBtn__text {
  color: white;
  font-size: 16px;
  font-style: italic;
  letter-spacing: .05em;
  padding: 0 33px;
  display: flex;
  align-items: center;
}

.lp-introBlock {
  text-align: center;
}

.lp-introBlock .wc {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 601px) {

  .lp-introBlock h1 {
    font-size: 38px;
    margin-bottom: -5px;
    font-weight: 800;
  }

}

.lp-sig p {
  margin-bottom: 10px;
}

.lp-sig__img {
  display: block;
  margin: -8px auto 10px;
}

.lp-sig__desc {
  font-style: italic;
  font-size: 15px;
  color: #192c2c;
  letter-spacing: .05em;
}

.lp-introBlock__icon {
  display: block;
  margin: 45px auto 0;
}

.lp-timeBlock {
  text-align: center;
}

.lp-timeBlock .wc {
  max-width: 800px;
  margin: 0 auto;
}

.lp-commitmentBlock .wc {
  display: flex;
}

.lp-commitmentBlock__content {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  width: calc(99.99% - 398px);
}

.lp-commitmentBlock__content p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.lp-commitmentBlock__quote {
  background: black;
  text-align: center;
  margin: -66px 0 0 0;
  padding: 40px;
  display: flex; 
  flex-direction: column; 
  justify-content: center;
  width: 398px;
  flex-shrink: 0;
}

.lp-commitmentBlock__quote p {
  color: white;
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 800;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -.01em;
}

.lp-commitmentBlock__quote :last-child {
  margin-bottom: 0;
}

.lp-commitmentBlock__quote p span {
  color: #c5a782;
}

.lp-commitmentBlock__quote cite {
  color: white;
  font-size: 15px;
  font-style: italic;
  margin: 0;
} 

@media screen and (max-width: 1040px) {

  .lp-commitmentBlock .wc {
    display: block;
  }

  .lp-commitmentBlock__content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .lp-commitmentBlock__quote {
    margin-top: 0;
    width: 100%;
    padding: 100px 60px;
  }


}


 
.lp-aboutBlock {
  background: #455157;
  position: relative;
}

.lp-aboutBlock:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  background: white;
}

.lp-aboutBlock h2, .lp-aboutBlock p {
  color: white;
}


.lp-aboutBlock__img {
  position: relative;
  z-index: 2;
}

.lp-aboutBlock__img img {
  display: block;
  margin: 0;
}

.lp-aboutBlock__actions {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
}


.lp-aboutBlock__actions .lp-btn + .lp-btn {
  margin-left: 0;
  margin-top: 0;
}

.lp-aboutBlock__content {
  max-width: 720px; 
  margin: 0 auto;
  text-align:center;
}

.lp-aboutBlock__content :last-child{
  margin-bottom: 0;
}



.lp-solutionsBlock__content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.lp-solutionItems {
  display: flex;
  margin: 130px auto 80px;
  position: relative;
}


.lp-solutionItems:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: calc(100% + 25px);
  width: 1px;
  background: black;
  height: 80px;
}


.lp-solutionItem {
  text-align: center;
  margin-right: 10%;
  width: calc(99.99% - 20%);
  position: relative;
}

.lp-solutionItem:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  height: 1px;
  background: black;
  top: 72px;
}

.lp-solutionItem:last-child:after {
  display: none;
}

.lp-solutionItem:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1020px) {

  .lp-solutionItems {
    display: block;
  }

  .lp-solutionItem {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 100px;
  }

  .lp-solutionItem:last-child {
    margin-right: auto;
  }

  .lp-solutionItem:after {
    width: auto;
    top: calc(100% + 25px);
    height: 50px;
    width: 1px;
  }

}

.lp-solutionItem__icon {
  margin-bottom: 60px;
  display: flex;
  vertical-align: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.lp-solutionItem__icon img {
  display: block;
  border-left: 25px solid white;
  border-right: 25px solid white;
  width: 195px;
}

.lp-solutionItem h2 {
  margin-bottom: 30px;
} 

.lp-solutionItem :last-child {
  margin-bottom: 0;
}

.lp-portfolioBlock {
  background: #455157;
  position: relative;
  overflow: hidden;
}

.lp-portfolioBlock__content  {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.lp-portfolioBlock__content h1, .lp-portfolioBlock__content  p {
  color: white;
  text-align: center;
}

.lp-portfolioDate {
  color: #a58761;
  font-weight: 700;
  font-style: italic;
  letter-spacing: .05em;
  margin-bottom: 20px;
  display: block;
}

.lp-portfolioBlock__img {
  position: relative;
  z-index: 2;
}

.lp-portfolioSlider:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 69%;
  width: 9600px;
  right: -2000px;
  background: #f2efee;
}

.lp-portfolioSlider .owl-stage-outer {
  z-index: 3;
}

.lp-portfolioSlider img {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
}
.owl-carousel .owl-nav button {
  display: block;
  background-color: black !important;
  background-position: center center !important;
  background-size: 9px 19px !important;
  background-repeat: no-repeat !important;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: calc(69% - 80px);
  z-index: 5;
  border-radius: 0;
  outline: none !important;
  transition: .3s background;
}

.owl-carousel .owl-nav button:hover {
  background-color: #292929 !important;
}


.owl-carousel .owl-nav .owl-prev {
  background-image: url('imgs/arrow-left.png') !important;
  right: 50%;
  margin-right: 580px;
}

.owl-carousel .owl-nav .owl-next {
  background-image: url('imgs/arrow-right.png') !important;
  left: 50%;
  margin-left: 580px;
}

@media screen and (max-width: 1322px) {
 
  .lp-portfolioSlider img {
    max-width: 100%;
  }

  .owl-carousel .owl-nav button {
    position: static;
    margin: 0 !important;
  }

  .owl-carousel .owl-nav {
    position: absolute;
    z-index: 20;
    right: 0;
    bottom: 0;
    display: flex;
  }

}

.lp-portfolioBlock .lp-btn {
  position: relative;
  padding-right: 90px;
}

.lp-btn__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62px;
  background: white;
}

.lp-btn__icon--download {
  background-image: url('imgs/download-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px 21px;
} 



.lp-ctaBlock .wc {
  max-width: 890px;
  text-align: center;
}

.lp-ctaBlock h1 {
  font-size: 55px;
}

.lp-ctaBlock h1 .smaller {
  font-weight: 300;
  font-size: 30px;
  color: inherit;
  line-height: 1.3;
  display: block;
  max-width: 600px;
  margin: 7px auto 0;
}

.lp-faqsItem {
  border-bottom: 1px solid #d1d3d3;
  max-width: 990px;
  margin: 0 auto;
}

.lp-faqsItem:first-child {
  border-top: 1px solid #d1d3d3;
}

.lp-faqsItem__title {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lp-faqsItem__title p {
  margin: 0;
}

.lp-faqsItem__content p {
  margin-bottom: 16px;
}

.lp-faqsItem__title h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  letter-spacing: .05em;
}

.lp-faqsItem__trigger {
  flex-shrink: 0;
  margin-left: 20px;
  width: 27px;
  height: 27px;
  position: relative;
  background: #a58761;
  transition: .3s background;
}

.lp-faqsItem__title:hover .lp-faqsItem__trigger {
  background: black;
}

.lp-faqsItem__trigger:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 1px;
  bottom: 10px;
  left: 13px;
  background: white;
}

.lp-faqsItem__trigger:before {
  content: '';
  position: absolute;
  left: 10px;
  height: 1px;
  top: 13px;
  right: 10px;
  background: white;
}

.lp-faqsItem__title--open .lp-faqsItem__trigger:after { 
  display: none;
}

.lp-faqsItem__content {
  padding: 0 0 20px;
  display: none;
  font-size: .9em;
}

.lp-faqsItem__content :last-child {
  margin-bottom: 0;
}

.lp-faqsMoreBtn {
  margin-top: 80px;
  display: inline-block;
}

.lp-testimonialTitle {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px;
}

.lp-testimonialTitle p {
  color: white;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 300;
  font-style: italic;
}

.lp-testimonialTitle__stars {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 10px;
  background: url('imgs/stars.png') no-repeat center center / 60px 10px;
}

.lp-testimonialItem {
  color: white;
  text-align: center;
}

.lp-testimonialItem p {
  font-style: italic;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
}

.lp-testimonialItem p:last-child {
  margin-bottom: 0;
  font-style: normal;
  font-size: 16px;
  margin-top: 25px;
}

.lp-testimonialSlider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.lp-testimonialSlider .owl-dot {
  outline: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  margin-right: 7px;
  background: white !important;
  border: 0;
  transition: .3s background;
}

.lp-testimonialSlider .owl-dot:hover, .lp-testimonialSlider .owl-dot.active {
  outline: 0;
  background: #a58761 !important;;
}

.lp-contactBlock {
  text-align: center;
}

.lp-contactForm {
  max-width: 767px;
  margin: 68px auto 106px;
  text-align: center;
}

.lp-contactForm__col {
  display: flex;
}

.lp-contactForm__col input {
  max-width: calc(99.995 - 30px);
  margin-right: 30px;
}

.lp-contactForm__col input:last-child {
  margin-right: 0;
} 

.lp-contactForm input[type="submit"] {
  margin: 78px auto 0;
}

.lp-contactBlock  .lp-socials {
  margin-bottom: -40px;
}

.lp-contactPhone {
  font-size: 24px;
  color: #202020;
  letter-spacing: .05em;
  margin-bottom: 3px;
  display: block;
}

.lp-contactPhone:hover {
  color: #202020;
}

.lp-contactEmail {
  letter-spacing: .05em;
}


.lp-footer {
  background: black;
  color: #c2c2c2;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}

.lp-footer a {
  color: #c2c2c2;
}

.lp-footer a:hover {
  color: white;
}

.lp-footer p {
  font-weight: 400;
  margin: 0;
  letter-spacing: .075em;
}

@media screen and (max-width: 900px) {

  .lp-modal {
    padding: 70px;
  }

  .lp-modal__body {
    padding: 70px 40px;
  }

}

@media screen and (max-width: 600px) {

  .block {
    padding: 50px 0;
  }

  
  body {
    font-size: 13px;
  }

  .wc {
    padding: 0 20px;
  }

  p {
    margin-bottom: 10px;
  }

  .lp-btnWrapper {
    margin: 35px 0;
  }

  .lp-btn {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding: 18px 20px;
  }

  .lp-btn--outline, .lp-btn--outlineDark {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lp-btn + .lp-btn {
    margin-left: 0;
    margin-top: 5px;
  }

  .lp-btn--facebook {
    background-position: 20px center;
  }

  .lp-singleBtn {
    width: 45px;
    height: 45px;
  }

  .lp-singleBtn--small {
    width: 40px;
    height: 40px;
}

  .lp-singleBtn--navIcon {
    position: relative;
    padding: 16px 12px 0;
  }

  h1  {
    font-size: 22px;
    margin-bottom: 25px;
  }

  h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .lp-nav {
    width: 250px;
  }


  .mobile-nav-is-active .lp-header__actions .lp-singleBtn--linkedin {
    right: 205px;
  }

  .dw-availBtn__text {
    display: none;
  }

  .lp-heroBlock {
    padding-bottom: 20px;
  }

  .lp-heroBlock__logo {
    max-width:  80%;
    margin-bottom: 50px;
    margin-top: auto;
  }

  .lp-heroBlock__btn {
    margin-top: auto;
  }

  .lp-sig__img {
    max-width: 204px;
  }

  .lp-sig__desc {
    font-size: 13px;
  }

  .lp-introBlock__icon {
    margin-top: 25px;
  }


  .lp-faqsItem__title h3 {
    font-size: 13px;
  }

  .lp-faqsItem__content {
    font-size: .95em;
  }

  .lp-faqsItem__title {
    padding: 15px 0;
  }

  .lp-faqsItem__trigger {
    width: 23px;
    height: 23px;
  }

  .lp-faqsItem__trigger::after {
    top: 8px;
    bottom: 8px;
    left: 11px;
  }

  .lp-faqsItem__trigger::before {
    left: 8px;
    top: 11px;
    right: 8px;
  }

  .lp-faqsMoreBtn {
    margin-top: 30px;
  }

  .lp-commitmentBlock__quote {
    padding: 50px 35px;
  }

  .lp-commitmentBlock__quote p {
    font-size: 18px;
  }

  .lp-commitmentBlock__quote cite {
    font-size: 13px;
  }

  .lp-aboutBlock__actions {
    left: 0;
  }

  .lp-aboutBlock__actions .lp-singleBtn {
    height: auto;
    width: 55px;
    flex-shrink: 0;
  }

  .lp-aboutBlock__actions .lp-btn {
    min-width: auto;
  }

  .lp-solutionItems{
    margin: 80px 0 30px;
  }

  .lp-solutionItems:before {
    height: 40px;
    bottom: calc(100% + 25px);
  }

  .lp-solutionItem {
    margin-bottom: 90px;
  }

  .lp-solutionItem:last-child {
    margin-bottom: 0;
  }

  .lp-solutionItem:after {
    height: 40px;
  }

  .lp-solutionItem__icon {
    display: block;
    height: auto;
    margin-bottom: 20px;
  }

  .lp-solutionItem__icon img {
    width: 100px;
    margin: 0 auto;
  }

  .lp-solutionItem h2 {
    margin-bottom: 15px;
  }

  .lp-btn__icon {
    width: 55px;
  }

  .lp-portfolioBlock__img .lp-btn {
    left: 20px;
    margin-right: 0;
    transform: translate(0, -50%);
    padding-right: 77px;
    right: 20px;
    max-width: calc(100% - 40px);
  }

  .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
  }

  .lp-ctaBlock h1 {
    font-size: 22px;
  }
  
  .lp-ctaBlock h1 .smaller {
    font-size: 18px;
    line-height: 1.3;
    margin: 7px auto 0;
    max-width: 400px;
  }

  .lp-contactForm__col {
    display:  block;
  }

  input[type="text"] {
    margin-bottom: 10px;
  }
  
  .lp-contactForm__col input {
    max-width: 100%;
    margin-right:  0;
  }

  .lp-contactPhone {
    font-size: 19px;
  }

  .lp-contactForm {
    margin: 20px auto 50px;
  }

  .lp-contactForm input[type="submit"] {
    margin-top: 20px;
  }

  .lp-contactBlock  .lp-socials {
    margin-bottom: 0;
  }

  .lp-testimonialTitle { 
    margin-bottom: 30px;
  }

  .lp-testimonialTitle p {
    font-size: 18px;
  }

  .lp-testimonialSlider .owl-dots {
    margin-top: 25px;
  }

  .lp-testimonialItem p {
    font-size: 15px;
  }

  .lp-testimonialItem p:last-child {
    font-size: 13px;
    margin-top: 18px;
  }



  .lp-modal { 
    padding: 16px;
  }

  .lp-modal__body {
    padding: 43px 30px 31px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

  .lp-modal__form {
    margin-top: auto;
  }

  .lp-modal__smallText {
    margin-bottom: auto;
  }

  .lp-modal__form input[type="submit"] {
    margin-top: 30px;
    min-width: 10px;
  }

  .lp-modal__form {
    margin-bottom: 30px;
  }

  .lp-modal__smallText {
    font-size: 12px;
  }


}