@charset "UTF-8";
/*
	Theme Name: Template-landing
	Version: 1.0.0
	Theme URI: http://place-start.ru/
	Description: place-start создание продвижение сайтов
	Author: place-start
	Author URI: http://place-start.ru/
*/

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/assembling/static/fonts/roboto-regular.woff2') format('woff2'),
			 url('/wp-content/themes/assembling/static/fonts/roboto-regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/assembling/static/fonts/roboto-medium.woff2') format('woff2'),
			 url('/wp-content/themes/assembling/static/fonts/roboto-medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/assembling/static/fonts/roboto-bold.woff2') format('woff2'),
			 url('/wp-content/themes/assembling/static/fonts/roboto-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('/wp-content/themes/assembling/static/fonts/roboto-black.woff2') format('woff2'),
			 url('/wp-content/themes/assembling/static/fonts/roboto-black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

.modal-form {
    background-color: #fffffff0!important;
}

		.wpcf7-submit{

			font-size: calc(.125vw + 12.6px);
			line-height: calc(.25vw + 17.2px);
			font-weight: 700;
			color: #fff;
			transition: color .3s;
		}

		.wpcf7-submit:hover{
			color:#ffa700;


		}