@font-face {
	font-family: ProximaNova;
	src: url(../fonts/ProximaNova-Regular.woff) format("woff2"), url(../fonts/ProximaNova-Regular.woff2) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: ProximaNova;
	src: url(../fonts/ProximaNova-Bold.woff) format("woff2"), url(../fonts/ProximaNova-Bold.woff2) format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font: 1em monospace, monospace
}

a {
	background: 0 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font: 1em monospace, monospace
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font: 100%/1.15 inherit;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

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

a {
	display: inline-block;
	line-height: normal;
	text-decoration: none;
	cursor: pointer
}

a:focus {
	outline: 0
}

a:focus-visible {
	outline: 2px solid #4d90fe
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

li,
ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

select {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	font: inherit;
	cursor: pointer
}

select:focus {
	outline: 0
}

select:focus-within {
	border-color: #094573
}

input,
textarea {
	font: inherit;
	color: #094573;
	border: none;
	background: 0 0;
	outline: 0
}

input[type=button] {
	padding: 0;
	cursor: pointer
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5)
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5)
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5)
}

button {
	display: inline-block;
	font: inherit;
	padding: 0;
	margin: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border: none;
	background: 0 0
}

button:focus {
	outline: 0
}

button:focus-visible {
	outline: 2px solid #4d90fe
}

details summary {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

details summary:focus {
	outline: 0
}

details summary:focus-visible {
	outline: 2px solid #4d90fe
}

details>summary {
	list-style: none;
	display: block
}

details>summary::-webkit-details-marker {
	display: none
}

main {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	overflow: hidden;
	width: 100%
}

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 62.5%
}

@media only screen and (max-width:75em) {
	html {
		font-size: 55%
	}
}

body {
	font: 1.6rem ProximaNova, sans-serif;
	background: #fff;
	margin: 0;
	color: #333
}



.overlay {
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .2s ease-in-out;
	background: rgba(0, 0, 0, .5);
	pointer-events: none;
	cursor: pointer
}

.overlay.active {
	opacity: 1;
	pointer-events: all
}

.scroll-hidden {
	overflow: hidden
}

.button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 700;
	text-align:center;
	font-size: 16px;
	color: #fff;
	padding: .75em 3.125em;
	white-space: nowrap;
	background: linear-gradient(90deg, #8d2716 5.41%, #c9081f 89.5%);
	box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0;
	border-radius: 8px;
	border: 1px solid #fff;
}

.button:hover {
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0;
}

.crumbs {
	padding: 15px 0 30px
}

@media only screen and (max-width:48em) {
	.crumbs {
		padding: 15px 0 30px 70px
	}
}

.crumbs ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.crumbs li a {
	font-size: 18px;
	font-weight: 700;
	color: #094573
}

.crumbs li:not(:last-of-type)::after {
	background: url(../images/svg/arrow-right.svg) no-repeat center/10px 10px;
	display: inline-block;
	content: '';
	margin: 0 7px;
	height: 10px;
	width: 10px
}

@media only screen and (max-width:36em) {
	.crumbs li:not(:last-of-type)::after {
		margin: 0 1rem
	}
}

.crumbs li:last-of-type a {
	color: #333;
	font-weight: 400;
	cursor: text
}

.header {
	position: fixed;
	z-index: 13;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 0;
	transition: padding .1s linear
}

.header__contact-us {
    margin-right: 5.3rem;
}

.header--secondary {
	background: #f5f9ff;
	box-shadow: 0 2px 4px rgba(5, 66, 112, .2);
	padding: 7px 0
}

.header--secondary .burger span {
	background: #333;
}

.header:not(.header--secondary).scroll {
	background: #fff;
	padding: 7px 0;
	box-shadow: rgba(0, 0, 0, .1) 0 4px 6px -1px, rgba(0, 0, 0, .06) 0 2px 4px -1px
}

.header:not(.header--secondary).scroll .burger.active span {
    background: #fff;
}

.header:not(.header--secondary).scroll .burger span {
	background: #333;
}

@media only screen and (max-width:36em) {
	.header__right {
		width: 100%
	}
}

.header__left {
	margin-right: 15px
}

@media only screen and (max-width:64em) {
	.header__left {
		margin-right: 0;
		margin-bottom: 60px
	}
}

@media only screen and (max-width:48em) {
	.header__left {
		margin-bottom: 60px
	}
}

@media only screen and (max-width:36em) {
	.header__left {
		margin-bottom: 30px
	}
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header__logo {
	width: 19.3rem;
	height: 6.8rem
}

@media only screen and (max-width:48em) {
	.header__logo {
		width: 102px;
		height: 36px
	}
}

.header__group {
	display: flex;
	align-items: center
}

@media only screen and (max-width:48em) {
	.header__contact-us.button {
		padding: 10px 15px;
		font-size: 12px;
		margin-right: 20px
	}
}

.header__burger {
	background: url(../img/svg/header-menu-bg.svg) no-repeat center/cover #0c2540;
	position: fixed;
	display: none;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 19.7rem 21.9rem 0
}

.header__right {
    max-width: 381px;
}

.header__burger::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: radial-gradient(50% 50% at 50% 50%, rgba(52, 153, 245, .23) 0, rgba(57, 139, 216, 0) 100%)
}

