

/* Start:/local/templates/dvgproject_template/styles/main.css?17639651534373*/
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
@font-face {
	font-family: 'Gotham Pro';  
	font-weight: 700;
	src: url(/local/templates/dvgproject_template/assets/fonts/gothampro_bold.ttf); 
}
@font-face {
	font-family: 'Gotham Pro'; 
	font-weight: 400;
	src: url(/local/templates/dvgproject_template/assets/fonts/gothampro.ttf); 
}
@font-face {
	font-family: 'Gotham Pro';
	font-weight: 500;
	src: url(/local/templates/dvgproject_template/assets/fonts/gothampro_medium.ttf); 
}
@font-face {
	font-family: 'DIN Pro'; 
	font-weight: 500;
	src: url(/local/templates/dvgproject_template/assets/fonts/dinpro_medium.otf); 
}
:root {
  /* Brand */
  --color-primary: #DA2130;
  --color-secondary: #0B6185;
  --color-link: #33363FD6;

  /* UI */
  --color-text: #555555;
  --color-border: #e5e5e5;

  /* States */
  --color-error: #e63946;
  --color-success: #2a9d8f;
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}

html, body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	height: fit-content;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
}
* {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
html {
	overflow-x: hidden;
}

ul, ol {
  list-style: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

body, section, header, footer {
  background-color: #fff;
  color: #000;
}
.container .brand-info {
	display: flex;
	gap: 10px;
}
.container .company-name {
	padding: 21px 0 10px;
}
.container .company-name span {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--color-secondary);
}
.blue-highlight {
	color: var(--color-secondary) !important;
}
button, input[type="submit"], a.button {
	font-family: DIN Pro, sans-serif;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--color-primary);
	border-radius: 15px;
	padding: 0 15px;
	cursor: pointer;
}
.button-normal {
	font-size: 23.38px;
	line-height: 44.69px;
}
button, input[type"submit"] {
	font-size: 30px;
    line-height: 57.33px;
}
.button-big {
	font-size: 30px;
	line-height: 57.33px;
}
button:hover {
	background-color: var(--color-primary);
	cursor: pointer;
}
h2, h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 57.33px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-text);
}
p {
	color: var(--color-text);
}
main {
  overflow: hidden;
}
input[type="text"], input[type="phone"] {
	border: 1px solid #00000052;
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
}
.requisites .table {
	padding: 30px 0;
}
.requisites span {
	min-width: 200px;
	padding: 5px 0;
	display: inline-block;
}
.requisites span + span {
	padding-left: 30px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 20px #000;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
  transition: 0.3s;
}
.modal-close:hover {
  color: #ccc;
}
.banner-about span {
	font-weight: 700;
    font-size: 40px;
    line-height: 57.33px;
    text-align: left;
    text-transform: uppercase;
}
.cms-cookieAccept {
  background-color: transparent;
}
.cms-cookieAccept .container {
  max-width: 855px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  background-color: #98abba;
  border-radius: 15px;
  gap: 40px;
  align-items: center;
  padding: 15px 24px;
}
.cms-cookieAccept .cookieAccept-content {
  margin: 0;
}
.cms-cookieAccept .cookieAccept-panel .accept-button {
  color: #98abba;
  font-weight: bold;
}
.cms-cookieAccept .cookieAccept-content {
  display: flex;
  gap: 5px;
}
.cms-cookieAccept {
  margin-bottom: 15px;
}
@media (max-width: 600px) {
.cms-cookieAccept .container {
  border-radius: 0;
}
.cms-cookieAccept {
  margin-bottom: 0;
}
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/layout.css?174403803947*/
.container {
	width: 1199px;
	margin: 0 auto;
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/header.css?1748869576885*/
.site-header {
	padding: 13px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-header .menu {
	padding: 10px 0;
}
.site-header .company-name span {
	color: var(--color-secondary);
}
.site-header .contact-info {
	display: flex;
	gap: 15px;
	align-items: center;
}
.site-header .phone-number {
	font-family: Gotham Pro;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-align: right;
	text-transform: uppercase;
}
.site-header .telegram {
	display: flex;
	gap: 11px;
	align-items: center;
    justify-content: flex-end;
}
.site-header .telegram span {
	font-family: Rounded Mplus 1c Bold;
	font-weight: 700;
	font-size: 13px;
	vertical-align: middle;
	color: var(--color-link);
}
.site-header .telegram img {
	height: 30px;
	width: 30px;
	object-fit: contain;
}
.site-header .mobile-menu-opener, .site-header .mobile-icon {
	display: none;
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/index.css?17640811337833*/
.banner {
	background-image : url('/local/templates/dvgproject_template/assets/images/banner.png');
	background-size: cover;
	padding: 109px 0 106px;
}
.banner h1 {
	font-family: Rounded Mplus 1c, sans-serif;
	font-weight: 700;
	font-size: 51.6px;
	line-height: 57.33px;
	text-transform: uppercase;
	color: #494949;
	max-width: 600px;
	text-align: left;
}
.banner h1 span {
	color: var(--color-secondary);
}
.banner .benefits {
	display: flex;
	gap: 33px;
	padding: 38px 0;
}
.banner .benefits-item {
    display: flex;
    gap: 14px;
    width: 250px;
}
.banner .benefits-item span {
	max-width: 194px;
	font-family: Gotham Pro, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #555555;
}
.call {
	font-family: DIN Pro, sans-serif;
	font-weight: 500;
	font-size: 19px;
	line-height: 57.33px;
	text-transform: uppercase;
	color: var(--color-secondary);
}
.call span {
	color: var(--color-primary);
}
.banner-button button {
	font-size: 30px;
	line-height: 57.33px;
}
.banner .cta, .banner .consent {
	display: flex;
}
.banner .cta {
	gap: 18px;
	align-items: center;
}
.consent {
	display: flex;
	gap: 6px;
	align-items: flex-start;
}
.consent span {
	font-family: "Gotham Pro", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 126%;
	max-width: 244px;
}
.consent input {
	position: relative;
	z-index: 2;
}
.consent span {
	position: relative;
	z-index: 1;
}
.services-info {
	padding-top: 77px;
}
.services-info h2 {
	margin-bottom: 47px;
}
.services-info img {
	border-radius: 23px;
	width: 589px;
	min-width: 589px;
	height: 417px;
	object-fit: cover;
}
.services-info .services-description {
	display: flex;
	justify-content: space-between;
	gap: 22px;
}
.services-info .text p, .services-info .text li {
	font-family: Gotham Pro;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--color-text);
}
.services-info .text .blue-highlight {
	font-weight: 500;
}
.services-info .text ul {
	margin-top: 3px;
}
.services-info .text li {
	font-weight: 500;
	position: relative;
	margin-left: 26px;
}
.services-info .text li:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 5px;
  width: 17px;
  height: 14px;
  background-image: url('/local/templates/dvgproject_template/assets/images/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.services-info .services-notice {
	padding: 27px 72px;
	border-radius: 15px;
	margin-top: 28px;
	font-family: Gotham Pro;
	font-weight: 700;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	color: var(--color-text);
}
.services-info .services-bg {
	background-color: #EFEFEF61;
}
.seaters-list {
	padding-bottom: 20px;
}
.seaters {
	padding-top: 82px;
}
.seaters h2 {
	margin-bottom: 55px;
}
.proseaters {
	padding: 69px 0 76px;
}
.proseaters h2 {
	max-width: 639px;
	margin: 0 auto 29px;
}
.proseaters p {
	text-align: center;
	max-width: 942px;
	margin: 0 auto;
}
.proseaters ul {
	margin: 30px 0;
}
.proseaters li {
	position: relative;
	margin: 0 auto;
	text-align: center;
	max-width: 851px;
}
.proseaters li:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 5px;
  width: 17px;
  height: 14px;
  background-image: url('/local/templates/dvgproject_template/assets/images/check-red.svg');
}
.inner-banner {
	background: url('/local/templates/dvgproject_template/assets/images/innerbannerbg.jpg') center/cover;
}
.inner-banner .container {
	padding: 102px 0 68px 508px;
	text-align: left;
	background: url('/local/templates/dvgproject_template/assets/images/seater.png') left -150px bottom / contain no-repeat;
}
.inner-banner h2 {
	text-align: left;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	text-transform: none;
	max-width: 450px;
}
.inner-banner h2 .blue-highlight {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
}
.inner-banner .info {
	margin: 25px 0 7px;
	color: color(--color-secondary);
	font-family: sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	max-width: 563px;
}
.inner-banner .consent {
	margin-top: 16px;
}
.inner-banner .consent span {
	max-width: 309px;
}
.inner-banner-benefits {
	position: relative;
	height: 268px;
	background-image: url('/local/templates/dvgproject_template/assets/images/banner2bg.jpg');
	background-size: cover;
}
.inner-banner-benefits .container {
	display: flex;
	padding: 86px 0 58px;
	justify-content: space-evenly;
}
.employ .container {
	padding: 69px 0;
}
.employ .process {
	display: grid;
	grid-template-columns: repeat(3, 25%);
	row-gap: 56px;
	justify-content: space-around;
	padding: 60px 0;
}
.employ .step {
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.employ .step:before {
	content: attr(data-number);
	position: absolute;
	top: 0;
	left: 0;
	font-family: Rounded Mplus 1c Bold;
	font-weight: 700;
	font-size: 30px;
	line-height: 57.33px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: var(--color-secondary);
	padding: 2px 6px;
	border-radius: 4px;
}
.employ .step[data-number="01."]:after,
.employ .step[data-number="02."]:after,
.employ .step[data-number="04."]:after,
.employ .step[data-number="05."]:after {
	content: '';
	position: absolute;
	top: 30%;
	right: -35%;
	width: 134px;
	height: 51px;
	background-image: url('/local/templates/dvgproject_template/assets/images/arrow.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.employ .step img {
	border-radius: 150px;
	width: 226px;
	height: 226px;
	object-fit: cover;
	border-right: 9px solid #0B618594;
	border-bottom: 9px solid #0B618594;
}
.employ .step h4 {
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
	text-align: center;
}
.employ button {
	margin: 0 auto;
	display: block;
}
.licenses {
	margin: 77px auto 29px;
}
.licenses .container {
	background: #EFEFEF61;
	border-radius: 15px;
	padding: 42px 20px 27px;
	max-height: 573px;
}
.licenses-block {
	display: flex;
	justify-content: center;
	gap: 45px;
	margin-top: 55px;
	max-height: 400px;
}
.licenses-block img {
	width: 269;
	height: 391;
}
.licenses-block img:hover {
	cursor: pointer;
	transform: scale(1.05);
}
.banner form {
	display: flex;
	flex-direction: column;
	width: 90%;
	max-width: 350px;
	gap: 10px;
	margin-top: 20px;
}
.banner-form form:after {
	content: '';
	position: absolute;
	top: -10px;
	right: -100px;
	width: 89px;
	height: 156px;
	background-image: url('/local/templates/dvgproject_template/assets/images/banner-arrow.svg');
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-form {
	background-image : url('/local/templates/dvgproject_template/assets/images/bannerbg2.png');
}
.banner-form span.title {
	font-size: 51.6px;
	line-height: 57.33px;
	color: var(--color-secondary);
	text-align: left;
	margin-bottom: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-form button {
	margin-top: 5px;
}
.banner-desciption {
	font-family: Rounded Mplus 1c Bold;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: var(--color-text);
	max-width: 588px;
}
.banner-form .call {
	text-transform: none;
	font-family: Rounded Mplus 1c Bold;
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	margin: 24px 0 41px;
}
.glow-circle {
	position: absolute;
	width: 700px;
	height: 900px;
	border-radius: 50%;
	background: radial-gradient(
	circle,
	rgba(11, 97, 133, 0.2) 0%,
	rgba(11, 97, 133, 0.1) 15%,
	rgba(11, 97, 133, 0.01) 45%,
	transparent 100%
	);
	pointer-events: none;
	z-index: -1;
	animation: float 8s ease-in-out infinite;
	transition: opacity 0.3s ease;
}

.glow-circle.left {
  left: -350px;
  top: 50%;
  transform: translateY(-50%);
}

.glow-circle.right {
  right: -350px;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes float {
  0%, 100% {
    transform: translateY(-50%) translateY(-10px);
  }
  50% {
    transform: translateY(-50%) translateY(10px);
  }
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/about.css?17491307473492*/
.banner-about {
	background-image : url("/local/templates/dvgproject_template/assets/images/aboutbannerbg.png");
	background-size: cover;
	padding: 86px 0;
}
.banner-about h1 {
	font-size: 40px;
	line-height: 57.33px;
	text-transform: uppercase;
}
.director {
	padding: 40px 0;
}
.director .container {
	display: flex;
	gap: 35px;
}
.director-image {
	width: 330;
	height: 463;
	border-radius: 23px;
}
.director .blue-highlight {
	font-family: "Gotham Pro", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
}
.director .licenses-block {
	height: 217px;
	width: 500px;
	margin-bottom: 26px;
}
.director .licenses-block-about {
	display: none;
}
.director .licenses-block .swiper-wrapper {
	gap: 25px;
	margin-top: 9px;
}
.director .swiper-slide {
	width: 149px;
	height: 100%;
}
.lighttext {
	font-family: "Gotham Pro", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.abouttext {
	font-family: "Gotham Pro", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
}
.abouttext + .abouttext {
	margin-top: 30px;
}
.director .lighttext + .lighttext {
	margin-top: 11px;
}
.mission .container {
	border-radius: 15px;
	background: #EFEFEF61;
	padding: 38px 15px;
}
.textaccent {
	font-family: "Gotham Pro", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 29px;
	text-align: center;
}
.mission h2 {
	margin-bottom: -22px;
}
.mission .textaccent {
	margin: 30px auto;
}
.mission .mission-images {
	justify-content: center;
	gap: 12px;
	padding-bottom: 35px;
}
.mission .mission-images img {
	width: 382;
	height: 263;
	border-radius: 23px;
	object-fit: cover;
}
.mission p {
	max-width: 1036px;
}
.mission .mission-images, .mission .mission-benefits, .mission .mission-benefits-items .benefit {
	display: flex;
	justify-content: center;
}
.mission .mission-benefits {
	padding: 33px 0;
	gap: 41px;
}
.mission-benefits-image {
	width: 565;
	height: 389;
	-moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
	border-radius: 23px;
}
.mission .mission-benefits-items .benefit {
	gap: 28px;
	align-items: center;
	margin-top: 10px;
}
.mission .mission-benefits-items .benefit + .benefit {
	margin-top: 30px;
}
.mission .mission-benefits-items .benefit p {
	font-family: "Gotham Pro", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	max-width: 450px;
}
.employes {
	margin: 45px auto;
}
.employes p {
	max-width: 995px;
	text-align: center;
	margin: 10px auto;
}
.employes-block {
	height: 371px;
	width: 100%;
	overflow: hidden;
	margin: 40px 0;
}
.employes-block .swiper-slide img {
	width: 211px;
	height: 288px;
	border-radius: 23px;
	object-fit: cover;
}
.employes-block .swiper-slide h3 {
	font-family: "Rounded Mplus 1c Bold", sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 37.33px;
	vertical-align: middle;
	color: #0B6185;
	margin-top: 12px;
}
.employes-block .swiper-slide span {
	font-family: Gotham Pro, sans-serif;
	font-size: 14px;
	line-height: 15px;
	max-width: 120px;
	display: inline-block;
}
.reviews {
	margin-top: 77px;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 15px !important;
}
.swiper-button-next, .swiper-button-prev {
	color: #0B6185;
}
.employes-block #bx_incl_area_2_2 {
	display: flex;
	gap: 20px;
}
.employes-block #bx_incl_area_2_2 .swiper-slide {
	width: fit-content;
}
.about-director .swiper-slide {
	cursor: pointer;
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/services.css?17474012641807*/
.banner-services {
	background-image: url("/local/templates/dvgproject_template/assets/images/services-bg.png");
}
.services-description .text {
	display: flex;
	flex-direction: column;
}
.services-info-about {
	padding-top: 50px;
}
.services-info-about .regular-form-opener {
	background-color: var(--color-secondary);
	font-family: "DIN Pro", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 0 25px;
	align-self: start;
	margin-top: auto;
}
.duties {
	margin-top: 70px;
}
.duties-list {
	border: 1.01px solid #E5E5E5;
	border-radius: 23px;
	margin: 44px 0 90px;
	display: flex;
	justify-content: space-between;
}
.duties-list ul {
	padding: 40px;
	padding-left: 80px;
	width: 50%;
}
.duties-list ul + ul {
	border-left: 1px dashed #E5E5E5;
}
.duties-list li {
	font-family: "Gotham Pro", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: var(--color-secondary);
}
.duties-list li + li {
	margin-top: 15px;
}
.duties-list li:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    width: 23px;
    height: 19px;
	background-size: contain;
    background-image: url(/local/templates/dvgproject_template/assets/images/check-red.svg);
}
.our-benefits {
	background: none;
}
.our-benefits-list {
	display: grid;
	grid-template-columns: repeat(3, 30%);
	justify-content: space-between;
	margin: 60px 0 80px;
	gap: 37px;
}
.our-benefits-item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
}
.our-benefits-item img {
	height: 80px;
	object-fit: contain;
}
.our-benefits-item h3 {
	font-family: "Rounded Mplus 1c Bold", sans-serif;
	font-weight: 700;
	font-size: 23px;
	line-height: 28px;
	color: var(--color-secondary);
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/copied.css?17485896494526*/
/* Отзывы */
.reviews-links {
	display: grid;
	grid-template-columns: repeat(4, 23%);
	justify-content: center;
	gap: 30px;
	margin-top: 20px;
}
.reviews-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
	height: 250px;
    background: #EBEDEC;
	border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.reviews-links a img, .reviews-links a svg {
	width: 75%;
	max-height: 90%;
	object-fit: contain;
}
.reviews-section p, .how-to-review p {
	text-align: center;
	padding: 0 30px;
}
.how-to-review h2 {
	line-height: 40px;
	padding-bottom: 40px;
}
/* Контакты */
.simple h1 {
	margin-bottom: 40px;
}
.simple h2 {
	margin-bottom: 30px;
}
.simple button {
	margin: 40px auto 0;
	display: block;
}
.simple p {
	text-align: center;
}
.simple p + p {
	margin-top: 10px;
}
.simple ul {
	margin: 30px 0;
}
.simple li {
	position: relative;
	margin: 0 auto;
	max-width: 851px;
}
.simple li:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 5px;
  width: 17px;
  height: 14px;
  background-image: url('/local/templates/dvgproject_template/assets/images/check-red.svg');
}
.simple a {
	color: var(--color-secondary);
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  color: #222;
	margin: 20px 0;
}

.price-table thead {
  background-color: #f5f5f5;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 12px 16px;
  text-align: left;
  vertical-align: middle;
}

.price-table th {
  font-weight: 700;
  font-size: 1.1em;
}

.price-table tbody tr:hover {
  background-color: #f0f8ff;
  transition: background-color 0.3s ease;
}

.price-table td:nth-child(2) {
  white-space: nowrap;
  font-weight: 600;
}
.contacts-list {
	display: flex;
	justify-content: space-around;
	margin: 15px 0 30px;
}
.contacts .contact i {
    font-size: 22px;
    padding: 0px 15px 0 0;
    color: #47a2e1;
}
.fa-phone:before {
    content: "\f095";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-envelope:before {
    content: "\f0e0";
}
.contact p {
	text-align: center;
}
.simple {
	margin-top: 40px;
}
.simple + .simple {
	margin: 60px 0;
}
.contacts .border.row {
    margin: 0px 16px 40px !important;
    border: 1px solid #f2f2f2;
}
.contacts .border.row > div:first-of-type {
    padding: 35px 40px 10px;
}
.contacts table td .fa.big-icon {
    width: 44px;
    height: 44px;
}
.contacts table {
    color: #666666;
    border: 0;
    border-collapse: collapse;
}
.contacts table td {
    padding-bottom: 10px;
    line-height: 21px;
    vertical-align: top;
}
body.all_title_2 .titles_block, body.all_title_2 .form .form-header .title, body.all_title_2 .dark_table, body.all_title_2 .form.contacts .title, body.all_title_2 .tizers_block2 .item .title .top-text {
    font-weight: 500;
}
.dark_table {
    color: #333;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
.fa.big-icon.s45 {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 25px;
}
body .fa.big-icon {
    background: var(--color-secondary);
}
.fa.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center;
}
.contacts table td .fa.big-icon {
    margin: 0 20px 20px 0;
}
.fa {
    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;
}
* {
    outline: none !important;
}
.fa.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center;
}
.contacts table td .fa.big-icon .svg:not(.colored) svg path {
    fill: #fff;
}
.contacts table td .fa.big-icon.s45 .svg {
    margin-top: 14px;
}
.svg {
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.fa.big-icon.s45 {
    height: 45px;
    width: 45px;
    line-height: 45px;
        font-size: 25px;
}
.row {
	display: flex;
}
.col-md-8 {
	min-width: 50%;
}
.privacy {
	padding-bottom: 40px;
}
.privacy h5 {
	font-size: 20px;
	margin: 30px 0 15px;
}
.privacy p {
	text-align: left;
}
.privacy table td {
	border: 1px solid #e2e2e2;
	min-width: 300px;
	padding-left: 40px;
}
.cms-cookieAccept * {
	color: #e2e2e2;
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/footer.css?17619894662314*/
.site-footer {
	background-color: #237090;
	padding: 29px 0 21px;
	margin-top: auto;
}
.site-footer .company-name span {
	color: #ffffff;
}
.footer-navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.site-footer .contact-info {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.site-footer .contact {
	display: flex;
	gap: 20px;
}
.site-footer .contact span, .site-footer .contact a {
	font-family: Open Sans, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #ffffff;
	max-width: 200px;
}
.site-footer .contact .phone-number {
	font-family: Gotham Pro, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	text-transform: uppercase;
}
.site-footer .contact img {
	width: 25px;
	height: 22px;
	object-fit: contain;
}
.site-footer .socials span {
	font-family: Open Sans, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 29px;
	color: #ffffff;
}
.site-footer .socials-links {
	display: flex;
	gap: 12px;
	margin-top: 26px;
}
.site-footer .socials-links img {
	width: 35px;
	height: 35px;
}
.site-footer .footer-info {
	display: flex;
	justify-content: space-between;
	margin-top: 54px;
}
.site-footer .footer-info span {
	color: #FFFFFF9E;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	line-height: 29px;
}
.popup-wrapper {
	background-color: #000000B5;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
    align-items: center;
    justify-content: center;
	z-index: 12;
	display: none;
	cursor: pointer;
}
.popup-wrapper .popup {
	z-index: 13;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	max-width: 634px;
	padding: 57px 109px 43px;
	border-radius: 23px;
	cursor: auto;
}
.popup-wrapper .popup span.title {
	font-size: 41.97px;
	line-height: 46.64px;
	text-align: center;
	color: var(--color-secondary);
	font-weight: 700;
	text-transform: uppercase;
}
.popup-wrapper .popup form {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 271px;
	margin: 0 auto;
}
.popup-wrapper .popup p {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin: 12px 0 17px;
}
.popup-wrapper .close-popup {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	position: absolute;
	right: -60px;
	top: 15px;
	transform: rotate(45deg);
	cursor: pointer;
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/helpers.css?1744036906184*/
.admin-ui {
	position: fixed;
	top: 200px;
	right: 20px;
	background-color: #e2e2e2;
	padding: 20px;
	border-radius: 8px;
	opacity: 0.2;
	z-index: 9;
}
.admin-ui:hover {
	opacity: 1;
}
/* End */


/* Start:/local/templates/dvgproject_template/styles/mobile.css?176614165418560*/
@media (max-width: 1200px) {
	.container {
		margin: 0 2.5vw;
		width: 95%;
	}
}
@media (max-width: 800px) {

	/* --------------------------------------------------       ОБЩИЕ      --------------------------------------------------*/

	.glow-circle {
		width: 700px;
		height: 700px;
		background: radial-gradient(circle, rgb(11 97 133 / 32%) 0%, rgb(11 97 133 / 20%) 35%, rgb(11 97 133 / 1%) 70%, transparent 100%);
	}
	.glow-circle.right {
		right: 7%;
	}
	.container {
		width: 95vw;
		margin: 0 auto;
	}
	.button-normal  {
		font-size: 23.64px;
		line-height: 54.73px;
		text-align: center;
	}
	.banner-about h2 {
		line-height: 2rem;
		margin: 0 0 8px 8px;
	}

	/* --------------------------------------------------       ХЕДЕР      --------------------------------------------------*/

	body {
		padding-top: 86px;
	}
	.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
		background-color: #fff;
		border-bottom: 1px solid #e2e2e2;
		width: 100%;
	}
	.site-header {
		margin: 0 15px;
	}
	.site-header .logo img {
		width: 60px;
		height: 60px;
	}
	.site-header .contact-info {
		display: flex;
		align-items: center;
	}
	.site-header .telegram {
		display: none;
	}
	.site-header .mobile-icon {
		display: block;
	}
	.site-header .company-name {
		display: none;
	}
	.site-header .main-menu {
		display: none;
	}
	.site-header .main-menu .menu {
		flex-direction: column;
		position: fixed;
		z-index: 5;
		background-color: #ffffff;
		padding: 50% 30px 50px 50px;
		border-left: 1px solid #e2e2e2;
		-webkit-box-shadow: 0px 0px 14px 90px #0000005c;
        box-shadow: 0px 0px 14px 90px #0000005c;
		top: 0;
		right: 0;
		height: 100vh;
		width: 80%;
	}
	.site-header .phone-number {
		font-size: 16px;
		font-weight: normal;
	}
	.site-header .main-menu a {
		font-size: 15px;
	}
	.site-header .mobile-menu-opener {
		display: block;
		font-size: 45px;
		margin-top: -5px;
	}

	/* --------------------------------------------------       ПЕРВЫЙ БЛОК БАННЕР      --------------------------------------------------*/

	.banner .benefits, .banner .cta, .services-info .services-description, .seaters-item, .footer-navigation, .site-footer .footer-info {
		flex-direction: column;
	}
	.inner-banner .container {
		padding: 0;
	}
	.banner {
		background-image: url('/local/templates/dvgproject_template/assets/images/bannermobilebg.png');
		background-repeat: no-repeat;
		padding: 176px 0 46px
	}
	.banner h1 {
		font-size: 30px;
		line-height: 38px;
		padding-left: 15px;
	}
	.banner .benefits {
		gap: 24px;
		padding: 45px 0 45px 50px;
	}
	.banner .call {
		font-size: 18.14px;
		line-height: 29.73px;
		text-align: center;
		margin-bottom: 10px;
	}
	.banner .banner-button {
		transform: scale(0.9);
	}
	.banner .cta {
		gap: 15px;
	}

	/* --------------------------------------------------       О СИДЕЛКАХ      --------------------------------------------------*/

	h2 {
		font-size: 30px;
	}
	.services-info {
		padding-top: 33px;
	}
	.services-info img {
		min-width: 100%;
		width: 100%;
		height: 255px;
	}
	.services-info h2 {
		margin-bottom: 11px;
	}
	.services-info .text p, .services-info .text li {
		font-size: 15px;
	}
	.services-info ul {
		padding-top: 30px;
	}
	.services-info .services-notice {
		font-weight: 700;
		font-size: 15px;
		line-height: 29px;
		padding: 0;
		text-align: left;
	}
	.services-info .services-bg {
		background-color: #ffffff;
	}

	/* --------------------------------------------------       КАРТОЧКИ УСЛУГ СИДЕЛКИ      --------------------------------------------------*/

	.seaters {
		padding-top: 45px;
	}
	.seaters h2 {
		margin-bottom: 26px;
	}
	.seaters-list {
		padding-bottom: 0;
	}
	.seaters-item .preview_picture {
		width: 100%;
		height: 249;
		border-radius: 14px;
	}
	.seaters-item {
		gap: 25px;
		box-shadow: none;
	}
	.seaters-item + .seaters-item {
		margin-top: 26px;
	}
	.seaters-item h3 {
		margin: 0 0 3px 0;
		font-size: 25px;
		line-height: 57.33px;
	}
	.seaters-interact {
		margin-top: ;
		display: flex;
		gap: 11px;
		margin: 20px auto 16px;
	}
	.seaters-interact a {
		padding: 6px 10px;
		margin: 0;
		line-height: 18.81px;
	}
	.seaters-interact button {
		font-size: 17.69px;
		line-height: 33.81px;
		padding: 0 10px;
	}

	/* --------------------------------------------------       ТЕКСТОВЫЙ БЛОК О СИДЕЛКАХ      --------------------------------------------------*/

	.proseaters {
		padding: 42px 0 28px;
	}
	.proseaters p, .proseaters ul {
		padding-left: 5px;
	}
	.proseaters h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.proseaters p {
		font-size: 15px;
		line-height: 25px;
		text-align: left;
	}
	.proseaters li {
		text-align: left;
		padding-left: 26px;
	}
	.proseaters li:before {
		left: 0px;
	}

	/* --------------------------------------------------       БАННЕР ПОСЕРЕДИНЕ С КНОПКОЙ      --------------------------------------------------*/

	.inner-banner .container {
		background: url("/local/templates/dvgproject_template/assets/images/seater.png") center top 35px / contain no-repeat;
		background-size: auto 43%;
		padding-bottom: 0;
	}
	.inner-banner .header {
		padding-top: 400px;
	}
	.inner-banner h2 br {
		display: none;
	}
	.inner-banner h2, .inner-banner h2 .blue-highlight {
		background-color: #ffffff;
		font-size: 25px;
		line-height: 31px;
		text-align: center;
		width: 100%;
		display: block;
		-webkit-box-shadow: 0px 0px 14px 29px #fff; 
		box-shadow: 0px 0px 14px 29px #fff;
		padding-top: 10px;
		margin: 0 auto;
	}
	.inner-banner .header-end {
		z-index: 10;
	}
	.inner-banner .cta, .inner-banner .call, .inner-banner .info {
		background-color: #ffffff;
		margin: 0 -10px;
		padding: 0 16px;
		text-align: center;
	}
	.inner-banner .call {
		line-height: 35px;
		padding-bottom: 10px;
	}
	.inner-banner .cta {
		padding: 0 0 27px;
	}
	.inner-banner .info {
		padding: 16px;
		text-align: center;
		font-size: 15px;
		line-height: 23px;
		margin: 0 auto;
	}
	.inner-banner .consent {
		justify-content: center;
	}

	/* --------------------------------------------------       ПРЕИМУЩЕСТВА      --------------------------------------------------*/

	.inner-banner-benefits .container {
		flex-direction: column;
		align-items: center;
		gap: 59px;
	}
	.inner-banner-benefits {
		height: auto;
	}
	.inner-banner-benefits img {
		width: 205px;
		height: 115px;
		object-fit: contain;
	}

	/* --------------------------------------------------       КАК НАНЯТЬ СИДЕЛКУ      --------------------------------------------------*/

	.employ .container {
		padding-top: 25px;
	}
	.employ .process {
		grid-template-columns: repeat(2, 50%);
	}
	.employ .step:before {
		font-size: 18.5px;
		line-height: 35.36px;
	}
	.employ .step img {
		width: 139px;
		height: 139px;
	}
	.employ .step img {
		width: 139px;
		height: 139px;
		border-right: 4px solid #0B618594;
		border-bottom: 4px solid #0B618594;
	}
	.employ .step[data-number="01."]:after, .employ .step[data-number="03."]:after, .employ .step[data-number="05."]:after {
		content: '';
		position: absolute;
		background-image: url('/local/templates/dvgproject_template/assets/images/arrow.svg');
		background-size: cover;
		background-repeat: no-repeat;
		top: auto;
		bottom: 90px;
		right: -6%;
		width: 42px;
		height: 16px;
		transform: scale(-1, 1) rotate(195deg);
	}
	.employ .step[data-number="02."]:after, .employ .step[data-number="04."]:after {
		display: none;
	}
	.employ .step h4 {
		font-size: 13px;
		line-height: 15.42px;
	}
	.employ button {
		display: none;
	}
	.employ .glow-circle {
		bottom: -40%;
		top: none;
	}

	/* --------------------------------------------------      ВТОРОЙ ТЕКСТОВЫЙ БЛОК ПРО СИДЕЛОК      --------------------------------------------------*/

	.services-info-mobile {
		background: linear-gradient(180deg, rgb(237 244 246) 0%, rgb(241 246 248) 50%, rgba(255, 255, 255, 0) 100%), url(/local/templates/dvgproject_template/assets/images/innerbannerbg.jpg) center / cover;
	}
	.services-info, .services-info-mobile {
		margin: 0 -9px;
		padding: 36px 9px 55px;
	}
	.services-info h2, .services-info h2 .blue-highlight {
		font-size: 30px;
		line-height: 40px;
	}

	/* --------------------------------------------------       СЕРТИФИКАТЫ      --------------------------------------------------*/

	.licenses {
		margin: 60px auto;
		background: transparent;
	}
	.licenses .right {
		right: -90%;
		top: 80%;
	}
	.licenses-block {
		max-height: 394px;
		gap: 0;
		justify-content: space-around;
		margin: 0 0 18px;
	}
	.licenses-block img {
		width: 30%;
		object-fit: contain;
		height: auto;
	}
	.licenses .container {
		background: transparent;
		padding: 0;
	}
	.licenses h2 {
		font-weight: 700;
		font-size: 30px;
		line-height: 40px;
	}
	.licenses-block {
		margin-top: 30px;
		position: relative;
	}
	.licenses-block .swiper-button-next, .licenses-block .swiper-button-prev {
		display: flex;
	}
	.licenses-block .swiper-button-next, .licenses-block .swiper-button-prev {
		color: var(--color-second);
	}
	.licenses-block .swiper-button-next:after, .licenses-block .swiper-button-prev:after {
		font-size: 19px;
		font-weight: bold;
	}

	/* --------------------------------------------------       ПОСЛЕДНИЙ БАННЕР С ФОРМОЙ      --------------------------------------------------*/

	.banner-form {
		padding: 418px 0 25px;
	    background-image: url("/local/templates/dvgproject_template/assets/images/banner-form-mobile.png");
	}
	.banner-form form {
		margin: 18px auto 5px;
	}
	.banner-form form:after {
		display: none;
	}
	.banner-form h2  {
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}
	.banner-form .banner-desciption, .banner-form .call {
		font-size: 25px;
		line-height: 26px;
		text-align: center;
		max-width: 93vw;
	}
	.banner-form .call {
		margin: 13px 0 18px;
	}

	/* --------------------------------------------------       ФУТЕР      --------------------------------------------------*/

	.site-footer .container {
		margin: 0 17px;
	}
	.site-footer .contact-info {
		margin-bottom: 27px;
	}
	.site-footer .contact {
		gap: 12px;
	}
	.site-footer .footer-navigation {
		gap: 25px;
	}
	.site-footer .socials-links {
		margin-top: 13px;
	}
	.site-footer .footer-info {
		margin-top: 40px;
	}
	.site-footer .footer-info span {
		font-size: 12px;
	}

	/* --------------------------------------------------       Всплывашка с формой      --------------------------------------------------*/

	.popup-wrapper .popup {
		max-width: 95vw;
		padding: 59px 45px 46px;
	}
	.popup-wrapper .popup p {
		font-size: 14px;
		line-height: 24px;
	}
	.popup-wrapper .close-popup {
		top: -5px;
		right: 9px;
		color: var(--color-secondary);
	}

	/* --------------------------------------------------       СТРАНИЦА О НАС     --------------------------------------------------*/

	.banner-about {
		background-image: url("/local/templates/dvgproject_template/assets/images/aboutusbgmobile.png");
		padding: 195px 0 13px;
	}
	.banner-about br, .banner-about + .breadcrumbs, .director .lighttext {
		display: none;
	}
	.director {
		padding: 19px 0 10px;
	}
	.director .container {
		flex-direction: column;
		gap: 23px;
	}
	.director-image {
		width: 100%;
		object-fit: cover;
	}
	.director .blue-highlight {
		font-weight: 500;
		font-size: 15px;
		line-height: 25px;
	}
	.director .licenses-block {
		display: none;
	}
	.director .licenses-block-about {
		display: flex;
		width: 100vw;
		height: 486px;
		margin: 38px -10px 41px;
	}
	.director .licenses-block-about .swiper-slide {
		padding: 0 30px;
	}
	.mission .container {
		background: none;
		padding: 0;
	}
	.mission .textaccent {
		font-weight: 500;
		font-size: 15px;
		line-height: 25px;
	}
	.mission .mission-images, .mission-benefits {
		flex-direction: column;
	}
	.mission .mission-benefits {
		gap: 28px;
	}
	.mission .abouttext {
		text-align: left;
	}
	.mission-benefits-image {
		width: 360px;
		height: 248px;
	}
	.mission .mission-benefits-items .benefit {
		padding-left: 11px;
		gap: 25px;
	}
	.mission .mission-benefits-items .benefit p {
		font-size: 15px;
		line-height: 20px;
	}
	.employes {
		margin-top: 40px;
	}
	.employes p {
		text-align: left;
	}
	.employes-block {
		width: 100vw;
		margin: 0 -10px;
	}
	.employes-block .swiper-slide {
		max-width: 211px;
	}
	.reviews-block {
		width: 100vw;
		height: 480px;
		margin: 34px -10px 40px;
	}
	.swiper-slide.reviews-item {
		height: 95%;
	}
	.supports-block {
		margin: 18px -10px 58px;
		height: 77px;
		width: 100vw;
	}
	.swiper-slide.supports-item {
		width: 139px;
		height: 77px;
		padding: 14px 23px;
	}
	.reviews-block .swiper-button-next:after, .reviews-block .swiper-button-prev:after, .employes-block .swiper-button-next:after, .employes-block .swiper-button-prev:after, .supports-block .swiper-button-next:after, .supports-block .swiper-button-prev:after, .director .licenses-block .swiper-button-next:after, .director .licenses-block .swiper-button-prev:after {
		box-shadow: 0px 4px 4px 0px #0000002B;
		background: #FFFFFFC7;
		padding: 12px 10px;
		border-radius: 9px;
	}
	.licenses-block-about .swiper-button-next:after, .licenses-block-about .swiper-button-prev:after {
		font-weight: bolder;
	}
	.reviews-block .swiper-button-prev, .swiper-rtl .swiper-button-next, .licenses-block-about .swiper-button-prev, .swiper-rtl .swiper-button-next, .supports-block .swiper-button-prev, .swiper-rtl .swiper-button-next, .director .licenses-block .swiper-button-prev, .swiper-rtl .swiper-button-next {
		left: -3px;
	}
	.reviews-block .swiper-button-next, .swiper-rtl .swiper-button-prev, .licenses-block-about .swiper-button-next, .supports-block .swiper-button-next, .swiper-rtl .swiper-button-prev, .director .licenses-block .swiper-button-next, .swiper-rtl .swiper-button-prev {
		right: -3px;
	}

	/* --------------------------------------------------       СТРАНИЦА УСЛУГИ     --------------------------------------------------*/

	.banner-services {
		background-image: url("/local/templates/dvgproject_template/assets/images/services-bg-mobile.png");
	}
	.services-info-about {
		background: none;
	}
	.services-info-about .glow-circle.right, .our-benefits .glow-circle.right {
		right: -93%;
        top: 75%;
	}
	.services-info-about .regular-form-opener {
		align-self: center;
		margin-top: 25px;
	}
	.seaters-services {
		background: none;
	}
	.seaters-services .seaters-item {
		box-shadow: 0px 4px 16.9px 0px #0C36476E;
		gap: 16px;
		padding-left: 16px;
	}
	.seaters-services .services-list {
		margin-bottom: 33px;
	}
	.seaters-services .seaters-item h3 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.seaters-services .seaters-item + .seaters-item {
        margin-top: 19px;
    }
	.duties h2, .our-benefits h2 {
		line-height: 42px;
	}
	.duties-list {
		flex-direction: column;
		margin: 19px 0 40px;
	}
	.duties-list ul {
		width: 100%;
		padding-left: 55px;
	}
	.duties-list ul + ul {
		border: none;
		margin-top: -60px;
	}
	.our-benefits-list {
		grid-template-columns: repeat(1, 100%);
		margin: 40px 0 64px;
		gap: 26px;
	}

	/* --------------------------------------------------       СТРАНИЦА РАЗДЕЛА УСЛУГ     --------------------------------------------------*/

	.banner-services-section {
		background-image: url(/local/templates/dvgproject_template/assets/images/service-section-bg-mobile.png) !important;
	}
	.service-list-section .container {
		flex-direction: column-reverse;
	}
	.service-header {
		flex-direction: column;
	}
	.service-list {
		margin-top: 23px;
	}
	.service-header {
		padding: 11px;
		align-items: flex-start;
		gap: 17px;
		padding-bottom: 20px;
	}
	.service-header img {
		width: 100%;
		border-radius: 14px 14px 0 0;
		object-fit: cover;
	}
	.service-list-section .service, .section_overview .service {
		padding: 0;
		border-radius: 14px;
	}
	.cost-and-conditions, .conditions-item {
		flex-direction: column;
	}
	.cost-and-conditions {
		gap: 5px;
	}
	.conditions, .cost {
		width: 100%;
	}
	.condition-name {
		font-size: 14px;
		line-height: 10px;
	}
	.conditions-item {
		margin-top: 13px;
	}
	.service .regular-form-opener {
		margin-bottom: 30px;
	}
	.service-body {
		padding-left: 11px;
	}
	.service-list-section .service + .service {
		margin-top: 16px;
	}
	.hint-desc {
		font-size: 13px;
	}
	.accordion-menu {
		margin: 40px auto 70px;
	}
	.service-block p {
		text-align: center;
	}
	.section-banner .container {
		align-items: center;
		padding-bottom: 20px;
		padding-top: 350px;
		background: url("/local/templates/dvgproject_template/assets/images/seater.png") center top 5px / contain no-repeat;
		background-size: auto 55%;
	}

	/* --------------------------------------------------       СТРАНИЦА ОТЗЫВЫ     --------------------------------------------------*/

	.reviews-links {
		grid-template-columns: repeat(3, 32%);
		gap: 2px;
		margin-top: 20px;
	}
	.reviews-links a {
		height: auto;
		aspect-ratio: 1 / 1;
		padding: 5px;
	}

	/* --------------------------------------------------       СТРАНИЦА КОНТАКТЫ     --------------------------------------------------*/

	.contacts-list {
		flex-direction:column;
	}
	.contacts .contact {
		text-align: center;
	}
	.contacts .contact + .contact {
		margin-top: 20px;
	}

/* --------------------------------------------------       СТРАНИЦА КОНТАКТЫ     --------------------------------------------------*/

	iframe {
		max-width: fit-content;
	}

	.simple ul {
		padding-left: 5px;
	}
	.simple li {
		text-align: left;
		padding-left: 26px;
	}
	.simple li:before {
		left: 0px;
	}
	.simple h2 {
		line-height: 30px;
	}
	.simple button {
		line-height: 27px;
		padding: 10px 7px;
	}
	.row {
		flex-direction: column;
	}

/* --------------------------------------------------       СТРАНИЦА СТАТЕЙ     --------------------------------------------------*/

	.articles__list__detail .container {
		flex-direction: column-reverse;
	}
	.articles-sideblock {
		text-align: center;
		margin-top: 0;
	}
	.articles-sideblock .menu-header {
		margin-top: 30px;
	}
	.share-buttons_wrap {
		display: none;
	}
	.articles__list {
		grid-template-columns: repeat(1, 1fr);
		margin-top: 30px;
		grid-row-gap: 30px;
	}
	.articles__list__detail h1 {
		line-height: 1.9rem;
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.article-menu {
		padding-left: 5%;
	}
	.article-menu li {
		text-align: left;
	}
}
/* End */


/* Start:/local/templates/dvgproject_template/components/bitrix/menu/header-menu/style.css?1762330162593*/
.main-menu .menu {
	display: flex;
	gap: 30px;
}
.main-menu a {
	color: var(--color-link);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}
.submenu {
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 10px 20px 20px;
    z-index: 1;
    box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.15);
}
.menu-item span {
    padding: 15px 0;
}
.submenu .menu-item {
    min-width: 170px;
}
.submenu .menu-item + .menu-item {
    padding-top: 15px;
}

.menu li:hover > .submenu {
    display: block;
}
/* End */


/* Start:/local/templates/dvgproject_template/components/bitrix/menu/footer-menu/style.css?1744109642192*/
.footer-menu .menu {
	display: flex;
	flex-direction: column;
	gap: 7px;
}
.footer-menu a {
	color: #ffffff;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 16px;
	line-height: 29px;
}
/* End */


/* Start:/local/templates/dvgproject_template/styles.css?1750183936129*/
.citata {
	color: var(--color-secondary);
	border-left: 2px solid var(--color-secondary);
	padding-left: 20px;
	display: block;
}
/* End */
/* /local/templates/dvgproject_template/styles/main.css?17639651534373 */
/* /local/templates/dvgproject_template/styles/layout.css?174403803947 */
/* /local/templates/dvgproject_template/styles/header.css?1748869576885 */
/* /local/templates/dvgproject_template/styles/index.css?17640811337833 */
/* /local/templates/dvgproject_template/styles/about.css?17491307473492 */
/* /local/templates/dvgproject_template/styles/services.css?17474012641807 */
/* /local/templates/dvgproject_template/styles/copied.css?17485896494526 */
/* /local/templates/dvgproject_template/styles/footer.css?17619894662314 */
/* /local/templates/dvgproject_template/styles/helpers.css?1744036906184 */
/* /local/templates/dvgproject_template/styles/mobile.css?176614165418560 */
/* /local/templates/dvgproject_template/components/bitrix/menu/header-menu/style.css?1762330162593 */
/* /local/templates/dvgproject_template/components/bitrix/menu/footer-menu/style.css?1744109642192 */
/* /local/templates/dvgproject_template/styles.css?1750183936129 */
