/*global*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap&subset=cyrillic');
body {
  margin: 0;
}
img {
  max-width: 100%;
}
a {
  color: #000;
  outline: none;
}
body, input, button, textarea {
  font-family: 'Roboto', sans-serif;
}
input, button, select, textarea {
    font-size: 1em;
    box-sizing: border-box;
}
.hidden, #modal {
    display: none;
}
#modal {
    max-width: 500px;
}
#modal .feedback-form {
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}
.section {
    margin-bottom: 6em;
}
.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link .icon {
  margin-right: 0.5em;
}
.icon {
  line-height: 0;
}
.icon img {
  width: 15px;
}

/*buttons*/
.btn {
  padding: 0.7em 2em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 180px;
  max-width: 100%;
  line-height: 1;
  border: 2px solid transparent;
  transition: 0.3s;
}
.btn .icon {
  margin-right: 0.3em;
}
.btn__theme-yellow-border {
  border: 2px solid #FFD633;
}
.btn__theme-yellow-border:hover {
  background: #FFD633;
}
.btn__theme-yellow-solid {
  background: #ffd633;
  text-transform: lowercase;
  font-weight: bold;
}
.btn__theme-yellow-solid:hover {
  background: #ffcc00;
}

/*section element*/
.section-title {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.section-title:after {
  content: "";
  display: block;
  width: 35%;
  max-width: 150px;
  margin-top: 0.1em;
  border-bottom: 6px solid #ffd633;
}
.section-title__theme-no-border:after {
    content: unset;
}
.section-text {
  line-height: 1.8;
}

/*header*/
.header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.toggle-menu {
    display: none;
}
.logo img {
  width: 90px;
}
.header__top {
  background: #F1F1F1;
}
.header__contacts {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5em 0;
}
.header__contacts a {
  text-decoration: none;
  margin-left: 1.3em;
}
.header__contacts a:hover {
  text-decoration: underline;
}
.header__contacts-email {
  margin-left: 3.5em;
}
.header__contacts-phone, .header__contacts-email {
  display: flex;
  align-items: center;
}
.header__bottom {
  display: flex;
  padding: 0.5em 0;
  align-items: center;
  justify-content: space-between;
}

/*main-menu*/
.main-menu ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li a {
  text-decoration: none;
  padding: 0.5em 1em;
}

/*index*/
.index__slider {
  position: relative;
}
.index__slider-slide {
  display: flex;
  align-items: center;
  height: 50vh;
  min-height: 450px;
  padding: 5em 0;
  color: #fff;
}
.index__slider-slide-content {
    display: flex;
    align-items: center;
    height: 100%;
}
.index__slider-slide-content-wrap {
    max-width: 550px;
}
.index__slider-title {
    font-size: 2em;
    margin: 0;
}
.index__slider-button {
  margin-top: 2.5em;
}
.index__slider-slide-content {
  z-index: 3;
  position: relative;
}
.index__slider-controls-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.index__slider-slide-count {
    flex-basis: 50%;
    display: flex;
    padding-bottom: 1em;
}
.index__slider-slide-count-list {
  display: flex;
}
.index__slider-slide-count-list ul li button {
  width: 26px;
  height: 6px;
  display: block;
  margin: 0 0.3em;
  background: rgba(255, 255, 255, 0.25);
  transition: 0.3s;
  cursor: pointer;
}
.index__slider-slide-count-list ul .slick-active button {
    background: #ffd633;
}
.index__slider-slide-count-list .slick-dots li {
    width: unset;
    height: unset;
}
.index__slider-slide-count-list ul li button:before {
    content: unset;
}
.index__slider-slide-count-list .slick-dots {
    position: initial;
    bottom: unset;
    display: block;
}
.index__slider-slide-count-list span:hover,
.index__slider-controls-arrows a:hover {
  background: #ffd633;
  transition: 0.3s;
}
.index__slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index__slider-controls-arrows {
  display: flex;
}
.index__slider-controls-arrows a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.index__slider-controls-arrow-prev {
  background: rgba(255, 255, 255, 0.25);
}
.index__slider-controls-arrow-next {
  background: #ffd633;
}
.index__slider-current-slide,
.index__slider-controls-social-wrap {
  color: #fff;
}
.index__slider-current-slide {
    text-align: right;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 2em;
    font-size: 1.2em;
    z-index: 2;
}
.index__slider-controls-social {
  display: flex;
  justify-content: center;
  padding-bottom: 0.5em;
}
.index__slider-controls-social-wrap a {
    color: inherit;
    text-decoration: none;
    margin: 0 0.6em;
    font-size: 1.3em;
}
.index__slider-controls-social-wrap a:hover {
  color: #ffd633;
}

/*about*/
.background-about {
    background: url(/themes/geocomplex/assets/images/about-bg.jpg) no-repeat center center;
}
.about {
  display: flex;
  justify-content: space-between;
}
.about__text {
  flex-basis: 52%;
}
.about__image {
  flex-basis: 42%;
}
.about__image img {
    width: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/*service*/
.service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-item {
  flex-basis: 19.5%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 4% 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2%;
  text-align: center;
  background: #fff;
  transition: 0.3s;
}
.service-item:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}
.service-item__image {
  margin-bottom: 1em;
}
.service-item__image img {
  height: 75px;
}
.service-item__title {
  font-size: 1em;
  margin: 2em 0 0;
}
.service-item__title a {
    text-decoration: none;
}

/*works*/
.works {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.works__text {
    flex-basis: 45%;
}
.works__index-item {
    flex-basis: 48.7%;
}
.works__list {
    flex-basis: 100%;
    margin-top: 2em;
}
.works__text-button .btn {
    width: unset;
}
.work-item {
    position: relative;
    flex-basis: 23%;
    margin-bottom: 2%;
    transition: 0.3s;
}
.work-item:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.work-item__image img {
    width: 100%;
}
#works-output {
    display: none;
}
.work-item__title {
    position: absolute;
    bottom: 5px;
    left: 0;
    background: rgba(27, 27, 27, 0.3);
    right: 0;
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
}
.work-item__title a {
    color: #fff;
    text-decoration: none;
}
.works__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.work-promo {
    background: url(/themes/geocomplex/assets/images/work-promo.jpg) no-repeat center / cover;
    color: #fff;
    display: flex;
    align-items: center;
}
.work-promo__content {
    padding: 2em;
    text-align: center;
}
.work-promo__title {
    margin: 0;
    font-size: 1.3em;
}
.work-promo__description {
    margin: 0.5em 0 1em;
    line-height: 1.5;
}
.works__list .work-promo {
    flex-basis: 48.6%;
    max-height: 219px;
}


/*sert*/
.sert__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sert-item {
    flex-basis: 23%;
    margin-bottom: 2%;
}
.sert-item img {
    width: 100%;
}

/*feedback*/
.background-feedback {
    background: url(/themes/geocomplex/assets/images/feedback-bg.jpg) no-repeat center bottom;
}
.feedback {
    display: flex;
    justify-content: center;
}
.feedback-form {
    background: #fff;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.2);
    padding: 2em;
    min-width: 330px;
}
.input {
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    line-height: 1;
    margin-bottom: 1em;
    padding: 0.2em 1em;
}
.input input {
    border: 0;
    height: 40px;
    flex-grow: 1;
    outline: none;
}
.input .icon {
    line-height: 1;
    margin-right: 0.5em;
}
.feedback-form h3 {
    text-align: center;
    margin: 0 0 2em;
}
.feedback-form__button {
    text-align: center;
    margin-top: 2em;
}

/*footer*/
.footer {
    background: #1B1B1B;
    color: #fff;
    padding: 3em 0;
}
.footer__container {
    display: flex;
    justify-content: space-between;
}
.footer__container a {
    color: inherit;
    text-decoration: none;
}
.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer__widget {
    flex-basis: 22%;
}
.footer__widget-title {
    margin: 0 0 1em;
    text-transform: uppercase;
    font-size: 1.1em;
}

.list__theme-icons li {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.list__theme-icons li .text a {
    display: block;
    margin-bottom: 0.2em;
}
.list__theme-icons li .icon {
    margin-right: 1em;
    flex-basis: 10%;
}
.list__theme-icons li .text {
    flex-basis: 90%;
}
.list__theme-icons li .icon img {
    width: 20px;
}
.list__theme-icons li:last-child .icon img {
    width: 30px;
}
.list__theme-footer-menu li {
    margin-bottom: 0.5em;
}
.footer__copyright {
    margin: 1em 0;
}
.footer__company-info {
    line-height: 1.5;
}

/* static and page */
.page {
    margin: 3em 0;
}
.special-page {
    padding-bottom: 5em;
}
.page-heading {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
}
.page-heading__title {
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 1px;
    max-width: 470px;
    text-align: center;
}
.map-snippet__phone a {
    display: block;
}
.map-snippet a {
    text-decoration: none;
}
.map-snippet__email {
    margin: 1em 0 2em;
}
.map-snippet__email a:first-child {
    margin-right: 1em;
}
.sert__theme-page .sert-item {
    flex-basis: 48%;
}
.works__theme-page .works__list {
    margin-top: 0;
}

/*preview*/
.close-button {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
}
.close-button img {
    width: 30px;
    height: 30px;
}
.preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
}
.preview__image, .preview__text {
    flex-basis: 48%;
}
.preview__text .section-title {
    margin: 0;
}
.preview__button .btn {
    width: unset;
}