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

html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fff;
    line-height: 1.15;
    font-size: 10px;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff
}

#allrecords ul {
    padding-left: unset;
}

#allrecords a {
	color: inherit;
	text-decoration: auto;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

a {
    background-color: rgba(0, 0, 0, 0)
}

button:hover, button:active, button:focus, a:hover, a:active, a:focus {
    outline: 0
}

b, strong {
    font-weight: bolder
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #bfbfbf;
    overflow: visible
}

img {
    border-style: none
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

input[type=checkbox],input[type=radio] {
    padding: 0;
    margin: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0
}

td, th {
    padding: 0
}

@font-face {
    font-family: Comfortaa;
    src: url("https://fors.ru/upload/fonts/Comfortaa-Bold.woff2") format("woff2"),url("https://fors.ru/upload/fonts/Comfortaa-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url("https://fors.ru/upload/fonts/Raleway-Bold.woff2") format("woff2"),url("https://fors.ru/upload/fonts/Raleway-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url("https://fors.ru/upload/fonts/Raleway-SemiBold.woff2") format("woff2"),url("https://fors.ru/upload/fonts/Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url("https://fors.ru/upload/fonts/Raleway-Medium.woff2") format("woff2"),url("https://fors.ru/upload/fonts/Raleway-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Raleway;
    src: url("https://fors.ru/upload/fonts/Raleway-Regular.woff2") format("woff2"),url("https://fors.ru/upload/fonts/Raleway-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    font: 400 16px Raleway, Helvetica, Arial, sans-serif;
    font-feature-settings: "pnum" on,"lnum" on;
    line-height: 1.25;
    color: #183733
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
    color: #50a398
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    color: #50a398
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600
}

b {
    font-weight: 700
}

.text-weight-medium {
    font-weight: 500
}

.text-paragraph {
    margin: 0 0 24px 0
}

.text-paragraph--before-list {
    margin-bottom: 5px
}

.text-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.text-list--with-indent {
    margin: 0 0 24px 0
}

.btn {
    margin: 0;
    padding: 0 36px;
    height: 56px;
    position: relative;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    background-color: #50a398;
    border: none;
    border-radius: 30px;
    box-shadow: none;
    overflow: hidden;
    transition: background-color .25s ease-in-out;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
    box-shadow: none
}

.btn:hover, .btn:focus {
    outline: none;
    background-color: #3c8278
}

.btn--width-standard {
    min-width: 255px
}

.btn--width-full {
    width: 100%
}

.btn .ripple {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    width: 112px;
    height: 112px;
    border-radius: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
    animation: ripple .45s ease-in
}

@media(max-width: 767px) {
    .btn--mobile-width-full {
        width:100%
    }
}

.btn-link {
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    /* white-space: nowrap; */
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    cursor: pointer
}

.btn-link--start-icon {
    display: flex;
    align-items: center
}

.btn-link__text {
    line-height: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border-bottom-color .25s ease-in-out, text-shadow .25s ease-in-out
}

.btn-link__text--underline {
    border-bottom-color: currentColor
}

.btn-link__start-icon {
    color: inherit
}

.btn-link:hover .btn-link__text, .btn-link:focus .btn-link__text {
    border-bottom-color: currentColor
}

.btn-link:hover .btn-link__text--underline, .btn-link:focus .btn-link__text--underline {
    border-bottom-color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 currentColor
}

@media(max-width: 479px) {
    .btn-link {
        white-space:normal
    }
}

@keyframes ripple {
    to {
        transform: translate(-50%, -50%) scale(5);
        opacity: 0
    }
}

.form-item {
    padding-bottom: 25px;
    position: relative
}

.form-item__sr-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,  0,  0,  0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    pointer-events: none !important
}

.form-item__field {
    margin: 0;
    padding: 0 30px;
    display: block;
    width: 100%;
    height: 56px;
    font-weight: 500;
    border: 1px solid #d2d9d8;
    border-radius: 30px;
    transition: border-color .25s ease-in-out
}

.form-item__field:focus {
    outline: none;
    border-color: #50a398
}

.form-item__field::-webkit-input-placeholder {
    color: #9ca3a1;
    opacity: 1
}

.form-item__field::-moz-placeholder {
    color: #9ca3a1;
    opacity: 1
}

.form-item__field:-ms-input-placeholder {
    color: #9ca3a1;
    opacity: 1
}

.form-item__field--textarea {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 165px;
    resize: none
}

.form-item__field--error {
    border-color: #d86369;
	border-width: 2px;
}

.form-item__field--error:focus {
    border-color: #d86369;
	border-width: 2px;
}

.form-item__error-msg {
	display: none;
    position: absolute;
    left: 30px;
    width: calc(100% - 30px);
    bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    color: #d86369
}

.form-item__field--error + .form-item__error-msg {
	display: block;
}

.form-item--no-indent {
    padding-bottom: 0
}

.control-textarea, .control-field {
    margin: 0 0 20px 0;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    vertical-align: top;
    background: rgba(0, 0, 0, .5);
    border: 2px solid #50a398;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.control-textarea:focus, .control-field:focus {
    outline: none;
    box-shadow: none
}

[disabled].control-textarea,[disabled].control-field,[readonly].control-textarea,[readonly].control-field {
    cursor: not-allowed;
    background-color: rgba(0, 0, 0, .2) !important
}

.control-textarea::-webkit-input-placeholder, .control-field::-webkit-input-placeholder {
    color: #50a398;
    opacity: 1
}

.control-textarea::-moz-placeholder, .control-field::-moz-placeholder {
    color: #50a398;
    opacity: 1
}

.control-textarea:-ms-input-placeholder, .control-field:-ms-input-placeholder {
    color: #50a398;
    opacity: 1
}

.control-textarea {
    min-height: 100px;
    line-height: 40px;
    resize: none
}

.field-option__field {
    position: absolute;
    height: inherit;
    width: inherit;
    opacity: 0;
    left: -9999px
}

.field-option__label-text {
    line-height: 24px;
    font-size: 14px
}

.field-option__label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    line-height: 24px;
    min-height: 24px;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.field-option__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #d2d9d8;
    transition: all .25s ease-in-out
}

.field-option__label--checkbox:before {
    border-radius: 4px
}

.field-option__label--radio:before {
    border-radius: 50%
}

.field-option__field:checked+.field-option__label--checkbox:before {
    border-color: #50a398;
    background-color: #50a398
}

.field-option__field:checked+.field-option__label--checkbox:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 3px;
    width: 10px;
    height: 6px;
    border: solid #fff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg)
}