@media only screen and (max-width:87.5em) {
	.header__burger {
		padding: 100px 150px 0
	}
}

@media only screen and (max-width:64em) {
	.header__burger {
		padding: 0;
		padding-top: 160px
	}
}

@media only screen and (max-width:48em) {
	.header__burger {
		padding-top: 84px
	}
}

.header__burger.active {
	display: block
}

.header__burger-wrapper {
	overflow-y: auto;
	height: calc(100vh - 100px)
}

@media only screen and (max-width:75em) {
	.header__burger-wrapper {
		height: calc(100vh - 180px)
	}
}

@media only screen and (max-width:48em) {
	.header__burger-wrapper {
		height: calc(100vh - 150px)
	}
}

.header__burger-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
	width: 100%
}

@media only screen and (max-width:64em) {
	.header__burger-inner {
		flex-direction: column;
		align-items: center;
		justify-content: unset
	}
}

@media only screen and (max-width:36em) {
	.header__burger-inner {
		justify-content: flex-start
	}
}

.header__nav-list {
	margin-bottom: 15.5rem
}

@media only screen and (max-width:87.5em) {
	.header__nav-list {
		margin-bottom: 90px
	}
}

@media only screen and (max-width:48em) {
	.header__nav-list {
		margin-bottom: 60px
	}
}

.header__nav-list li {
	margin-bottom: 3rem
}

.header__nav-list a {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 4rem;
	text-transform: uppercase;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	transition: color .1s linear
}

@media only screen and (max-width:87.5em) {
	.header__nav-list a {
		font-size: 3.5rem
	}
}

@media only screen and (max-width:75em) {
	.header__nav-list a {
		font-size: 3rem
	}
}

@media only screen and (max-width:64em) {
	.header__nav-list a {
		font-size: 40px
	}
}

@media only screen and (max-width:48em) {
	.header__nav-list a {
		font-size: 30px
	}
}

@media only screen and (max-width:30.0625em) {
	.header__nav-list a {
		font-size: 20px
	}
}

.header__nav-list a::after {
	position: absolute;
	display: none;
	content: '';
	bottom: 5px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #a62e41
}

.header__nav-list a:hover {
	color: #a62e41;
	font-style: italic
}

.header__nav-list a:hover::after {
	display: block
}

.header__address {
	margin-bottom: 17px
}

.header__address-location,
.header__address-mail {
	display: flex;
	align-items: center;
	font-style: normal;
	font-size: 2rem;
	color: #333;
	transition: color .1s linear
}

.header__address-location:hover,
.header__address-mail:hover {
	color: #a62e41
}

.header__address-location:not(:last-child),
.header__address-mail:not(:last-child) {
	margin-bottom: 1.6rem
}

.header__address-location img,
.header__address-mail img {
	margin-right: 8px;
	width: initial;
}

.header__address-location {
	margin-bottom: 20px
}

.header__address-location a {
	min-width: 14px;
	min-height: 20px;
	max-width: 14px;
	max-height: 20px
}

.header__address-mail a {
	min-width: 17px;
	min-height: 12px;
	max-width: 17px;
	max-height: 12px
}

