/*!
Theme Name: assol
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: assol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

assol is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Panton'),
    url('assets/fonts/Inter-Light.woff2') format('woff2'),
    url('assets/fonts/Inter-Light.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Panton'),
    url('assets/fonts/OpenSans-Regular.woff2') format('woff2'),
    url('assets/fonts/OpenSans-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Panton'),
    url('assets/fonts/Manrope-Medium.woff2') format('woff2'),
    url('assets/fonts/Manrope-Medium.woff') format('woff');
}

body {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.custom-logo,
.footer__logo-img {
	height: 44px;
    width: 100%;
}

.footer__logo-link {
  margin-bottom: 30px;
}

.custom-logo-link,
.footer__logo-link {
	display: inline-block;
}

.title {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.container {
  max-width: 1315px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header {
  padding: 20px 0 30px 0;
  background-image: url('assets/images/header-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-header-2 {
  padding: 20px 0 30px 0;
}

.header__top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 58px;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.header__address,
.header__tel {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header__address-text,
.header__tel-text {
  font-size: 18px;
  line-height: 17px;
  color: #fff;
}

.header__tel-text {
  border-bottom: 1px solid #fff;
}

.header__menu {
  margin-bottom: 100px;
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item + .menu-item {
  margin-left: 20px;
}

.menu__link {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.site-header-2 .menu__link {
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.menu__link:hover {
  text-decoration: underline;
}

.site-header-2 .menu__link:hover {
  text-decoration: underline;
}

.header__title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 52px;
  line-height: 65px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.header__title-2 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0 auto 36px auto;
  max-width: 655px;
}

.header__text {
  max-width: 493px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 45px;
}

.btn {
  padding: 16px 60px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-family: 'Manrope';
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  display: block;
  margin: 0 auto 195px auto;
  max-width: 300px;
  text-align: center;
  transition: all .3s;
}

.btn-success {
  padding: 16px 60px;
  border: 2px solid #000;
  border-radius: 30px;
  font-family: 'Manrope';
  font-weight: 500;
  line-height: 22px;
  color: #000;
  display: block;
  margin: 0 auto 120px auto;
  max-width: 300px;
  text-align: center;
  transition: all .3s;
}

.btn:hover {
  max-width: 330px;
}

.btn-success:hover {
  max-width: 330px;
}

.header__partners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.header__partners-item {
  width: 155px;
  height: 162px;
}

.header__partners-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ---------- steps-start --------- */

.steps {
  padding: 60px 0;
}

.steps__items {
  max-width: 630px;
  margin: 0 auto;
}

.step__item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.step__item-title,
.step__item-count {
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.step__item-title {
  margin-bottom: 5px;
}

.step__item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

/* ---------- steps-end --------- */

/* ---------- reviews-start ------- */

.reviews {
  padding: 60px 0;
}

.reviews__subtitle {
  max-width: 500px;
  margin: 0 auto 30px auto;
  line-height: 140%;
  text-align: center;
}

.reviews__name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}

.slick-slide {
  padding: 0 15px;
}

.reviews__item {
  margin: 0 auto;
  width: 300px;
}

.reviews__text {
  font-size: 14px;
  line-height: 130%;
  color: #4D4D4D;
  height: 300px;
  width: 100%;
  display: block;
}