.field-option__field:not([disabled]):focus+.field-option__label:before {
    border-color: #9ca3a1
}

.field-option__field:not([disabled])+.field-option__label:hover:before {
    border-color: #9ca3a1
}

.field-option__field[disabled]+.field-option__label {
    opacity: 0.5;
    cursor: not-allowed
}

.app-icon {
    color: inherit
}

.app-icon--xs {
    width: 16px;
    height: 16px
}

.app-icon--sm {
    width: 24px;
    height: 24px
}

.app-icon--md {
    width: 36px;
    height: 36px
}

.app-icon--lg {
    width: 52px;
    height: 52px
}

ul.list-bulleted {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 24px
}

.list-bulleted__item {
    padding-left: 24px;
    background: rgba(0, 0, 0, 0) url("https://static.tildacdn.com/tild3766-3232-4430-b635-356265306164/icon-arrow-right.svg") -5px top no-repeat
}

.list-bulleted--alt .list-bulleted__item {
    padding: 0 0 15px 35px;
    background-image: url("https://static.tildacdn.com/tild6661-6165-4538-b965-373333626134/icon-arrow-circle-ri.svg");
    background-position: 0 0
}

.list-bulleted--alt .list-bulleted__item:last-child {
    padding-bottom: 0
}

.accordion-list__item:not(:first-child) {
    margin-top: 10px
}

.accordion {
    border: 1px solid #d2d9d8;
    border-radius: 4px
}

.accordion__header {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #d2d9d8;
    transition: background-color .25s ease-in-out;
    cursor: pointer
}

.accordion__header:hover {
    background-color: #f1f4f3
}

.accordion__header:focus {
    outline: none
}

.accordion__header:focus-visible {
    outline: none;
    background-color: #f1f4f3
}

.accordion__title {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1
}

.accordion__toggle-icon {
    align-self: center;
    transition: all .25s ease-in-out
}

.accordion__body {
    padding: 0 20px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    line-height: 24px;
    font-weight: 500;
    transition: all .25s ease-in-out
}

.accordion__body--animate {
    animation: accordionIn .3s normal ease-in-out both 1
}

.accordion--active .accordion__toggle-icon {
    transform: rotate(180deg)
}

.accordion--active .accordion__body {
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 600px;
    opacity: 1
}

