/*Reset*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: 400;
}

/*--------------------*/

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:05 PM */

@font-face {
	font-family: 'Montserrat Light';
	src: url('../fonts/Montserrat-Light.eot');
	src: local('Montserrat Light'), local('Montserrat-Light'),
		url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Light.woff') format('woff'),
		url('../fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat Medium';
	src: url('../fonts/Montserrat-Medium.eot');
	src: local('Montserrat-Medium'), local('Montserrat-Medium'),
		url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Medium.woff') format('woff'),
		url('../fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat Bold';
	src: url('../fonts/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Bold.woff') format('woff'),
		url('../fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}


body::-webkit-scrollbar {
	width: 0.5em;
	background-color: #75BC0D;
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
	background-color: #FFD000;
	outline: 1px solid #FFD000;
}



body {
	font-family: 'Montserrat Medium';
	font-size: calc(0.6vw + 3px);
	line-height: 1.3;
	color: #626262;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat Bold';
	font-size: calc(1.1vw + 16px);
	line-height: 1.3;
}

.white {
	color: #fff;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.site__container {
	width: 80%;
	max-width: 1600px;
	margin: 0 auto;
}

.nav__container {
	padding: 10px 0;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.nav__grid {
	display: grid;
	grid-template-columns: 5% 80% 15%;
}

.nav__phone__count {
	text-align: right;
}

.nav__phone {
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #75BC0D;
	color: #fff !important;
}

.nav-menu {
	display: flex;
	justify-content: space-around;
}

.nav-menu a {
	color: #626262 !important;
}

.nav-menu a:hover {
	color: #75BC0D !important;
	border-bottom: 1px solid #75BC0D;
}

.header {
	background-image: url('/wp-content/themes/lora/assets/images/header__img2.jpg');
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	/* min-height: 800px;*/
	margin-top: 40px;
}

.header__info {
	background: #FFFFFF;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, .8) 80%, rgba(255, 255, 255, 0) 100%);
	/*min-height: 800px;*/
}

.header__grid {
	display: grid;
	grid-template-columns: 60% 40%;
}

.header__info__content {
	padding: 5% 0 5% 15%;
}

.lt {
	font-family: 'Montserrat Light';
}

.ht__lt {
	font-family: 'Montserrat Light';
	font-size: calc(.6vw + 8px);
	line-height: 1.3;
}

.header__phone {
	color: #75BC0D;
	font-family: 'Montserrat Bold';
	font-size: calc(1vw + 14px);
	line-height: 1.3;
	transition-duration: .3s;
}

.header__phone:hover {
	color: #75BC0D;
	text-decoration: underline;
}

.messenger__icon {
	width: 4%;
	margin-top: 3px;
	margin-left: 5px;
}

.messenger__icon2 {
	width: 2%;
	margin-top: -5px;
	margin-left: 5px;
}

.header__info__grid {
	width: 60%;
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 4%;
}

.ht {
	font-weight: bold;
	font-size: calc(.6vw + 8px);
}

.no__mr {
	margin-bottom: 5px;
}

.green__text {
	color: #75BC0D;
}

.btn__green {
	font-family: 'Montserrat Regular';
	background-color: #75BC0D;
	color: #fff !important;
	;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: calc(.6vw + 6px);
	transition-duration: .3s;
}

.btn__green:hover {
	background-color: #FFD000;
}




/* Блок quize начало */

:root {
	--pbg: 80%;
}

.quize___count {
	background-color: #f9f9f9;
	border-radius: 10px;
	padding: 15px;
}

.quize__grid {
	display: grid;
	grid-template-columns: 22% 76%;
	gap: 2%;
}

.quize__left__column,
.quize__right__column {
	border: solid 1px #E7E7E7;
	border-radius: 10px;
	padding: 20px;
}

.anton {
	width: 60%;
	margin: 0 auto;
}

.quize__left__column {
	padding: 20px;
}

.que {
	background-color: #fff;
	padding: 10px;
	font-size: calc(0.5vw + 3px);
}

.que2 {
	background-color: #f6f6f6;
	padding: 5px;
	font-size: calc(0.5vw + 3px);
}

.progress__bar {
	width: 100%;
	height: 20px;
	border-radius: 6px;
	background-image: url('/wp-content/themes/lora/assets/images/progress__bar.svg');
	animation: pb linear 15s infinite;
	position: relative;
}

.progress__bar__steps {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	border-radius: 0px 6px 6px 0;
	background-color: #fff;
	width: var(--pbg);
	height: 20px;
	transition-duration: .5s;
}

@keyframes pb {
	0% {
		background-position: 100% 100%;
	}

	100% {
		background-position: 0 100%;
	}
}

.quize__form__grid {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}

.quize__form__grid2 {
	display: grid;
	grid-template-columns: 38% 38% 19%;
	gap: 2%;
}

.bordered {
	border-radius: 10px;
}

.quize__single__block {
	padding: 20px;
}

.progress__pagination {
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 10px;
	display: inline-block;
	font-size: calc(0.6vw + 10px);
	line-height: 1.3;
}

.quize__header {
	display: inline-block;
}

/* Radio Buttons */

.radiobuttons__item {
	position: relative;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.radiobuttons__item:before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(30% - 15px);
	background-color: #fff;
	border-radius: 100px;
}

.radiobuttons__item:after {
	transform: scale(0);
	transition: all 0.3s ease 0s;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: calc(50% - 10px);
	top: calc(30% - 10px);
	background-color: #75BC0D;
	border-radius: 100px;
}

.radiobuttons__item.active:after {
	transform: scale(1);
	transition: all 0.3s ease 0s;
}

.radiobuttons__item input {
	display: none;
}

/* Radiobuttons end */



/* Checkbox */

.checkbox input {
	display: none;
}

.checkbox {
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.checkbox::before {
	content: '';
	width: 50px;
	height: 20px;
	border-radius: 20px;
	background-color: #fff;
	position: absolute;
	left: calc(50% - 25px);
	top: calc(30% - 10px);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
}

.checkbox::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	left: calc(50% - 25px);
	top: calc(30% - 15px);
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 100px;
	-webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 3px rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease 0s;
}

.checkbox.active::after {
	left: calc(50% + 0px);
	transition: all 0.3s ease 0s;
	background-color: #75BC0D;
	border: 1px solid #fff;
}

.checkbox.active::before {
	background-color: #75BC0D;
	transition: all 0.3s ease 0s;
}


/* Checkbox End*/

.input__text {
	background-color: #f6f6f6;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
}

.quize__form .input__text {
	background-color: #fff !important;
}

.qform__button {
	background-color: #75BC0D;
	color: #fff;
	padding: 20px 0;
	border-radius: 10px;
	text-align: center;
	display: block;
	width: 100%;
}


/* Блок quize конец */




/* Спойлер */

.spoiler-trigger {
	color: #626262;
	text-decoration: none;
}

.spoiler-trigger::after {
	content: '\f078';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 10px;
	padding: 10px;
	background-color: #75BC0D;
	border-radius: 100%;
	color: #fff;
	transition-duration: 0.5s;
}

.spoiler-trigger.active::after {
	content: '\f077';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0;
	top: 10px;
	padding: 10px;
	background-color: #f6f6f6;
	transition-duration: 0.5s;
	color: #626262;
}

.spoiler-trigger>span {
	padding: 0 3px;
}

.spoiler-trigger:hover>span {
	border-bottom-style: solid;
}

.spoiler-block {
	display: none;
	background-color: #f6f6f6;
	padding: 20px;
	border-radius: 0 10px 10px 10px;
}

.answer {
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #626262;
	position: relative;
}

@media (max-width:950px) {

	.spoiler-trigger::after,
	.spoiler-trigger.active::after {
		padding: 10px;
		top: 15px;
	}
}


.answer__grid {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 4%;
}

/* Конец спойлера */



/* Табы */

/* TABS */

.tabs__caption {
	display: flex;
	justify-content: space-between;
}

.tabs__caption li {
	width: 100%;
	text-align: center;
	cursor: pointer;
	padding: 20px 0;
	border-bottom: 4px solid #f6f6f6;
	font-size: calc(.3vw + 14px);
	font-weight: 400;
	opacity: 0.6;
	transition-duration: 0.3s;
}

.tabs__caption li:hover {
	opacity: 1;
}

.tabs__caption li.active {
	width: 100%;
	text-align: center;
	opacity: 1;
	border-bottom: 4px solid #75BC0D;
}

.tabs__content__count {
	margin-top: 20px;
}

.tabs__content {
	display: none;
	/* по умолчанию прячем все блоки */
}

.tabs__content.active {
	display: block;
	/* по умолчанию показываем нужный блок */
}

.tab__content {
	display: grid;
	grid-template-columns: 48% 48%;
	gap: 4%;
}

.cveta__grid {
	display: grid;
	grid-template-columns: 16.666% 16.666% 16.666% 16.666% 16.666% 16.666%;
}

.cveta__grid div {
	padding: 5px;
}

.cveta__grid img {
	opacity: .8;
	cursor: pointer;
	transition-duration: .3s;
}

.cveta__grid img:hover {
	opacity: 1;
	transition-duration: .3s;
}

/* END TABS */





.uslugi__grid {
	display: grid;
	grid-template-columns: 31.333% 31.333% 31.333%;
	gap: 3%;
}

.vv__block {
	border-radius: 10px;
	padding: 20px;
}

.vv1 {
	background: #E8EFE0;
	background: linear-gradient(180deg, rgba(232, 239, 224, 1) 0%, rgba(246, 246, 246, 1) 100%);
}

.vv2 {
	background: #E1EBD6;
	background: linear-gradient(180deg, rgba(225, 235, 214, 1) 0%, rgba(246, 246, 246, 1) 100%);
}

.vv3 {
	background: #D9E8CA;
	background: linear-gradient(180deg, rgba(217, 232, 202, 1) 0%, rgba(246, 246, 246, 1) 100%);
}

.gray__bg {
	background-color: #f6f6f6;
}

.callback__grid {
	display: grid;
	grid-template-columns: 30% 68%;
	gap: 2%;
}

.green__link {
	color: #75BC0D;
}

.input__text,
.form-control {
	padding: 10px !important;
	background-color: #f6f6f6;
	width: 100%;
	margin: 10px 0;
}

.t__s {
	text-shadow: 1px 1px 2px #000;
}

.gallery {
	opacity: .8;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	transition-duration: .3s;
}

.gallery:hover {
	opacity: 1;
	-webkit-box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.4);
	-moz-box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.4);
	box-shadow: 6px 6px 12px 0px rgba(34, 60, 80, 0.4);
	transition-duration: .3s;
}




/* Preimushestva */

.preimushestva {
	background-image: url('/wp-content/themes/lora/assets/images/preimushestva__bg.jpg');
	background-size: cover;
	background-position: top center;
	padding: 50px 0;
}

.pr__block {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.pr__border {
	padding: 10px 20px 40px 10px;
	border-radius: 10px;
	border: 1px solid #eee;
}

.preimushesva-slider .itc-slider-item {
	padding: 20px;
}

.pr__diz {
	display: grid;
	grid-template-columns: 50% 50%;
}

.gren__round {
	background-color: #75BC0D;
	color: #fff;
	border-radius: 6px;
	padding: 2px 15px;
	line-height: 2;
	font-family: 'Montserrat Medium';
}


/* Prichini */

.site__container2 {
	width: 85%;
	margin: 0 auto;
}

.prichini {
	background-image: url('/wp-content/themes/lora/assets/images/prichini__bg2.jpg');
	background-size: cover;
	background-position: bottom center;
	color: #fff;
	padding: 50px 0;
}

.prichini__grid {
	display: grid;
	grid-template-columns: 25% 50% 25%;
}

.pri__block {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	border-radius: 10px;
	color: #626262;
	margin-bottom: 50px;
}

.pr5 {
	width: 30%;
	margin: -8% auto 0 auto;
}

.pr__icon {
	width: 15%;
	margin-left: -20px;
	display: inline-block;
}


/* Отзывы */


.work__otziv {
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 20px;
	display: grid;
	grid-template-columns: 15% 83%;
	gap: 2%;
}

.otzivi {
	padding: 20px 0 10px 0;
}

.otziv {
	background-color: #f6f6f6;
	padding: 20px;
	border-radius: 10px;
}

.header__otziv {
	display: grid;
	grid-template-columns: 25% 63% 10%;
	gap: 2%;
}

.ava {
	width: 30%;
}

.raiting {
	color: #FFD000;
	margin-top: 5px;
}

.formi__grid {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
}

.map__count {
	display: grid;
	grid-template-columns: 60% 40%;
}

.site-footer {
	background-color: #f6f6f6;
	padding: 50px 0;
	text-align: center;
}

.hidden__desktop {
	display: none;
}


@media (max-width:1650px) {
	.site__container {
		width: 85%;
	}
}


@media (max-width:1450px) {
	.site__container {
		width: 90%;
	}

	.header__info__content {
		padding: 5% 0 5% 10%;
	}

	.site__container2 {
		width: 95%;
		margin: 0 auto;
	}
}


@media (max-width:1050px) {
	.site__container {
		width: 90%;
	}

	.header__info__content {
		padding: 5% 0 5% 10%;
	}

	.quize__left__column {
		padding: 10px;
	}

	.preimushesva-slider .itc-slider-item {
		padding: 10px;
	}
}

@media (max-width:850px) {
	body {
		font-family: 'Montserrat Medium';
		font-size: calc(0.6vw + 12px);
		line-height: 1.3;
		color: #626262;
	}

	.site__container {
		width: 95%;
	}

	.ht {
		font-weight: bold;
		font-size: calc(.6vw + 14px);
	}

	.header__info__content {
		padding: 5%;
	}

	.header__grid {
		display: grid;
		grid-template-columns: 100%;
	}

	.header__info__grid {
		width: 100%;
		display: grid;
		grid-template-columns: 48% 48%;
		gap: 4%;
		text-align: left;
	}

	.header__info {
		background-color: rgba(255, 255, 255, .8);
		background: #FFFFFF;
		background: linear-gradient(90deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 50%, rgba(255, 255, 255, .8) 80%, rgba(255, 255, 255, .8) 100%);
		/* min-height: 800px; */
		text-align: center;
	}

	.header {
		background-image: url(/wp-content/themes/lora/assets/images/header__bg.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		/* min-height: 800px; */
	}

	.center.white {
		display: none;
	}

	.header__phone {
		color: #75BC0D;
		font-family: 'Montserrat Bold';
		font-size: calc(1vw + 20px);
		line-height: 1.3;
		transition-duration: .3s;
	}

	.quize__grid {
		display: grid;
		grid-template-columns: 100%;
		gap: 0;
	}

	.que2,
	.que {
		background-color: #fff;
		padding: 10px;
		font-size: calc(0.5vw + 10px);
	}

	.quize__single__block {
		padding: 10px;
	}

	.quize__form__grid {
		display: grid;
		grid-template-columns: 50% 50%;
	}

	.btn__green {
		font-size: calc(.6vw + 14px);
	}

	.uslugi__grid {
		display: grid;
		grid-template-columns: 100%;
		gap: 0;
	}

	.tab__content {
		display: grid;
		grid-template-columns: 100%;
		gap: 0;
	}

	.prichini__grid {
		display: grid;
		grid-template-columns: 100%;
	}

	.answer__grid {
		display: grid;
		grid-template-columns: 100%;
		gap: 0;
	}

	.nav__grid {
		display: grid;
		grid-template-columns: 25% 25% 50%;
	}

	.menu-toggle {
		border: none;
		background-color: #75BC0D;
		color: #fff;
		margin: 0 auto;
	}

	.nav__button__count {
		text-align: center;
	}

	.nav__phone {
		display: block;
		text-align: center;
	}

	.nav-menu {
		padding: 20px 0;
		position: absolute;
		left: 0;
		right: 0;
		background-color: #fff;
	}

	.nav-menu a {
		font-size: 18px;
		padding: 10px;
	}

	.quize__left__column,
	.quize__right__column {
		border: solid 1px #E7E7E7;
		border-radius: 10px;
		padding: 10px;
	}

	.pr5 {
		width: 100%;
		margin: 0 auto 0 auto;
	}

	.messenger__count {
		display: block;
	}

	.map__count {
		display: grid;
		grid-template-columns: 100%;
	}

	.callback__grid {
		display: grid;
		grid-template-columns: 100%;
		gap: 0;
	}

	.anton {
		width: 30%;
		margin: 0 auto;
	}

	.quize___count {
		padding: 5px;
	}

	.tabs__caption {
		margin: 0;
	}

	.formi__grid {
		display: grid;
		grid-template-columns: 50% 50%;
	}

	.messenger__icon2,
	.messenger__icon {
		width: 10%;
		margin-top: 10px;
		margin-left: 5px;
	}

	.hidden__phone {
		display: none;
	}

	.hidden__desktop {
		display: block;
	}
	.kontakti__info{
		padding:20px 0;
	}
}