/*
	Theme Name: Mario Theme
	Version: 1.0
	Author: Тарасов Андрей
*/




/*--------------------------------------------------------------
>>> СОДЕРЖАНИЕ:
----------------------------------------------------------------
	CSS RESET
	ОБЩИЕ СТИЛИ
		Текстовый контент

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



/* ==========================================================================
	CSS RESET
========================================================================== */

body { margin: 0; }
main { display: block; }
hr { height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; margin: 0; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template, [hidden] { display: none; }
figure { margin: 0; }



/* ==========================================================================
	ОБЩИЕ СТИЛИ
========================================================================== */
*:not(.ab-icon):not(.ab-item):not(.dashicons):not(.fa):not(ymaps),
*:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font: 400 18px/1.3 "Montserrat", sans-serif;
	color: #17191D;
}
body.admin-bar { padding-top: 32px; }
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin: 0;
}
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a { transition: 0.3s; text-decoration: none; }
a img { vertical-align: bottom; }
em { font-style: italic; }
blockquote {
	border: dotted #666 1px;
	border-left: solid #ff5a00 5px;
	margin: 10px 40px;
	padding: 15px;
	color: #333;
	font-style: italic;
	background: #fcfcfc;
}
blockquote p { margin: 0; }
p { margin: 0;}
ul { margin: 0; padding: 0; list-style: none; }
ol { list-style: decimal inside; }
ol li { margin: 1rem 0; }
input[type='submit'] { cursor: pointer; }
*:focus {
	outline: none !important;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
img {max-width: 100%; max-height: 100%; height: auto; border-style: none; }
iframe { display: block; max-width: 100%; border: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
input, textarea { max-width: 100%; }
textarea { display: block; }
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
   color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
	padding-top: 32px !important;
}
@media screen and ( max-width: 782px ) {
	div#wpadminbar ~ span.select2-container, body.admin-bar > span.select2-container {
		padding-top: 46px !important;
	}
}

/* 													   Кнопки
------------------------------------------------------------- */
.btn {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding: 25px 66px;
	cursor: pointer;
	background: #00A9E1;
	border-radius: 35px;
}
.btn:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-left: 20px;
	background: url(img/arrow-right.svg) no-repeat 50% 50% / contain;
}

/* 										  Слайдеры и карусели
------------------------------------------------------------- */
.owl-dots {
	text-align: center;
	margin: 30px 0 0;
}
.owl-dots button {
	width: 12px;
	height: 12px;
	background: #D9D9D9 !important;
	border-radius: 50%;
}
.owl-dots button:not(:last-child) {
	margin-right: 15px;
}
.owl-dots button.active {
	background: #00A9E1 !important;
}
.owl-dots span {
	display: none;
}

