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, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, u, 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 {border: 0; font: inherit; margin: 0; padding: 0; vertical-align: baseline; } body {line-height: 1; } ul {list-style: none; } blockquote, q {quotes: none; } blockquote::before, blockquote::after, q::before, q::after {content: none; } table {border-collapse: collapse; border-spacing: 0; } *:focus {outline: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

a { color: inherit; text-decoration: none; transition: all .25s; }
a:hover { color: #4ea94c; }
body { color: #011327; font-family: 'Mulish', sans-serif; line-height: 1.4; }
button { color: inherit; cursor: pointer; font-family: 'Mulish', sans-serif; transition: all .25s; }
h1 { font-size: 42px; font-weight: 900; margin-bottom: 46px; }
h2 { font-size: 24px; font-weight: 800; margin-bottom: 30px; }
h2:last-child { margin-bottom: 0; }
h3 { font-size: 20px; font-weight: 800; margin-bottom: 16px; }
h3:last-child { margin-bottom: 0; }
h4 { font-size: 14px; font-weight: bold; margin-bottom: 22px; text-transform: uppercase; }
h4:last-child { margin-bottom: 0; }
hr { border: 0; border-top: 1px solid #dde4ed; margin: 25px 0; width: 100%; }
html { scroll-behavior: smooth; }
img { max-width: 100%; }
:not(output):-moz-ui-invalid { box-shadow: none; }
input:invalid { box-shadow: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; }
input[type="number"] {-moz-appearance: textfield; }
label { cursor: pointer; }
select { cursor: pointer; }
textarea { cursor: pointer; }
@media (max-width: 991px) {
	h1 { font-size: 30px; }
	h2 { font-size: 20px; margin-bottom: 15px; }
	h3 { font-size: 16px; }
	hr { margin: 40px 0; }
}
@media (max-width: 575px) {
	body { font-size: 14px; }
	h1 { font-size: 22px; margin-bottom: 20px; }
	h2 { font-size: 18px; }
}

.about { background: #e8edf3; display: flex; line-height: 1.6; margin: 60px auto 53px; max-width: 1015px; }
.about p { margin-bottom: 1.6em; }
.about p:last-child { margin-bottom: 0; }
.about__image { flex: 0 0 50%; object-fit: cover; width: 50%; }
.about__text { padding: 60px; }
@media (max-width: 991px) {
	.about { margin: 0; }
	.about__text { padding: 15px; }
}
@media (max-width: 575px) {
	.about__image { display: none; }
}

.accordion { background: #e8edf3; margin: 60px auto; max-width: 1015px; padding: 53px 60px 60px; position: relative; }
.accordion--sm { max-width: 845px; }
.accordion__button { align-items: center; background: #fff; cursor: pointer; display: flex; font-size: 18px; font-weight: 800; justify-content: space-between; line-height: 1; min-height: 75px; padding: 10px 30px; transition: all .25s; }
.accordion__button img { margin-right: 25px; max-height: 40px; max-width: 40px; }
.accordion__button::after { border-bottom: 3px solid #184d83; border-right: 3px solid #184d83; content: ""; height: 10px; margin-left: auto; transform: rotate(45deg); transition: all .25s; width: 10px; }
.accordion__button:hover { color: #4ea94c; }
.accordion__button--active::after { transform: rotate(-135deg); }
.accordion__collapsed { display: none; }
.accordion__header { align-items: center; display: flex; margin-bottom: 35px; }
.accordion__header .button { margin: 5px 0 5px 10px; }
.accordion__item { background: #fff; border: solid 1px rgba(1, 19, 39, 0.15); box-shadow: 0 5px 20px 0 rgba(1,19,39,.15); margin: 5px 0; }
.accordion__link { align-items: center; background: #4ea94c; box-shadow: 0 5px 20px 0 rgba(1,19,39,.15); color: #fff; cursor: pointer; display: flex; font-size: 18px; font-weight: 800; justify-content: space-between; line-height: 1; min-height: 75px; padding: 10px 30px; transition: all .25s; }
.accordion__link::after { border-right: 3px solid; border-top: 3px solid; content: ""; height: 10px; transform: rotate(45deg); width: 10px; }
.accordion__link:hover { background: #184d83; color: #fff; }
.accordion__link--no-arrow::after { content: none; }
.accordion__logo img { max-height: 100%; }
.accordion__logo { align-items: center; background: #fff; border-radius: 50%; box-shadow: 0 5px 20px rgba(1,19,39,.15); display: flex; flex-shrink: 0; height: 100px; left: -50px; justify-content: center; padding: 10px; position: absolute; top: 30px; width: 100px; }
.accordion__row { align-items: center; display: flex; flex-wrap: wrap; justify-content: space-between; }
.accordion__row h3 { font-weight: normal; margin: 10px 0; }
.accordion__text { border-top: 1px solid #e7edf2; font-size: 17px; padding: 30px; }
.accordion__text p { margin-bottom: 25px; }
.accordion__text > *:last-child { margin-bottom: 0; }
.accordion__text .business-card { margin-top: 30px; }
.accordion__title { margin-left: 10px; margin-right: auto; }
@media (max-width: 991px) {
	.accordion__logo { height: 60px; left: 60px; top: 45px; width: 60px; }
	.accordion__title { margin-left: 75px; }
}
@media (max-width: 767px) {
	.accordion { margin-bottom: 20px; margin-top: 20px; padding: 40px 15px; }
	.accordion__logo { left: 15px; top: 35px; }
}
@media (max-width: 575px) {
	.accordion__button { font-size: 15px; min-height: 50px; padding: 10px 15px; }
	.accordion__header { flex-wrap: wrap; justify-content: center; }
	.accordion__link { font-size: 15px; min-height: 50px; padding: 10px 15px; }
	.accordion__text { padding-left: 15px; padding-right: 15px; }
	.accordion__title { flex-basis: 100%; margin-bottom: 20px; margin-top: 10px; }
}

.article { font-size: 14px; line-height: 1.5; }
.article header { margin-bottom: 30px; text-align: center; }
.article li { padding-left: 30px; padding: 6px 0 6px 30px; position: relative; }
.article li::before { content: "";left: 0; position: absolute; top: 15px; }
.article ol { counter-reset: article__ol; list-style: none; margin-bottom: 25px; }
.article ol li::before { color: #4ea94c; content: counter(article__ol) ". "; counter-increment: article__ol; font-weight: bold; margin-top: 2px; top: 4px; }
.article p { margin-bottom: 25px; }
.article p a { color: #4ea94c; text-decoration: underline; }
.article p a:hover { text-decoration: none; }
.article p { line-height: 1.5; }
.article ul { list-style: none; margin-bottom: 25px; }
.article ul li::before { background: #4ea94c; clip-path: polygon(25% 0,100% 0,75% 100%,0 100%); height: 8px; width: 12px; }
.article .article__ul-check li::before { clip-path: polygon(20% 20%,33% 50%,80% 0,100% 20%,33% 100%,0 40%); height: 10px; top: 10px; width: 15px; }
.article__columns-item { flex: 1 0 0; margin-bottom: 25px; padding: 0 15px; }
.article__row { align-items: center; display: flex; font-size: 20px; font-weight: 800; margin: 40px 0; }
.article__row:first-child { margin-top: 0; }
.article__row:last-child { margin-bottom: 0; }
.article__row img { margin-right: 40px; width: 60px; }
.article__wrapper { margin: 40px auto; max-width: 705px; padding: 0 15px; }
@media (min-width: 992px) {
	.article h3 { font-size: 14px; text-transform: uppercase; }
	.article hr { margin: 55px 0; }
	.article__columns { display: flex; margin: 40px auto; max-width: 1045px; }
	.article__columns::before { background: #dde4ed; content: ""; margin: 0 60px; width: 1px; }
	.article__columns-item { margin-bottom: 0; }
	.article__columns-item:first-child { order: -1; }
	.article__wrapper { margin: 80px auto; }
}

.background { background: #e8edf3; padding: 1px 0; }

.banner { background: #e8edf3; margin: 60px auto; max-width: 1015px; padding: 58px 15px 60px; text-align: center; }
.banner__logos { align-items: center; display: flex; justify-content: center; }
.banner__logos-plus { font-size: 24px; font-weight: bold; margin: -10px 30px 0; }
@media (max-width: 575px) {
	.banner { margin-top: 5px; padding-bottom: 30px; padding-top: 30px; }
}

.basic { padding: 40px 0 50px; }
.basic__background { background: #e8edf3; margin-top: 170px; padding-bottom: 40px; padding-top: 1px; }
.basic__background .basic__container { margin-top: -150px; }
.basic__collapse .basic__grid-cell { max-height: 1000px; overflow: hidden; }
.basic__collapse .basic__more-show { display: none; }
.basic__collapse--hidden .basic__grid-cell:nth-child(3) ~ .basic__grid-cell { max-height: 0; padding: 0; }
.basic__collapse--hidden .basic__more-show { display: inline-flex; }
.basic__collapse--hidden .basic__more-hide { display: none; }
.basic__container { margin: 0 auto; max-width: 1040px; padding: 0 15px; }
.basic__container--center { text-align: center; }
.basic__controls { margin-left: auto; min-width: 130px; }
.basic__filter-item { width: 100%; }
.basic__filter-item + .basic__filter-item { margin-top: 20px; }
.basic__footer { margin-top: 45px; text-align: center; }
.basic__grid { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px; padding: 15px 0 40px; }
.basic__grid-cell { flex: 0 0 calc(100% / 3); padding: 10px; }
.basic__grid-cell--double { flex-basis: calc(100% / 3 * 2); }
.basic__header { padding-top: 40px; text-align: center; }
.basic__more { text-align: center; }
.basic__number { align-items: center; background: #e5ebef; border-radius: 50%; color: rgba(38,51,110,.5); display: flex; font-size: 15px; font-weight: bold; height: 40px; justify-content: center; margin-left: 15px; width: 40px; }
.basic__virtual { align-items: center; background: #000; color: #fff; display: flex; flex-direction: column; height: 280px; justify-content: center; position: relative; text-align: center; }
.basic__virtual:hover { color: #fff; }
.basic__virtual:hover .basic__virtual-icon { transform: scale(1.1); }
.basic__virtual-bg { height: 100%; left: 0; object-fit: cover; opacity: 0.5; position: absolute; top: 0; width: 100%; }
.basic__virtual-icon { position: relative; transition: all 0.25s; }
.basic__virtual-title { font-weight: 600; position: relative; text-shadow: 0 0 5px rgba(0,0,0,.75); }
@media (min-width: 992px) {
	.basic h2 { font-size: 28px; }
}
@media (max-width: 991px) {
	.basic { padding-bottom: 40px; }
	.basic__header { padding-top: 0; }
	.basic__grid-cell { flex: 0 1 320px; }
	.basic__grid-cell--double { flex: 0 1 640px; }
	.basic__collapse--hidden .basic__grid-cell:nth-child(2) ~ .basic__grid-cell { max-height: 0; padding: 0; }
	.basic__title { font-size: 20px; margin-bottom: 25px; }
}

.benefits { margin: 80px 0; padding: 0 15px; text-align: center; }
.benefits h2 { margin-bottom: 50px; }
.benefits h2 strong { color: #4ea94c; font-weight: inherit; }
.benefits__item { align-items: center; display: flex; flex: 0 0 250px; flex-direction: column; padding: 0 30px; }
.benefits__image { flex-shrink: 0; margin-bottom: 18px; width: 48px; }
.benefits__image--certificate { margin-bottom: 8px; width: 125px; }
.benefits__row { display: flex; justify-content: center; }
@media (max-width: 1199px) {
	.benefits__item { flex-shrink: 1; }
}
@media (min-width: 768px) {
	.benefits--border-bottom { border-bottom: 1px solid #e7edf2; padding-bottom: 80px; }
}
@media (max-width: 767px) {
	.benefits { margin-bottom: 40px; margin-top: 40px; }
	.benefits__row { align-items: center; flex-direction: column; }
	.benefits__item { flex-basis: auto; padding: 15px 0; }
}

.box { background: #fff; border: 1px solid rgba(1,19,39,.15); box-shadow: 0 5px 5px rgba(1,19,39,.1); display: flex; flex-direction: column; position: relative; top: 0; }
.box h3 { line-height: 1.2; }
.box hr { border: 0; border-top: 1px solid #e7edf2; margin: 24px 0; width: 100%; }
.box p { margin-bottom: 24px; }
.box--big { margin: -60px auto 80px; max-width: 674px; }
.box .icon--arrow-circle { align-self: flex-end; color: #184d83; font-size: 24px; margin-left: auto; }
.box__color-light { color: #808993; }
.box__header { align-items: center; border-bottom: 1px solid rgba(1, 9,39,.15); display: flex; margin-bottom: 20px; padding-bottom: 40px; }
.box__header img { margin-right: 20px; width: 48px; }
.box__image { display: flex; flex-shrink: 0; height: 235px; margin: -1px; position: relative; }
.box__image img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.box__info { align-items: center; display: flex; font-size: 14px; }
.box__info img { margin-right: 10px; width: 24px; }
.box__info .icon { color: #4ea94c; margin-right: 10px; }
.box__labels { align-items: flex-start; display: flex; flex-direction: column; left: 0; position: absolute; top: 10px; }
.box__labels-item { align-items: center; background: #4ea94c; color: #fff; display: flex; font-size: 12px; font-weight: 800; margin-bottom: 5px; padding: 7px 10px; text-transform: uppercase; }
.box__labels-item--red { background: #cc0033; }
.box__labels-item--yellow { background: #ffcd00; color: #011327; }
.box__link { color: #4ea94c; text-decoration: underline; }
.box__link:hover { text-decoration: none; }
.box__price { color: #011327; font-size: 20px; font-weight: 800; margin-top: 8px; }
.box__row { align-items: center; display: flex; flex-wrap: wrap; margin: -10px; }
.box__row .button { margin-left: auto; }
.box__row-cell { padding: 10px; }
.box__row-cell--push-right { align-self: flex-end; margin-left: auto; }
.box__small { color: #586471; font-size: 14px; margin-bottom: 15px; }
.box__text { background: #fff; display: flex; flex-direction: column; flex-grow: 1; padding: 40px 40px 27px; }
.box__text > *:last-child { margin-bottom: 0; }
@media (min-width: 992px) {
	a.box:hover { box-shadow: none; color: #011327;  }
	.box--big .box__text { padding: 30px 60px 60px; }
	.box ol { font-size: 17px; }
	.box p { font-size: 17px; }
	.box ul { font-size: 17px; }
}
@media (min-width: 576px) {
	.box--row { flex-direction: row; }
	.box--row .box__image { height: auto; width: 345px; }
}
@media (max-width: 575px) {
	.box--big { margin-bottom: 40px; margin-top: 0; }
	.box__text { padding: 20px 15px; }
}
@media (max-width: 400px) {
	.box__header { padding-bottom: 20px; }
	.box__header img { width: 24px; }
}

.brand__background { background: #e8edf3; margin-top: 100px; padding-bottom: 40px; }
.brand__filter-content { margin: 0 auto; max-width: 1060px; padding: 70px 0; }
.brand__filter-item { padding: 10px; width: 33.333%; }
.brand__grid { background: #fff; box-shadow: 0 5px 20px 0 rgba(1, 19, 39, 0.15); display: grid; grid-template-columns: repeat(3,1fr); justify-content: center; margin: 0 auto; max-width: 1050px; position: relative; top: -30px; width: calc(100% - 30px); }
.brand__grid-bg { height: 100%; left: 0; object-fit: cover; opacity: 0; position: absolute; top: 0; transition: all 0.25s; width: 100%; }
.brand__grid-item { align-items: center; border-left: 1px solid #dddfe2; display: flex; height: 150px; justify-content: center; padding: 20px 30px; position: relative; }
.brand__grid-item:nth-child(3) ~ .brand__grid-item { border-top: 1px solid #dddfe2; }
.brand__grid-item:nth-child(3n+1) { border-left: 0; }
.brand__grid-item::after { background: url("../img/brand__arrow.svg") no-repeat center center; background-size: contain; bottom: 0; content: ""; height: 24px; opacity: 0; margin: auto 0; position: absolute; right: 30px; top: 0; transition: all 0.25s; width: 24px; }
.brand__grid-item::before { background: linear-gradient(90deg, #184D83 15%, rgba(1, 19, 39, 0.00) 90%); content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; transition: all 0.25s; width: 100%; z-index: 1; }
.brand__grid-logo { left: 50%; position: absolute; transform: translateX(-50%); z-index: 1; transition: all 0.25s; }
.brand__item { align-items: center; display: flex; flex: 1 0 0; height: 120px; justify-content: center; padding: 15px; }
.brand__item--active { background: #e8edf3; }
.brand__item + .brand__item { border-left: 1px solid #dddfe2; }
.brand__item:hover { background: #e8edf3; }
.brand__item img { max-height: 100%; }
.brand__row { background: #fff; box-shadow: 0 5px 20px 0 rgba(1, 19, 39, 0.15); display: flex; justify-content: center; margin: 0 auto; max-width: 840px; position: relative; top: -60px; }
.brand__text { line-height: 1.6; margin: 0 auto; max-width: 1040px; padding: 10px 15px 0; }
.brand__title { margin-top: 78px; text-align: center; }
@media (min-width: 991px) {
	.brand__grid-item:hover .brand__grid-logo { filter: brightness(0) invert(1); left: 30px; transform: translateX(0); }
	.brand__grid-item:hover .brand__grid-bg,
	.brand__grid-item:hover::after,
	.brand__grid-item:hover::before { opacity: 1; }
}
@media (max-width: 991px) {
	.brand__background { margin-top: 60px; }
	.brand__filter-content { max-width: 680px; padding-bottom: 40px; padding-top: 40px; }
	.brand__filter-item { width: 50%; }
	.brand__item { height: 80px; }
	.brand__row { max-width: 500px; top: -40px; }
	.brand__title { margin-top: 40px; }
}
@media (max-width: 768px) {
	.brand__background { padding-bottom: 80px; }
	.brand__grid-item { height: 100px; }
	.brand__grid-logo { max-height: 60px; }
	.brand__text { columns: 2; column-gap: 45px; }
}
@media (max-width: 575px) {
	.brand__filter-content { max-width: 340px; padding-top: 20px; }
	.brand__filter-item { width: 100%; }
	.brand__grid-item { height: 80px; }
	.brand__grid-item img { max-height: 40px; }
	.brand__item { height: 50px; padding: 5px; }
	.brand__item img { max-height: 40px; }
	.brand__row { max-width: calc(100% - 20px); top: -25px; }
	.brand__title { margin-top: 40px; }
}

.business-card { display: flex; flex-wrap: wrap; margin: 80px auto; max-width: 1015px; }
.business-card-1-column { display: block; }
.business-card h2 { flex-basis: 100%; text-align: center; }
.business-card__item { border: solid 1px rgba(1,19,39,.15); display: flex; flex: 0 0 calc(50% - 5px); flex-direction: column; margin: 2.5px; padding: 32px 45px 32px; }
.business-card__item--green { background: #4ea94c; border-color: #4ea94c; color: #fff; }
.business-card__item--green * { color: #fff; }
.business-card__link { align-items: center; color: #4ea94c; display: flex; margin: 3px 0; }
.business-card__link:hover u { text-decoration: none; }
.business-card__link .icon { margin-right: 17px; }
.business-card__name { margin-bottom: auto; }
.business-card__position { color: #586471; font-size: 14px; margin-bottom: 6px; margin-top: 4px; }
@media (min-width: 992px) {
	.business-card h2 { margin-bottom: 50px; }
}
@media (max-width: 991px) {
	.business-card { margin-bottom: 40px; margin-top: 40px; }
	.business-card h2 { margin-bottom: 25px; }
}
@media (max-width: 767px) {
	.business-card { display: block; }
	.business-card__item { margin-left: auto; margin-right: auto; max-width: 420px; }
}
@media (max-width: 575px) {
	.business-card__item { padding: 15px; }
}

.button { align-items: center; background: #4ea94c; border: 2px solid #4ea94c; border-radius: 4px; color: #fff; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 800; gap: 10px; justify-content: center; min-height: 48px; padding: 2px 12px; text-transform: uppercase; transition: all .25s; }
.button:hover { background: #184d83; border-color: #184d83; color: #fff; }
.button .icon { font-size: 16px; }
.button.icon { font-size: 24px; }
.button--block { display: flex; width: 100%; }
.button--cancel { background: transparent; border: 0; color: #cc0033; font-size: 15px; font-weight: normal; text-transform: none; }
.button--cancel::before { content: "\e912"; font: 10px 'icomoon'; margin-right: 10px; }
.button--cancel:hover { background: transparent; color: inherit; }
.button--inverse { background: transparent; color: #4ea94c; }
.button--secondary { background: #184d83; border-color: #184d83; }
.button--secondary:hover { background: #4ea94c; border-color: #4ea94c; color: #fff; }
.button--secondary.button--inverse { background: transparent; color: #011327; }
.button--secondary.button--inverse:hover { background: #184d83; border-color: #184d83; color: #fff; }
.button--white { background: #fff; border-color: #fff; color: #011327; }
.button--white:hover { background: #4ea94c; border-color: #4ea94c; color: #fff; }
.button--white.button--inverse { background: transparent; color: #fff; }
.button--white.button--inverse:hover { background: #fff; border-color: #fff; color: #011327; }
@media (min-width: 992px) {
	.button--large { height: 54px; padding-left: 30px; padding-right: 30px; }
}
@media (max-width: 575px) {
	.button { min-height: 35px; }
}

.caption { background: linear-gradient(90deg,#184d83,#4ea94c); color: #fff; justify-content: center; padding-bottom: 45px; padding-top: 45px; position: relative; }
.caption--padding-bottom { padding-bottom: 100px; }
.caption__buttons { display: flex; margin-bottom: -45px; }
.caption__buttons--small .caption__buttons-item { font-size: 18px; margin-left: 6px; margin-right: 6px; padding-bottom: 20px; padding-top: 20px; }
.caption__buttons--small .caption__buttons-item img { margin-left: 0; margin-right: 15px; width: 36px; }
.caption__buttons--text-center { text-align: center; }
.caption__buttons--text-center .caption__buttons-item { justify-content: center; }
.caption__buttons-item { align-items: center; background: #e8edf3; color: #011327; display: flex; flex: 1 0 0; font-size: 20px; font-weight: 800; line-height: 1.2; margin: 0 10px; padding: 31px 20px 29px; }
.caption__buttons-item:hover { background: #fff; }
.caption__buttons-item img { flex-shrink: 0; margin-left: 20px; margin-right: 30px; width: 60px; }
.caption__buttons-item--active { background: #fff; }
.caption__contacts { display: flex; font-size: 20px; justify-content: center; }
.caption__contacts-item { align-items: center; display: flex; padding: 10px 0 0 64px; position: relative; }
.caption__contacts-item:first-child { margin-left: 0; }
.caption__contacts-item:hover { color: #fff; text-decoration: underline; }
.caption__contacts-item:last-child { margin-right: 0; }
.caption__contacts-item .icon { font-size: 24px; left: 20px; position: absolute; }
.caption__container { margin: 0 auto; max-width: 1035px; padding: 0 15px; position: relative; width: 100%; }
.caption__row { align-items: flex-start; display: flex; justify-content: space-between; }
.caption__row-cell:not(.caption__row-cell--main) { flex: 1 0 0; }
.caption__subtitle { color: #898eac; display: flex; font-size: 18px; margin-bottom: 23px; }
.caption__title { flex-grow: 1; text-align: center; }
.caption__title:last-child { margin-bottom: 0; }
@media (max-width: 991px) {
	.caption--padding-bottom { padding-bottom: 60px; }
	.caption__buttons--small .caption__buttons-item { font-size: 14px; margin-left: 3px; margin-right: 3px; padding-bottom: 15px; padding-left: 15px; padding-top: 15px; }
	.caption__buttons--small .caption__buttons-item img { margin-right: 10px; width: 30px; }
	.caption__buttons-item { font-size: 16px; margin-left: 5px; margin-right: 5px; padding-bottom: 15px; padding-left: 15px; padding-top: 15px; }
	.caption__buttons-item img { margin-left: 0; margin-right: 15px; width: 40px; }
	.caption__row { margin-bottom: 40px; }
}
@media (max-width: 767px) {
	.caption__buttons { flex-wrap: wrap; }
	.caption__buttons-item { font-size: 14px; }
	.caption__subtitle { justify-content: center; margin-bottom: 10px; }
}
@media (max-width: 575px) {
	.caption { padding-top: 30px; }
	.caption--padding-bottom { padding-bottom: 15px; }
	.caption__buttons { flex-direction: column; }
	.caption__buttons--small .caption__buttons-item { font-size: 12px; margin: 2px 0 0; padding-bottom: 10px; padding-top: 10px; }
	.caption__buttons--small .caption__buttons-item img { width: 20px; }
	.caption__buttons-item { font-size: 12px; margin: 2px 0 0; padding-bottom: 10px; padding-top: 10px; }
	.caption__buttons-item img { width: 20px; }
	.caption__contacts { align-items: center; flex-direction: column; font-size: 16px; }
	.caption__row { display: block; text-align: center; }
	.caption__row-cell + .caption__row-cell { margin-top: 25px; }
	.caption__title { margin-top: 20px; }
	.caption__title:first-child { margin-top: 0; }
}

.clients { margin: 60px auto; max-width: 1015px; }
.clients__item { display: flex; }
.clients__item + .clients__item { border-top: 1px solid #e7edf2; margin-top: 40px; padding-top: 40px; }
.clients__text { background: #e8edf3; flex: 0 0 50%; margin-left: 5px; padding: 60px; }
@media (max-width: 991px) {
	.clients { margin-top: 0; }
	.clients__text { padding: 40px; }
}
@media (max-width: 575px) {
	.clients__item { display: block; }
	.clients__text { padding: 15px; }
}

.contact-us { background: #e8edf3; padding-bottom: 60px; padding-top: 60px; }
.contact-us--box { margin: 0 auto; max-width: 1015px; padding-left: 85px; padding-right: 85px; }
.contact-us__cell { padding-right: 30px; width: 50%; }
.contact-us__cell + .contact-us__cell { padding-left: 30px; padding-right: 0; }
.contact-us__client { align-items: center; color: #011327; display: flex; font-size: 14px; font-style: normal; margin-top: 41px; }
.contact-us__client-name { font-size: 17px; font-weight: 800; margin-bottom: 3px; margin-top: 4px; }
.contact-us__client-photo { border-radius: 50%; flex-shrink: 0; height: 100px; margin-right: 15px; object-fit: cover; width: 100px; }
.contact-us__container { display: flex; max-width: 1040px; margin: 0 auto; padding: 20px 15px 20px; }
.contact-us__day { display: inline-block; font-weight: bold; min-width: 140px; }
.contact-us__header { padding: 0 15px; text-align: center; }
.contact-us__heading { font-size: 15px; font-weight: bold; margin-bottom: 27px; margin-top: 32px; text-transform: uppercase; }
.contact-us__image { display: flex; flex-shrink: 0; height: 100px; margin-right: 20px; width: 100px; }
.contact-us__image img { border-radius: 50%; height: 100%; object-fit: cover; width: 100%; }
.contact-us__item { display: flex; margin-top: 26px; }
.contact-us__item > .icon { color: #4ea94c; flex-shrink: 0; font-size: 18px; margin-right: 20px; }
.contact-us__link { align-items: center; color: #4ea94c; display: flex; margin: 3px 0; }
.contact-us__link:hover u { text-decoration: none; }
.contact-us__link .icon { font-size: 18px; margin-right: 21px; }
.contact-us__name { font-size: 17px; font-weight: bold; margin-bottom: auto; }
.contact-us__position { color: #586471; font-size: 14px; margin-bottom: 6px; margin-top: 4px; }
.contact-us__slider .slick-dots { bottom: 0; display: flex; margin-top: 25px; }
.contact-us__slider .slick-dots button { align-items: center; background: transparent; border: 2px solid #b3c4d6; border-radius: 50%; display: flex; font-size: 0; height: 14px; padding: 0; transition: all .5s; width: 14px; }
.contact-us__slider .slick-dots button:hover { background: rgba(255,255,255,.33); }
.contact-us__slider .slick-dots li { margin: 5px; }
.contact-us__slider .slick-dots .slick-active button { background: #184d83; border-color: #184d83; }
.contact-us__slider .slick-slide { padding-bottom: 20px; }
.contact-us__stars { color: #fcca57; margin-bottom: 25px; }
.contact-us__testimonial { background: #fff; border-radius: 10px 10px 10px 0; color: #586471; flex-grow: 1; font-size: 17px; font-style: italic; line-height: 1.5; padding: 40px; position: relative; }
.contact-us__testimonial::after { border-bottom: 10px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; bottom: -8px; content: ""; height: 0; left: -6px; position: absolute; transform: rotate(-45deg); width: 0; }
.contact-us__text-small { font-size: 14px; margin: 20px 0; }
@media (max-width: 991px) {
	.contact-us { padding-bottom: 20px; padding-top: 20px; }
	.contact-us--box { padding-left: 0; padding-right: 0; }
	.contact-us__cell { margin: 0 auto; max-width: 470px; padding-right: 0; width: 100%; }
	.contact-us__cell + .contact-us__cell { margin-top: 40px; padding-left: 0; }
	.contact-us__container { display: block; }
	.contact-us__small-center { text-align: center; }
}

.dashboard { display: grid; gap: 26px; grid-template-columns: repeat(2,1fr); margin: 80px auto 40px; max-width: 1015px; width: calc(100% - 30px); }
.dashboard .button { margin-top: auto; }
.dashboard__bg { height: 100%; object-fit: cover; position: absolute; right: 0; top: 0; width: 60%; }
.dashboard__item { color: #011327; display: flex; font-size: 17px; height: 342px; position: relative; }
.dashboard__item:hover { color: #011327; }
.dashboard__item:hover .button--secondary { background: #4ea94c; border-color: #4ea94c; color: #fff; }
.dashboard__text { align-items: start; background: linear-gradient(90deg, #E8EDF3 45%, rgba(232, 237, 243, 0.00) 90%); display: flex; flex-direction: column; gap: 23px; padding: 50px 50% 45px 60px; position: relative; }
@media (max-width: 991px) {
	.dashboard { gap: 20px; }
	.dashboard__text { font-size: 16px; padding-left: 30px; padding-right: 33%; }
}
@media (max-width: 767px) {
	.dashboard { grid-template-columns: minmax(0,450px); justify-content: center; }
}
@media (max-width: 350px) {
	.dashboard { width: calc(100% - 20px); }
	.dashboard__item {height: 300px; }
	.dashboard__text { font-size: 14px; padding-left: 20px; padding-right: 33%; }
}

.detail { display: flex; margin: -60px auto 80px; max-width: 1010px; position: relative; }
.detail hr { border: 0; border-top: 1px solid #d9dcdf; margin: 32px 0; }
.detail p { line-height: 1.625; margin-bottom: 1.625em; }
.detail ul li { padding-left: 30px; padding: 7px 0 7px 30px; position: relative; }
.detail ul li::before { background: #4ea94c; clip-path: polygon(25% 0,100% 0,75% 100%,0 100%); content: ""; height: 8px; left: 0; position: absolute; top: 15px; width: 12px; }
.detail__box { background: #ffffff; border: solid 1px rgba(1, 19, 39, 0.15); box-shadow: 0 5px 20px 0 rgba(1, 19, 39, 0.15); padding: 50px 60px 33px 50px; position: relative; }
.detail__box + .detail__box { margin-top: 40px; }
.detail__box--blue { background: #e8edf3; border: 0; box-shadow: none; }
.detail__box-bg { background: #e8edf3; margin: 0 -60px 40px -50px; padding: 45px 60px 40px; }
.detail__button-big { display: flex; margin-top: 28px; }
.detail__collapse { margin: 40px -15px 0; max-height: 5000px; overflow: visible; padding: 15px 15px 50px; position: relative; transition: all .5s; }
.detail__collapse .detail__more-show { display: none; }
.detail__collapse--hidden { max-height: 1300px; overflow: hidden; }
.detail__collapse--hidden::after { background: linear-gradient(rgba(255,255,255,0),#fff 50px); bottom: 0; content: ""; height: 100px; left: 0; position: absolute; right: 0; }
.detail__collapse--hidden .detail__more-show { display: flex; text-decoration: underline; }
.detail__collapse--hidden .detail__more-hide { display: none; }
.detail__header { padding-right: 20px; }
.detail__features { align-items: center; color: #808993; display: flex; font-size: 14px; margin: 10px 0; }
.detail__features img { margin-right: 20px; }
.detail__features-amount { color: #011327; font-size: 16px; margin-left: auto; padding-left: 10px; text-align: right; }
.detail__features-amount--light { color: #808993; }
.detail__features-price { color: #011327; font-size: 24px; font-weight: 800; margin-left: auto; }
.detail__labels { display: flex; flex-wrap: wrap; margin: 0 -4px -13px; }
.detail__labels-item { align-items: center; background: #4ea94c; color: #fff; display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 800; margin: 5px 4px 0; min-height: 30px; padding: 2px 10px; text-transform: uppercase; }
.detail__labels-item--red { background: #cc0033; }
.detail__labels-item--yellow { background: #ffcd00; color: #011327; }
.detail__left { flex-grow: 1; }
.detail__logo { align-items: center; background: #fff; border-radius: 50%; box-shadow: 0 5px 20px rgba(1,19,39,.15); display: flex; height: 100px; justify-content: center; padding: 10px; position: absolute; right: -50px; top: 40px; width: 100px; }
.detail__more { bottom: 5px; color: #4ea94c; cursor: pointer; left: 15px; position: absolute; right: 15px; text-decoration: underline; white-space: nowrap; z-index: 1; }
.detail__more:hover { color: #184d83; }
.detail__res-small { display: none; }
.detail__right { flex: 0 0 465px; margin-left: 45px; }
.detail__seller { align-items: center; display: flex; font-style: normal; margin-top: 41px; }
.detail__seller-contact { color: #4ea94c; display: block; padding: 3px 0; }
.detail__seller-contact:hover u { text-decoration: none; }
.detail__seller-photo { border-radius: 50%; flex-shrink: 0; height: 100px; margin-right: 20px; object-fit: cover; width: 100px; }
.detail__seller-position { color: #586471; font-size: 14px; margin-bottom: 6px; }
.detail__title { font-size: 28px; font-weight: 800; margin-bottom: 26px; }
@media (max-width: 1199px) {
	.detail__header { padding-right: 40px; }
	.detail__logo { right: -10px; }
}
@media (max-width: 991px) {
	.detail { display: block; max-width: 535px; }
	.detail__collapse--hidden { max-height: 500px; }
	.detail__res-small { display: block; }
	.detail__right { margin-left: 0; margin-top: 40px; }
	.detail__seller { margin-top: 20px; }
}
@media (max-width: 575px) {
	.detail { margin-top: -30px; }
	.detail__box { padding: 25px 15px 15px; }
	.detail__box-bg { margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; }
	.detail__collapse { margin-top: 0; }
	.detail__left { padding: 0 15px; }
	.detail__logo { height: 40px; right: 10px; top: 15px; width: 40px; }
	.detail__seller { display: block; }
	.detail__seller-photo { margin-bottom: 15px; margin-right: 0; }
	.detail__title { font-size: 20px; margin-bottom: 0; }
}

.filter { margin: 0 auto 80px; max-width: 1060px; padding: 0 15px; }
.filter__buttons { box-shadow: 0 5px 20px 0 rgba(1,19,39,.15); display: flex; justify-content: center; text-align: center; }
.filter__buttons-item { align-items: center; background: #fff; color: #586471; display: flex; min-height: 72px; padding: 10px 40px; }
.filter__buttons-item + .filter__buttons-item { border-left: 1px solid #e7edf2; }
.filter__buttons-item--active { background: #e8edf3; font-weight: bold; }
.filter__content { padding: 15px 0 40px; }
.filter__content-item { padding: 10px; width: 33.333%; }
.filter__header { align-items: center; display: flex; flex-direction: column; margin-bottom: 35px; margin-top: -36px; position: relative; }
@media (max-width: 991px) {
	.filter { max-width: 680px; margin-bottom: 40px; }
	.filter__buttons-item { padding-left: 25px; padding-right: 25px; }
	.filter__content-item { width: 50%; }
}
@media (max-width: 575px) {
	.filter { max-width: 340px; }
	.filter__buttons-item { font-size: 12px; min-height: 50px; padding-left: 10px; padding-right: 10px; }
	.filter__content-item { width: 100%; }
	.filter__header { margin-bottom: 15px; margin-top: 25px; }
}

.footer { border-top: 1px solid #e7edf2; font-size: 14px; }
.footer__container { margin: 0 auto; max-width: 1040px; padding: 57px 15px 55px; }
.footer__cookies { background: #011327; color: #fff; padding: 6px 15px 9px; text-align: center; }
.footer__cookies .button { margin: 10px 21px; min-height: 25px; }
.footer__copyright { color: #586471; display: flex; margin-top: 47px; }
.footer__copyright .footer__link + .footer__link { margin-left: 15px; }
.footer__copyright-right { margin-left: auto; text-align: right; }
.footer__link { color: #4ea94c; text-decoration: underline; white-space: nowrap; }
.footer__link + .footer__link { margin-left: 15px; }
.footer__link:hover { text-decoration: none; }
.footer__logo { margin-right: auto; }
.footer__margin-top { margin-top: 20px; }
.footer__name { color: #011327; display: inline-block; font-size: 16px; font-weight: bold; margin-right: 5px; white-space: nowrap; }
.footer__nav { display: flex; font-size: 16px; font-weight: 600; }
.footer__nav-item { padding: 0 15px; }
.footer__row { align-items: flex-end; display: flex; flex-wrap: wrap; }
.footer__social { display: flex; font-size: 24px; margin-bottom: -5px; }
.footer__social-button { cursor: pointer; position: relative; }
.footer__social-button:hover { color: #4ea94c; }
.footer__social-collapse { background: #fff; border: 1px solid rgba(1,19,39,.15); box-shadow: 0 5px 5px rgba(1,19,39,.1); display: none; font-size: 16px; left: 0; padding: 10px; position: absolute; top: 100%; transform: translate(calc(-50% + 12px),5px); }
.footer__social-collapse::before { border-bottom: 4px solid rgba(1,19,39,.3); border-left: 4px solid transparent; border-right: 4px solid transparent; content: ""; height: 0; left: 0; margin: auto; position: absolute; right: 0; top: -4px; width: 0; }
.footer__social-item { margin-left: 20px; position: relative; }
.footer__social-link { align-items: center; display: flex; padding: 3px 0; }
.footer__social-link .icon { margin-right: 10px; }
.footer__social-overflow { bottom: 0; display: none; left: 0; position: fixed; right: 0; top: 0; }
@media (max-width: 991px) {
	.footer__nav { display: none; }
}
@media (max-width: 767px) {
	.footer__container { padding-bottom: 25px; padding-top: 32px; }
	.footer__cookies { align-items: center; display: flex; flex-direction: column; }
	.footer__copyright { display: block; margin-top: 20px; text-align: center; }
	.footer__copyright-right { margin-top: 15px; text-align: center; }
	.footer__margin-top { margin-top: 5px; }
}

.form__bottom { display: flex;justify-content: flex-end; margin-top: 25px; }
.form__filter { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 15px; }
.form__filter > label { font-size: 14px; margin-bottom: 15px; width: 100%; }
.form__filter-item { align-items: center; border: 1px solid #dde4ed; display: flex; flex: 0 0 calc((100% - 20px) / 4); height: 58px; justify-content: center; width: 100%; }
.form__filter-item--active { background: #e8edf3; }
.form__filter-item img { max-height: 30px; max-width: 30px; }
.form__checkbox { margin: 20px 0; }
.form__checkbox input { display: none; }
.form__checkbox input:checked + label::after { opacity: 1; }
.form__checkbox label { color: #586471; display: block; font-size: 15px; padding-left: 30px; position: relative; text-align: left; }
.form__checkbox label::after { content: ""; border-bottom: 4px solid #4ea94c; border-right: 4px solid #4ea94c; height: 14px; left: 5px; opacity: 0; position: absolute; top: 2px; transform: rotate(45deg); width: 10px; }
.form__checkbox label::before { background-color: #fff; border: solid 1px #dde4ed; border-radius: 4px; content: ""; flex-shrink: 0; height: 20px; left: 0; position: absolute; top: 0; width: 20px; }
.form__checkbox label a { color: #4ea94c; text-decoration: underline; white-space: nowrap; }
.form__checkbox label a:hover { text-decoration: none; }
.form__checkbox--margin-bottom { margin-bottom: 40px; }
.form__footer { align-items: center; display: flex; margin-top: 30px; text-align: right; }
.form__footer .button { margin-left: auto; }
.form__grid { display: grid; gap: 29px 45px; grid-template-columns: repeat(2,1fr); max-width: 1040px; margin: 0 auto; padding: 70px 15px 20px; }
.form__grid-title { grid-column: span 2; margin-bottom: 0; }
.form__grid .button { align-self: end; justify-self: end; }
.form__group { align-items: center; margin-bottom: 24px; position: relative; text-align: left; }
.form__group input { border: 1px solid #dde4ed; border-radius: 4px; color: #011327; font: 15px 'Mulish', sans-serif; display: block; min-height: 50px; padding: 10px 20px; width: 100%; }
.form__group label { color: #040720; display: block; font-size: 14px; margin-bottom: 10px; }
.form__group textarea { border: 1px solid #dde4ed; border-radius: 4px; color: #011327; font: 15px 'Mulish', sans-serif; display: block; min-height: 50px; padding: 10px 20px; width: 100%; }
.form__group--invalid input { border-color: #ce0e2d; }
.form__group--invalid .form__invalid { display: block; }
.form__group--invalid textarea { border-color: #ce0e2d; }
.form__invalid { color: #ce0e2d; display: none; font-size: 12px; margin-top: 2px; position: absolute; right: 0; }
.form__input-group { align-items: center; display: flex; }
.form__input-group-units { text-align: right; width: 50px; }
.form__recaptcha { display: flex; }
.form__row { align-items: center; display: grid; grid-gap: 20px; grid-template-columns: repeat(2,1fr); }
.form__row--margin-top { margin-top: 30px; }
.form__title { font-weight: bold; margin-bottom: 34px; }
@media (max-width: 575px) {
	.form__footer { display: block; text-align: center; }
	.form__footer .button { margin-top: 25px; }
	.form__grid { gap: 0; grid-template-columns: none; }
	.form__grid-title { grid-column: auto; margin-bottom: 15px; }
	.form__group input { min-height: 40px; }
	.form__row { display: block; }
}

.gallery img { display: block; object-fit: cover; width: 100%; }
.gallery img:not([src]) { visibility: hidden; }
.gallery__hide { display: none; }
.gallery__item { display: flex; cursor: pointer; flex: 0 0 calc(100% / 3); height: 105px; padding: 2.5px; position: relative; }
.gallery__item--control ~ .gallery__item  { display: none; }
.gallery__item--control:hover .gallery__overlay { background: rgba(35,55,70,.70); }
.gallery__item--opened { order: 2; }
.gallery__item--opened.gallery__item--control ~ .gallery__item  { display: flex; }
.gallery__item--opened .gallery__hide { display: inline; }
.gallery__item--opened .gallery__show { display: none; }
.gallery__item--main { height: 322px; padding: 0 2.5px; }
.gallery__overlay { align-items: center; background: rgba(24,77,131,.7); bottom: 2.5px; color: #fff; display: flex; font-size: 20px; font-weight: 800; justify-content: center; left: 2.5px; position: absolute; right: 2.5px; top: 2.5px; transition: all .25s; }
.gallery__row { display: flex; flex-wrap: wrap; margin: 2.5px 0; }
@media (max-width: 575px) {
	.gallery { margin-bottom: 0; }
	.gallery__item--main { height: 200px; }
	.gallery__overlay { font-size: 15px; }
}

.header { background: #011327; color: #fff; font-weight: 600; position: relative; z-index: 3; }
.header .button { font-size: 16px; font-weight: 600; min-height: 32px; text-transform: none; }
.header__collapse { text-align: center; }
.header__contact { display: flex; font-size: 14px; justify-content: flex-end; }
.header__contact-item { align-items: flex-start; color: rgba(255,255,255,.66); display: flex; justify-content: center; margin-left: 20px; position: relative; }
.header__contact-item:hover { color: #fff; }
.header__contact-item:hover .icon { color: #fff; }
.header__contact-item .icon { font-size: 16px; margin-right: 10px; }
.header__container { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1040px; padding: 29px 15px 24px; }
.header__logo { display: flex; }
.header__logo img { height: 100%; }
.header__nav { align-items: center; display: flex; margin-top: 5px; }
.header__nav-item { margin: 0 12px; padding: 10px 0; position: relative; }
.header__nav-item::after { background: #4ea94c; border-radius: 1px; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; transition: all .25s; width: 0; }
.header__nav-item:hover { color: #fff; }
.header__nav-item:hover::after { width: 100%; }
.header__nav-item:last-child { margin-right: 0; }
.header__nav-item--active::after { width: 100%; }
.header__nav-social { margin: 0 15px; }
.header__text--color-primary { color: #4ea94c; }
.header__toggler { background: transparent; border: 0; color: #fff; cursor: pointer; display: none; height: 20px; margin-left: 40px; padding: 0; position: relative; width: 22px; z-index: 6; }
.header__toggler::after { border-top: 2px solid; content: ""; display: block; position: absolute; top: 0; transition: all .45s; width: 22px; }
.header__toggler::before { border-top: 2px solid; bottom: 0; content: ""; display: block; position: absolute; transition: all .45s; width: 22px; }
.header__toggler span { background: #fff; border-radius: 2px; bottom: 0; height: 2px; left: 0; margin: auto; position: absolute; top: 0; width: 22px; }
.header__toggler--active::before { background: #fff; margin-bottom: 9px; transform: rotate(45deg); }
.header__toggler--active span { background: transparent; }
.header__toggler--active::after { background: #fff; margin-top: 9px; transform: rotate(-45deg); }
@media (max-width: 1199px) {
	.header__nav { font-size: 14px; }
}
@media (max-width: 991px) {
	.header__collapse { background: rgba(24,77,131,.75); display: none; flex-direction: column; padding: 15px; position: absolute; right: 0; top: 100%; z-index: 10; }
	.header__collapse--active { display: flex; }
	.header__contact { flex-direction: column; }
	.header__contact-item { margin-bottom: 10px; margin-left: 0; }
	.header__nav { flex-direction: column; }
	.header__nav-social { margin: 5px 0; }
	.header__toggler { display: block; }
}
@media (max-width: 767px) {
	.header__collapse { background: rgba(0,0,0,.75); }
	.header__container { padding-bottom: 15px; padding-top: 15px; }
	.header__logo { height: 25px; }
	.header__toggler { margin-left: 20px; }
}

.iframe { border: 0; display: block; height: 400px; width: 100%; }

.intro { color: #fff; line-height: 1.3; position: relative; }
.intro__container { bottom: 0; left: 0; margin: 0 auto; max-width: 1040px; position: absolute; right: 0; top: 0; z-index: 1; }
.intro__image { height: 555px; position: relative; }
.intro__image img { display: block; height: 100%; object-fit: cover; width: 100%; }
.intro__image::before { background: #184d83; bottom: 0; content: ""; left: 0; position: absolute; top: 0; width: calc((100vw - 1040px) / 2); }
.intro__image::after { background-image: linear-gradient(90deg,#184d83,rgba(1,19,39,0)); content: ""; height: 100%; left: calc((100vw - 1040px) / 2); position: absolute; top: 0; width: 505px; }
.intro__perex { font-size: 28px; font-weight: 300; margin-bottom: 52px; }
.intro__slider .slick-dots { bottom: 0; display: flex; flex-direction: column; justify-content: center; left: 0; max-width: 1060px; padding: 0 42px; position: absolute; top: 0; }
.intro__slider .slick-dots button { align-items: center; background: transparent; border: 2px solid rgba(255,255,255,.33); border-radius: 50%; display: flex; font-size: 0; height: 12px; padding: 0; transition: all .5s; width: 12px; }
.intro__slider .slick-dots button:hover { background: rgba(255,255,255,.33); }
.intro__slider .slick-dots li { margin: 5px; }
.intro__slider .slick-dots .slick-active button { background: #fff; }
.intro__slider .slick-slide { position: relative; }
.intro__text { align-items: flex-start; display: flex; flex-direction: column; height: 100%; justify-content: center; max-width: 43%; padding: 0 15px 57px; }
.intro__title { font-size: 50px; font-weight: 900; margin-bottom: 27px; max-width: 600px; }
@media (max-width: 1199px) {
	.intro__container { left: 100px; }
	.intro__image { height: 450px; }
	.intro__title { font-size: 40px; }
}
@media (max-width: 991px) {
	.intro__container { left: 50px; }
	.intro__image { height: 300px; }
	.intro__image::after { left: 0; }
	.intro__image::before { content: none; }
	.intro__perex { font-size: 20px; margin-bottom: 20px; }
	.intro__slider .slick-dots { padding: 0 15px; }
	.intro__title { font-size: 30px; margin-bottom: 15px; }
}
@media (max-width: 767px) {
	.intro__perex { font-size: 16px; margin-bottom: 10px; }
	.intro__text { max-width: 100%; }
	.intro__title { font-size: 20px; margin-bottom: 10px; }	
}
@media (max-width: 575px) {
	.intro__container { left: 30px; }
	.intro__image { height: 200px; }
	.intro__perex { display: none; }
	.intro__slider .slick-dots { padding: 0 10px; }
	.intro__text { padding-bottom: 25px; }
	.intro__title { font-size: 16px; }	
}

.modal { align-items: center; display: flex; height: 0; justify-content: center; left: 0; overflow: hidden; position: fixed; right: 0; top: 0; transition: all 0.25s 0.25s; width: 100vw; z-index: 1000; }
.modal__body { background: #fff; box-shadow: 0 5px 20px 0 rgba(1, 19, 39, 0.15); margin: 10% auto; max-width: 950px; padding: 50px; position: relative; transform: scale(0); transition: all 0.25s; width: 90%; }
.modal__body iframe { max-width: 100%; }
.modal__close { align-items: center; border: 0; color: #011327; cursor: pointer; display: flex; font-size: 24px; height: 30px; justify-content: center; line-height: 30px; position: absolute; right: 15px; top: 15px; width: 30px; }
.modal__overlay { background: rgba(0,0,0,.75); height: 0; position: fixed; top: 0; transition: all 0.25s 0.25s; width: 100%; }
.modal.active { height: 100%; transition: all 0.25ss; }
.modal.active .modal__body { transform: scale(1); transition: all 0.25s 0.25; }
.modal.active .modal__overlay { height: 100%; transition: all 0.25s; }
@media (max-width: 767px) {
	.modal__body { padding: 25px; }
	.modal__close { height: 20px; right: 5px; top: 5px; width: 20px; }
}

.offer { margin: 20px auto 0; max-width: 1030px; }
.offer h3 { margin-bottom: 10px; }
.offer h3:last-child { margin-bottom: 0; }
.offer__item { align-items: center; background-color: #fff; border: solid 1px rgba(1,19,39,.15); box-shadow: 0 5px 20px 0 rgba(1, 19, 39, 0.15); display: flex; flex: 1 0 0; margin: 10px 0; padding: 29px 15px 29px 40px; text-align: left; }
.offer__item:hover { color: #011327; box-shadow: none; }
.offer__item img { flex-shrink: 0; height: 48px; margin-right: 30px; }
.offer__item--center { align-items: center; background: transparent; border: 0; box-shadow: none; flex-direction: column; padding-bottom: 0; padding-top: 0; text-align: center; }
.offer__item--center img { margin-bottom: 20px; margin-right: 0; }
.offer__item--no-shadow { border: 0; box-shadow: none; }
.offer__row { display: flex; justify-content: space-between; }
.offer__row .offer__item { margin-left: 10px; margin-right: 10px; }
.offer__title { font-size: 28px; font-weight: 800; margin-bottom: 41px; text-align: center; }
@media (max-width: 991px) {
	.offer { margin-top: 0; max-width: 800px; }
	.offer__item { font-size: 16px; margin: 5px; padding-left: 20px; }
	.offer__item img { margin-right: 15px; max-width: 40px; }
	.offer__item--center img { margin-bottom: 15px; margin-right: 0; }
	.offer__title { font-size: 20px; }
}
@media (max-width: 575px) {
	.offer { text-align: center; }
	.offer__item--center { padding-bottom: 15px; padding-top: 15px; }
	.offer__row { display: inline-flex; flex-direction: column; }
}

.no-scroll { overflow: hidden; }

.pagination { display: flex; margin: 0 auto; max-width: 1060px; padding: 0 10px; }
.pagination__item { align-items: center; border: solid 2px #184d83; border-radius: 4px; display: flex; font-size: 14px; font-weight: 800; height: 48px; justify-content: center; margin: 0 5px; width: 48px; }
.pagination__item:first-child { margin-left: 0; margin-right: auto; }
.pagination__item:first-child::before { border-bottom: 2px solid; border-left: 2px solid; content: ""; height: 10px; transform: rotate(45deg); width: 10px; }
.pagination__item:last-child { margin-left: auto; margin-right: 0; }
.pagination__item:last-child::before { border-right: 2px solid; border-top: 2px solid; content: ""; height: 10px; transform: rotate(45deg); width: 10px; }
.pagination__item:hover { background: #131e59; border-color: #131e59; color: #fff; }
.pagination__item--active { background: #184d83; color: #fff; }
.pagination__item--inactive { opacity: 0; }
@media (max-width: 767px) {
	.pagination { padding-bottom: 40px; }
	.pagination__item { font-size: 12px; height: 30px; margin-left: 2.5px; margin-right: 2.5px; width: 30px; }
	.pagination__item:first-child { padding-left: 5px; padding-right: 5px; }
	.pagination__item:last-child { padding-left: 5px; padding-right: 5px; }
}

.presentation { line-height: 1.6; padding-top: 20px; }
.presentation--margin-top { margin-top: 80px; }
.presentation__image { border: 2.5px solid #fff; display: flex; height: 100%; position: relative; }
.presentation__image--height-50 { height: 50%; }
.presentation__image img { height: 100%; object-fit: cover; transition: all .25s; }
.presentation__intro { margin: 20px auto 40px; max-width: 875px; padding: 0 15px; text-align: center; }
.presentation__slider .slick-arrow { align-items: center; border: 0; border-radius: 50%; bottom: 0; background: #46719c; color: #fff; display: flex; font-size: 0; height: 50px; justify-content: center; left: 60px; margin: auto; padding: 0; position: absolute; top: 0; width: 50px; z-index: 1; }
.presentation__slider .slick-arrow::after { content: "\e90c"; font: 21px 'icomoon'; transform: rotate(180deg); }
.presentation__slider .slick-arrow:hover { background: #184d83; }
.presentation__slider .slick-arrow.slick-next { left: auto; right: 60px; transform: rotate(180deg); }
.presentation__slider .slick-arrow.slick-disabled { opacity: .25; }
.presentation__slider .slick-slide { height: inherit !important; }
.presentation__slider .slick-track { display: flex !important; }
.presentation__text { line-height: 1.6; margin: 0 auto; max-width: 1040px; padding: 30px 15px; }
.presentation__text p { margin-bottom: 1em; }
.presentation__text p:last-child { margin-bottom: 1em; }
@media (max-width: 991px) {
	.presentation__slider .slick-slide { height: 350px !important; }
}
@media (min-width: 768px) {
	.presentation__intro { margin-bottom: 60px; margin-top: 60px; font-size: 20px; }
	.presentation__image:hover { background: #184d83; }
	.presentation__image:hover img { opacity: .3; }
	.presentation__image:hover::after { opacity: 1; }
	.presentation__image::after { bottom: 0; color: #fff; content: "\e90d"; font: 36px 'icomoon'; height: 36px; left: 0; margin: auto; opacity: 0; position: absolute; right: 0; top: 0; transition: all .25s; width: 36px; }
	.presentation__text { columns: 2; column-gap: 45px; padding-left: 60px; padding-right: 60px; }
}
@media (max-width: 767px) {
	.presentation--margin-top { margin-top: 0; }
	.presentation__slider .slick-arrow { left: 20px; }
	.presentation__slider .slick-arrow.slick-next { right: 20px; }
}

.prices { background: #e8edf3; margin-top: 145px; padding: 0 15px 55px; }
.prices__bottom { color: #808993; font-size: 14px; text-align: center; }
.prices__box { background: #fff; border: solid 1px rgba(1,19,39,.15); box-shadow: 0 5px 20px 0 rgba(1,19,39,.15); flex: 0 0 calc(50% - 9px); padding: 50px 60px 57px; }
.prices__item { border-bottom: 1px solid rgba(1,19,39,.15); color: #808993; display: flex; font-size: 14px; padding: 11px 0; }
.prices__item-amount { color: #011327; font-size: 16px; margin-left: auto; padding-left: 15px; white-space: nowrap; }
.prices__row { align-items: flex-start; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1015px; position: relative; top: -80px; }
@media (min-width: 992px) {
	.prices h2 { margin-bottom: 37px; }
}
@media (max-width: 767px) {
	.prices { margin-top: 100px; }
	.prices__box { margin-top: 15px; max-width: 497px; width: 100%; }
	.prices__row { align-items: center; flex-direction: column; }
}
@media (max-width: 575px) {
	.prices { margin-top: 0; padding-bottom: 25px; padding-top: 25px; }
	.prices__box { padding: 25px 15px; }
	.prices__row { margin-bottom: 25px; top: 0; }
}

.remodal { padding: 80px; }
.remodal-close { color: #011327; left: auto; right: 50px; top: 80px; }
.remodal-close::before { font-size: 40px; }
.remodal-overlay { background: rgba(1,19,39,.5); }
.remodal__center { text-align: center; }
.remodal__footer { background: #e8edf3; font-size: 14px; margin: 40px -80px -80px; padding: 35px 60px; text-align: center; }
.remodal__header { display: flex; margin-bottom: 24px; }
.remodal__text { color: #586471; margin-bottom: 30px; }
.remodal__text-strong { color: #4ea94c; font-weight: 900; }
.remodal__title { color: #011327; font-size: 24px; font-weight: 800; margin-bottom: 26px; }
.remodal__title-strong { color: #4ea94c; font-size: 50px; font-weight: 900; display: block; }
@media (max-width: 991px) {
	.remodal { padding: 40px; }
	.remodal-close { right: 20px; top: 20px; }
	.remodal__footer { margin-bottom: -40px; margin-left: -40px; margin-right: -40px; padding: 20px 15px; }
	.remodal__title-strong { font-size: 1em; }
}
@media (max-width: 575px) {
	.remodal { padding: 40px 15px; }
	.remodal-close { top: 10px; }
	.remodal__footer { margin-left: -15px; margin-right: -15px; }
	.remodal__title { font-size: 20px; }
}

.rental { background: #e8edf3; margin: 60px auto 53px; max-width: 1015px; padding: 60px 15px; }
.rental .button { margin-top: 54px; }
.rental__text { margin: 0 auto; max-width: 674px; text-align: center; }
@media (max-width: 991px) {
	.rental { margin: 0; padding-bottom: 25px; padding-top: 25px; }
}
@media (max-width: 767px) {
	.rental .button { margin-top: 15px; }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] { background: #184d83; }
.select2-container--default.select2-container--focus .select2-selection--single { border: 1px solid #dde4ed; }
.select2-container--default .select2-selection--single { border: 1px solid #dde4ed; border-radius: 4px; height: 50px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 100%; width: 40px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { font: 15px 'Mulish', sans-serif; height: 48px; padding: 14px 20px; }
.select2-dropdown { border: 1px solid #dde4ed; }
.select2-results__option { font-size: 14px; padding: 5px 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b { border: 0; border-bottom: 3px solid #184d83; border-right: 3px solid #184d83; content: ""; height: 10px; top: 20px; transform: rotate(45deg); transition: all .25s; width: 10px; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border: 0; border-bottom: 3px solid #184d83; border-right: 3px solid #184d83; transform: rotate(-135deg); }

.services { display: flex; flex-wrap: wrap; font-size: 17px; margin: 17px auto -100px; max-width: 1015px; }
.services + * { padding-top: 100px; }
.services__arrow { font-size: 32px; margin-top: auto; opacity: .5; }
.services__heading { font-size: 28px; font-weight: 900; margin-bottom: 12px; }
.services__item { border: 2.5px solid #fff; color: #fff; display: flex; flex: 0 0 calc(100% / 3); height: 280px; position: relative; }
.services__item:hover { color: #fff; }
.services__item:hover .services__image { opacity: .75; }
.services__item--40perc { flex-basis: 40%; height: 320px; }
.services__item--60perc { flex-basis: 60%; height: 320px; }
.services__image { bottom: 0; display: block; height: 100%; left: 0; object-fit: cover; position: absolute; right: 0; top: 0; width: 100%; }
.services__text { display: flex; flex-direction: column; padding: 40px; position: relative; }
@media (max-width: 991px) {
	.services { margin-bottom: 0; }
	.services + * { padding-top: 0; }
	.services__heading { font-size: 20px; }
}
@media (max-width: 767px) {
	.services { font-size: 15px; }
	.services__text { padding-left: 15px; padding-right: 15px; }
}
@media (max-width: 575px) {
	.services { display: block; }
	.services__arrow { margin-top: 15px; }
	.services__item { height: auto; }
	.services__item--40perc { height: auto; }
	.services__item--60perc { height: auto; }
	.services__text { padding-bottom: 15px; padding-top: 15px; }
}

.set-price { background: #fff; border: solid 1px rgba(1,19,39,.15); box-shadow: 0 5px 20px 0 rgba(1,19,39,.15); margin: 80px auto; max-width: 1015px; padding: 50px 60px 57px; text-align: center; width: calc(100% - 30px); }
.set-price__form { display: grid; grid-gap: 40px 36px; grid-template-columns: repeat(2,1fr); }
.set-price__form-footer { grid-column: span 2; justify-self: center; }
@media (max-width: 767px) {
	.set-price { margin-top: 40px; }
	.set-price__form { display: block; }
	.set-price__form-footer { margin-top: 40px; }
}
@media (max-width: 575px) {
	.set-price { padding: 25px 15px; }
}

.sidepanel__close { height: 35px; margin-left: auto; width: 35px; }
.sidepanel__close::before { content: "\00d7"; cursor: pointer; display: block; font-family: Arial, "Helvetica CY", sans-serif; flex-shrink: 0; font-size: 40px; line-height: 35px; text-align: center; width: 35px; }
.sidepanel__close:hover { color: #4ea94c; }
.sidepanel__collapse { background: #fff; bottom: 0; max-width: 600px; overflow: auto; padding: 80px; position: fixed; right: -600px; top: 0; transition: all .25s; width: 100%; }
.sidepanel--active .sidepanel__collapse { right: 0; }
.sidepanel--active .sidepanel__overlay { display: block; opacity: 1; }
.sidepanel__header { display: flex; }
.sidepanel__overlay { background: rgba(1,19,39,.5); bottom: 0; display: none; left: 0; opacity: 0; position: fixed; right: 0; top: 0; transition: all .25s; }
@media (max-width: 575px) {
	.sidepanel__collapse { padding: 15px; }
}

.work + * { padding-top: 40px; }
.work__bg { background: #e8edf3; padding: 62px 15px 90px; text-align: center; }
.work .box { flex: 0 1 335px; margin: 10px; min-width: 300px; }
.work__container { margin: 0 auto; max-width: 675px; }
.work__row { align-items: flex-start; flex-wrap: wrap; display: flex; justify-content: center; margin-bottom: -70px; margin-top: -60px; }
@media (max-width: 575px) {
	.work + * { padding-top: 0; }
	.work__bg { padding-bottom: 40px; padding-top: 40px; }
	.work__row { display: block; margin: 0; }
}
