/* -------------- Общие стили ---------------- */

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #333;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

/*---------- Стили сайта ----------*/

/* Шапка сайта */

/* Адаптивное меню */

.topmenu__adaptive {
  display: none;
}

.dropbtn {
  display: block;
  width: 60px;
  height: 50px;
  background: url(../img/gamb.png) no-repeat center center;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 260px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 20px;
  border: 1px solid #ffc700;
}

.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #ffc700;
  border-bottom: 2px solid #ffc700;
}

.show {
  display: block;
}

/* Конец Адаптивного меню */

.header-bg {
  background: #ffdb4d;
}

.header-top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-deviz {
  font-size: 30px;
}

.header-block-contact {
  display: flex;
  align-items: center;
}

.header-contact-phone {
  margin-left: 15px;
}

.header-contact-link {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

.header-contact-link:hover {
  color: #333;
  text-decoration: underline;
}

.linktop {
  margin-top: 3px;
}

.contact-left {
  margin-left: 11px;
}

.link-left {
  padding-left: 13px;
}

.header-line {
  width: 100%;
  height: 2px;
  background: #e4c801;
}

.header-menu-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.header-menu-punkt {
  display: inline-block;
  margin-left: 20px;
}

.header-menu-link {
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

.header-menu-link:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #e4c801;
  padding: 10px;
  text-decoration: none;
}

.header-top-link {
  color: #fff;
  background: #e4c801;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 50px;
  border: 1px solid #fff;
}

.header-top-link:hover {
  background: #ffdb4d;
  -webkit-box-shadow: 5px 5px 5px 1px #C1C1C1; 
  box-shadow: 5px 5px 5px 1px #C1C1C1;
}

.header-offer {
  background: url(../img/bg2.jpg) no-repeat center top;
  background-size: cover;
  padding-bottom: 415px;
}

.header-title {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-top: 60px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.header-subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-top: 24px;
  color: #fff;
}

.header-button {
  text-align: center;
  margin-top: 80px;
}

.header-button-link {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #ffdb4d;
  border-radius: 50px;
  padding: 20px 100px;
  -webkit-box-shadow: 5px 5px 0px 1px #000000; 
  box-shadow: 5px 5px 0px 1px #000000;
}

.header-button-link:hover {
  background: #e4c801;
  -webkit-box-shadow: 5px 5px 5px 1px #C1C1C1; 
  box-shadow: 5px 5px 5px 1px #C1C1C1;
}

/* Блок О компании */
#company {
	padding-bottom: 50px;
}

.company-title {
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  padding-top: 50px;
  text-transform: uppercase;
}

.company-text {
  font-weight: 400;
  margin-top: 30px;
  line-height: 1.3;
}

.company-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.company-images {
  margin-top: 40px;
}

/* Блок покупки  */

.price {
  background: #f1f1f1;
  padding-bottom: 70px;
}

.price-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.price-cart {
  width: 195px;
  margin-top: 50px;
  text-align: center;
}

.price-images {
  width: 195px;
  height: 195px;
  border: 4px solid #ffdb4d;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price-text {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

/* Блок преимуществ */

.advantages {
  padding-bottom: 70px;
}

.advantages-text {
  text-align: center;
  line-height: 1.3;
  margin-top: 30px;
}

/* Блок работы  */

.bisnes {
  background: #f1f1f1;
  padding-bottom: 70px;
}

.bisnes-text {
  margin-top: 30px;
  font-weight: 700;
}

/* Блок заявки  */

.list {
  background: #ffdb4d;
  padding-top: 50px;
  padding-bottom: 50px;
}

.list-button {
  text-align: center;
}

.list-link {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: #e4c801;
  border: 1px solid #fff;
  padding: 15px 50px;
  -webkit-box-shadow: 5px 5px 0px 1px #000000; 
  box-shadow: 5px 5px 0px 1px #000000;
}

.list-link:hover {
  background: #ffdb4d;
  -webkit-box-shadow: 5px 5px 5px 1px #C1C1C1; 
  box-shadow: 5px 5px 5px 1px #C1C1C1;
}

/* Блок контактов */

.contact-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.contact-company {
  font-size: 24px;
  font-weight: 300;
  border-right: 2px solid #ffdb4d;
  padding: 15px;
}

.contact-adress {
  padding-left: 15px;
}

.contact-cart {
  text-align: center;
  margin-top: 30px;
}

/* Подвал сайта */

.footer {
  background: #ffdb4d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-autor {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-top: 20px;
}

/* Модальное окно с формой */

.box-modal {
  padding: 10px;
}

.box-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.box-form {
  padding: 15px;
  max-width: 360px;
}

.box-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.box-subtitle {
  text-align: center;
  margin-top: 15px;
}

.form-input {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  border: 1px solid #333;
  padding-left: 30px;
  color: #b8b4b4;
}

.form-button {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background: #ffdb4d;
  margin-top: 10px;
}

.form-button:hover {
  background: #e4c801;
}

.form-psc {
  text-align: center;
  margin-top: 15px;
}
.desc {
	display: none;
}

.expert-video{
	position:relative;
	z-index:1;
	width:100%;
	max-width: 1200px;
	margin: 40px auto;
}
.youtube-player{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#000}
.youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:transparent}
.youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;cursor:pointer;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}
.youtube-player img:hover{-webkit-filter:brightness(75%)}
.gallery-slider {
	width: 100%;
	max-width: 700px;
	margin:0 auto;
}