/* 								   Обтекание картинки текстом
------------------------------------------------------------- */
.aligncenter, [align="center"] {
	display: block;
	margin: 5px auto;
}
.alignright, [align="right"] {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft, [align="left"] {
	float:left;
	margin: 5px 20px 20px 0;
}
.wp-caption {
	max-width: 100%;
	text-align: center;
	padding: 5px 3px 0;
	margin: 0 0 15px;
	background: #fff;
	border: 1px solid #f0f0f0;
}
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* 											Текстовый контент
------------------------------------------------------------- */
.text_content p, .text_content h2, .text_content h3,
.text_content h4, .text_content h5, .text_content h6 {
	margin: 0 0 30px;
}
.text_content table {
	margin: 0 0 30px;
}
.text_content tr:first-child > * {
	background: #eee;
}
.text_content td {
	font-size: 14px;
	padding: 15px;
	text-align: center;
	border: 1px solid #e6e2e3;
}
.text_content ul {
	list-style: disc inside;
	margin: 0 0 30px 30px;
}
.text_content ul li {
	margin: 0 0 5px;
}
.text_content ol {
	margin: 0 0 30px 30px;
	padding: 0;
}
.text_content ol li {
	margin: 0 0 5px;
}

/* 													   Прочее
------------------------------------------------------------- */
.clearfix:after {
	clear: both;
    content: "";
    display: block;
    height: 0;
}
.justify { text-align: justify; line-height: 0;  font-size: 0; }
.justify:after { content: ''; display: inline-block; width: 100%; }
.justify > * { line-height: 1.2; display: inline-block; vertical-align: top; font-size: initial; }
.container {
	max-width: 1360px;
	margin: 0 auto;
}




/* ==========================================================================
	ШАПКА
========================================================================== */



/* 														 Меню
------------------------------------------------------------- */




/* ==========================================================================
	СТРАНИЦА MICE
========================================================================== */

.page_mice h2 {
	font-size: 56px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 50px;
}

/* 														 Меню
------------------------------------------------------------- */
.page_mice .menu_wrp {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	right: 0;
	background: #124473CC;
}
body.admin-bar .page_mice .menu_wrp {
	top: 32px;
}
.page_mice .menu_wrp .container {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page_mice .menu_wrp a {
	color: #fff;
}
.page_mice .menu_wrp .menu a {
	font-size: 16px;
	font-weight: 500;
}
.page_mice .menu_wrp .menu a:hover {
	text-decoration: underline;
}
.page_mice .menu_wrp .menu a:not(:last-child) {
	margin-right: 45px;
}
.page_mice .menu_wrp .lang {
	font-weight: 400;
	margin-right: 15px;
}
.page_mice .menu_wrp .lang.current {
	font-weight: 700;
}
.page_mice .menu_wrp .menu_toggle {
	margin-left: 15px;
}

/* 														Видео
------------------------------------------------------------- */
.page_mice .video_wrp {
	position: relative;
	padding-top: 44%;
	overflow: hidden;
}
.page_mice .video_wrp:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 0;
}
.page_mice video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	object-fit: cover;
}

.page_mice .video_wrp .center {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 90px;
	color: #fff;
	text-align: center;
}
.page_mice .video_wrp .center h1 {
	font-size: 90px;
	font-weight: 700;
}
.page_mice .video_wrp .center .text_1 {
	font-size: 40px;
	font-weight: 600;
	margin: 30px 0 165px;
}
.page_mice .video_wrp .center .text_2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 40px;
}

