/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
.form-trial {
	display: flex;
	gap: 32px;
	justify-content: space-between;
}
.form-trial-column {
	flex-basis: calc((100% - 32px) / 2);

}
.form-trial-item {
	margin-bottom: 32px;
}
.form-trial-item label,
.form-trial-item-full label {
font-size: 13px;
font-weight: 300;
line-height: 24px;
letter-spacing: 1px;
text-align: left;
display: flex;
	flex-direction: column;
gap: 7px;
}
.form-trial sub {
	color: rgb(150, 0, 72);
vertical-align: top;
}
.form-trial-item input,
.form-trial-item-full select {
	    color: rgb(51, 51, 51);
    /* font-family: HelveticaNeueCyr; */
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 7px 0;
width: 100%;
}
.form-trial-item input:focus-visible,
.form-trial-item-full select:focus-visible{
	    border-bottom: 1px solid rgb(150, 0, 72);
    outline: navajowhite;
}
.form-trial.gap-81 {
	gap: 81px;
margin-top: 32px;
}
.form-trial.gap-81 .form-trial-column {
	flex-basis: calc((100% - 81px) / 2);

}
.form-trial.gap-81 .form-trial-column .form-trial-item label {
	    flex-direction: row;
font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    align-items: flex-start;

}
.form-trial.gap-81 .form-trial-column .form-trial-item label span{
	    margin-top: -3px;
}
.form-trial-item .wpcf7-list-item {
	margin: 0;
}
.form-trial.gap-81 .form-trial-column .form-trial-item input {
	width: max-content;
}
.form-trial-item a {
	color: rgb(150, 0, 72);
}
.wpcf7-submit {
	margin: auto;
    margin-top: 15px;
}
.form-trial .wpcf7-not-valid-tip {
color: rgb(150, 0, 72);	
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	    border-color: #960048;
    border-radius: 8px;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px 5px;
}
.page .entery-content__container {
	max-width: 1240px;
    padding: 20px 0 100px 0;
}
.entery-content__container strong {
	display: block;
margin: 20px 0;
}
.header__btn-block.mobile {
	display: none;
}
@media screen and (max-width: 782px) {
	.popup__content {
		padding: 15px 20px;
	}
	.popup__close {
		top: 30px;
    right: 20px;
	}
	.form-trial {
		flex-direction: column;
	}
.form-trial-item {
    margin-bottom: 15px;
}
	.form-trial-item input, .form-trial-item-full select {
		font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding: 5px 0;
    width: 100%;
	}
.form-trial, 
	.form-trial.gap-81 {
		gap: 15px;
	}
	.map .map__title {
		margin-bottom: 40px;
	}
	.header__btn-block.mobile {
	display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 20px;
}
	.header__btn-block.mobile .btn__free,
.header__btn-block.mobile .btn__login {
		display: block;
    width: 100%;
	}
	.page .entery-content__container {
		padding: 0px 20px 50px 20px;
	}
	.page .entery-content__container p,
	.page .entery-content__container ul {
		font-size: 14px;
    line-height: 130%;
	}
}