.reviews__text img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.attachment-post-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slick-dots {
  bottom: -45px !important;
  text-align: right !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button {
  padding: 0 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #CFCFCF !important;
}

.slick-dots li button:before {
  font-size: 10px !important;
  opacity: 1 !important;
  color: #E3E3E3 !important;
}


/* ---------- reviews-end ------- */

/* ---------- price-start -------- */

.price {
  padding: 60px 0;
}

.price__table-head {
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  display: grid;
  grid-template-columns: 630px 1fr 1fr;
}

.price__table-head--item,
.price__table-content--name,
.price__table-content--unit,
.price__table-content--price {
  padding: 20px;
}

.price__table-content--item {
  display: grid;
  grid-template-columns: 630px 1fr 1fr;
  line-height: 140%;
}

.price__table-content--item:nth-child(2n+1) {
  background-color: #F7F7F7;
}

/* ---------- price-end -------- */

/* ----------- form-start ---------- */

.form {
  padding: 60px 0;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.form__img-wrapper {
  margin: 0 auto 50px auto;
  width: 200px;
  height: 200px;
}

.form__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
}

.form__title {
  margin-bottom: 10px;
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  color: #000000;
}

.form__text {
  text-align: center;
  margin-bottom: 30px;
  line-height: 140%;
}

.form__input {
  width: 100%;
  border: none;
  outline: none;
  padding: 16px 20px;
  line-height: 140%;
  background-color: #F7F7F7;
  margin-bottom: 10px;
}

.form-btn {
  border: 2px solid #000000;
  border-radius: 30px;
  width: 100%;
  padding: 16px;
  text-align: center;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
}

.form__policy {
  font-size: 14px;
  line-height: 130%;
  color: #4D4D4D;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 0;
  border: none;
  color: #dc3232;
}

/* ----------- form-end ---------- */

/* --------- works-start ----------- */

.works {
  padding: 60px 0;
}

.works__item {
  height: 300px !important;
}

.works__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --------- works-end ----------- */

/* --------- contacts-start -------- */

.contacts {
  padding: 60px 0;
}

.contacts__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contacts__content-address,
.contacts__content-tel,
.contacts__content-email {
  display: flex;
  align-items: center;
  gap: 5px;
}

.contacts__content-address,
.contacts__content-tel {
  margin-bottom: 20px;
}

.contacts__address-text,
.contacts__tel-text,
.contacts__email-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  transition: all .3s;
}

.contacts__tel-text:hover,
.contacts__email-text:hover {
  text-decoration: underline;
}

/* --------- contacts-end -------- */

/* ---------- footer-start -------- */

.site-footer {
  padding: 60px 0 30px 0;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

.footer__list .menu-item .menu__link{
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}

.footer__list .menu-item {
  margin-bottom: 10px;
  margin-left: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}

.footer__items-right {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__tel {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.footer__tel-text {
  line-height: 140%;
  color: #000000;
  transition: all .3s;
}

.footer__tel-text:hover {
  text-decoration: underline;
}

.footer__btn {
  font-family: 'Manrope';
  font-weight: 500;
  line-height: 22px;
  padding: 16px 36px;
  border: 2px solid #000000;
  border-radius: 30px;
  text-align: center;
  color: #000000;
  display: block;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4D4D4D;
  gap: 10px;
  flex-wrap: wrap;
}

.policy {
  border-bottom: 1px solid #000;
  cursor: pointer;
}

/* ---------- footer-end -------- */

/* ------------ burger menu ---------- */

@media (max-width: 650px) {
  .header__top-item {
    align-items: center;
  }

  .menu__link {
    color: #000;
  }

  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 37px;
    height: 25px;
    cursor: pointer;
    right: 0;
  }

  .menu__icon._active {
    z-index: 6;
    display: block;
    position: relative;
    width: 37px;
    height: 25px;
    cursor: pointer;
    right: 15px;
    top: 75px;
  }

  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    transition: all .3s ease 0s;
    background-color: #fff;
    border-radius: 5px;
  }
	
  .site-header-2 .menu__icon span,
  .site-header-2 .menu__icon::before,
  .site-header-2 .menu__icon::after {
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    transition: all .3s ease 0s;
    background-color: #000;
    border-radius: 5px;
  }

  .menu__icon::before,
  .menu__icon::after {
    content: '';
  }

  .menu__icon::before {
    top: 0;
  }

  .menu__icon::after {
    bottom: 0;
  }

  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 130px 0 0 0;
    transition: left .3s ease 0s;
    overflow: auto;
  }

  .menu._active {
    left: 0;
    z-index: 5;
  }

  .menu__icon._active span {
    display: none;
  }

  .menu__icon._active::before {
    transform: translateY(0) rotate(-45deg);
    background-color: #000;
    top: 10px;
  }

  .menu__icon._active::after {
    transform: translateY(0) rotate(45deg);
    background-color: #000;
    bottom: 11px;
  }

  .menu__icon._active {
    position: fixed;
  }

  body.touch .menu__list {
    display: block;
    position: relative;
  }

  body.touch .menu__list>li {
    padding: 10px 0 10px 0;
    margin: 0;
    width: 100%;
  }

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

  .footer__list .menu__link {
    text-align: start;
  }

  .menu__arrow {
    margin-right: 20px;
  }

  .menu__list {
    display: block;
  }

  .menu__list>li {
    padding: 10px 0 10px 0;
    margin: 0;
    width: 100%;
  }

  body.touch .menu li {
    position: unset;
  }

  body.touch .sub-menu__list>li {
    box-shadow: none;
  }

  body.mouse .sub-menu__list {
    position: absolute;
    left: 80px;
    top: -35px;
    width: 240px;
    padding: 40px 0 0 50px;
    z-index: 10;
  }

  body.mouse .menu__list-item+.menu__list-item {
    margin-left: 0;
  }

  .header__inner-bottom--content {
    align-items: start;
  }

  .menu._active ul li {
    margin: 0;
  }
}