/* 													  Проекты
------------------------------------------------------------- */
.page_mice .projects .text_1 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 50px;
	color: #565656;
}
.page_mice .projects h3 {
	font-size: 40px;
	font-weight: 600;
}
.page_mice .projects h3:before {
	content: '';
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(img/mice-01.svg) 50% 50% / contain;
}
.page_mice .block_2 {
	padding: 90px 0;
}
.page_mice .block_2 .bottom {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}
.page_mice .block_2 .left {
	width: calc( 100% - 550px - 30px );
	margin-right: 30px;
	padding: 30px 30px 15px;
	border-radius: 30px;
	background: #F6F6F6;
}
.page_mice .block_2 .left .flex {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.page_mice .block_2 .left img {
	margin-right: 30px;
}
.page_mice .block_2 .left span {
	font-size: 24px;
	font-weight: 500;
}
.page_mice .block_2 .digits:first-child {
	margin-right: 100px;
}
.page_mice .block_2 .digits b {
	font-size: 56px;
	font-weight: 700;
	color: #00A9E1;
}
.page_mice .block_2 .right {
	width: 550px;
	border-radius: 20px;
}

.page_mice .block_3 {
	padding: 90px 0;
	background: #F8F8F8;
}
.page_mice .block_3 h3 {
	margin: 0 0 90px;
}
.page_mice .block_3 p {
	color: #565656;
}
.page_mice .block_3 .owl-carousel {
	margin: 40px 0 0;
}
.page_mice .block_3 .owl-item {
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
}
.page_mice .block_3 .owl-item .img {
	padding-top: 66%;
}
.page_mice .block_3 .owl-item .wrp {
	padding: 20px 30px 25px;
}
.page_mice .block_3 .owl-item .date {
	font-size: 16px;
	font-weight: 500;
	color: #565656;
	margin: 0 0 15px;
}
.page_mice .block_3 .owl-item .title {
	font-size: 24px;
	font-weight: 500;
}

.page_mice .block_4 {
	padding: 90px 0;
}
.page_mice .block_4 p {
	color: #565656;
	margin: 15px 0 50px;
}
.page_mice .block_4 .owl-item .img {
	padding-top: 66%;
}

.page_mice .block_5 {
	padding: 90px 0;
	background: #F8F8F8;
}
.page_mice .block_5 h3 {
	margin: 0 0 50px;
}
.page_mice .block_5 h3:before {
	background-image: url(img/mice-03.svg);
}
.page_mice .block_5 .video_wrp {
	position: relative;
	padding-top: 56%;
	background: #eee;
	border-radius: 20px;
	overflow: hidden;
}
.page_mice .block_5 p {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px;
}
.page_mice .block_5 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page_mice .block_5 .bottom {
	margin: 70px 0 0;
	border-top: 1px solid #565656;
}
.page_mice .block_5 .bottom h4 {
	font-size: 24px;
	font-weight: 500;
	padding: 70px 0 30px;
}
.page_mice .block_5 .bottom h4:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(img/mice-04.svg) 50% 50% / contain;
}
.page_mice .block_5 .carousel_2 .img {
    padding-top: 66%;
}

.page_mice .block_6 {
	padding: 90px 0;
}
.page_mice .block_6 h3:before {
	background-image: url(img/mice-05.svg);
}
.page_mice .block_6 p {
	color: #565656;
	margin: 20px 0 40px;
}
.page_mice .block_6 .video_wrp {
	position: relative;
	padding-top: 56%;
	background: #eee;
	border-radius: 20px;
	overflow: hidden;
}
.page_mice .block_6 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.page_mice .block_6 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 10px;
}
.page_mice .block_6 .title {
	font-size: 24px;
	font-weight: 500;
}
.page_mice .block_6 .digits {
	font-size: 40px;
	font-weight: 600;
	color: #00A9E1;
}
.page_mice .block_6 .text {
	color: #565656;
}

/* 												 Нам доверяют
------------------------------------------------------------- */
.page_mice .trust .slider {
	padding: 90px 0;
	background: #F8F8F8;
}
.page_mice .trust .slider .item {
	height: 120px;
	background: #ddd;
	border-radius: 10px;
}

.page_mice .block_7 {
	padding: 90px 0;
}
.page_mice .block_7 .flex {
	display: flex;
	justify-content: space-between;
}
.page_mice .block_7 .left {
	width: calc( 100% - 433px - 30px );
}
.page_mice .block_7 .text_wrp {
	padding: 50px 60px;
	margin: 0 0 50px;
	background: #F8F8F8;
	border-radius: 20px;
}
.page_mice .block_7 .text_inner {
	position: relative;
	padding: 55px 60px 50px 55px;
	border-left: 3px solid #00A9E1;
	border-bottom: 3px solid #00A9E1;
	border-top: 3px dashed #00A9E1;
	border-right: 3px dashed #00A9E1;
}
.page_mice .block_7 .text_inner:before {
	content: '';
	position: absolute;
	top: -44px;
	left: -49px;
	width: 105px;
	height: 85px;
	background: #F8F8F8 url(img/quotes-left.svg) no-repeat 50% 50%;
}
.page_mice .block_7 .text_inner:after {
	content: '';
	position: absolute;
	bottom: -44px;
	right: -49px;
	width: 105px;
	height: 85px;
	background: #F8F8F8 url(img/quotes-left.svg) no-repeat 50% 50%;
	transform: scale(-1, -1);
}
.page_mice .block_7 .text_1 {
	font-size: 40px;
	font-weight: 700;
	margin: 0 0 30px;
}
.page_mice .block_7 .text_2 {
	font-size: 20px;
	font-weight: 700;
	color: #565656;
}
.page_mice .block_7 .right {
	flex-shrink: 0;
	width: 433px;
	border-radius: 20px;
	overflow: hidden;
}
.page_mice .block_7 .btn {
	padding: 25px 39px;
}