@media only screen and (max-width:64em) {
	.header__address {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:36em) {
	.header__address {
		display: flex;
		align-items: center;
		flex-direction: column
	}
}

.header__address a {
	color: #fff;
	white-space: nowrap
}

@media only screen and (max-width:36em) {
	.header__address {
		align-items: unset
	}
}

.header__social {
	display: flex
}

.header__social li:not(:last-child) {
	margin-right: 8px
}

.header__social-icon {
	width: 24px;
	height: 24px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
	border-radius: 4px;
	transition: -webkit-transform .1s linear;
	transition: transform .1s linear;
	transition: transform .1s linear, -webkit-transform .1s linear
}

.header__social-icon--border {
	border-radius: 6px
}

.header__social-icon:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media only screen and (max-width:64em) {
	.header__social {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:64em) {
	.header__form {
		width: 401px
	}
}

@media only screen and (max-width:36em) {
	.header__form {
		width: 100%;
		max-width: unset
	}
}

.form {
	position: relative
}

.form::after {
	position: absolute;
	z-index: 5;
	content: '';
	cursor: not-allowed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background: url(../images/gif/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px
}

.form.loading::after {
	opacity: 1;
	visibility: visible
}

.form__title {
	font-size: 2.6rem;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 700;
	margin-bottom: 3rem
}

.form__group {
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.form__group--col {
	flex-direction: column;
	align-items: flex-start
}

@media only screen and (max-width:48em) {
	.form__group {
		flex-direction: column;
		align-items: unset
	}
}

@media only screen and (max-width:30.0625em) {
	.form__group {
		flex-direction: column
	}
}

.form__group .form__control {
	flex: 1
}

.form__group .form__control:not(:last-child) {
	margin-right: 19px
}

@media only screen and (max-width:48em) {
	.form__group .form__control:not(:last-child) {
		margin-right: 0
	}
}

.form__control {
	position: relative;
	display: block;
	margin-bottom: 3rem
}

.form__control--checkbox {
	margin-bottom: 15px
}

.form__control-txt {
	margin-bottom: 14px;
	align-self: flex-start;
	font-size: 1.5rem
}

.form__control--agreement {
	display: flex
}

.form__control--agreement:not(:last-child) {
	margin-bottom: 10px
}

.form__control--agreement .form__checkbox-styled {
	min-height: 20px;
	min-width: 20px
}

.form__control--agreement .form__checkbox-txt {
	font-size: 1.4rem
}

.form__control--agreement a,
.form__control--agreement button {
	display: inline;
	font-size: 1.4rem;
	color: #fff;
	white-space: nowrap;
	border-bottom: 1px dashed;
	margin-left: 5px
}

@media only screen and (max-width:30.0625em) {
	.form__control--agreement {
		flex-direction: column;
		align-items: flex-start
	}
	.form__control--agreement .form__error {
		bottom: unset;
		top: -15px
	}
	.form__control--agreement a,
	.form__control--agreement button {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin-left: 0
	}
}

.form__control.error .form__error {
	visibility: visible
}

.form__control.error .form__input {
	border-color: #f76863
}

.form__control.success .form__input {
	border-color: #fff
}

.form__error {
	position: absolute;
	bottom: -17px;
	left: 0;
	font-size: 13px;
	color: #f76863;
	visibility: hidden;
	white-space: nowrap
}

.form__input {
	color: #fff;
	font-style: italic;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.form__input:focus {
	border-color: #fff
}

.form__input-wrapper {
	position: relative;
	width: 100%
}

.form__checkbox-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer
}

.form__checkbox-styled {
	background: rgba(255, 255, 255, .1);
	position: relative;
	display: inline-block;
	margin-right: 10px;
	min-width: 20px;
	min-height: 20px;
	box-shadow: inset 0 1px 1px rgba(22, 11, 86, .1);
	border-radius: 3px;
	border: 1px solid #fff
}

.form__checkbox-styled::before {
	background: #a62e41;
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	border-radius: 2px
}

.form__checkbox:checked+.form__checkbox-styled::before {
	opacity: 1
}

.form__checkbox-txt {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: rgba(255, 255, 255, .8);
	white-space: nowrap
}

@media only screen and (max-width:75em) {
	.form__checkbox-txt {
		white-space: unset
	}
}

.form__label-txt {
	display: block;
	color: #fff;
	margin-bottom: 2.5rem
}

.form__label-txt--nowrap {
	white-space: nowrap
}

.form__submit {
	align-self: stretch;
	border: 1px solid #fff;
	box-shadow: 8px 8px 16px rgba(0, 0, 0, .25);
	margin-right: 0;
	margin-left: 5px;
	width: auto;
}

@media only screen and (max-width:48em) {
	.form__submit {
		max-width: 151px;
		width: 100%;
		margin: 30px auto 0 auto
	}
}

.form__upload-button {
	cursor: pointer;
	margin-bottom: 0
}

.form__upload-button-txt {
	color: rgba(255, 255, 255, .8);
	text-decoration: underline;
	white-space: nowrap
}

.footer {
	background: #f5f9ff;
	position: relative;
	z-index: 4;
	padding: 6rem 0;
	border-top: 1px solid #0a3d76
}

@media only screen and (max-width:48em) {
	.footer {
		padding: 30px 0
	}
}

.footer__inner {
	display: flex;
	justify-content: space-between;
	align-items: center
}

@media only screen and (max-width:64em) {
	.footer__logo {
		display: none
	}
}

.footer__content {
	display: flex;
	flex-direction: column;
	padding-right: 7.2rem
}

@media only screen and (max-width:75em) {
	.footer__content {
		padding-right: 40px
	}
}

@media only screen and (max-width:64em) {
	.footer__content {
		padding-right: 0;
		justify-content: space-evenly;
		flex-direction: row;
		align-items: flex-start;
		width: 100%
	}
}

@media only screen and (max-width:48em) {
	.footer__content {
		justify-content: space-between
	}
}

@media only screen and (max-width:36em) {
	.footer__content {
		flex-direction: column;
		align-items: center
	}
}

.footer__nav {
	margin-bottom: 5rem
}

.footer__nav-list {
	display: flex;
	align-items: center
}

@media only screen and (max-width:64em) {
	.footer__nav-list {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0
	}
}

@media only screen and (max-width:36em) {
	.footer__nav-list {
		align-items: center
	}
}

.footer__nav-list li:not(:last-child) {
	margin-right: 8rem
}

@media only screen and (max-width:64em) {
	.footer__nav-list li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 15px
	}
}

.footer__nav-list a {
	font-weight: 700;
	color: #094573;
	font-size: 2rem;
	transition: color .1s linear
}

.footer__nav-list a:hover {
	color: #a62e41
}

.footer__info {
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width:64em) {
	.footer__info {
		flex-direction: column
	}
}

@media only screen and (max-width:36em) {
	.footer__info {
		justify-content: space-between;
		align-items: center
	}
}

.footer__social {
	display: flex
}

.footer__social li:not(:last-child) {
	margin-right: 8px
}

.footer__social-icon {
	width: 24px;
	height: 24px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
	border-radius: 4px;
	transition: -webkit-transform .1s linear;
	transition: transform .1s linear;
	transition: transform .1s linear, -webkit-transform .1s linear
}

.footer__social-icon--border {
	border-radius: 6px
}

.footer__social-icon:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media only screen and (max-width:64em) {
	.footer__social {
		margin-bottom: 20px
	}
}

.footer__address-location,
.footer__address-mail {
	display: flex;
	align-items: center;
	font-style: normal;
	font-size: 2rem;
	color: #333;
	transition: color .1s linear
}

.footer__address-location:hover,
.footer__address-mail:hover {
	color: #a62e41
}

.footer__address-location:not(:last-child),
.footer__address-mail:not(:last-child) {
	margin-bottom: 1.6rem
}

.footer__address-location img,
.footer__address-mail img {
	margin-right: 8px
}

.footer__address-location {
	margin-bottom: 20px
}

.footer__address-location a {
	min-width: 14px;
	min-height: 20px;
	max-width: 14px;
	max-height: 20px
}

.footer__address-mail a {
	min-width: 17px;
	min-height: 12px;
	max-width: 17px;
	max-height: 12px
}

@media only screen and (max-width:64em) {
	.footer__address {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:36em) {
	.footer__address {
		display: flex;
		align-items: center;
		flex-direction: column
	}
}

.burger {
	align-items: center;
	justify-content: center;
	z-index: 10;
	display: flex;
	width: 40px;
	height: 30px;
}

.burger.active:hover{
    animation: rotateClose .3s ease;
    -webkit-animation: rotateClose .3s ease;
}

.burger span {
	background: #ffffff;
	position: relative;
	width: 40px;
	height: 3px
}

.burger span::after,
.burger span::before {
	background: inherit;
	position: absolute;
	width: 100%;
	height: 3px
}

.burger span::after,
.burger span::before {
	display: block;
	content: '';
	transition: -webkit-transform .15s;
	transition: transform .15s;
	transition: transform .15s, -webkit-transform .15s
}

.burger span::before {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}

.burger span::after {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	width: 25px;
	right: 0
}

.burger.active span {
	background: #fff;
	height: 0
}

.burger.active span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.burger.active span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%
}

.swiper-container {
	overflow: hidden
}

.swiper-slide {
	height: auto
}

.portfolio-index {
	margin-bottom: 10rem
}

.portfolio-index .button {
    max-width: unset;
}

@media only screen and (max-width:64em) {
	.portfolio-index {
		margin-bottom: 50px
	}
}

.portfolio-index__title h2 {
	font-size: 4rem;
	text-align: left;
	color: #094573;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2rem;
	max-width: 65.2rem;
	width: 100%;
	margin-bottom: 10rem
}

@media only screen and (max-width:48em) {
	.portfolio-index__title h2 {
		font-size: 3rem
	}
}

@media only screen and (max-width:36em) {
	.portfolio-index__title h2 {
		font-size: 2.2rem
	}
}

@media only screen and (max-width:64em) {
	.portfolio-index__title h2 {
		margin-bottom: 48px
	}
}

.portfolio-index__list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1rem
}

@media only screen and (max-width:75em) {
	.portfolio-index__list {
		justify-content: center
	}
}

.portfolio-index__list li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 32%;
	padding: 15px 10px;
	margin-bottom: 4.3rem;
	box-shadow: -10px -10px 20px rgba(255, 255, 255, .3), 10px 10px 20px rgba(68, 69, 70, .15), inset 4px 4px 15px rgba(255, 255, 255, .3);
	border-radius: 5px;
	background: #f5f9ff;
	background-size: cover;
	background-repeat: no-repeat
}

.portfolio-index__list li:hover img {
	-webkit-transform: scale(1.02);
	transform: scale(1.02)
}

.portfolio-index__list li a {
	width: 100%
}

.portfolio-index__list li h3 {
	font-size: 2.4rem;
	color: #094573;
	text-align: center;
	font-weight: 700
}

.portfolio-index__list li img {
	border-radius: 2px;
	border: 4px solid #fff;
	margin-bottom: 1.5rem;
	object-fit: cover;
	width: 100%;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .15);
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media only screen and (max-width:75em) {
	.portfolio-index__list li {
		margin: 0 15px 15px
	}
}

@media only screen and (max-width:64em) {
	.portfolio-index__list li {
		width: 40%
	}
}

@media only screen and (max-width:48em) {
	.portfolio-index__list li {
		width: 60%
	}
}

@media only screen and (max-width:36em) {
	.portfolio-index__list li {
		width: 80%
	}
}

@media only screen and (max-width:30.0625em) {
	.portfolio-index__list li {
		width: 100%;
		margin: 0 0 15px
	}
}

.portfolio-index__link {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto
}

.intro__content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.intro__edges-wrapper {
    background: #f5f9ff;
}

.intro__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #202020;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.intro__media::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.intro__media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media only screen and (max-width:64em) {
	.intro {
		padding-bottom: 0
	}
}