/* ------------ burger menu end ---------- */

.map-2 {
  display: none;
}

@media (max-width: 1180px) {
  .map-2 {
    display: block;
  }
  .map {
    display: none;
  }
  .contacts {
    padding: 60px 0 30px 0;
  }
}

@media (max-width: 1110px) {
  .price__table-head,
  .price__table-content--item {
    grid-template-columns: 420px 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .price__table-head {
    font-size: 12px;
    line-height: 14px;
    grid-template-columns: 300px 1fr 1fr;
  }
  .price__table-content--item {
    font-size: 12px;
    line-height: 14px;
    grid-template-columns: 300px 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .header__contacts {
    margin-top: 20px;
  }
}

@media (max-width: 550px) {
  .price__table-head {
    grid-template-columns: 168px 1fr 1fr;
  }

  .price__table-content--item {
    grid-template-columns: 169px 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .header__contacts {
    gap: 5px;
  }
  .header__menu {
    margin-bottom: 0;
  }
  .header__title {
    font-size: 27px;
    line-height: 30px;
  }
  .header__title span {
    font-size: 27px;
    line-height: 30px;
  }

  .header__text {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .btn {
    margin: 0 auto 70px auto;
  }
  .header__partners-item {
    width: 65px;
    height: 60px;
  }
  .site-header {
    padding: 20px 0 35px 0;
  }
  .steps {
    padding: 35px 0;
  }
  .title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .step__item-title,
  .step__item-count {
    font-size: 16px;
  }
  .step__item-text {
    font-size: 12px;
    line-height: 15px;
  }
  .reviews {
    padding: 35px 0;
  }
  .reviews__subtitle {
    line-height: 15px;
    font-size: 12px;
  }
  .reviews__name {
    font-size: 16px;
    line-height: 19px;
  }
  .reviews__text {
    font-size: 12px;
    line-height: 15px;
  }
  .slick-dots {
    text-align: center !important;
  }
  .price {
    padding: 35px 0;
  }
  .form {
    padding: 35px 0;
  }
  .contacts {
    padding: 35px 0 30px 0;
  }
  .contacts__address-text,
  .contacts__tel-text,
  .contacts__email-text {
    font-size: 16px;
  }
  .footer__logo {
    margin-bottom: 25px;
  }
  .footer__items {
    margin-bottom: 30px;
  }
  .footer__items-right {
    margin: 0 auto;
    width: 100%;
  }
  .footer__btn {
    width: 100%;
  }
  .price__table-head--item,
  .price__table-content--name,
  .price__table-content--unit,
  .price__table-content--price {
    padding: 20px 5px;
  }
  .works {
    padding: 35px 0;
  }
  .btn-success {
    margin: 0px auto 20px auto;
  }
  .header__title-2 {
    font-size: 23px;
    line-height: 28px;
  }
}

.reviews__text.fancybox-content {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
}

.fancybox-content img {
  height: auto;
  width: 100%;
}

.gray {
	padding: 0 0 50px 0;
}

.gray h1 {
    margin: 0 0 38px;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #3C3737;
}

.gray h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin: 30px 0 22px;
    color: #4A4A4A;
}

.gray p {
    margin: 0 0 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #4A4A4A;
}