@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  --font-family: "Open Sans", sans-serif;
  --second-family: "Jura", sans-serif;
  --third-family: "Source Sans 3", sans-serif;
  --font3: "Istok Web", sans-serif;
	--dark-blue: #14204b;
	--blue: #1946d6;
	--blue-2: #193186;
	--bg: #f5f8fe;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;
}
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
:before, :after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	position: relative;
	background: #fff;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	color: var(--dark-blue);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.container {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1360px;
	padding: 0 20px;
	width: 100%;
}
H2, .h2 {
	font-family: var(--third-family);
	font-size: 50px;
}
H3, .h3 {
	font-family: var(--third-family);
	font-size: 40px;
	color: var(--blue-2);
}
ul, ul li {
	list-style: none;
}
ul:not([class]) {
  padding-top: 5px;
}
ul:not([class]) li {
  position: relative;
  padding-left: 22px;
  margin-top: 10px;
}
ul:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '•';
}
a {
	text-decoration: none;
	transition: all 100ms ease;
}
p {
	margin-top: 20px;
  line-height: 160%;
}
.text-center {
  text-align: center;
}
.text-primary {
  color: var(--blue);
}
.bt {
	position: relative;
	cursor: pointer;
	transition: all 100ms ease;
	background: var(--blue);
	border-radius: 8px;
	height: 70px;
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: #fff;
}
a.bt {
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
.hidden {
	display: none;
}
section {
	padding: 50px 0;
}

.viewport-wrapper {
	position: relative;
	min-width: 320px;
	overflow: hidden;
}
.viewport-wrapper.overflow {
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}


.header {
	position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.header-wrapper {
  height: 70px;
}
.header-logo {
  width: 160px;
}
.bt-menu {
	background: url('data:image/svg+xml,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="5" y="17" width="26" height="2" rx="1" fill="%23193186"/><rect x="15" y="9" width="16" height="2" rx="1" fill="%23193186"/><rect x="10" y="25" width="21" height="2" rx="1" fill="%23193186"/></svg>') center no-repeat;
  width: 36px;
  height: 36px;
}
.header-wrapper > .header-tel,
.header-wrapper > .header-bt {
  display: none;
}
.header-nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 20px;
  display: none;
}
.header-nav li {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}
.header-nav li a {
  color: var(--blue-2);
}
.header-tel {
  margin-right: 14px;
  font-weight: 600;
  font-size: 20px;
  color: var(--blue-2);
}
.header-bt {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background: var(--blue-2);
  border-radius: 8px;
  padding: 0 16px;
  height: 40px;
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  color: #fff;
}
.open-menu .header-nav {
  display: block;
}


.preview {
	padding-top: 70px;
  background: #14204b;
}
.preview-wrapper {
  position: relative;
  z-index: 2;
  background: #14204b url(../i/preview-sm.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 82px 0;
}
.preview-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(270deg, rgba(20, 32, 75, 0) 0%, #14204b 94.5%);
}
.preview H1 {
  font-family: var(--third-family);
  font-size: 50px;
  color: #fff;
}
.preview H1 span {
  margin-top: 8px;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 5px 8px;
  color: var(--blue);
}


.about {
  background: var(--bg);
}
.about-preview .img {
  margin: 20px auto 0;;
  width: 130px;
}
.about-article {
  margin-top: 30px;
}
.about-article::before {
  content: '';
  display: block;
  background: linear-gradient(90deg, #124588 0%, #973758 100%);
  border-radius: 99px;
  height: 7px;
  margin-bottom: 30px;
}
.about-article H4 {
  font-family: var(--third-family);
  font-size: 28px;
  color: var(--blue-2);
}


.area-subtitle {
  margin-top: 20px;
  font-size: 19px;
  line-height: 150%;
  color: var(--blue-2);
}
.area-item {
  margin-top: 10px;
  text-align: center;
  color: var(--blue-2);
  font-weight: 600;
}
.area-item .wrapper {
  border: 1.50px solid var(--blue-2);
  border-radius: 16px;
  padding: 20px;
}
.area-item .title {
  margin-top: 10px;
  font-size: 20px;
}
.area-item p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
}


.service {
  background: var(--dark-blue);
  color: #fff;
}
.tag-list {
  padding-top: 20px;
  margin: 0 -7px;
}
.tag-list li {
  margin: 10px 7px 0;
}
.tag-list li a {
  display: inline-block;
  border-bottom: 1px dashed;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
}
.service-item {
  position: relative;
  margin-top: 15px;
  color: var(--dark-blue);
}
.service-item .title {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  line-height: 45px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 38px;
  letter-spacing: -0.05em;
  color: #fff;
  /* text-shadow: 0 4px 0 0 var(--dark-blue); */
  text-shadow: var(--dark-blue) 2px 5px;
}
.service-item .wrapper {
  margin-top: -10px;
  background: #fff;
  border-radius: 16px;
  padding: 20px 15px;
}
.service-item .subtitle {
  font-weight: 700;
  font-size: 16px;
}

.partner {
  background: var(--bg);
}
.partner-list {
  margin: 0 -3px;
  margin-top: 47px;
}
.partner-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 3px;
  width: 33.333%;
}
.partner-item .wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 10px 8px;
  width: 100%;
}
.partner-item .logo {
  height: 90px;
  max-width: 90px;
  overflow: hidden;
  margin: 0 auto;
}
.partner-item .title {
  margin-top: 10px;
  font-size: 12px;
  color: #000;
}
.partner-item .desc {
  display: none;
  padding-top: 5px;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.partner-item:hover .logo {
  width: 70px;
  height: 70px;
}
.partner-item:hover .desc {
  display: block;
}
.partner-item:hover .title {
  display: none;
}

.feedback {
  position: relative;
  overflow: hidden;
  background: var(--dark-blue);
  color: #fff;
}
.feedback H3 {
  padding-bottom: 14px;
  color: inherit;
}
.feedback-form {
  position: relative;
  z-index: 2;
}
.feedback-form .bt {
  margin-top: 30px;
  height: 70px;
  font-size: 20px;
  width: 100%;
}
.agree {
  margin-top: 18px;
  font-size: 14px;
  line-height: 160%;
}
.agree a {
  color: inherit;
  text-decoration: underline;
}
.feedback-img {
  width: 263px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
}

.team {
	position: relative;
	z-index: 1;
	overflow: hidden;
  padding-bottom: 0;
}
.team-slider {
	position: relative;
	margin: 40px -30px 0 -10px;
	padding-bottom: 56px;
}
.team-slider .list {
	overflow: hidden;
  padding-right: 62px;
}
.team-slider .list:not(.slick-slider) {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	overflow: auto;
}
.team-slider .list:not(.slick-slider) .team-item {
	width: 300px;
	min-width: 300px;
}
.team-item {
  position: relative;
	margin: 0 10px;
}
.team-item .photo {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: 406px;
	border-radius: 24px;
	overflow: hidden;
}
.team-item .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.team-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.team-item .post {
	display: inline-block;
  background: #fff;
  border-radius: 8px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 160%;
  color: #333;
}
.team-item .name {
	margin-top: 5px;
}
.team-item .name span {
  display: inline-block;
  background: var(--blue-2);
  border-radius: 8px;
  padding: 0px 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}


.review {
	position: relative;
	z-index: 1;
	overflow: hidden;
  padding-bottom: 0;
}
.review-slider {
	position: relative;
	margin: 40px -25px 0 -5px;
	padding-bottom: 56px;
}
.review-slider .list {
	overflow: hidden;
  padding-right: 56px;
}
.review-slider .list:not(.slick-slider) {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	overflow: auto;
}
.review-slider .list:not(.slick-slider) .review-item {
	width: 310px;
	min-width: 310px;
}
.review-item {
  margin: 0 5px;
  background: #f7f7f8;
  border-radius: 16px;
  padding: 20px;
}
.review-item p {
  margin: 0;
  font-size: 14px;
  line-height: 170%;
}
.review-item .info {
	margin-top: 30px;
  font-size: 17px;
  line-height: 170%;
}
.review-item .company {
  font-weight: 600;
}


.contact {
	padding-bottom: 30px;
}
.contact-info {
  margin-top: 40px;
  border-top: 1px solid var(--blue-2);
  border-bottom: 1px solid var(--blue-2);
  padding: 16px 0;
}
.contact-info .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
}
.contact-info p {
  margin-top: 10px;
}
.contact-item {
	position: relative;
  padding-left: 42px;
	margin-top: 16px;
  font-size: 16px;
}
.contact-item .icon {
	position: absolute;
  left: 0;
  top: 0;
}
.contact-item svg {
  width: 28px;
  height: 28px;
}
.contact-item a {
	color: inherit;
}
.contact-item .tel {
	font-size: 22px;
}
.contact-item .bt-outline {
	margin-top: 10px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border: 1.50px solid var(--blue-2);
  border-radius: 8px;
  padding: 0 14px;
  height: 38px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--blue-2);
}
.contact-map {
  margin-top: 30px;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f7f8;
}
#map {
  width: 100%;
  height: 350px;
}


