@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

:root {
	--ff-add: "Open Sans", sans-serif;
	--ff-main: "Ubuntu", sans-serif;
	--c-primary: #750093;
	--c-main: #05003e;
	--c-add: #777777;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

a,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

input,
textarea,
button {
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: var(--ff-main);
}

.dt-container {
	padding: 0 15px;
	max-width: 1670px;
	width: 100%;
	margin: 0 auto;
}

.dt-description {
	color: #000000;
	font-weight: bold;
	line-height: 2;

}

@media only screen and (max-width: 1024px) {
	.dt-container {
		max-width: 100%;
		/*display: flex;*/
		/*justify-content: space-between;*/
	}
}

.dt-container-catalog {
	display: flex;
	margin-top: 30px;
}

@media only screen and (max-width: 640px) {
	.dt-container-catalog {
		flex-direction: column;
	}
}

.main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.btn {
	padding: 10px 20px;
	background: var(--c-primary);
	border-radius: 35px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	transition: all 0.3s;
	outline: none;
	border: none;
	cursor: pointer;
	white-space: nowrap;
}

.btn:hover {
	background: var(--c-main);
}

.color {
	color: var(--c-primary);
}

.subtitle {
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	color: var(--c-main);
}

.text {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: var(--c-add);
}

/***** ШАПКА ******/
/***********************/
.dt-header-content {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 1440px) {
	.dt-header-content {
		/*margin: 5px 0;*/
	}
}

@media only screen and (max-width: 768px) {
	.dt-header-content {
		position: relative;
	}
}

.dt-header-logo {
	display: flex;
	align-items: center;
	padding: 17px 0px 17px 45px;
}

@media only screen and (max-width: 1024px) {
	.dt-header-logo {
		padding: 8px 15px 15px 0;
	}
}

@media only screen and (max-width: 768px) {
	.dt-header-logo {
		/*padding: 0;*/
		/*height: 50px;*/
	}
}

.dt-header-logo a {
	display: flex;
}

.dt-header-logo a picture {
	display: flex;
}

.dt-header-logo-img {
	width: 100%;
	max-width: 240px;
}

@media only screen and (max-width: 1440px) {
	.dt-header-logo-img {
		max-width: 210px;
	}
}

@media only screen and (max-width: 768px) {
	.dt-header-logo-img {
		max-width: 180px;
	}
}

@media only screen and (max-width: 420px) {
	.dt-header-logo-img {
		max-width: 140px;
	}

	.dt-header-content {
		margin: 5px 0;
	}

	.catalog-content .dt-container {
		flex-flow: column;
	}

	.dt-container-catalog {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 350px) {
	.dt-header-logo-img {
		max-width: 120px;
	}


}

.dt-header-main {
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.dt-header-main {
		/*		flex-direction: row;*/
		/*		margin-left:15px;*/
	}
}

.dt-header-top {
	display: flex;
	width: 100%;
	/*margin-bottom: 20px;*/
	align-items: center;
	justify-content: space-between;
}

@media only screen and (max-width: 1440px) {
	.dt-header-top {
		/*margin-bottom: 15px;*/
	}
}

@media only screen and (max-width: 768px) {
	.dt-header-top {
		/*justify-content: flex-end;*/
		margin-bottom: 0;
	}
}

.dt-header-phones-btn {
	display: none;
}

@media only screen and (max-width: 1280px) {
	.dt-header-phones-btn {
		z-index: 100;
		display: flex;
		align-items: center;
		margin-right: 15px;
		cursor: pointer;
	}
}

.dt-header-phones-btn.show {
	display: none;
}

.dt-header-phones-btn-img {
	width: 26px;
	height: 26px;
}

@media only screen and (max-width: 375px) {
	.dt-header-phones-btn-img {
		width: 22px;
		height: 22px;
	}
}

.dt-header-mail-btn {
	display: none;
}

@media only screen and (max-width: 1280px) {
	.dt-header-mail-btn {
		z-index: 100;
		display: flex;
		align-items: center;
		margin-right: 15px;
		cursor: pointer;
	}
}

.dt-header-mail-btn.show {
	display: none;
}

.dt-header-mail-btn-img {
	width: 26px;
	height: 26px;
}

@media only screen and (max-width: 375px) {
	.dt-header-mail-btn-img {
		width: 22px;
		height: 22px;
	}
}

.dt-header-search-btn-m {
	display: none;
}

@media only screen and (max-width: 1280px) {
	.dt-header-search-btn-m {
		z-index: 100;
		display: flex;
		align-items: center;
		margin-right: 15px;
		cursor: pointer;
	}
}

.dt-header-search-btn-m.show {
	display: none;
}

.dt-header-search-btn-m-img {
	width: 26px;
	height: 26px;
}

@media only screen and (max-width: 375px) {
	.dt-header-search-btn-m-img {
		width: 22px;
		height: 22px;
	}
}

.dt-header-phones {
	display: flex;
	flex-direction: column;
	/*	margin-left: 30px;*/
}

@media only screen and (max-width: 1280px) {
	.dt-header-phones {
		/*margin-left: 15px;*/
		display: none;
	}

	.dt-header-search {
		display: none;
	}
}

/*@media only screen and (max-width: 768px) {*/
/*	.dt-header-phones {*/
/*		display: none;*/
/*	}*/
/*}*/
@media only screen and (max-width: 480px) {
	.dt-header-phones {
		justify-content: center;
		margin-left: 10px;
	}
}

@media only screen and (max-width: 320px) {
	.dt-header-phones {
		margin-left: 5px;
	}
}

.dt-header-phones.show {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	height: 100%;
	width: 100%;
	margin-left: 0;
}

.dt-header-phone {
	display: flex;
	align-items: center;
}

.dt-header-phone-img {
	margin-right: 12px;
	width: 20px;
	height: 20px;
}

@media only screen and (max-width: 320px) {
	.dt-header-phone-img {
		margin-right: 5px;
	}
}

.dt-header-phone-link {
	font-size: 20px;
	font-family: "Open Sans";
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 120%;
	white-space: nowrap;
}

@media only screen and (max-width: 375px) {
	.dt-header-phone-link {
		font-size: 18px;
	}
}

.dt-header-callback {
	margin-top: 5px;
}

@media only screen and (max-width: 768px) {
	.dt-header-phones .dt-header-callback {
		display: none;
	}
}

.dt-header-callback-link {
	font-size: 14px;
	font-family: "Open Sans";
	color: black;
	text-decoration: underline;
	line-height: 120%;
}

@media only screen and (max-width: 375px) {
	.dt-header-callback-link {
		font-size: 12px;
	}
}

.dt-header-search {
	/*flex: 1 1 auto;*/
	/*display: flex;*/
	align-items: center;
	/*margin-left: 55px;*/
	/*margin-left: 15%;*/
	/*padding-right: 15px;*/
}

/*@media only screen and (max-width: 768px) {*/
/*	.dt-header-search {*/
/*		display: none;*/
/*	}*/
/*}*/

.dt-header-search.show {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 0;
	padding-right: 0;
	display: flex;
	height: 100%;
	background: #fff;
	width: 100%;
}

.dt-header-search-form {
	position: relative;
	display: flex;
	/*width: 100%;*/
	width: 357px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
}

.dt-header-search-input {
	width: 100%;
	padding: 12px;
	font-size: 14px;
	font-family: "Open Sans";
	color: #555555;
	line-height: 120%;
	border: none;
	background-color: #ededed;
}

@media only screen and (max-width: 768px) {
	.dt-header-search {
		max-width: 180px;
	}
}

.dt-header-search-btn {
	padding: 12px;
	position: absolute;
	right: 0;
	height: 100%;
	border: none;
	cursor: pointer;
}

.dt-header-search-img {
	width: 16px;
	height: 16px;
}

.dt-header-city {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 51px;
	font-size: 14px;
	font-family: "Open Sans";
	color: black;
	line-height: 120%;
	cursor: pointer;
}

.cd-main-nav-wrapper .dt-header-city {
	display: none;
}

@media only screen and (max-width: 1280px) {
	.dt-header-city {
		display: none;
	}

	.cd-main-nav-wrapper .dt-header-city {
		display: flex;
		font-size: 1.1rem;
		padding: 0.9em 2em 0.9em 1.5em;
		border-bottom: 1px solid #33414a;
		color: #ffffff;
		-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
		-moz-transition: -moz-transform 0.3s, opacity 0.3s;
		transition: transform 0.3s, opacity 0.3s;
		width: 100%;
	}

	.cd-main-nav-wrapper .dt-header-city-list.show {
		border: 1px solid #37414a;
		background: #20262c;
	}
}

.dt-header-city::after {
	margin-left: 10px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	content: "";
	height: 10px;
	right: 0;
	width: 10px;
	top: 0;
	transform: rotate(135deg);
}

.dt-header-city-list {
	display: none;
}

.dt-header-city-list.show {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	/*top: 50%;*/
	left: 0;
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background: #fff;
	z-index: 100;
}

.dt-header-city-list-item {
	margin-top: 5px;
}

.dt-header-bottom {
	position: relative;
	display: flex;
	background: #3263ad;
	height: 50px;
}

.dt-header-menu {
	display: flex;
}

@media only screen and (max-width: 1280px) {
	.dt-header-menu {
		flex-direction: column;
	}
}

.dt-header-menu-list {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	/*padding-left: 10px;*/
	padding-left: 25px;
	margin: 0 !important;
}

@media only screen and (max-width: 768px) {
	.dt-header-menu-list {
		padding: 0;
	}
}

.dt-header-menu-item {
	display: flex;
	align-items: center;
	padding: 14px 20px;
}

@media only screen and (max-width: 1440px) {
	.dt-header-menu-item {
		padding: 10px 12px;
	}
}

.dt-header-menu-item-link {
	font-size: 18px;
	font-family: "Open Sans";
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 120%;
}

.dt-header-social {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 30px;
}

@media only screen and (max-width: 768px) {
	.dt-header-social {
		/*display: none;*/
		margin-right: 9px;
	}

	.dt-header-social .dt-header-social-items:last-child .dt-header-social-img {
		margin-right: 0px;
	}
}

.dt-header-social-img {
	/*margin-left: 20px;*/
	margin-right: 15px;
	width: 30px;
	height: 30px;
	fill: #fff !important;
}

/***** ПРЕИМУЩЕСТВА ******/
/*************************/
.dt-benefits {
	display: flex;
	background: #3263ad;
}

.dt-benefits-content {
	padding: 70px 35px;
	display: grid;
	grid-column-gap: 70px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media only screen and (max-width: 1280px) {
	.dt-benefits-content {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 70px;
		padding: 70px;
	}
}

@media only screen and (max-width: 768px) {
	.dt-benefits-content {
		padding: 20px 0;
		grid-row-gap: 25px;
	}
}

@media only screen and (max-width: 560px) {
	.dt-benefits-content {
		grid-template-columns: 1fr;
	}
}

.dt-benefits-item {
	display: flex;
	align-items: center;
}

.dt-benefits-imgbox {
	margin-right: 20px;
}

.dt-benefits-img {
	width: 57px;
	height: 57px;
	fill: #fff;
}

.dt-benefits-text {
	font-size: 20px;
	font-family: "Open Sans";
	color: white;
	font-weight: 600;
	line-height: 120%;
}

@media only screen and (max-width: 1440px) {
	.dt-benefits-text {
		font-size: 16px;
	}
}

/******* slider ********/
/***********************/
.dt-slider-item {
	display: flex;
	align-items: center;
	/* background-image: url("../../img/bg/slider-1.jpg"); */
	/* background-size: cover; */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
	height: 100%;
}

/*@media only screen and (max-width: 1280px) {
	.dt-slider-item {
		height: 380px;
	}
}*/
@media (max-width: 768px) {
	.dt-slider {
		margin: 0;
	}
	.dt-slider-item {
		height: auto;
	}
	.dt-slider .owl-nav {
		margin: 0 !important;
	}
	.dt-slider .owl-dots {
		left: 0 !important;
		right: 0;
		margin: auto;
		transform: translateX(0) !important;
	}
}

.dt-slider-item-container {
	display: flex;
	align-items: center;
	height: 100%;
}

.dt-slider-textbox {
	max-width: 630px;
	margin-left: 70px;
}

@media only screen and (max-width: 1280px) {
	.dt-slider-textbox {
		margin-left: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.dt-slider-textbox {
		margin-left: 0px;
	}
}

.dt-slider-title {
	margin-bottom: 20px;
	font-size: 32px;
	font-family: "Open Sans";
	color: white;
	font-weight: bold;
	line-height: 120%;
}

@media only screen and (max-width: 1024px) {
	.dt-slider-title {
		font-size: 26px;
	}
}

@media only screen and (max-width: 480px) {
	.dt-slider-title {
		font-size: 22px;
	}
}

.dt-slider-subtitle {
	margin-bottom: 25px;
	font-size: 20px;
	font-family: "Open Sans";
	color: white;
	line-height: 120%;
}

@media only screen and (max-width: 1024px) {
	.dt-slider-subtitle {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.dt-slider-subtitle {
		font-size: 14px;
	}
}

.dt-slider-price {
	font-size: 30px;
	font-family: "Arial";
	color: white;
	font-weight: bold;
	line-height: 120%;
}

@media only screen and (max-width: 1024px) {
	.dt-slider-price {
		font-size: 26px;
	}
}

@media only screen and (max-width: 480px) {
	.dt-slider-price {
		font-size: 20px;
	}
}

.dt-slider-images {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	margin-right: 80px;
}

@media only screen and (max-width: 1280px) {
	.dt-slider-images {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 640px) {
	.dt-slider-images {
		display: none;
	}
}

.dt-slider-imgbox {
	background: #fff;
}

.dt-slider-imgbox:nth-of-type(1) {
	position: absolute;
	right: 20%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	display: flex;
	justify-content: center;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	border: 2px solid rgb(218, 218, 218);
	overflow: hidden;
}

@media only screen and (max-width: 1280px) {
	.dt-slider-imgbox:nth-of-type(1) {
		width: 270px;
		height: 270px;
	}
}

@media only screen and (max-width: 768px) {
	.dt-slider-imgbox:nth-of-type(1) {
		right: 10%;
		width: 220px;
		height: 220px;
	}
}

.dt-slider-imgbox:nth-of-type(2) {
	position: absolute;
	right: 10%;
	top: 10%;
	z-index: 100;
	display: flex;
	justify-content: center;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 2px solid rgb(218, 218, 218);
	overflow: hidden;
}

@media only screen and (max-width: 1280px) {
	.dt-slider-imgbox:nth-of-type(2) {
		right: 12%;
		top: 20%;
		width: 100px;
		height: 100px;
	}
}

@media only screen and (max-width: 768px) {
	.dt-slider-imgbox:nth-of-type(2) {
		right: 0%;
		top: 20%;
		width: 80px;
		height: 80px;
	}
}

.dt-slider-imgbox:nth-of-type(3) {
	position: absolute;
	right: 11%;
	top: 38%;
	z-index: 100;
	display: flex;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 2px solid rgb(218, 218, 218);
	overflow: hidden;
}

@media only screen and (max-width: 1280px) {
	.dt-slider-imgbox:nth-of-type(3) {
		right: 11%;
		top: 38%;
		width: 70px;
		height: 70px;
	}
}

@media only screen and (max-width: 768px) {
	.dt-slider-imgbox:nth-of-type(3) {
		right: 0%;
		width: 60px;
		height: 60px;
	}
}

.dt-slider-img {
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}

.dt-slider .owl-carousel {
	position: relative;
}

.dt-slider .owl-dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/***** О КОМПАНИИ ******/
/***********************/
/***** О КОМПАНИИ ******/
/***********************/
.dt-section-content {
	display: flex;
}

@media only screen and (max-width: 1024px) {
	.dt-section-content {
		flex-direction: column;
	}
}

.dt-section-block {
	width: 50%;
}

@media only screen and (max-width: 1024px) {
	.dt-section-block {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.dt-section-block:nth-of-type(2) {
		margin-top: 30px;
	}
}

.dt-section-title {
	margin-bottom: 30px;
	font-size: 30px;
	font-family: "Open Sans";
	color: black;
	font-weight: bold;
}

.dt-section-text {
	margin-top: 30px;
	padding-right: 77px;
	font-size: 18px;
	font-family: "Ubuntu";
	color: black;
	line-height: 120%;
	padding-left: 10px
}

@media only screen and (max-width: 1024px) {
	.dt-section-text {
		padding-right: 0;
	}
}

.dt-section-text1 {
	margin-top: 30px;
	padding-right: 77px;
	font-size: 18px;
	font-family: "Ubuntu";
	color: black;
	line-height: normal;
}

@media only screen and (max-width: 1024px) {
	.dt-section-text1 {
		padding-right: 0;
	}
}

.dt-section-videobox {
	margin-top: 30px;
}

.dt-team {
	margin-top: 100px;
}

.dt-section-video {
	max-width: 100%;
	height: auto;
}

.dt-team-content {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
	.dt-team-content {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 768px) {
	.dt-team-content {
		flex-direction: column;
	}
}

.dt-team-item {
	padding: 30px;
	width: 30%;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0.848px 0.53px 9.8px 0.2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
	.dt-team-item {
		width: 48%;
	}
}

@media only screen and (max-width: 768px) {
	.dt-team-item {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.dt-team-item {
		padding: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.dt-team-item:nth-of-type(2) {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.dt-team-item:nth-of-type(3) {
		margin-top: 30px;
	}
}

.dt-team-imgbox {
	display: flex;
	height: 186px;
	width: 100%;
}

.dt-team-img {
	max-width: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.dt-team-title {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 20px;
	font-family: "Ubuntu";
	color: black;
	font-weight: bold;
	line-height: 125%;
}

.dt-team-footer {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-top: 30px;
}

.dt-team-footer::after {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #c6c6c6;
}

.dt-team-btn {
	display: inline-flex;
	height: 100%;
}

.dt-blog {
	margin-top: 100px;
}

.dt-blog-content {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
	.dt-blog-content {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 768px) {
	.dt-blog-content {
		flex-direction: column;
	}
}

.dt-blog-item {
	padding: 30px;
	width: 30%;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0.848px 0.53px 9.8px 0.2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1024px) {
	.dt-blog-item {
		width: 48%;
	}
}

@media only screen and (max-width: 768px) {
	.dt-blog-item {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.dt-blog-item {
		padding: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.dt-blog-item:nth-of-type(2) {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.dt-blog-item:nth-of-type(3) {
		margin-top: 30px;
	}
}

.dt-blog-imgbox {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 186px;
	width: 100%;
	overflow: hidden;
	border-width: 1px;
	border-color: #e8e8e8;
	border-style: solid;
}

.dt-blog-img {
	max-width: 100%;
	height: 186px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.dt-blog-title {
	margin-top: 23px;
	margin-bottom: 22px;
	font-size: 20px;
	font-family: "Ubuntu";
	color: black;
	font-weight: bold;
	line-height: 125%;
}

.dt-blog-text {
	padding-bottom: 23px;
	font-size: 18px;
	font-family: "Ubuntu";
	color: #616161;
	line-height: 120%;
}

.dt-blog-next {
	color: #3263ad;
	text-decoration: underline;
}

.dt-blog-footer {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.dt-blog-footer::after {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #c6c6c6;
}

.dt-blog-date {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-family: "Ubuntu";
	color: #c6c6c6;
	line-height: 120%;
}

.dt-blog-btn {
	display: inline-flex;
	height: 100%;
}

.dt-blog-more {
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 0;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0.848px 0.53px 9.8px 0.2px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	font-family: "Ubuntu";
	color: #3263ad;
	line-height: 120%;
}

.dt-payment {
	margin-top: 100px;
	margin-bottom: 65px;
}

.dt-payment-content {
	max-width: 1260px;
	margin-top: 30px;
	margin-bottom: 35px;
	padding: 30px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0.848px 0.53px 9.8px 0.2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 480px) {
	.dt-payment-content {
		padding: 15px;
	}
}

.dt-payment-item {
	padding: 8px;
	font-size: 18px;
	font-family: "Ubuntu";
	color: #616161;
	line-height: 120%;
	border-radius: 5px;
	background-color: #eeeeee;
}

.dt-payment-item:nth-of-type(2n) {
	background: none;
}

.dt-payment-btn {
	display: inline-block;
	padding: 17px 59px;
	font-size: 16px;
	font-family: "Ubuntu";
	color: white;
	line-height: 120%;
	border-radius: 5px;
	background-color: #3263ad;
}

/****** КОНТАКТЫ *******/
/***********************/
.dt-contacts-page {
	display: flex;
	flex-direction: column;
}

.dt-contacts {
	margin-bottom: 40px;
}

.dt-contacts-section {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.dt-contacts-section {
		flex-direction: column;
	}
}

.dt-contacts-column {
	width: auto;
}

@media only screen and (max-width: 1024px) {
	.dt-contacts-column {
		width: 100%;
	}
}

.dt-contacts-column:first-of-type {
	padding-right: 50px;
}

@media only screen and (max-width: 1024px) {
	.dt-contacts-column:first-of-type {
		padding-right: 0;
	}
}

.dt-contacts-column:first-of-type {
	max-width: 650px;
}

@media only screen and (max-width: 1024px) {
	.dt-contacts-column:first-of-type {
		max-width: 100%;
	}
}

.dt-contacts-title {
	margin-top: 50px;
}

.dt-contacts-block {
	margin-top: 20px;
	padding: 20px;
	border-width: 2px;
	border-color: #3263ad;
	border-style: solid;
	border-radius: 5px;
	box-shadow: 0.848px 0.53px 9.8px 0.2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 480px) {
	.dt-contacts-block {
		padding: 20px;
	}
}

.dt-contacts-block:first-of-type {
	margin-top: 0px;
}

.dt-contacts-block-2 {
	border: none;
}

.dt-contacts-block-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}

.dt-contacts-block-text {
	margin-top: 25px;
	font-size: 18px;
	line-height: 140%;
	color: #616161;
}

.dt-contacts-block-text span {
	color: #000;
}

.dt-contacts-imgbox {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 820px;
}

@media only screen and (max-width: 1024px) {
	.dt-contacts-imgbox {
		margin-top: 50px;
		height: 320px;
	}
}

.dt-contacts-img {
	max-width: 100%;
	height: auto;
	box-shadow: 2.544px 1.59px 9.8px 0.2px rgba(0, 0, 0, 0.2);
}

.dt-formbox {
	margin-top: 100px;
	margin-bottom: 75px;
}

.dt-formbox-text {
	margin-top: 40px;
	font-size: 18px;
	color: #616161;
	line-height: 120%;
}

.dt-form {
	display: grid;
	grid-template-columns: minmax(min-content, 310px) minmax(min-content, 620px);
	grid-column-gap: 30px;
	margin-top: 40px;
}

@media only screen and (max-width: 480px) {
	.dt-form {
		grid-template-columns: auto;
	}
}

.dt-form-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media only screen and (max-width: 768px) {
	.dt-form-column {
		grid-column: 1 / span 2;
	}
}

@media only screen and (max-width: 480px) {
	.dt-form-column {
		grid-column: 1 / span 1;
	}
}

.dt-form-input-wrap {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}

.dt-form-input-label {
	margin-bottom: 16px;
	font-size: 18px;
	color: #616161;
	line-height: 120%;
}

.dt-form-input {
	padding: 14px 17px;
	border-radius: 5px;
	background-color: #eeeeee;
	border: none;
	outline: none;
	font-size: 14px;
	color: #a2a1a1;
	line-height: 120%;
}

.dt-form-checkbox-wrap {
	grid-column: 1 / span 2;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

@media only screen and (max-width: 480px) {
	.dt-form-checkbox-wrap {
		grid-column: 1 / span 1;
	}
}

.dt-form-checkbox {
	margin-right: 10px;
}

.dt-form-checkbox-label {
	font-size: 14px;
	color: #616161;
	line-height: 120%;
}

.dt-form-btns {
	display: flex;
	margin-top: 30px;
}

@media only screen and (max-width: 480px) {
	.dt-form-btns {
		flex-direction: column;
	}
}

.dt-form-btns>*+* {
	margin-left: 30px;
}

@media only screen and (max-width: 480px) {
	.dt-form-btns>*+* {
		margin-left: 0;
		margin-top: 30px;
	}
}

.dt-form-btn {
	align-self: flex-start;
	padding: 16px 43px;
	border-radius: 5px;
	background-color: #3263ad;
	font-size: 18px;
	color: white;
	line-height: 120%;
	outline: none;
	border: none;
	cursor: pointer;
}

.dt-form-btn-white {
	background: #fff;
	color: #3263ad;
	border: 1px solid #3263ad;
}

/***** ФУТЕР ******/
/******************/
.dt-footer {
	background-image: url("../../img/bg/footer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0;
}

@media only screen and (max-width: 768px) {
	.dt-footer {
		padding: 25px 0;
	}
}

.dt-footer-content {
	display: grid;
	grid-template-columns: 1fr 1fr 3fr 1fr;
	grid-column-gap: 30px;
}

@media only screen and (max-width: 1280px) {
	.dt-footer-content {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media only screen and (max-width: 1280px) {
	.dt-footer-content {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 560px) {
	.dt-footer-content {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 1280px) {
	.dt-footer-column:nth-of-type(3) {
		display: none;
	}
}

@media only screen and (max-width: 1280px) {
	.dt-footer-column:nth-of-type(2) {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.dt-footer-column:nth-of-type(1) {
		order: 0;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 640px) {
	.dt-footer-column:nth-of-type(1) {
		order: 1;
		margin-top: 40px;
	}
}

@media only screen and (max-width: 480px) {
	.dt-footer-column:nth-of-type(1) {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

.dt-footer-logo-img {
	width: 200px;
}

@media only screen and (max-width: 768px) {
	.dt-footer-logo-img {
		width: 180px;
	}
}

.dt-footer-phones {
	margin-top: 35px;
}

.dt-footer-copyright {
	margin-top: 40px;
	font-size: 14px;
	font-family: "Open Sans";
	color: #474747;
	line-height: 180%;
}

.dt-footer-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dt-footer-menu-list-item {
	margin-bottom: 15px;
}

.dt-footer-menu-list-link {
	font-size: 16px;
	font-family: "Open Sans";
	color: #474747;
	font-weight: bold;
	text-transform: uppercase;
}

.dt-footer-catalog-title {
	font-size: 16px;
	font-family: "Open Sans";
	color: #474747;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 120%;
}

.dt-footer-catalog-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 140px;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.dt-footer-catalog-list-link {
	font-size: 14px;
	font-family: "Open Sans";
	color: #474747;
	line-height: 180%;
}

@media only screen and (max-width: 480px) {
	.dt-footer-social {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}

.dt-footer-social-title {
	font-size: 16px;
	font-family: "Open Sans";
	color: #474747;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 120%;
}

.dt-footer-social-items {
	margin-top: 20px;
}

.dt-footer-social-items>*+* {
	margin-left: 22px;
}

.dt-footer-social-img {
	width: 27px;
	height: 27px;
}

.dt-footer-social-img path {
	fill: #000;
}

.dt-footer-subscribe {
	margin-top: 40px;
}

@media only screen and (max-width: 768px) {
	.dt-footer-subscribe {
		display: none;
	}
}

.dt-footer-subscribe-title {
	font-size: 16px;
	font-family: "Open Sans";
	color: #474747;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 120%;
}

.dt-footer-subscribe-form {
	margin-top: 20px;
}

.dt-footer-subscribe-input-wrap {
	max-width: 247px;
	margin-bottom: 20px;
}

.dt-footer-subscribe-input {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	font-family: "Open Sans";
	color: #555555;
	line-height: 120%;
	outline: none;
	border: none;
	border-radius: 5px;
	background-color: white;
	box-shadow: inset 1.576px 1.231px 3px 0px rgba(0, 0, 0, 0.2);
}

.dt-footer-subscribe-submit {
	width: 100%;
	padding: 10px 73px;
	font-size: 16px;
	font-family: "Ubuntu";
	color: white;
	line-height: 120%;
	border: none;
	border-radius: 5px;
	background-color: #3263ad;
}

.color-red {
	color: #AE0B14
}

.color-black {
	color: black;
}

.dt-catalog-main-title.with-banner {
	display: grid;
	grid-template-columns: auto minmax(100px, 1fr);
	grid-gap: 0 30px;
}


@media all and (max-width: 1280px) {
	.dt-catalog-main-title.with-banner {
		display: flex;
		flex-direction: column;
		gap: 30px 0;
	}
}

.dt-banner {
	cursor: pointer;
}

.dt-banner img {
	max-width: 100%;
}