.intro__inner {
	padding: 354px 0 401px;
}

@media only screen and (max-width:75em) {
	.intro__inner {
		padding: 150px 0 200px;
	}
}

@media only screen and (max-width:48em) {
	.intro__inner {
		padding: 100px 0 150px;
	}
}

.intro__title {
	position: relative;
	display: flex;
	z-index: 1;
	min-height: 140px;
}

.intro__title h1 {
	font-size: 4rem;
	margin: 0;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 65.2rem;
	width: 100%;
	text-align: center;
	max-width: unset;
	line-height: 1.5
}

.intro__title.hidden h1{
    opacity: 0;
}

@media only screen and (max-width:48em) {
	.intro__title h1 {
		font-size: 3rem
	}
}

@media only screen and (max-width:36em) {
	.intro__title h1 {
		font-size: 2.2rem
	}
}

@media only screen and (max-width:75em) {
	.intro__title h1 {
		font-size: 30px;
	}
	
	.intro__title {
	    min-height: 90px;
	    margin-bottom: 115px;
	}
}

@media only screen and (max-width:64em) {
	.intro__title {
	    margin-bottom: 0
	}
}

@media only screen and (max-width:48em) {
	.intro__title h1 {
		font-size: 25px
	}
	.intro__title h1 a::after {
		bottom: 3px
	}
}

