* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
  overflow-x: hidden;
}

.section-content {
  margin: 0 auto;
  padding: 100px 20px;
}

.sc__headline {
  font-weight: 700;
  font-size: 32px;
  color: #000;
  text-align: center;
}

.sc__description {
  font-size: 18px;
  font-weight: 300;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.text-left {
  text-align: left;
}

.button--blue__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.button--blue__wrapper .button--blue {
  text-transform: uppercase;
  display: inline-block;
  margin: auto;
  margin-top: 40px;
  background-color: #0590ff;
  font-weight: 500;
  font-size: 14px;
  padding: 24px 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-width: 240px;
  text-align: center;
}
.button--blue__wrapper .button--blue:hover {
  background-color: #0866f1;
}

.white-bg {
  background-color: #fff;
}

.light-blue-bg {
  background-color: rgba(0, 148, 222, 0.23);
}

.main-section {
  background-image: url(../img/landing.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: 3999;
}
.main-section.main-section-landing-page {
  height: 740px;
  position: relative;
}
.main-section.main-section-landing-page .mslp__slide-content {
  color: #fff;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0px 0px 17px black;
}
.main-section.main-section-landing-page .mslp__slide-content h2 {
  font-size: 48px;
}
.main-section.main-section-landing-page .mslp__slide-content h2:after {
  content: '';
  border: 2px solid #fff;
  margin: 12px auto;
  width: 250px;
  display: block;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 28px black;
  -moz-box-shadow: 0 0 28px black;
  box-shadow: 0 0 28px black;
}
.main-section.main-section-landing-page .mslp__slide-content p {
  font-size: 25px;
}
.main-section.main-section-landing-page .mslp__slide-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 4000;
}
.main-section.main-section-other-page {
  height: 480px;
  position: relative;
}
.main-section.main-section-other-page .msop__content {
  color: #fff;
  text-shadow: 0px 0px 17px black;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.main-section.main-section-other-page .msop__content h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.main-section.main-section-other-page .msop__content p {
  font-size: 25px;
  font-weight: 400;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  overflow: visible;
}
header.section-content {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
}
header .header__logo-wrapper img {
  max-width: 300px;
}
header .header__mobile-button {
  display: none;
}
header .header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
header .header__links .header__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 50px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
header .header__links .header__link:last-child {
  margin-right: 0;
}
header .header__links .header__link:hover {
  color: #0590ff;
}
header .header__links .header__link-submenu-wrapper {
  position: relative;
}
header .header__links .header__link-submenu-wrapper:hover > .header__submenu {
  height: 260px;
}
header .header__links .header__link-submenu-wrapper .header__link.header__link-submenu {
  padding-bottom: 15px;
}
header .header__links .header__submenu {
  background-color: #fff;
  -webkit-box-shadow: 0 0 28px #616161;
  -moz-box-shadow: 0 0 28px #616161;
  box-shadow: 0 0 28px #616161;
  position: absolute;
  top: 31px;
  width: 250px;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10000;
}
header .header__links .header__submenu .header__submenu-item {
  list-style: none;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header__links .header__submenu .header__submenu-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header__links .header__submenu .header__submenu-item:hover {
  background-color: rgba(0, 148, 222, 0.23);
}
header .header__links .header__submenu .header__submenu-item:hover > a {
  color: #0590ff;
}
header .header__links .header__submenu .header__submenu-item:last-child {
  padding-bottom: 20px;
}

.header__other-page {
  background-color: rgba(0, 148, 222, 0.23);
  overflow: visible;
}
.header__other-page header .header__links .header__link {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__other-page header .header__links .header__link:hover {
  color: #0590ff;
}

footer {
  background-color: #292929;
  color: #fff;
}
footer .section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
footer .footer__col {
  width: 31%;
}
footer .footer__col .footer__logo {
  margin-bottom: 40px;
}
footer .footer__col .footer__about-us {
  color: #b1b1b1;
  font-size: 14px;
}
footer .footer__col .footer__about-us .footer__text {
  padding-right: 50px;
}
footer .footer__col .footer__headline--medium {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 60px;
}
footer .footer__col .footer__services-links li {
  list-style: none;
  margin-bottom: 17px;
}
footer .footer__col .footer__services-links li .footer__services-link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
footer .footer__col .footer__services-links li .footer__services-link:hover {
  text-decoration: underline;
}
footer .footer__col .footer__services-links li:last-child {
  margin-bottom: 0;
}
footer .footer__col.footer__contact {
  font-size: 14px;
}
footer .footer__col.footer__contact .footer__contact-address {
  margin-bottom: 30px;
}
footer .footer__col.footer__contact .footer__contact-address:before {
  content: '';
  display: inline-block;
  background-image: url(../img/house.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 33px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
footer .footer__col.footer__contact .footer__contact-phone {
  margin-bottom: 30px;
}
footer .footer__col.footer__contact .footer__contact-phone:before {
  content: '';
  display: inline-block;
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 34px;
  float: left;
  margin-right: 15px;
}
footer .footer__col.footer__contact .footer__contact-mail a {
  color: #fff;
  text-decoration: none;
  top: 3px;
  position: relative;
}
footer .footer__col.footer__contact .footer__contact-mail a:hover {
  text-decoration: underline;
}
footer .footer__col.footer__contact .footer__contact-mail:before {
  content: '';
  display: inline-block;
  background-image: url(../img/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 26px;
  float: left;
  margin-right: 15px;
}

.footer__logo img {
  max-width: 300px;
}

.landing--about-us {
  background-color: #fff;
  color: #202020;
}
.landing--about-us .lau--content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.landing--about-us .lau__text-content {
  width: 32%;
}
.landing--about-us .lau__text-content h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.landing--about-us .lau__text-content p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}
.landing--about-us .lau__img-wrapper {
  width: 64%;
}
.landing--about-us .lau__img-wrapper img {
  max-width: 100%;
}

.landing--services {
  background-color: rgba(0, 148, 222, 0.23);
}

.services .services__all-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services .services__all-services .services__service-link {
  color: #000;
  text-decoration: none;
  display: block;
  width: 31%;
  text-align: center;
  margin-top: 80px;
}
.services .services__all-services .services__service-link .services__service-content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.services .services__all-services .services__service-link .services__service-content .services__service-content-img-wrapper img {
  width: auto;
  height: 80px;
}
.services .services__all-services .services__service-link .services__service-content .services__service-headline {
  margin: 30px 0;
}
.services .services__all-services .services__service-link .services__service-content .services__service-headline h3 {
  font-size: 23px;
  font-weight: 700;
}
.services .services__all-services .services__service-link .services__service-content .services__service-description p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
}
.services .services__all-services .services__service-link .services__service-content .services__service-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 11px;
  border-radius: 4px;
  background-color: #adadad;
  display: inline-block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  margin-bottom: 0;
}
.services .services__all-services .services__service-link:hover .services__service-more {
  background-color: #0590ff;
}

.services__other-page .sop__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}
.services__other-page .sop__wrapper h2 {
  font-size: 25px;
  margin: 30px 0;
}
.services__other-page .sop__wrapper h3 {
  font-size: 20px;
  margin: 20px 0;
}
.services__other-page .sop__wrapper ul li {
  font-size: 16px;
  font-weight: 300;
  list-style: none;
  margin-bottom: 10px;
}
.services__other-page .sop__wrapper ul li:before {
  content: '';
  background-image: url(../img/li-icon.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 10px;
  display: inline-block;
}
.services__other-page .sop__wrapper .sop__left-col {
  width: 69%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.services__other-page .sop__wrapper .sop__right-col {
  width: 29%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.services__other-page .sop__wrapper .sop__right-col .fb-wrapper {
  text-align: center;
}
.services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper {
  padding: 0 15px;
}
.services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 300;
}
.services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper a span {
  display: inline-block;
  margin-left: 20px;
}
.services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper a .sop__link-icon img {
  width: 35px;
  display: inline-block;
}
.services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper a:hover {
  text-decoration: underline;
}
.services__other-page .sop__wrapper .sop__thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link {
  width: 23%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 2.6%;
}
.services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link:nth-child(4n+1) {
  margin-left: 0;
}
.services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link .sop__thumbnail {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link .sop__thumbnail-hover {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
  border-radius: 10px;
}
.services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link .sop__thumbnail-hover img {
  left: 50%;
  margin-left: 8px;
  margin-top: 5px;
  opacity: 0;
  width: 32px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border-radius: 10px;
}
.services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link:hover .sop__thumbnail {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link:hover .sop__thumbnail-hover img {
  opacity: 1;
}

.landing--projects {
  background-color: #fff;
}
.landing--projects .lp__projects {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.landing--projects .lp__projects .lp__project {
  width: 48%;
}
.landing--projects .lp__projects .lp__project .lp__project-img-wrapper img {
  width: 100%;
}
.landing--projects .lp__projects .lp__project .lp__project-details h3 {
  font-size: 24px;
  font-weight: 600;
  color: #010101;
  margin-top: 10px;
}
.landing--projects .lp__projects .lp__project .lp__project-details p {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.landing-contact {
  background-image: url(../img/contact-landing.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-attachment: scroll;
}
.landing-contact .lc__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}
.landing-contact .lc__content-wrapper .lc__headline-wrapper .lc__headline {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  text-shadow: 0px 0px 17px black;
}
.landing-contact .lc__content-wrapper .lc__description {
  width: 70%;
  margin: 80px 0;
  margin-bottom: 50px;
}
.landing-contact .lc__content-wrapper .lc__description p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  text-shadow: 0px 0px 17px black;
}

.partners {
  background-color: #f2f6f8;
}
.partners .partners__content-wrapper {
  padding: 45px 0;
  overflow: hidden;
}
.partners .partners__content-wrapper ul li {
  list-style: none;
}
.partners .partners__content-wrapper .suga-slide {
  float: left;
  position: relative;
  margin-left: 0;
  padding-left: 33px;
  padding-right: 33px;
}

.about-us h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.about-us p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-us .au__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.about-us .au__content-wrapper .au__text-wrapper {
  width: 63%;
  padding-right: 30px;
}
.about-us .au__content-wrapper .au__text-wrapper h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 600;
}
.about-us .au__content-wrapper .au__text-wrapper li {
  font-size: 16px;
  font-weight: 300;
  list-style: none;
  margin-bottom: 10px;
}
.about-us .au__content-wrapper .au__text-wrapper li:before {
  content: '';
  background-image: url(../img/li-icon.png);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 10px;
  display: inline-block;
}
.about-us .au__content-wrapper .au__img-wrapper {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-us .au__content-wrapper .au__img-wrapper img {
  width: 100%;
}

.why-choose-us h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.why-choose-us p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: justify;
}
.why-choose-us .wcu__wrapper h3 {
  color: #0590ff;
  font-weight: 500;
  margin-bottom: 30px;
}
.why-choose-us .wcu__wrapper .wcu__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.why-choose-us .wcu__wrapper .wcu__row .wcu__column {
  width: 32%;
  padding-right: 40px;
}

.company-details {
  background-color: #092840;
}
.company-details .cd__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.company-details .cd__wrapper .cd__column {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.company-details .cd__wrapper .cd__column .cd__number {
  font-size: 65px;
  color: #0590ff;
  font-weight: 700;
  margin-bottom: 10px;
}
.company-details .cd__wrapper .cd__column .cd__description {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.our-team .ot__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.our-team .ot__wrapper .ot__person {
  width: 23%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.our-team .ot__wrapper .ot__person img {
  max-width: 100%;
}
.our-team .ot__wrapper .ot__person .ot__person-detail {
  background-color: #a1a1a1;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.our-team .ot__wrapper .ot__person .ot__person-more-details {
  position: absolute;
  top: 0;
  background-color: rgba(235, 249, 255, 0.9);
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-size: 15px;
}
.our-team .ot__wrapper .ot__person .ot__person-more-details a {
  color: #000;
}
.our-team .ot__wrapper .ot__person .ot__person-more-details.open-details {
  height: 100%;
}
.our-team .ot__wrapper .ot__person .ot__person-more-details .ot__mail {
  margin-left: 7px;
}
.our-team .ot__wrapper .ot__person .ot__person-more-details .ot__mail:before {
  content: '';
  display: inline-block;
  background-image: url(../img/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
.our-team .ot__wrapper .ot__person .ot__person-more-details .ot__phone {
  margin-left: 7px;
}
.our-team .ot__wrapper .ot__person .ot__person-more-details .ot__phone:before {
  content: '';
  display: inline-block;
  background-image: url(../img/phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
  position: relative;
}
.our-team .ot__wrapper .ot__person .ot__person-touch {
  background-image: url(../img/touch.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 42px;
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.our-team .ot__wrapper .ot__person:hover > .ot__person-more-details {
  height: 100%;
}
.our-team .ot__wrapper .ot__person:hover > .ot__person-touch {
  display: none !important;
}
.our-team .slick-next.slick-arrow {
  display: none !important;
}
.our-team .slick-prev.slick-arrow {
  display: none !important;
}
.our-team .next-member {
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  cursor: pointer;
  right: 5px;
}
.our-team .prev-member {
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 50%;
  cursor: pointer;
  left: 5px;
}

.projects .projects__content-wrapper .project__col {
  width: 49%;
}
.projects .projects__content-wrapper .project__col h2 {
  font-size: 24px;
}
.projects .projects__content-wrapper .project__col p {
  font-size: 15px;
  font-weight: 300;
  margin: 20px 0;
}
.projects .projects__content-wrapper .projects__project {
  margin-top: 50px;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__left-col .project__lc-img-wrapper {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__left-col .project__lc-img-wrapper img {
  max-width: 100%;
  display: none;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link {
  width: 32%;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 0;
  position: relative;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link:nth-child(n+7) {
  margin-bottom: 0;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link .project__thumbnail {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  background-size: cover;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link .project__thumbnail-hover {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link .project__thumbnail-hover img {
  left: 50%;
  margin-left: 8px;
  margin-top: 5px;
  opacity: 0;
  width: 32px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link:hover .project__thumbnail {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link:hover .project__thumbnail-hover img {
  opacity: 1;
}
.projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}

.gallery .gallery__content-wrapper {
  margin-top: 50px;
}
.gallery .gallery__content-wrapper .gallery__thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link {
  width: 32%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link .gallery__thumbnail {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link .gallery__thumbnail-hover {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
  border-radius: 10px;
}
.gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link .gallery__thumbnail-hover img {
  left: 50%;
  margin-left: 8px;
  margin-top: 5px;
  opacity: 0;
  width: 32px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border-radius: 10px;
}
.gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link:hover .gallery__thumbnail {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link:hover .gallery__thumbnail-hover img {
  opacity: 1;
}

.lg-toogle-thumb.lg-icon {
  display: none;
}

.selling .selling__content-wrapper {
  margin-top: 50px;
}
.selling .selling__content-wrapper .selling__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.selling .selling__content-wrapper .selling__text-wrapper .selling__col {
  width: 49%;
}
.selling .selling__content-wrapper .selling__text-wrapper .selling__col h3 {
  font-size: 19px;
  font-weight: 700;
}
.selling .selling__content-wrapper .selling__text-wrapper .selling__col ul {
  margin-top: 30px;
}
.selling .selling__content-wrapper .selling__text-wrapper .selling__col ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
  line-height: 21px;
}
.selling .selling__content-wrapper .selling__text-wrapper .selling__col ul li:before {
  content: '';
  background-image: url(../img/li-icon.png);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 10px;
  display: inline-block;
}
.selling .selling__content-wrapper .selling__thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link {
  width: 32%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link .selling__thumbnail {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link .selling__thumbnail-hover {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
  border-radius: 10px;
}
.selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link .selling__thumbnail-hover img {
  left: 50%;
  margin-left: 8px;
  margin-top: 5px;
  opacity: 0;
  width: 32px;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border-radius: 10px;
}
.selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link:hover .selling__thumbnail {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link:hover .selling__thumbnail-hover img {
  opacity: 1;
}

.contact h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.contact .contact__row .contact__img-row,
.contact .contact__row .contact__text-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.contact .contact__row .contact__img-row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact .contact__row .contact__col {
  color: #0D0A0A;
  width: 49%;
}
.contact .contact__row .contact__col .contact__img-wrapper img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact .contact__row .contact__col .map {
  width: 100%;
  height: 100%;
}
.contact .contact__row .contact__col p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 5px;
}
.contact .contact__row .contact__col h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
.contact .contact__row .contact__col h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
.contact .contact__row .contact__col a {
  text-decoration: none;
  font-weight: 300;
  color: #0D0A0A;
  display: block;
  margin-bottom: 5px;
}
.contact .contact__row .contact__col a:hover {
  text-decoration: underline;
}
.contact .contact__row .contact__col.contact__other--information {
  margin-top: 40px;
  margin-bottom: 10px;
}
.contact .contact__row .contact__col.contact__other--information div {
  margin-bottom: 5px;
  font-weight: 300;
}
.contact .contact__row .contact__col.contact__other--information div .cop--bold {
  font-weight: 500;
}
.contact .contact__row .contact__col.contact__other--information div span:nth-child(2) {
  margin-left: 30px;
}
.contact .contact__row .contact__col.contact__other--information div span:nth-child(2) a {
  margin-left: 30px;
}
.contact .contact__row .contact__col.contact__other--information div#contactResponse {
  color: black;
  font-weight: 500;
  margin-top: 15px;
  font-size: 16px;
}
.contact .contact__row .contact__col textarea,
.contact .contact__row .contact__col .text-field {
  border: 1px solid #cacaca;
  color: #000;
  background-color: #e3e3e3;
  height: 40px;
  width: 100%;
  margin-bottom: 10px;
  text-indent: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.contact .contact__row .contact__col textarea:last-child,
.contact .contact__row .contact__col .text-field:last-child {
  margin-bottom: 0;
}
.contact .contact__row .contact__col textarea {
  height: 200px;
  resize: none;
}
.contact .contact__row .contact__col textarea[placeholder] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.contact .contact__row .contact__col .button--blue__wrapper .button-submit.button--blue {
  border: none;
  padding: 20px 0;
  margin: initial;
  cursor: pointer;
}

.slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  align-items: center !important;
}

/* Desktop */
@media only screen and (min-width: 1270px) {
  .section-content {
    width: 1200px;
  }
}
@media only screen and (max-width: 1269px) and (min-width: 1024px) {
  .section-content {
    max-width: 1000px;
    padding: 60px 0;
  }

  header .header__links .header__link {
    margin-right: 30px;
  }
  header .header__links .header__link:last-child {
    margin-right: 0;
  }

  footer .footer__col .footer__about-us .footer__text {
    padding-right: 0;
  }

  .sc__headline {
    font-size: 30px;
  }

  .main-section.main-section-landing-page {
    height: 600px;
  }
  .main-section.main-section-landing-page .mslp__slide-content {
    width: 100%;
  }
  .main-section.main-section-landing-page .mslp__slide-content h2 {
    font-size: 45px;
  }
  .main-section.main-section-landing-page .mslp__slide-content p {
    font-size: 22px;
  }

  .landing--about-us .lau__text-content p {
    font-size: 14px;
  }

  .landing--projects .lp__projects {
    margin-top: 70px;
  }
  .landing--projects .lp__projects .lp__project .lp__project-details h3 {
    font-size: 21px;
  }
  .landing--projects .lp__projects .lp__project .lp__project-details p {
    font-size: 13px;
  }

  .landing-contact .lc__content-wrapper .lc__headline-wrapper .lc__headline {
    font-size: 30px;
  }
  .landing-contact .lc__content-wrapper .lc__description {
    margin: 50px 0;
    margin-bottom: 30px;
  }
  .landing-contact .lc__content-wrapper .lc__description p {
    font-size: 18px;
  }

  .partners .partners__content-wrapper .suga-slide {
    padding-right: 66px;
  }
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sc__headline {
    font-size: 26px;
  }

  .button--blue__wrapper .button--blue {
    margin-top: 35px;
    font-size: 13px;
    padding: 20px 0;
    min-width: 210px;
  }

  .sc__description {
    font-size: 16px;
    font-weight: 300;
  }

  header.section-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header.section-content .header__links .header__link {
    margin-right: 20px;
    font-size: 12px;
    font-weight: 600;
  }
  header.section-content .header__links .header__link:last-child {
    margin-right: 0;
  }
  header.section-content .header__logo-wrapper img {
    width: 195px;
  }

  footer .footer__col .footer__logo {
    margin-bottom: 20px;
  }
  footer .footer__col .footer__logo img {
    width: 195px;
  }
  footer .footer__col .footer__about-us .footer__text {
    padding-right: 0;
    font-size: 12px;
  }
  footer .footer__col .footer__headline--medium {
    margin-bottom: 30px;
    font-size: 16px;
  }
  footer .footer__col .footer__services-links li {
    margin-bottom: 12px;
  }
  footer .footer__col .footer__services-links li .footer__services-link {
    font-size: 13px;
  }
  footer .footer__col.footer__contact p {
    font-size: 13px;
  }
  footer .footer__col.footer__contact .footer__contact-mail a {
    font-size: 13px;
  }
  footer .footer__col.footer__contact .footer__contact-address {
    margin-bottom: 20px;
  }
  footer .footer__col.footer__contact .footer__contact-address:before {
    width: 25px;
    height: 33px;
  }
  footer .footer__col.footer__contact .footer__contact-phone {
    margin-bottom: 20px;
  }
  footer .footer__col.footer__contact .footer__contact-phone:before {
    width: 25px;
    height: 33px;
  }
  footer .footer__col.footer__contact .footer__contact-mail a {
    top: 0;
  }
  footer .footer__col.footer__contact .footer__contact-mail:before {
    width: 25px;
    height: 20px;
  }

  .section-content {
    padding: 50px 20px;
  }

  .main-section.main-section-landing-page {
    height: 500px;
  }
  .main-section.main-section-landing-page .mslp__slide-container {
    width: 80%;
  }
  .main-section.main-section-landing-page .mslp__slide-content {
    width: 100%;
  }
  .main-section.main-section-landing-page .mslp__slide-content h2 {
    font-size: 35px;
  }
  .main-section.main-section-landing-page .mslp__slide-content h2:after {
    width: 180px;
  }
  .main-section.main-section-landing-page .mslp__slide-content p {
    font-size: 20px;
  }
  .main-section.main-section-other-page {
    height: 380px;
  }
  .main-section.main-section-other-page .msop__content h1 {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .main-section.main-section-other-page .msop__content p {
    font-size: 22px;
  }

  .landing--about-us .lau__text-content {
    width: 40%;
  }
  .landing--about-us .lau__text-content p {
    font-size: 13px;
  }
  .landing--about-us .lau__text-content h2 {
    font-size: 25px;
  }
  .landing--about-us .lau__img-wrapper {
    width: 56%;
  }

  .services .services__all-services .services__service-link {
    width: 30%;
    margin-top: 50px;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-content-img-wrapper img {
    height: 60px;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-headline {
    margin: 20px 0;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-headline h3 {
    font-size: 20px;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-description p {
    font-size: 14px;
    line-height: 18px;
  }

  .services__other-page .sop__wrapper h2 {
    font-size: 22px;
    margin: 25px 0;
  }
  .services__other-page .sop__wrapper h3 {
    font-size: 18px;
  }
  .services__other-page .sop__wrapper ul li {
    font-size: 16px;
  }
  .services__other-page .sop__wrapper ul li:before {
    width: 14px;
    height: 15px;
  }
  .services__other-page .sop__wrapper .sop__right-col,
  .services__other-page .sop__wrapper .sop__left-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link {
    margin-bottom: 15px;
  }
  .services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper {
    margin-bottom: 20px;
  }
  .services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper a {
    font-size: 14px;
  }
  .services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper a span {
    margin-left: 15px;
  }
  .services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper a .sop__link-icon img {
    width: 25px;
    display: inline-block;
  }

  .landing--projects .lp__projects {
    margin-top: 60px;
  }
  .landing--projects .lp__projects .lp__project .lp__project-details h3 {
    font-size: 18px;
    margin-top: 5px;
  }
  .landing--projects .lp__projects .lp__project .lp__project-details p {
    font-size: 12px;
    margin-top: 5px;
  }

  .landing-contact .lc__content-wrapper .lc__headline-wrapper .lc__headline {
    font-size: 26px;
  }
  .landing-contact .lc__content-wrapper .lc__description {
    margin: 40px 0;
    margin-bottom: 20px;
  }
  .landing-contact .lc__content-wrapper .lc__description p {
    font-size: 18px;
  }

  .partners .partners__content-wrapper .suga-slide {
    padding-right: 70px;
  }

  .about-us h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .about-us p {
    font-size: 13px;
  }
  .about-us .au__content-wrapper .au__text-wrapper {
    width: 63%;
    padding-right: 30px;
  }
  .about-us .au__content-wrapper .au__img-wrapper {
    width: 32%;
  }

  .why-choose-us h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .why-choose-us p {
    font-size: 13px;
  }
  .why-choose-us .wcu__wrapper h3 {
    margin-bottom: 25px;
  }
  .why-choose-us .wcu__wrapper .wcu__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .why-choose-us .wcu__wrapper .wcu__row .wcu__column {
    padding-right: 0px;
  }

  .company-details .cd__wrapper .cd__column .cd__number {
    font-size: 52px;
  }
  .company-details .cd__wrapper .cd__column .cd__description {
    font-size: 15px;
  }

  .about-us h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .about-us p {
    font-size: 13px;
  }
  .about-us .au__content-wrapper .au__text-wrapper {
    width: 63%;
    padding-right: 30px;
  }
  .about-us .au__content-wrapper .au__img-wrapper {
    width: 32%;
  }

  .why-choose-us h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .why-choose-us p {
    font-size: 13px;
  }
  .why-choose-us .wcu__wrapper h3 {
    margin-bottom: 25px;
  }
  .why-choose-us .wcu__wrapper .wcu__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .why-choose-us .wcu__wrapper .wcu__row .wcu__column {
    padding-right: 0px;
  }

  .company-details .cd__wrapper .cd__column .cd__number {
    font-size: 52px;
  }
  .company-details .cd__wrapper .cd__column .cd__description {
    font-size: 15px;
  }

  .gallery .gallery__content-wrapper {
    margin-top: 30px;
  }
  .gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link {
    margin-bottom: 10px;
  }

  .selling .selling__content-wrapper {
    margin-top: 30px;
  }
  .selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link {
    margin-bottom: 10px;
  }

  .contact h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .contact .contact__row.first-row {
    margin-bottom: 40px;
  }
  .contact .contact__row .contact__img-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact .contact__row .contact__col p {
    font-size: 14px;
  }
  .contact .contact__row .contact__col h4 {
    font-size: 16px;
  }
  .contact .contact__row .contact__col h3 {
    font-size: 16px;
  }
  .contact .contact__row .contact__col a {
    font-size: 14px;
  }
  .contact .contact__row .contact__col.contact__other--information {
    margin-top: 30px;
  }
  .contact .contact__row .contact__col.contact__other--information div {
    font-size: 14px;
  }
  .contact .contact__row .contact__col.contact__other--information div .cop--bold {
    font-weight: 500;
  }
  .contact .contact__row .contact__col.contact__other--information div span:nth-child(2) {
    margin-left: 30px;
  }
  .contact .contact__row .contact__col.contact__other--information div#contactResponse {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .contact .contact__row .contact__col textarea,
  .contact .contact__row .contact__col .text-field {
    height: 30px;
    font-size: 14px;
  }
  .contact .contact__row .contact__col textarea {
    height: 150px;
    resize: none;
  }
  .contact .contact__row .contact__col .button--blue__wrapper .button-submit.button--blue {
    padding: 20px 0;
  }
}
/* MOBILE */
@media only screen and (max-width: 767px) {
  .sc__headline {
    font-size: 20px;
  }

  .button--blue__wrapper .button--blue {
    margin-top: 35px;
    font-size: 12px;
    padding: 15px 0;
    min-width: 180px;
  }

  .sc__description {
    font-size: 14px;
    font-weight: 300;
  }

  .section-content {
    padding: 50px 10px;
  }

  header {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.section-content {
    padding: 20px 10px;
    padding-bottom: 0;
    height: 43px;
    z-index: 5000;
  }
  header .header__links {
    display: block;
    width: 100%;
    margin-top: 8px;
    background-color: #fff;
    padding: 0 10px;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 28px #616161;
    -moz-box-shadow: 0 0 28px #616161;
    box-shadow: 0 0 28px #616161;
    z-index: 5000;
  }
  header .header__links .header__link {
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    padding: 10px 0;
    color: #0590ff;
  }
  header .header__links .header__submenu {
    display: none;
  }
  header .header__links .header__link-submenu-wrapper .header__link.header__link-submenu {
    padding: 10px 0;
  }
  header .header__logo-wrapper img {
    width: 170px;
  }
  header .header__mobile-button {
    width: 30px;
    height: 25px;
    right: 20px;
    position: absolute;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  header .header__mobile-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .header__mobile-button span:nth-child(1) {
    top: 0;
  }
  header .header__mobile-button span:nth-child(2) {
    top: 10px;
  }
  header .header__mobile-button span:nth-child(3) {
    top: 20px;
  }
  header .header__mobile-button.open span:nth-child(1) {
    top: 10px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header .header__mobile-button.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  header .header__mobile-button.open span:nth-child(3) {
    top: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .header__other-page header .header__mobile-button span {
    background: #000;
  }

  footer .section-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer__col {
    width: 100%;
    margin-bottom: 25px;
  }
  footer .footer__col .footer__logo {
    margin-bottom: 20px;
  }
  footer .footer__col .footer__logo img {
    width: 170px;
  }
  footer .footer__col .footer__about-us .footer__text {
    padding-right: 0;
    font-size: 12px;
  }
  footer .footer__col:last-child {
    margin-bottom: 0;
  }
  footer .footer__col .footer__headline--medium {
    font-size: 16px;
    margin-bottom: 20px;
  }
  footer .footer__col .footer__services-links li {
    margin-bottom: 5px;
  }
  footer .footer__col .footer__services-links li .footer__services-link {
    font-size: 12px;
  }
  footer .footer__col.footer__contact p {
    font-size: 12px;
  }
  footer .footer__col.footer__contact .footer__contact-mail a {
    font-size: 12px;
  }
  footer .footer__col.footer__contact .footer__contact-address {
    margin-bottom: 20px;
  }
  footer .footer__col.footer__contact .footer__contact-address:before {
    width: 25px;
    height: 33px;
  }
  footer .footer__col.footer__contact .footer__contact-phone {
    margin-bottom: 20px;
  }
  footer .footer__col.footer__contact .footer__contact-phone:before {
    width: 25px;
    height: 33px;
  }
  footer .footer__col.footer__contact .footer__contact-mail a {
    top: 0;
  }
  footer .footer__col.footer__contact .footer__contact-mail:before {
    width: 25px;
    height: 20px;
  }
  footer .footer__col.footer__col-services {
    display: none;
  }

  .main-section.main-section-landing-page {
    height: 320px;
  }
  .main-section.main-section-landing-page .mslp__slide-container {
    width: 80%;
    padding: 0;
  }
  .main-section.main-section-landing-page .mslp__slide-content {
    width: 100%;
  }
  .main-section.main-section-landing-page .mslp__slide-content h2 {
    font-size: 25px;
  }
  .main-section.main-section-landing-page .mslp__slide-content h2:after {
    width: 150px;
  }
  .main-section.main-section-landing-page .mslp__slide-content p {
    font-size: 18px;
  }
  .main-section.main-section-other-page {
    height: 260px;
  }
  .main-section.main-section-other-page .msop__content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .main-section.main-section-other-page .msop__content p {
    font-size: 14px;
    line-height: 18px;
  }

  .landing--about-us .lau--content-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .landing--about-us .lau__text-content {
    width: 100%;
  }
  .landing--about-us .lau__text-content p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .landing--about-us .lau__text-content h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .landing--about-us .lau__img-wrapper {
    margin-top: 20px;
    width: 100%;
  }

  .services.services__main-page .sc__headline {
    font-size: 19px;
    line-height: 23px;
  }
  .services.services__main-page .services__all-services .services__service-link {
    background-color: rgba(0, 148, 222, 0.23);
  }
  .services .services__all-services .services__service-link {
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #fff;
    padding: 0 6px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .services .services__all-services .services__service-link:first-child {
    margin-top: 30px;
  }
  .services .services__all-services .services__service-link .services__service-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: initial;
    -moz-flex-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-content-img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-content-img-wrapper img {
    width: 28px;
    height: auto;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-headline {
    margin: 0px 16px;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-headline h3 {
    font-size: 14px;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-description p {
    display: none;
  }
  .services .services__all-services .services__service-link .services__service-content .services__service-more {
    display: none;
  }
  .services .services__all-services .services__service-link .services__service-content .services__arrow {
    width: 22px;
    height: 22px;
    position: absolute;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 20px;
  }

  .services__other-page .sop__wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services__other-page .sop__wrapper h2 {
    font-size: 20px;
    margin: 25px 0;
  }
  .services__other-page .sop__wrapper h3 {
    font-size: 16px;
  }
  .services__other-page .sop__wrapper ul li {
    font-size: 14px;
  }
  .services__other-page .sop__wrapper ul li:before {
    width: 12px;
    height: 13px;
  }
  .services__other-page .sop__wrapper .sop__left-col {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
  }
  .services__other-page .sop__wrapper .sop__right-col {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
  }
  .services__other-page .sop__wrapper .sop__right-col .sop__links-wrapper {
    display: none;
  }
  .services__other-page .sop__wrapper .sop__thumbnails .sop__thumbnail-link {
    margin-bottom: 10px;
  }

  .landing--projects .lp__projects {
    margin-top: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .landing--projects .lp__projects .lp__project {
    width: 100%;
    margin-top: 40px;
  }
  .landing--projects .lp__projects .lp__project .lp__project-details h3 {
    font-size: 16px;
    margin-top: 5px;
  }
  .landing--projects .lp__projects .lp__project .lp__project-details p {
    font-size: 12px;
    margin-top: 5px;
  }

  .landing-contact .lc__content-wrapper .lc__headline-wrapper .lc__headline {
    font-size: 25px;
  }
  .landing-contact .lc__content-wrapper .lc__description {
    margin: 40px 0;
    margin-bottom: 20px;
    width: 90%;
  }
  .landing-contact .lc__content-wrapper .lc__description p {
    font-size: 15px;
  }

  .partners .partners__content-wrapper .suga-slide {
    padding-right: 20px;
  }

  .about-us .au__content-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-us .au__content-wrapper .au__text-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .about-us .au__content-wrapper .au__text-wrapper h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-us .au__content-wrapper .au__text-wrapper p {
    font-size: 12px;
  }
  .about-us .au__content-wrapper .au__img-wrapper {
    width: 100%;
    display: initial;
    text-align: center;
    margin-top: 20px;
  }
  .about-us .au__content-wrapper .au__img-wrapper img {
    width: auto;
    max-width: 100%;
  }

  .why-choose-us h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .why-choose-us p {
    font-size: 12px;
  }
  .why-choose-us .wcu__wrapper h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .why-choose-us .wcu__wrapper .wcu__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why-choose-us .wcu__wrapper .wcu__row .wcu__column {
    width: 100%;
    padding-right: 0px;
  }

  .company-details .cd__wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-details .cd__wrapper .cd__column {
    width: 50%;
  }
  .company-details .cd__wrapper .cd__column .cd__number {
    font-size: 40px;
    margin-bottom: 0;
  }
  .company-details .cd__wrapper .cd__column .cd__description {
    font-size: 13px;
  }
  .company-details .cd__wrapper .cd__column:nth-child(3), .company-details .cd__wrapper .cd__column:nth-child(4) {
    margin-top: 20px;
  }

  .projects .projects__content-wrapper .project__col {
    width: 100%;
  }
  .projects .projects__content-wrapper .project__col h2 {
    font-size: 15px;
  }
  .projects .projects__content-wrapper .project__col p {
    font-size: 12px;
    margin: 15px 0;
  }
  .projects .projects__content-wrapper .projects__project {
    margin-top: 30px;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__left-col .project__lc-img-wrapper img {
    display: block;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col {
    margin-top: 10px;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link {
    width: 23%;
    margin-bottom: 8px;
    margin-right: 2.6666% !important;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link:nth-child(n+7) {
    margin-bottom: 8px;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link .project__thumbnail {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link:nth-child(4), .projects .projects__content-wrapper .projects__project .projects__project-wrapper .project__col.project__right-col .project__thumbnails .project__thumbnail-link:nth-child(8) {
    margin-right: 0 !important;
  }

  .gallery .gallery__content-wrapper {
    margin-top: 30px;
  }
  .gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link {
    margin: 0 !important;
    margin-bottom: 8px !important;
    width: 49%;
  }
  .gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail-link:nth-child(2n) {
    margin-left: 2% !important;
  }
  .gallery .gallery__content-wrapper .gallery__thumbnails .gallery__thumbnail {
    height: 150px;
  }

  .selling .selling__content-wrapper {
    margin-top: 30px;
  }
  .selling .selling__content-wrapper .selling__text-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .selling .selling__content-wrapper .selling__text-wrapper .selling__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .selling .selling__content-wrapper .selling__text-wrapper .selling__col h3 {
    font-size: 18px;
  }
  .selling .selling__content-wrapper .selling__text-wrapper .selling__col ul {
    margin-top: 20px;
  }
  .selling .selling__content-wrapper .selling__text-wrapper .selling__col ul li {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .selling .selling__content-wrapper .selling__text-wrapper .selling__col ul li:before {
    width: 15px;
    height: 15px;
  }
  .selling .selling__content-wrapper .selling__thumbnails .selling__thumbnail-link {
    margin-bottom: 8px;
  }

  .contact h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact .contact__row .contact__img-row,
  .contact .contact__row .contact__text-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact .contact__row.first-row {
    margin-bottom: 10px;
  }
  .contact .contact__row .contact__img-row {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact .contact__row .contact__col {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .contact__row .contact__col p {
    font-size: 13px;
  }
  .contact .contact__row .contact__col h4 {
    font-size: 14px;
  }
  .contact .contact__row .contact__col h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact .contact__row .contact__col a {
    font-size: 13px;
  }
  .contact .contact__row .contact__col .map {
    height: 220px;
  }
  .contact .contact__row .contact__col.contact__other--information {
    margin-top: 0;
    margin-bottom: 0;
  }
  .contact .contact__row .contact__col.contact__other--information div {
    font-size: 13px;
  }
  .contact .contact__row .contact__col.contact__other--information div span:nth-child(2) {
    margin-left: 20px;
  }
  .contact .contact__row .contact__col.contact__other--information:nth-child(1) {
    margin-top: 20px;
  }
  .contact .contact__row .contact__col.contact__other--information div#contactResponse {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .contact .contact__row .contact__col textarea,
  .contact .contact__row .contact__col .text-field {
    height: 30px;
    font-size: 14px;
  }
  .contact .contact__row .contact__col textarea {
    height: 150px;
    resize: none;
  }
  .contact .contact__row .contact__col .button--blue__wrapper {
    margin-bottom: 20px !important;
  }
  .contact .contact__row .contact__col .button--blue__wrapper .button-submit.button--blue {
    padding: 20px 0;
  }
}

/*# sourceMappingURL=index.css.map */