/* 												  Наши услуги
------------------------------------------------------------- */
.page_mice .services {
	text-align: center;
	padding: 90px 0;
	background: #F8F8F8;
}
.page_mice .services .wrp {
	overflow: hidden;
	margin: 0 0 40px;
}
.page_mice .services .flex {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
.page_mice .services .item {
	flex-basis: calc(33.33% - 30px);
	margin: 15px;
	padding: 35px 30px 40px;
	border-radius: 20px;
	background: #fff;
}
.page_mice .services img {
	height: 170px;
}
.page_mice .services .text_1 {
	font-size: 24px;
	font-weight: 700;
	margin: 15px 0 30px;
}
.page_mice .services .text_2 {
	font-size: 18px;
	font-weight: 500;
	color: #565656;
}

/* 												   Наши кейсы
------------------------------------------------------------- */
.page_mice .cases {
	padding: 90px 0;
}
.page_mice .cases .row {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}
.page_mice .cases .left {
	width: 550px;
	margin-right: 30px;
	border-radius: 20px;
}
.page_mice .cases .right {
	width: 780px;
	padding: 30px 30px 45px;
	border-radius: 30px;
	background: #F6F6F6;
}
.page_mice .cases .cats span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 4px 14px 5px;
	border-radius: 8px;
	background: #00A9E1;
}
.page_mice .cases .cats span:not(:last-child) {
	margin-right: 15px;
}
.page_mice .cases h3 {
	font-size: 40px;
	font-weight: 600;
	margin: 20px 0 35px;
}
.page_mice .cases td {
	padding: 5px 0;
}
.page_mice .cases td:first-child {
	width: 200px;
	color: #565656;
}
.page_mice .cases td:last-child {
	font-size: 20px;
	font-weight: 700;
}
.page_mice .cases .btn {
	display: block;
	width: 430px;
	margin: 50px auto 0;
}

/* 													 Контакты
------------------------------------------------------------- */
.page_mice .contacts {
	padding: 90px 0;
	background: #F8F8F8;
}
.page_mice .contacts .wrp {
	overflow: hidden;
}
.page_mice .contacts .flex {
	display: flex;
	margin: -15px;
}
.page_mice .contacts .item {
	flex-basis: calc(33.33% - 30px);
	height: 175px;
	margin: 15px;
	padding: 40px 30px 0 110px;
	border-radius: 30px;
}
.page_mice .contacts .item:nth-of-type(1) {
	background: #fff url(img/location.svg) no-repeat 30px 40px;
}
.page_mice .contacts .item:nth-of-type(2) {
	background: #fff url(img/phone.svg) no-repeat 30px 40px;
}
.page_mice .contacts .item:nth-of-type(3) {
	background: #fff url(img/email.svg) no-repeat 30px 40px;
}
.page_mice .contacts .title {
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0 15px;
}





/* ==========================================================================
	ПОДВАЛ
========================================================================== */



/* ==========================================================================
	МЕДИА-ЗАПРОСЫ
========================================================================== */

@media screen and (max-width: XXXpx) {

}

@media screen and (max-width: 782px) {
	body.admin-bar { padding-top: 46px; }
}



/* == IN CODE WE TRUST == */



/* ==========================================================================
	УРОВЕНЬ 1
========================================================================== */


/* 													Уровень 2
------------------------------------------------------------- */


/* 										 	 уровень 3 */


/* уровень 4 */

