body {
    font-family: "Montserrat", Verdana, Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #333333;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #254895;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #254895;
    outline: none;
}
.h1,
h1 {
   text-align: center;
	 margin-bottom: 40px;
	 font-size: 54px;
	 font-weight: 400;
	 line-height: 1.2;
} 
.h2,
h2 {
   text-align: left;
	 margin-bottom: 40px;
	 font-size: 38px;
	 font-weight: 400;
	 line-height: 1.2;
} 
.h3,
h3 {
   text-align: left;
	 margin-bottom: 30px;
	 font-size: 32px;
	 font-weight: 400;
	 line-height: 1.2;
} 
.h4,
h4 {
   text-align: left;
	 margin-bottom: 30px;
	 font-size: 26px;
	 font-weight: 400;
	 line-height: 1.2;
} 
.smaller {
	font-size: 70%;
} 
.btn {
	background-color: #254895;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 46px;
	color: #ffffff;
	padding: 14px 35px 14px 35px;
	font-size: 22px;
	font-weight: 700;
}
.btn.btn-header {
	background: #0097EC;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 40px;
	color: #ffffff;
	padding: 10px 50px 10px 50px;
	font-size: 22px;
	font-weight: 700;
}
.btn:hover,
.btn:active,
.btn.btn-header:hover,
.btn.btn-header:active {
	background-color: #1591D7;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}
@media (max-width: 991.98px) {
	.h1,
	h1 {
		margin-bottom: 30px;
		font-size: 46px;
	} 
	.h2,
	h2 {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 1.1;
	} 
	.h3,
	h3 {
		font-size: 26px;
		line-height: 1.1;
	} 
	.h4,
	h4 {
		font-size: 20px;
		line-height: 1.1;
	} 
}
p {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.blue {
	color: #254895;
}
ol li::marker {
	color: #254895;
	font-size: 120%;
}
ul {
	padding-left: 15px;
}
ul li {
	margin-bottom: 5px;
}
.strong {
	font-weight: 700;
}

/* Шапка */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.header-bg {
    background: #254895;
		padding: 20px 0px;
}
.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__magazin {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 22px;
	line-height: 70px;
	padding-left: 70px;
	color: #ffffff;
	background: url(../images/samovar.webp) no-repeat 0px 0px;
}
.header__logo-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 206px;
	margin-right: 130px;
}
.header__button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

/* Главная */
.main-top {
	background-image: url(../images/header-bg.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 730px;
	padding-top: 180px;
}
.main-top__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.main-top__pic {
	display: none;
}
.main-top__collage {
	width: 820px;
}
h1.main {
	color: #254895;
	text-align: center;
	font-weight: 700;
	font-size: 52px;
	line-height: 72px;
	margin-top: 10px;
	padding: 0px 260px;
}
.main-top__text {
	font-size: 22px;
	color: #254895;
	text-align: center;
	font-weight: 700;
	padding: 0px 100px;
}
.samovary {	
	margin-bottom: 70px;
}
.samovary__photo {
	border: 1px solid #cccccc;
}
.samovary__text {
	font-size: 16px;
	line-height: 200%;
}
.samovary__text__cap {
	color: #254895;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
}

/* Footer */
.footer {
	background-color: #254895;
	color: #ffffff;
	font-size: 15px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}
.footer__text {
	font-weight: 700;
	font-size: 33px;
	line-height: 72px;
	text-align: center;
	margin-bottom: 40px;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	color: #ffffff;
}
.footer__address {
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: left;
}
.footer__copy {
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 7px;
	border-top: 1px solid #385cad;
}

.text-left {
	text-align: left!important;
}
.text-right {
	text-align: right!important;
}

@media (max-width: 1399.98px) {
	.header__logo {
		margin-right: 40px;
	}
	h1.main {
		padding: 0px 0px;
	}
	.main-top__text {
		padding: 0px 0px;
	}
}
@media (max-width: 1199.98px) {
	.header__magazin {
		font-size: 20px;
		line-height: 22px;
		min-height: 70px;
		width: 43%;
	}
	.header__logo {
		margin-right: 60px;
	}
	.footer__text {
		font-weight: 700;
		font-size: 27px;
	}
}
@media (max-width: 991.98px) {
	.header__magazin {
		font-size: 18px;
		line-height: 22px;
		min-height: 70px;
		width: 47%;
	}
	.header__logo {
		width: 170px;
		margin-right: 30px;
	}
	.btn.btn-header {
		padding: 10px 40px 10px 40px;
		font-size: 20px;
	}
	h1.main {
		font-size: 46px;
		line-height: 52px;
		margin-top: 10px;
	}
	.main-top__text {
		font-size: 19px;
	}
	.samovary__text__cap {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.samovary__text {
		font-size: 16px;
		line-height: 140%;
	}
	.footer__text {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 40px;
	}
	.footer__address {
		font-size: 18px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.header__wrap {
		flex-direction: column;
	}
	.header__logo-wrap {
		margin-top: 12px;
	}
	.header__magazin {
		width: 100%;
		font-size: 20px;
		line-height: 22px;
		padding-left: 50px;
		min-height: 40px;
		background-size: contain;
	}
	.main-top {
		background-position: center 110px;
		padding-top: 160px;
		min-height: auto;
		background-size: contain;
	}
	.main-top__collage {
		width: 100%;
	}
	h1.main {
		font-size: 36px;
		line-height: 42px;
		margin-top: 20px;
	}
	.main-top__text {
		font-size: 19px;
	}
	.samovary__text__cap {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.samovary__text {
		font-size: 16px;
		line-height: 140%;
	}
	.footer__text {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 40px;
	}
	.footer__address {
		font-size: 15px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media (max-width: 575.98px) {
	.header__logo-wrap {
		margin-top: 15px;
	}
	.header__logo {
		width: 120px;
		margin-right: 30px;
	}
	.btn.btn-header {
		padding: 6px 30px 6px 30px;
		font-size: 18px;
	}
	h1.main {
		font-size: 30px;
		line-height: 35px;
		margin-top: 20px;
	}
	.main-top__text {
		font-size: 16px;
	}
	.samovary__text {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.footer__text {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 0px;
	}
	.footer__address {
		font-size: 18px;
		padding-top: 30px;
		padding-bottom: 20px;
		text-align: center;
	}
}