@media(max-width: 767px) {
    .accordion--active .accordion__body {
        max-height:800px
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9);
        transform-origin: 50% 0
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.slider {
    position: relative
}

.slider__btn {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3c8278;
    background-color: #fff;
    border: 1px solid #d2d9d8;
    border-radius: 50%;
    transition: background-color .25s ease-in-out;
    cursor: pointer
}

.slider__btn:hover {
    background-color: #f1f4f3
}

.slider__btn--disabled {
    opacity: 0;
    pointer-events: none
}

.slider__btn--prev {
    left: 0;
    transform: translate(-50%, -50%) rotate(90deg)
}

.slider__btn--next {
    right: 0;
    transform: translate(50%, -50%) rotate(-90deg)
}

.slider__body {
    display: flex;
    overflow: hidden
}

.slider__item {
    margin-left: 0;
    flex: 0 0 calc(50% - 30px / 2);
    padding: 15px 20px;
    border: 1px solid #d2d9d8;
    border-radius: 4px;
    transition: margin-left .25s ease-in-out
}

.slider__item:not(:last-child) {
    margin-right: 30px
}

@media(max-width: 1023px) {
    .slider__item {
        flex-basis:100%
    }
}

.modal-list__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(24, 55, 51, .7);
    transition: opacity .25s ease-in-out;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0
}

.modal-list__content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    transform: translateY(-100%);
    transition: transform .25s ease-in-out
}

.modal-list--active .modal-list__overlay {
    z-index: 100;
    pointer-events: all;
    visibility: visible;
    opacity: 1
}

.modal-list--active .modal-list__content {
    transform: none
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: calc(100vw - 30px * 2);
    max-height: calc(100vh - 30px * 2);
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    visibility: hidden
}

.modal--active {
    visibility: visible
}

.modal--size-lg {
    width: 840px
}

.modal__header {
    padding: 30px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 2
}

.modal__title {
    color: #183733;
    font-size: 24px;
    font-weight: 600;
    flex-grow: 1;
    max-width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis
}

.modal__close {
    height: 36px;
    width: 36px;
    position: relative;
    color: #183733;
    background: rgba(0, 0, 0, 0);
    border: none;
    transition: opacity .25s ease-in-out;
    opacity: .5;
    cursor: pointer
}

.modal__close:after, .modal__close:before {
    content: "";
    position: absolute;
    top: 5px;
    left: calc(50% - 1px);
    width: 3px;
    height: calc(100% - 10px);
    background-color: currentColor;
    border-radius: 2px
}

.modal__close:after {
    transform: rotate(45deg)
}

.modal__close:before {
    transform: rotate(-45deg)
}

.modal__close:hover {
    opacity: 1
}

.modal__body {
    padding: 0 30px 30px
}

html {
    scroll-behavior: smooth
}

.body {
    height: auto;
    min-height: 100%;
    scroll-behavior: smooth;
    background-color: #fff
}

.body--lock {
    overflow: hidden;
    height: 100vh
}

.app {
    position: relative
}

@media(max-width: 1023px) {
    .app {
        overflow:hidden
    }
}

@media(max-width: 1023px) {
    .app-main {
        padding-top:100px
    }
}

.anchor {
    position: relative;
    top: 0;
    display: block;
    visibility: hidden
}

@media(max-width: 1023px) {
    .anchor {
        top:-80px
    }
}

.app-container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1170px
}

@media(max-width: 1279px) {
    .app-container {
        max-width:1000px
    }
}

@media(max-width: 1023px) {
    .app-container {
        max-width:100%
    }
}

.app-header {
    height: 175px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 25px
}

@media(max-width: 1023px) {
    .app-header {
        height:100px
    }
}

.app-header__logo {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.app-header__title {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    letter-spacing: 2px;
    color: #50a398;
    font: normal 700 36px/40px Comfortaa, Helvetica, Arial, sans-serif
}

.app-header__phone {
    position: absolute;
    top: 35px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.app-header__phone-text {
    margin-bottom: 5px;
    color: #183733;
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    font-feature-settings: "pnum" on,"lnum" on
}

.app-header__phone-text:hover, .app-header__phone-text:focus {
    color: #183733;
    text-decoration: none
}

.app-header__phone-back-call {
    font-size: 14px;
    color: #50a398
}

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

@media(max-width: 1023px) {
    .app-header {
        position:fixed;
        left: 0;
        right: 0;
        padding-bottom: 0;
        background: #fff;
        z-index: 3
    }

    .page-scrolled .app-header {
        box-shadow: 0 0 3px 0 #9ca3a1
    }

    .app-header__phone {
        position: static;
        margin: 40px 0
    }

    .app-header__phone-text {
        margin-bottom: 10px;
        font-size: 36px
    }

    .app-header__phone-back-call {
        font-size: 18px
    }
}

@media(max-width: 479px) {
    .app-header__title {
        font-size:26px
    }

    .app-header__phone-text {
        font-size: 30px
    }
}

ul.main-nav__list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.25
}

.main-nav__item:not(:last-child):after {
    content: "/";
    padding: 0 10px;
    color: #50a398
}

#allrecords a.main-nav__link {
    color: #183733;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border-bottom-color .25s ease-in-out
}