.footer {
  padding: 25px 0;
  background: #f7f7f8;
}
.footer-logo {
	width: 150px;
  display: inline-block;
}
.footer-nav {
  display: none;
}
.footer-info {
  margin-top: 20px;
	font-size: 16px;
  line-height: 140%;
}
.footer-policy {
  margin-top: 8px;
  font-size: 14px;
  line-height: 160%;
  color: #999;
}
.footer-policy a {
	text-decoration: underline;
	color: inherit;
}


input, textarea, select {
	border: 0;
	background: #fff;
	resize: none;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-overflow: ellipsis;
	font-family: var(--font-family);
}
button {
	cursor: pointer;
	border: none;
}
select::-ms-expand {
  display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-ms-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-ms-placeholder {
  opacity: 0;
}
input:focus::placeholder {
  opacity: 0;
}
.form-item {
	position: relative;
	margin-top: 16px;
}
.form-item input {
	width: 100%;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	padding: 0 16px;
	height: 56px;
	font-size: 16px;
	line-height: 160%;
	color: #333;
}
.form-item textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	padding: 15px 16px;
	font-size: 16px;
	line-height: 160%;
	color: #333;
}

.slick-slider {
	display: block;
	max-height: 100%;
}
.slick-track {
	display: flex;
}
.slider-control {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.slick-arrow {
	position: relative;
	width: 44px;
	height: 36px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.slick-arrow svg {
	width: 44px;
  height: 24px;
	fill: var(--blue-2);
	transition: all 100ms ease;
}
.slick-disabled svg {
  fill: #a0a0a0;
}
.slick-next {
	order: 2;
}
.slider-counter {
  margin: 0 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  color: var(--blue-2);
}


.d-flex {
	display: flex; flex-wrap: wrap;
}
.no-wrap {
	flex-wrap: nowrap;
}
.j-between {
	justify-content: space-between;
}
.j-center {
	justify-content: center;
}
.j-end {
	justify-content: flex-end;
}
.a-start {
	align-items: flex-start;
}
.a-center {
	align-items: center;
}
.a-end {
	align-items: flex-end;
}


@media (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .area-list {
    margin: 0 -10px;
  }
  .area-list .list,
  .service-list .list {
  	width: 0;
  }
  .area-item {
    width: 50%;
    padding: 0 10px;
    margin-top: 20px;
  }
}


@media (min-width: 768px) {
  .preview-wrapper {
    background: #14204b url(../i/preview-md.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 138px 0;
  }
  .preview-wrapper .content {
    padding-left: 44px;
  }
  .about-preview .text {
    padding-right: 90px;
  }
  .about-preview .img {
    min-width: 160px;
    width: 160px;
    margin: 0;
  }
  .about-article {
    margin-top: 70px;
  }
  .about-article::before {
    margin-bottom: 70px;
  }
  .service-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .service-item {
    width: calc(50% - 24px);
    margin: 50px 12px 0;
  }
  .partner-item .logo {
    max-width: 200px;
    height: 200px;
  }
  .partner-item .title {
    font-size: 16px;
  }
  .agree {
    text-align: left;
    padding-left: 20px;
  }
  .d-md-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
}

@media (min-width: 992px) {
  .partner-item {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
  section {
    padding: 110px 0;
  }
  H3, .h3 {
    font-size: 52px;
  }
  .header-logo {
    width: 180px;
  }
  .header-nav {
    position: static;
    left: 0;
    top: 100%;
    width: calc(100% - 180px);
    padding: 0;
    display: flex !important;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px;
  }
  .header-nav ul {
    order: -1;
    margin-right: auto;
  }
  .header-nav li {
    margin: 0 8px;
    font-size: 16px;
  }
  .bt-menu {
    display: none;
  }
  .preview-wrapper {
    padding: 196px 0;
    background: #14204b url(../i/preview-lg.jpg) no-repeat;
    background-size: cover;
  }
  .preview-wrapper .content {
    padding-left: 84px;
    max-width: 770px;
  }
  .preview H1 {
    font-size: 78px;
  }
  .about-preview .img {
    min-width: 250px;
    width: 250px;
  }
  .about-article H4 {
    font-size: 40px;
  }
  .about-article .title {
    width: 34%;
    padding-right: 20px;
  }
  .about-article .text {
    width: 66%;
  }
  .about-article .text p:first-child {
    margin-top: 0;
  }
  .area-aside {
    text-align: left;
    width: 34%;
    padding-right: 20px;
  }
  .area-content {
    width: 66%;
  }
  .tag-list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .tag-list li a {
    font-size: 24px;
  }
  .service-item {
    font-size: 16px;
  }
  .service-item .wrapper {
    padding: 30px;
  }
  .service-item .title {
    font-size: 56px;
  }
  .service-item .subtitle {
    font-size: 22px;
  }
  .partner-item {
    width: 20%;
  }
  .feedback {
    background: 0;
    padding-bottom: 0;
  }
  .feedback-wrapper {
    padding: 50px 76px;
    background: var(--dark-blue);
    border-radius: 24px;
  }
  .feedback-form H3 {
    padding-bottom: 24px;
    text-align: left;
  }
  .feedback-form {
    padding-right: 120px;
    width: 77%;
  }
  .feedback-img {
    width: 33%;
    position: static;
    transform: translateX(0);
  }
  .team-slider .list {
    padding-right: 0;
  }
  .team-item .photo {
  	height: 560px;
  }
  .team-item .post {
    font-size: 17px;
  }
  .team-item .name span {
    font-size: 28px;
  }
  .review-slider .list {
    padding-right: 0;
    overflow: hidden;
  }
  .review-item p {
    font-size: 16px;
  }
  .review-item .info {
    font-size: 18px;
  }
  .contact {
    padding-bottom: 80px;
  }
  .contact-content {
    width: 51%;
    padding-right: 10%;
  }
  .contact-map {
    width: 49%;
    margin: 0;
  }
  .contact-info .title {
    font-size: 30px;
  }
  .contact-info p {
    font-size: 18px;
  }
  .contact-item {
    font-size: 18px;
  }
  #map {
    height: 640px;
  }
  .footer {
    text-align: left;
  }
  .footer-nav {
    display: block;
    margin: 0 auto;
  }
  .footer-nav li {
    margin: 0 16px;
  }
  .footer-nav li a {
    font-size: 16px;
    color: var(--blue-2);
  }
  .footer-box {
    text-align: right;
  }
  .footer-info {
    margin-top: 0;
  }

  .d-lg-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
}

@media (min-width: 1300px) {
  .header-nav {
    padding-left: 60px;
  }
  .header-nav li {
    margin: 0 16px;
    font-size: 18px;
  }
  H3, .h3 {
    font-size: 64px;
  }
  .service-item .title {
    font-size: 70px;
  }
}


/* hover style */

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {

.agree a:hover,
.footer-policy a:hover {
	text-decoration: none;
}

}
