/*
Theme Name: Big Serpukhov
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--blue: #015A97;
	--light-blue: #D9E8F0;
	--black: #000000;
	--gray: #E6E6E6;
	--red: red;
}
body {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	margin: auto;
	padding: 0;
	width: 100%;
	background: #fff;
}
@media screen and (max-width: 950px){
	body {
		font-size: 21px;
	}
}
@media screen and (max-width: 600px){
	body {
		font-size: 18px;
	}
}
* {
	outline: none;
	box-sizing: border-box;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
a, .link {
	text-decoration: underline;
	color: var(--blue);
	cursor: pointer;
}
textarea,
select, 
input[type="date"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"] {
	width: 100%;
	margin: 0 0 10px;
	padding: 12px 18px;
	border-radius: 5px;
	border: solid 1px #aaa;
	background: #fff;
	font-weight: 400;
	font-size: 16px;
}
input[type="checkbox"] {
	transform: scale(1.3, 1.3);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 110%;
	color: var(--blue);
	margin: 0 0 30px;
}
h2, .h2 {
	font-size: 42px;
	font-weight: 700;
	line-height: 110%;
	color: var(--blue);
	text-transform: uppercase;
	margin: 80px 0 60px;
}
h3, .h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 110%;
	color: var(--blue);
	margin: 30px 0 30px;
}
@media screen and (max-width: 950px){
	h1 {
		font-size: 24px;
		margin: 15px 0 30px;
	}
	h2, .h2 {
		font-size: 24px;
		margin: 35px 0 35px;
	}
}
b, strong {
	font-weight: 600;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
ins {
	text-decoration: none;
}
p {
	margin: 10px 0;
}
.clearfix {
	clear: both;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.hidden {
	display: none !important;
}
.nowrap {
	white-space: nowrap;
}
.overflow {
	max-width: 100%;
	overflow-x: auto;
}
.relative {
	position: relative;
}

.alignleft {
	float: left;
	max-width: 45%;
	margin: 0 20px 20px 0;
}
.alignright {
	float: right;
	max-width: 45%;
	margin: 0 0 20px 20px;
}
.aligncenter {
	display: block;
	margin: auto;
}
@media (max-width: 950px){
	.alignleft,
	.alignright {
		float: none;
		max-width: 100%;
		margin: 0 0 20px 0;
	}
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.flex-2 > * {
	width: 49%;
}
.flex-3 > * {
	width: 32%;
}
.flex-4 > * {
	width: 24%;
}
@media screen and (min-width: 950px){
	.mobile-only {
		display: none !important;
	}
}
@media screen and (max-width: 950px){
	.desktop-only {
		display: none !important;
	}
	.flex-2 > *,
	.flex-3 > *,
	.flex-4 > * {
		width: 100%;
	}
}
.flex-top {
	align-items: flex-start;
}
.flex-left {
	justify-content: flex-start;
}
.flex-right {
	justify-content: flex-end;
}
.flex-center {
	justify-content: center;
}
.flex-stretch {
	align-items: stretch;
}
.flex-nowrap {
	flex-wrap: nowrap;
}

.inline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 10px 0;
}

.table {
	display: table;
	width: 100%;
}
.table tr,
.table > * {
	display: table-row;
}
.table tr td,
.table > * > * {
	display: table-cell;
	vertical-align: top;
	padding: 6px;
	text-align: left;
}
@media screen and (max-width: 600px){
	.table {
		display: block;
	}
	.table tr,
	.table > * {
		display: block;
	}
	.table tr td,
	.table > * > * {
		display: block;
	}	
}

.page-content {
	margin-bottom: 100px;
	font-size: 18px;
	line-height: 24px;
}

.container {
	width: 100%;
	max-width: 1276px;
	margin: auto;
	padding: 0 20px;
}

input[type="submit"],
.button {
	font-size: 14px;
	font-weight: 500;
	line-height: 112%;
	display: inline-block;
	background: var(--blue);
	padding: 10px 15px 7px;
	margin: 0 10px;
	border-radius: 15px;
	border: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
input[type="submit"]:hover,
.button:hover {
	background: var(--black);
	color: #fff;
}
.button-light {
	background: #0084E6;
}

main {
	min-height: 60vh;
}

.error-section {
	margin: 120px auto;
}

.bread-crumbs a {
	text-decoration: none;
	color: var(--gray2);
}
.bread-crumbs ul {
	margin: 0;
	padding: 0;
}
.bread-crumbs ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
	color: var(--blue);
}
.bread-crumbs ul li:not(:last-child):after {
	margin: 0;
	padding: 0 8px;
	display: inline-block;
	content: "/";
}
.bread-crumbs ul li:last-child {
	cursor: text;
	pointer-events: none;
}

.item {
	background: var(--blue);
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}
.item strong {
	display: block;
	font-size: 114px;
	line-height: 120px;
	color: #fff !important;
}

@media screen and (max-width: 950px){
	.item {
		font-size: 16px;
	}
	.item strong {
		font-size: 64px;
		line-height: 70px;
		color: #fff !important;
	}
}

@media screen and (min-width:  950px){
	.block-2 .column1,
	.block-6 .column1,
	.block-9 .column1 {
		border-right: solid 3px var(--blue);
		padding-right: 20px;
	}
	.block-6,
	.block-9 {
		margin-bottom: 30px;
	}
	.block-6 .text {
		min-height: 11lh;
	}
	.block-9 .text {
		min-height: 10lh;
	}
}

.block-3 {
	margin: 80px auto 80px;
}
.block-3 .icon {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin: 10px 0 10px 20px;
}
.block-3 .icon1 {
	background: #015A97;
}
.block-3 .icon2 {
	background: #8ECCFA;
}
.block-3 .icon3 {
	background: #D5EBFD;
}
.block-3 .alt {
	margin-right: 60px;
}

.block-8 .item p {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 26px;
}
.block-8 .item strong {
	font-size: 75px;
	line-height: 75px;
	margin-right: 20px;
}

.blue-block {
	background: var(--blue);
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	border-radius: 20px;
	padding: 30px 40px;
	margin: 30px 0;
}
.blue-block p {
	margin: 0;
}
@media screen and (max-width: 950px){
	.blue-block {
		font-size: 20px;
		padding: 20px 20px;
	}
}

header {
	padding: 20px 0;
}
header .logo img {
	object-fit: contain;
	width: 223px;
	height: 54px;
}
header .menu a {
	text-decoration: none;
	color: #000;
	margin: 0 12px;
	padding: 0;
	display: inline-block;
	font-size: 16px;
}
@media screen and (max-width: 950px){
	header .menu ul li {
		display: block;
		width: 100%;
		padding: 10px;
	}
	header .menu {
		display: none;
		padding: 15px;
	}
	header .menu.opened {
		display: block;
	}
	header .button {
		width: 40%;
		margin-top: 15px;
	}
}

section {
	margin: 30px auto;
}

.content-block strong {
	color: var(--blue);
}

.home-first {
	height: 700px;
	margin: 0 auto 80px;
}
.home-first video {
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 950px){
	.home-first {
		height: 450px;
	}
}
@media screen and (max-width: 600px){
	.home-first {
		height: 300px;
	}
}

.alt-block {
	background: var(--light-blue);
	border-radius: 15px;
	padding: 20px 30px;
	margin: 20px auto;
}
.alt-block p {
	margin: 0;
}
@media screen and (max-width: 950px){
	.alt-block {
		padding: 20px 20px;
	}
}

.info-block {
	background: #D0E2F2;
	padding: 20px;
}
.info-block .column {
	background: #E2ECF7;
	background: linear-gradient(180deg,rgba(226, 236, 247, 1) 1%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	box-shadow: 1px 30px 32px -25px rgba(34, 60, 80, 0.3);
	padding: 25px;
	margin-bottom: 60px;
}
.info-block .column1 {
	width: 40%;
}
.info-block .column1 h3 {
	font-size: 32px;
	line-height: 40px;
	color: var(--black);
	margin: 20px 0;
}
.info-block .column1 button {
	width: 100%;
	font-size: 23px;
	line-height: 28px;
	text-align: center;
	padding: 10px;
}
.info-block .column1 .tax {
	margin: 40px 0;
	font-size: 30px;
	color: var(--blue);
}
.info-block .column1 .tax strong {
	font-size: 64px;
}
.info-block .column1 .tax .line {
	height: 7px;
	width: 90%;
	margin: 0 5%;
	background: #91B1DC;
}
.info-block .column1 .tax p {
	font-size: 12px;
	margin: 0;
}
.info-block .column1 .tax.flex-3 > * {
	width: 32%;
}
.info-block .column2 {
	width: 57%;
}
.info-block h2 {
	font-size: 48px;
	line-height: 60px;
	color: var(--black);
	margin: 20px 0;
}
.info-block h2 span {
	color: var(--blue);
}
.info-block h3 {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	color: var(--black);
	margin: 10px 0;
}
.info-block h4 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 600;
	color: var(--black);
	margin: 0 0 15px;
}
.info-block h5 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	color: var(--black);
	margin: 15px 0;
}
.info-block .value {
	font-size: 200px;
	line-height: 270px;
	font-weight: 700;
	color: var(--blue);
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 100px rgba(1, 82, 137, .5);
}
.info-block .value strong {
	font-size: 367px;
	line-height: 270px;
	font-weight: 700;
}
.info-block .item {
	padding: 0 0 0 25px;
	margin: 40px 0 0;
	position: relative;
	background: transparent;
	font-size: 18px;
	line-height: 28px;
	color: var(--black);
}
.info-block .item:before {
	background: #BA1A1A;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
}
.info-block .item p {
	font-size: 12px;
	line-height: 16px;
	color: var(--black);
}
.info-block ul {
	font-size: 18px;
	line-height: 23px;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 950px){
	.info-block {
		padding: 10px;
	}
	.info-block h2 {
		font-size: 24px;
		line-height: 35px;
	}
	.info-block .column1,
	.info-block .column2 {
		width: 100%;
	}
	.info-block .column1 .tax strong {
		font-size: 30px;
	}
	.info-block .value {
		font-size: 100px;
		line-height: 170px;
	}
	.info-block .value strong {
		font-size: 300px;
		line-height: 200px;
	}

}

.news-block {
	background: var(--light-blue);
	font-size: 18px;
	line-height: 22px;
	padding: 30px 0;
	margin: 0 auto;
}
.news-block h2 {
	margin: 40px 0;
}
.news-block a {
	text-decoration: none;
	color: var(--black);
}
.news-block a img {
	object-fit: cover;
	width: 100%;
	height: 400px;
}
.news-block h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: var(--black);
	margin: 40px 0 30px;
}

footer {
	background: var(--blue);
	color: #fff;
	padding: 50px 20px;
	color: #fff;
	font-size: 18px;
}
footer a {
	color: #fff;
}
footer .column1 {
	width: 25%;
}
footer .column2 {
	width: 45%;
}
footer .column3 {
	width: 30%;
}
footer svg {
	margin-right: 30px;
}
footer .phone {
	font-size: 32px;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 20px;
}
footer .mail {
	font-size: 32px;
	font-weight: 700;
}
footer .soc-links {
	margin: 0 0 30px 70px;
}
footer .soc-links avg {
	margin: 10px;
}
footer .column3 > * {
	display: block;
	margin: 5px 0;
}
footer .column3 .button {
	display: block;
	background: #fff;
	color: var(--blue);
	margin: 0 0 20px;
	width: 100%;
	max-width: 300px;
	padding: 15px;
	font-weight: 700;
	font-size: 20px;
}
@media screen and (max-width: 950px){
	footer svg {
		margin-right: 15px;
	}
	footer .column1 {
		width: 30%;
		margin-bottom: 60px;
	}
	footer .column2 {
		width: 70%;
		margin-bottom: 60px;
	}
	footer .column3 {
		width: 100%;
		margin-bottom: 10px;
	}
	footer .phone {
		font-size: 21px;
	}
	footer .mail {
		font-size: 21px;
	}
}
@media screen and (max-width: 600px){
	footer .column1,
	footer .column2,
	footer .column3 {
		width: 100%;
	}
}

.modal-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow: auto;
	background: rgba(21, 22, 22, 0.7);
	display: none;
}
.modal-mask > div {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 200;
	margin: 60px auto;
	width: 90%;
	max-width: 700px;
	height: auto;
	background: #fff;
	text-align: center;
	padding: 35px 40px;
	box-shadow: 0px 0px 15px 10px rgba(0,0,0,.5);
}
.modal-mask > div form input[type="checkbox"] {
	transform: scale(2,2);
	margin-right: 20px;
}
.modal-mask > div h2 {
	margin: 10px 0 25px;
	color: var(--blue);
}
.modal-mask > div p {
	margin: 10px 0;
}
.modal-mask > div .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 200;
	cursor: pointer;
	color: #000;
}
.modal-mask > div .custom-checkobox {
	margin: 0 0 15px 0;
}
.modal-mask > div .custom-checkobox .custom-checkobox-alt {
	width: 85%;
	text-align: left;
	font-size: 18px;
}
.modal-mask > div .error-input {
	border: solid 1px var(--red);
}
@media screen and (max-width: 950px){
	.modal-mask > div {
		padding: 20px;
	}
}
@media screen and (max-width: 600px){
	.modal-mask > div {
		padding: 20px;
	}
}

.owl-dots {
	text-align: center;
	margin: 0 auto 40px;
}
.owl-dots button {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #B1CBDF !important;
	margin: 10px;
}
.owl-dots button.active {
	background: #015A97 !important;
}
.owl-nav {
	position: absolute;
	top: 30%;
	z-index: 10;
	left: 5px;
	right: 5px;
}
.owl-nav button {
	background: rgba(255, 255, 255, .5) !important;
	border-radius: 100%;
	padding: 10px 15px !important;
	font-weight: 700;
	font-size: 25px;
}
.owl-nav button:hover {
	background: rgba(255, 255, 255, .9) !important;
}
.owl-nav button.owl-prev {
	float: left;
}
.owl-nav button.owl-next {
	float: right;
}

.scheme {
	position: relative;
}
.scheme div {
	position: absolute;
	background: transparent;
	cursor: pointer;
}
.scheme div span {
	position: absolute;
	height: 35px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,.5);
	border-radius: 15px;
	padding: 5px 15px;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	display: none;
}
.scheme div:hover span {
	display: block;
}