/*!
Theme Name: Agrachev
Description: Description
Text Domain: Agrachev
*/
body:not(.home ) {
    overflow: auto;
} 
.main-first__scroll {
    width: fit-content;
    margin: 0 auto;
}
.wpcf7-form.form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-form.form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 20px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 10px;
  cursor: pointer;
}
.wpcf7-form.form .wpcf7-acceptance label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  background-repeat: no-repeat;
  background-position: left 3px center;
}
.wpcf7-form.form .wpcf7-acceptance label input:checked {
  background-image: url(./img/checked.svg);
}
.wpcf7-form.form .wpcf7-acceptance label span {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
}
.wpcf7-form.form .wpcf7-acceptance label a:hover {
  text-decoration: underline;
}
.wpcf7-form.form .wpcf7-spinner {
    position: absolute;
    right: -28px;
    bottom: 9px;
    margin: 0;
    z-index: 1;
}
.wpcf7-form.form .wpcf7-not-valid-tip {
    top: auto;
    bottom: -14px;
    transform: none;
    font-size: 12px;
    line-height: 1;
    color: red;
}
.wpcf7-form.form .wpcf7-response-output {
    position: absolute;
    bottom: 100%;
    margin: 0;
    padding: 5px 0;
    border: none;
    font-size: 14px;
    line-height: 1.1;
}
body:not(.home) .footer-contacts__img {
	opacity: 1 !important;
	transform: none !important;
}
.static-page-content {
	padding-top: 150px;
	padding-bottom: 50px;
}
.static-page-content .entry-header {
	margin-bottom: 30px;
}
.static-page-content .entry-content h2,
.static-page-content .entry-content h3,
.static-page-content .entry-content h4,
.static-page-content .entry-content h5,
.static-page-content .entry-content h6,
.static-page-content .entry-content p{
	margin-bottom: 10px;
}
.preview-video .preview-video__external {
	display: none;
}
.fslightbox-container .preview-video__external {
	width: 100vw;
	height: 100vh;
}
.fslightbox-container .preview-video__external iframe {
	width: 100%;
	height: 100%;
}

.page-thanks {
box-shadow: 0px 4px 44px 10px rgba(0, 0, 0, 0.25);
background: radial-gradient(50% 50% at 50% 50%, rgba(18, 18, 18, 0.8) 0%, #121212 100%), linear-gradient(180deg, #8AD34E 0%, #4DAB00 100%);

}
.page-thanks__wrap {
  padding: 100px 0 164px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 20px;  
}
.page-thanks .uptitle {
  font-size: 36px;
  line-height: 1;
}
.page-thanks .title {
  font-size: 102px;
  line-height: 120px;
}
@media (max-width: 991px) {
  .page-thanks__wrap {
    grid-template-columns: 100%;
    padding: 100px 0;
  }
  .page-thanks .uptitle {
    font-size: 26px;
    line-height: 1;
  }
  .page-thanks .title {
    font-size: 72px;
    line-height: 90px;
  }
}