#allrecords a.main-nav__link:hover, #allrecords a.main-nav__link:focus {
    border-bottom-color: currentColor
}

.main-nav__btn-toggle {
    display: none;
    padding: 12px 8px;
    position: fixed;
    top: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    color: #183733;
    background: rgba(0, 0, 0, 0);
    border: none;
    transition: color .25s ease-in-out;
    cursor: pointer
}

.main-nav__btn-toggle:hover {
    color: #50a398
}

.main-nav__icon-line {
    display: block;
    height: 2px;
    background-color: currentColor;
    margin-bottom: 4px;
    transition: all .25s ease-in-out
}

@media(max-width: 1023px) {
    .main-nav {
        position:absolute;
        top: 100%;
        left: 100%;
        width: 100%;
        max-height: calc(100vh - 105px);
        background-color: #fff;
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-start;
        box-shadow: 0 3px 3px -3px #9ca3a1;
        transition: left .25s ease-in-out;
        z-index: 3
    }

    .main-nav__list {
        flex-direction: column;
        text-align: center;
        gap: 20px
    }

    .main-nav__item:not(:last-child):after {
        content: none
    }

    .main-nav__link {
        font-size: 30px
    }

    .main-nav__btn-toggle {
        display: block
    }

    .main-nav--active {
        overflow: auto;
        left: 0
    }

    .main-nav--active .main-nav__icon-line:first-child {
        transform: translateY(4px) rotate(45deg)
    }

    .main-nav--active .main-nav__icon-line:last-child {
        transform: translateY(-8px) rotate(-45deg)
    }

    .main-nav--active .main-nav__icon-line:nth-child(2) {
        opacity: 0
    }
}

@media(max-width: 479px) {
    .main-nav__link {
        font-size:28px
    }
}

.footer {
    margin-top: 30px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    border-top: 1px solid #d2d9d8
}

@media(max-width: 767px) {
    .footer {
        flex-wrap:wrap
    }
}

.section {
    margin-top: 30px
}

.section__title {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #50a398
}

.section__lead {
    margin: 0 0 15px;
    line-height: 24px;
    font-weight: 500
}

.section__lead--text-center {
    text-align: center
}

.section--accent-light-compact {
    padding: 20px 0;
    background-color: #f1f4f3
}

.section--accent-light {
    padding: 30px 0;
    background-color: #f1f4f3
}

.form__title {
    margin-bottom: 15px
}

.form__footnote {
    margin-bottom: 10px;
    font-size: 13px;
    color: #9ca3a1;
    text-align: center
}

.form__footnote--text-right {
    text-align: right
}

.part-home {
    position: relative
}

.part-home__content {
    position: absolute;
    width: 480px
}

.part-home__lead {
    margin-top: 45px;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 500
}

ul.part-home__list {
    margin: 15px 0 20px !important;
    font-size: 18px;
    font-weight: 500
}

.part-home__btn-demo {
    font-size: 18px
}

.part-home__images {
    position: relative;
    text-align: right;
    pointer-events: none
}

.part-home__img-sport {
    position: absolute;
    right: 0;
    top: 95px
}

.part-home__img-graph {
    margin-right: 55px;
    max-height: 100%;
    position: relative;
    z-index: 2
}

@media(max-width: 1279px) {
    .part-home__lead {
        margin-top:20px
    }

    .part-home__images {
        height: 490px
    }

    .part-home__img-sport {
        transform: scale(0.8);
        transform-origin: top right
    }
}

@media(max-width: 1023px) {
    .part-home {
        display:flex;
        flex-direction: column
    }

    .part-home__content {
        position: static;
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .part-home__lead {
        text-align: center
    }

    .part-home__images {
        order: -1;
        height: auto;
        text-align: center
    }

    .part-home__img-sport {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        right: auto;
        max-width: 100%
    }

    .part-home__img-graph {
        max-height: 70vw
    }
}

@media(max-width: 767px) {
    .part-home__img-graph {
        margin-right:0;
        left: -15px
    }
}

.part-about-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px
}