@media only screen and (max-width:36em) {
	.intro__title h1 {
		font-size: 20px
	}
}

.intro__title a {
	position: relative;
	color: #ffffff;
	font-style: italic;
	font-weight: 600;
}

.intro__title a::before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 102%;
    height: 90%;
    background: rgba(154, 56, 75, 0.65);
    backdrop-filter: blur(10px);
}

.intro__title a::after {
	position: absolute;
	background: #ffffff;
	display: block;
	content: '';
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 1px
}

.intro__images {
	position: relative;
	min-height: 63.5rem;
	display: flex
}

@media only screen and (max-width:75em) {
	.intro__images {
		margin-bottom: 50px
	}
}

@media only screen and (max-width:64em) {
	.intro__images {
		-webkit-transform: translateY(25%);
		transform: translateY(25%)
	}
}

@media only screen and (max-width:63.9375em) {
	.intro__images {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media only screen and (max-width:48em) {
	.intro__images {
		display: none
	}
}

.intro__images img {
	position: absolute;
	width: initial;
}

.intro__images img:first-child {
	z-index: 1;
	right: 27%;
	bottom: 0
}

.intro__images img:last-child {
	left: 17%;
	bottom: 0
}


@media only screen and (max-width:64em) {
	.intro__edges {
		padding-bottom: 35px;
	}
}

.intro__edges-title h2 {
    font-family: "ProximaNova-Regular";
	font-size: 2.6rem;
	line-height: 1.5;
	max-width: 65rem;
	margin-bottom: 10rem;
	color: #ecf1f9;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

@media only screen and (max-width:64em) {
	.intro__edges-title h2 {
		margin-bottom: 50px;
		padding-top: 30px
	}
}

@media only screen and (max-width:36em) {
	.intro__edges-title h2 {
		font-size: 18px
	}
}

.intro__edges {
    position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	bottom: 95px;
	margin-bottom: -95px;
}

@media only screen and (max-width:64em) {
	.intro__edges {
		justify-content: center;
		bottom: 45px;
		gap: 100px 20px;
	}
	
	.intro__edges-item {
	    margin-bottom: 0;
	}
}

.intro__edges-item {
    position: relative;
	text-align: center;
	max-width: 371px;
	flex: 0 1 32%;
	background: #1758A0;
    box-shadow: -4px -4px 15px rgba(255, 255, 255, 0.2), 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 77px 35px 16px;
}

.intro__edges-item:nth-child(1) {
    background-color: #1758A0;
}

.intro__edges-item:nth-child(2) {
    background-color: #0A3D76;
}

.intro__edges-item:nth-child(3) {
    background-color: #639CDC;
}

.intro__edges-item img {
	position: absolute;
    max-width: 200px;
    width: 100%;
   
   
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}

.intro__edges-item h3 {
	color: #fff;
	margin-bottom: 10px
}

.intro__edges-item p {
	color: rgba(236, 241, 249, .7)
}

@media only screen and (max-width:64em) {
	.intro__edges-item {
	flex: 0 1 100%
	}
}

.descrip {
	background: #f5f9ff;
	padding: 6rem 0 17.5rem
}

.descrip__swiper-wrapper {
    position: relative;
}

.descrip__cms img {
    width: initial;
}

.descrip__item-img-bot-design img {
    width: 36.3rem;
}

@media only screen and (max-width:64em) {
	.descrip {
		padding-bottom: 50px
	}
}


.descrip__swiper-wrapper {
    margin-bottom: 11rem
}

@media only screen and (max-width:64em) {
	.descrip__swiper-wrapper {
        margin-bottom: 50px;
    }
}

.descrip__item {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.descrip__item:not(:last-child) {
	margin-bottom: 10rem
}

@media only screen and (max-width:75em) {
	.descrip__item:not(:last-child) {
		margin-bottom: 50px
	}
}

.descrip__item--reverse {
	flex-direction: row-reverse
}

.descrip__item h2 {
	font-size: 4rem;
	text-align: left;
	color: #094573;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2rem;
	max-width: 65.2rem;
	width: 100%;
	margin-bottom: 35px
}

@media only screen and (max-width:48em) {
	.descrip__item h2 {
		font-size: 3rem
	}
}

@media only screen and (max-width:36em) {
	.descrip__item h2 {
		font-size: 2.2rem
	}
}

@media only screen and (max-width:48em) {
	.descrip__item h2 {
		margin-bottom: 20px
	}
}

.descrip__item-images {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	max-width: 45.8rem;
	margin-right: 3.8rem
}

.descrip__item:nth-child(even) .descrip__item-images {
	margin-left: 3.8rem;
	margin-right: 0
}

@media only screen and (max-width:64em) {
	.descrip__item-images {
		align-items: flex-start
	}
}

@media only screen and (max-width:48em) {
	.descrip__item-images {
		display: none
	}
}

.descrip__item-img-top-design img,
.descrip__item-img-top-dev img {
	margin-bottom: -25%
}

.descrip__item-img-top-design {
	z-index: 1;
	max-width: 24.4rem;
	margin-left: 48%;
	
    animation: down-up 3s ease-in-out 0s infinite alternate;
}

@media only screen and (max-width:75em) {
	.descrip__item-img-top-design {
		max-width: 200px
	}
}

@media only screen and (max-width:64em) {
	.descrip__item-img-top-design {
		max-width: 150px
	}
}

.descrip__item-img-top-dev {
	-webkit-transform: translateX(5%);
	transform: translateX(5%);
	margin-bottom: 9%;
	max-width: 25.7rem
	
}

@media only screen and (max-width:64em) {
	.descrip__item-img-top-dev {
		max-width: 200px
	}
}

.descrip__item-img-bot-design {
	max-width: 36.3rem;
}

@media only screen and (max-width:64em) {
	.descrip__item-img-bot-design {
		max-width: 300px
	}
}

.descrip__item-img-bot-dev {
	z-index: 1;
	margin-right: 48%;
	max-width: 25.7rem;
	width: 100%;
	animation: down-up 4s ease-in-out .5s infinite alternate;
}

@media only screen and (max-width:64em) {
	.descrip__item-img-bot-dev {
		max-width: 200px;
		-webkit-transform: translateX(-30%);
		transform: translateX(-30%)
	}
	.descrip__item-img-bot-dev img {
		height: auto
	}
}

.descrip__item-content {
	max-width: 52.9rem;
	width: 100%
}

.descrip__item-content a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

@media only screen and (max-width:75em) {
	.descrip__item-content {
		max-width: unset;
		width: 60%
	}
}

@media only screen and (max-width:48em) {
	.descrip__item-content {
		width: 100%
	}
}

.descrip__item-txt {
	margin-bottom: 4rem
}

.descrip__item-txt p {
	font-size: 2rem;
	line-height: 1.5
}

.descrip__item-txt p:not(:last-child) {
	margin-bottom: 2rem
}

@media only screen and (max-width:48em) {
	.descrip__item-txt {
		margin-bottom: 20px
	}
}

.sections-wrapper {
	padding: 50px 0 9rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.contact h2 {
	font-size: 4rem;
	text-align: left;
	color: #094573;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2rem;
	max-width: 65.2rem;
	width: 100%
}

@media only screen and (max-width:48em) {
	.contact h2 {
		font-size: 3rem
	}
}

@media only screen and (max-width:36em) {
	.contact h2 {
		font-size: 2.2rem
	}
}

@media only screen and (max-width:36em) {
	.contact h2 {
		font-size: 3.2rem
	}
}

.contact h3 {
	font-size: 2.6rem;
	line-height: 1.5;
	max-width: 65rem;
	margin-bottom: 10.8rem
}

@media only screen and (max-width:64em) {
	.contact h3 {
		margin-bottom: 50px
	}
}

.contact__content {
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media only screen and (max-width:64em) {
	.contact__content {
		flex-direction: column;
		align-items: center
	}
}

.contact__images {
	position: relative;
	margin-right: 20px
}

@media only screen and (max-width:64em) {
	.contact__images {
		margin-right: 0;
		margin-bottom: 20px
	}
}

.contact__img-tech {
	position: absolute
}

.contact__img-tech--html {
	bottom: 40%;
	-webkit-animation: translate-down-up 4.35s ease-in-out 0s infinite alternate;
	animation: translate-down-up 4.35s ease-in-out 0s infinite alternate
}

.contact__img-tech--js {
	left: 5%;
	bottom: 65%;
	-webkit-animation: translate-down-up 4.2s ease-in-out 0s infinite alternate;
	animation: translate-down-up 4.2s ease-in-out 0s infinite alternate
}

.contact__img-tech--css {
	left: 63%;
	bottom: 90%;
	-webkit-animation: translate-down-up 5s ease-in-out 0s infinite alternate;
	animation: translate-down-up 5s ease-in-out 0s infinite alternate
}

.contact__img-tech--cms {
	right: 3%;
	bottom: 70%;
	-webkit-animation: translate-down-up 5s ease-in-out 0s infinite alternate;
	animation: translate-down-up 5s ease-in-out 0s infinite alternate
}

.contact__img-tech--php {
	right: 6%;
	bottom: 50%;
	-webkit-animation: translate-down-up 4.5s ease-in-out 0s infinite alternate;
	animation: translate-down-up 4.5s ease-in-out 0s infinite alternate
}

.contact__form {
	background: #f5f9ff;
	max-width: 52rem;
	width: 100%;
	padding: 3.5rem 6rem;
	border: 3px solid #fff;
	border-radius: 3px
}

@media only screen and (max-width:48em) {
    .contact__img-tech--html {
        max-width: 55px;
    }
    
    .contact__img-tech--js {
        max-width: 60px;
    }
    
    .contact__img-tech--css {
        max-width: 60px;
    }
    
    .contact__img-tech--cms {
        max-width: 60px;
    }
    
    .contact__img-tech--php {
        max-width: 55px;
    }
}

@media only screen and (max-width:48em) {
	.contact__form {
		padding: 30px 20px
	}
}

.contact__form .form__title {
	color: #094573
}

.contact__form .form__control.success .form__input {
	border-color: #094573
}

.contact__form .form__control:not(.error) .form__input:focus {
	border-color: #094573
}

.contact__form .form__input {
	color: #094573;
	border-color: rgba(9, 69, 115, .3)
}

.contact__form .form__input::-webkit-input-placeholder {
	color: rgba(9, 69, 115, .5)
}

.contact__form .form__input:-ms-input-placeholder {
	color: rgba(9, 69, 115, .5)
}

.contact__form .form__input::placeholder {
	color: rgba(9, 69, 115, .5)
}

.contact__form .form__label-txt {
	color: #094573;
	font-weight: 700
}

.contact__form .form__checkbox-styled {
	background: #fff;
	box-shadow: none;
	border-color: #afc4d5
}

.contact__form .form__checkbox-txt {
	color: rgba(9, 69, 115, .8)
}

.contact__form .form__upload-button-txt {
	color: rgba(9, 69, 115, .8)
}

@-webkit-keyframes translate-down-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(25%);
		transform: translateY(25%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes translate-down-up {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
	50% {
		-webkit-transform: translateY(25%);
		transform: translateY(25%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.services__sidebar {
  background: #f5f9ff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 225px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.services__sidebar a {
  width: 100%;
}
.services__sidebar:hover + .services__box-images img:first-child {
  display: none;
}
.services__sidebar:hover + .services__box-images img:last-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .services__sidebar {
    display: none;
  }
}

.services__sidebar.active {
  justify-content: center;
  display: flex;
  width: 100%;
  z-index: 11;
}
.services__sidebar-burger {
  background: url(../img/svg/icon-stage.svg) no-repeat 12px 14px #f5f9ff;
  position: fixed;
  display: none;
  width: 64px;
  height: 64px;
  top: 54px;
  left: 0;
  z-index: 12;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 65px;
}
.services__sidebar-burger.active {
  background: url(../img/svg/icon-stage-active.svg) no-repeat 12px 14px;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .services__sidebar-burger {
    display: block;
  }
}
.services__sidebar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 100px;
  overflow-y: auto;
}
@media only screen and (max-width: 48em) {
  .services__sidebar-nav {
    padding-top: 100px;
  }
}
.services__sidebar-list {
  padding-left: 21px;
  list-style: none;
}

.services__sidebar-list,
.services__sidebar-list li {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 48em) {
  .services__sidebar-list {
    padding-left: 0;
  }
}
.services__sidebar-list li {
  margin-bottom: 15px;
}
.services__sidebar-list a {
  display: flex;
  line-height: 1.1;
  align-items: center;
  font-weight: 700;
  color: #333;
}
.services__sidebar-list a.active {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #a62e41;
  font-weight: 400;
}
.services__sidebar-list a img {
  margin-right: 8px;
  max-width: 24px;
  max-height: 24px;
  display: none;
}
.services__sidebar-list a.active img:nth-child(1) {
  display: flex;
}
.services__sidebar-list a:not(.active) img:nth-child(2) {
  display: flex;
}
.services__sidebar-list a:not(.active) {
  transition: color 0.1s linear;
}
.services__sidebar-list a:not(.active):hover {
  color: #a62e41;
}
.services__sidebar-list a:not(.active):hover img:nth-child(2) {
  display: none;
}
.services__sidebar-list a:not(.active):hover img:nth-child(3) {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .services__sidebar-list a {
    font-size: 32px;
  }
  .services__sidebar-list a img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media only screen and (max-width: 30.0625em) {
  .services__sidebar-list a {
    font-size: 16px;
  }
  .services__sidebar-list a img {
    max-width: 24px;
    max-height: 24px;
  }
}
.services__sidebar-sublist {
  margin-top: 15px;
  padding-left: 33px;
}
.services__sidebar-sublist li {
  position: relative;
  display: flex;
  align-items: center;
}
.services__sidebar-sublist li::before {
  background: #094573;
  display: inline-block;
  width: 2px;
  height: 30px;
  content: "";
}
.services__sidebar-sublist li:not(.active) a {
  transition: color 0.1s linear, -webkit-transform 0.1s linear;
  transition: transform 0.1s linear, color 0.1s linear;
  transition: transform 0.1s linear, color 0.1s linear,
    -webkit-transform 0.1s linear;
}
.services__sidebar-sublist li:not(.active) a:hover {
  -webkit-transform: translateX(2%);
  transform: translateX(2%);
  color: #a62e41;
}
.services__sidebar-sublist li.active a {
  color: #a62e41;
  text-decoration: underline;
}
.services__sidebar-sublist li.active::before {
  display: none;
}
.services__sidebar-sublist a {
  font-size: 14px;
  color: #777;
  font-weight: 400;
  max-width: 148px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .services__sidebar-sublist a {
    max-width: 100%;
    font-size: 24px;
  }
}
@media only screen and (max-width: 30.0625em) {
  .services__sidebar-sublist a {
    font-size: 14px;
  }
}

.ajax_form .error {
    color: #d57676;
    white-space: nowrap;
}

@keyframes down-up {
  0% {
    transform: translateY(-7%);
  }

  100% {
    transform: translateY(4%);
  }
}

.descrip .swiper-button-next::after, .descrip .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 800;
    color: #094573;
}

.descrip .swiper-button-next, .descrip .swiper-button-prev {
    display: none;
}

.descrip .swiper-button-next {
    right: -5px;
}

.descrip .swiper-button-prev {
    left: -5px;
}

@media only screen and (max-width: 61.99875em) {
    .descrip .swiper-button-next, .descrip .swiper-button-prev {
        display: flex;
    }
    
    .descrip .swiper-container {
        margin: 0 25px;
        max-width: 800px;
    }
    
    .descrip .swiper-slide {
        display: flex;
        align-items: center;
    }
}

.breadcrumbs__list .breadcrumbs__link--active {
    cursor: text;
}

.breadcrumbs__list .breadcrumbs__link::before {
    top: 7px;
}

.breadcrumbs__list .breadcrumbs__link::after {
    top: 11px;
}

.teams__box-text a {
    font-size: 16px;
}

.teams__box-text a::after {
    width: 21px;
    height: 21px;
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    background-image: url(../img/svg/next-icon-blue.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
}


.header__logo img {max-width: 100px;}
.footer__logo img {max-width: 250px;}

.main-footer__link-location, .main-footer__link-mail {
    margin: 0;
    padding: 0px 0 10px 20px;
    color: #000000;
    position: relative;
}

.main-footer__link-phone {
    padding-left: 20px;
    color: #333333;
    padding: 12px 0 0 20px;
}
.footer__address {padding: 0 15px 0 0; }
/*# sourceMappingURL=style.min.css.map */