.part-about-list__item {
    padding-top: 10px;
    flex: 1 1 calc((100% - 3 * 30px)/4);
    text-align: center
}

.part-about-list__icon {
    color: #50a398
}

.part-about-list__text {
    margin: 15px 0 0;
    display: block;
    font-weight: 500
}

@media(max-width: 1023px) {
    .part-about-list__item {
        flex-basis:calc((100% - 30px)/2)
    }
}

@media(max-width: 479px) {
    .part-about-list__item {
        flex-basis:100%
    }
}

.part-about-form {
    padding-top: 5px;
    display: flex;
    gap: 30px
}

.part-about-form__item {
    flex: 1 1 calc((100% - 3 * 30px)/4)
}

@media(max-width: 1023px) {
    .part-about-form {
        flex-direction:column;
        gap: 0
    }

    .part-about-form__item {
        flex-basis: 100%
    }
}

.part-advantages {
    padding-bottom: 10px
}

.advantage-card {
    display: flex;
    flex-direction: column
}

.advantage-card__icon {
    margin: 0 auto;
    color: #50a398
}

.advantage-card__title {
    margin: 15px 0;
    text-align: center
}

.advantage-card__body {
    padding-right: 10px;
    font-weight: 500
}

.part-price__list {
    display: flex;
    gap: 60px
}

.part-price__list--alone-card {
    justify-content: center
}

.part-price__footer {
    margin-top: 20px;
    text-align: center
}

@media(max-width: 767px) {
    .part-price__list {
        flex-direction:column;
        gap: 20px
    }
}

.price-card {
    margin-top: 10px;
    flex: 1 1 calc(50% - 60px / 2);
    display: flex;
    flex-direction: column
}

.price-card--alone {
    flex-grow: 0;
    flex-basis: auto
}

.price-card__icon {
    margin: 0 auto;
    color: #50a398
}

.price-card__title {
    margin-top: 15px;
    text-align: center
}

.price-card__body {
    margin-top: 25px;
    font-weight: 500
}

.price-card__footnote {
    margin: 5px 0 0 24px;
    font-size: 14px;
    color: #9ca3a1;
    line-height: 24px
}

.part-doc-list {
    padding: 10px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 500px;
    margin: auto
}

#allrecords a.part-doc-list__link {
    display: flex;
    align-items: center;
    color: #183733;
    text-decoration: none;
    cursor: pointer
}

#allrecords a.part-doc-list__link:hover {
    text-shadow: 0 0 0 currentColor
}

.part-doc-list__icon {
    margin-right: 10px;
    color: #d86369;
    flex-shrink: 0
}

.part-doc-list__text {
    font-weight: 500;
    border-bottom: 1px solid currentColor
}

@media(max-width: 767px) {
    .part-doc-list {
        flex-direction:column;
        gap: 20px
    }
}

.part-doc-list__text {
    border-bottom: none;
    text-decoration: underline
}

.part-contacts {
    padding-top: 10px;
    display: flex;
    gap: 30px
}

.part-contacts__item {
    flex: 1 1 calc(50% - 30px / 2)
}

@media(max-width: 767px) {
    .part-contacts {
        flex-direction:column
    }

    .part-contacts__item {
        flex-basis: 100%
    }
}

.company__logo {
    margin-top: 5px;
	width: 160px;
}

.company__name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.company__lead {
    margin-top: 10px;
    font-weight: 500
}

.contact {
    padding-top: 10px;
    font-weight: 500
}

.contact__item {
    margin: 15px 0;
    display: flex;
    line-height: 24px
}

.contact__icon {
    color: #50a398;
    margin-right: 15px;
    flex-shrink: 0
}

#allrecords a.contact__link {
    color: #50a398;
    text-decoration: underline
}

#allrecords a.contact__link:hover, #allrecords a.contact__link:focus {
    outline: none;
    color: #3c8278;
    text-shadow: 0 0 0 currentColor
}

.contacts-form__item--btn {
    text-align: right
}

@media(max-width: 767px) {
    .contacts-form {
        flex-direction:column
    }

    .contacts-form__title {
        text-align: center
    }

    .contacts-form__item--btn {
        text-align: center
    }

    .contacts-form__footnote {
        text-align: center
    }
}

[class*="uc-hidden-"] {
    display: none;
}