a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

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

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100;
    src: url(fonts/Inter-Thin.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 200;
    src: url(fonts/Inter-ExtraLight.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Inter-Light.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: url(fonts/Inter-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: url(fonts/Inter-Black.ttf) format("truetype")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/inter-v3-latin_cyrillic-regular.eot);
    src: local(""), url(fonts/inter-v3-latin_cyrillic-regular.eot?#iefix) format("embedded-opentype"), url(fonts/inter-v3-latin_cyrillic-regular.woff2) format("woff2"), url(fonts/inter-v3-latin_cyrillic-regular.woff) format("woff"), url(fonts/inter-v3-latin_cyrillic-regular.ttf) format("truetype"), url(fonts/inter-v3-latin_cyrillic-regular.svg#Inter) format("svg")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/inter-v3-latin_cyrillic-500.eot);
    src: local(""), url(fonts/inter-v3-latin_cyrillic-500.eot?#iefix) format("embedded-opentype"), url(fonts/inter-v3-latin_cyrillic-500.woff2) format("woff2"), url(fonts/inter-v3-latin_cyrillic-500.woff) format("woff"), url(fonts/inter-v3-latin_cyrillic-500.ttf) format("truetype"), url(fonts/inter-v3-latin_cyrillic-500.svg#Inter) format("svg")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/inter-v3-latin_cyrillic-600.eot);
    src: local(""), url(fonts/inter-v3-latin_cyrillic-600.eot?#iefix) format("embedded-opentype"), url(fonts/inter-v3-latin_cyrillic-600.woff2) format("woff2"), url(fonts/inter-v3-latin_cyrillic-600.woff) format("woff"), url(fonts/inter-v3-latin_cyrillic-600.ttf) format("truetype"), url(fonts/inter-v3-latin_cyrillic-600.svg#Inter) format("svg")
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/inter-v3-latin_cyrillic-700.eot);
    src: local(""), url(fonts/inter-v3-latin_cyrillic-700.eot?#iefix) format("embedded-opentype"), url(fonts/inter-v3-latin_cyrillic-700.woff2) format("woff2"), url(fonts/inter-v3-latin_cyrillic-700.woff) format("woff"), url(fonts/inter-v3-latin_cyrillic-700.ttf) format("truetype"), url(fonts/inter-v3-latin_cyrillic-700.svg#Inter) format("svg")
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 1400px) {
    .container {
        max-width: 1100px
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 960px
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 720px
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 540px
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
        padding: 0 35px
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 15px
    }
}

.btn {
    display: block;
    background-color: #f3264b;
    color: #fff;
    font-family: Inter, sans-serif;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.btn-arrow {
    padding-right: 55px;
    position: relative
}

.btn-arrow::after {
    /*content: url(svg/arrow.svg);*/
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, sans-serif;
    overflow-x: hidden;
    max-width: 100vw
}

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

h1 {
    font-weight: 600;
    font-size: 33px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff
}

h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #003363
}

h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #003363
}

#page {
    overflow: hidden
}

.with-dot {
    position: relative
}

.with-dot::before {
    content: '';
    position: absolute;
    width: .45em;
    height: .45em;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -1.5em;
    top: .25em;
    border: 4px solid #f3264b
}

.pattern-background {
    position: absolute;
    top: -100%;
    left: -90%;
    width: 300%;
    height: 400%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 1;
    opacity: .2
}

.pattern-background-white {
    background: url(background-image.png) repeat;
    background-size: 300px 160px
}

.pattern-background-blue {
    background: url(background-image-blue.png) repeat;
    background-size: 300px 160px
}

.form-sended {
    position: fixed;
    top: -100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 101;
    background-color: #fff;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.form-sended-active {
    top: 0
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

.modal-active {
    visibility: visible;
    opacity: 1;
    pointer-events: all
}

.modal__wrapper {
    background-color: #fff;
    padding: 60px 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 580px;
    position: relative
}

.modal__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #003363;
    margin-bottom: 38px
}

.modal__closer {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    top: 15px;
    right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal__closer::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #f3264b
}

.modal__closer::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #f3264b
}

.modal__form button {
    width: 100%;
    outline: 0;
    cursor: pointer;
    border: none;
    margin-bottom: 16px
}

.modal__form p {
    font-size: 12px;
    line-height: 15px;
    color: #003363
}

.modal__form a {
    display: inline;
    border-bottom: 1px solid #003363;
    text-decoration: none;
    color: #003363
}

.modal__input {
    margin-bottom: 16px
}

.modal__input label {
    font-size: 16px;
    line-height: 150%;
    color: #003363;
    margin-bottom: 3px
}

.modal__input input, .modal__input textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #003363;
    outline: 0;
    font-size: 16px;
    line-height: 20px;
    color: #003363;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.modal__input textarea {
    resize: none
}

.modal__input.file-input {
    position: relative;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #003363
}

.modal__input.file-input input {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    border: none;
    z-index: 2;
    cursor: pointer
}

.modal__input.file-input label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.header {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 130px
}

.header__back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(345deg, #003363 60%, #fff 60.1%);
    background: linear-gradient(105deg, #003363 60%, #fff 60.1%)
}

.header__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%
}

.header__info p {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 33px;
    text-transform: uppercase;
    font-weight: 600
}

.header__info-text {
    margin-bottom: 30px
}

.header__info-link a {
    display: inline-block
}

.header__img {
    position: absolute;
    margin-bottom: -80px;
    left: 58%;
    bottom: -10px;
    width: 760px;
    max-width: 19vw;
}

.nav {
    position: relative;
    padding-top: 30px;
    margin-bottom: 70px
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.nav__info {
    max-width: 340px
}

.nav__info-img {
    margin-bottom: 15px
}

.nav__info-text {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600
}

.nav__logo {
    width: 109px;
    height: 109px;
    margin: 0 auto
}

.nav__contacts a {
    display: block;
    text-decoration: none;
    color: #003363;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    font-weight: 700
}

.advantages {
    margin-bottom: 80px
}

.advantages__title {
    margin-bottom: 60px
}

.advantages__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.advantages__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%
}

.advantages__item {
    font-size: 16px;
    line-height: 150%;
    color: #003363;
    margin-bottom: 30px;
    margin-left: 27px;
    padding-left: 10px
}

.advantages__item strong {
    font-weight: 600
}

.advantages__item.with-dot::before {
    width: .2em;
    height: .2em;
    top: .35em
}

.advantages__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    margin-right: 50px
}

.advantages__picture-back {
    background-color: #003363;
    position: absolute;
    width: 45vw;
    height: 240px;
    right: calc((100% - 100vw) / 2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden
}

.advantages__picture-certificate {
    position: relative;
    z-index: 2
}

.application {
    padding: 50px 0;
    background-color: #eee;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden
}

.application__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.application__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
}

.application__title {
    margin-bottom: 25px
}

.application__subtitle {
    margin-bottom: 35px
}

.application__link {
    display: inline-block
}

.application__logos {
    background-color: #fff;
    padding: 62px 55px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(-webkit-max-content) [ 3 ];
    -ms-grid-columns:(max-content) [ 3 ];
    grid-template-columns:repeat(3, -webkit-max-content);
    grid-template-columns:repeat(3, max-content);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.application__logos-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.application__logos-wrapper:nth-child(1) .application__logo:first-child {
    width: 36px
}

.application__logos-wrapper:nth-child(1) .application__logo:last-child {
    width: 43px
}

.application__logos-wrapper:nth-child(2) .application__logo:first-child {
    width: 113px
}

.application__logos-wrapper:nth-child(2) .application__logo:last-child {
    width: 96px
}

.application__logos-wrapper:nth-child(3) .application__logo:first-child {
    width: 115px
}

.application__logos-wrapper:nth-child(3) .application__logo:last-child {
    width: 80px
}

.application__logo:first-child {
    margin-bottom: 40px
}

.catalogs {
    margin-bottom: 20px;
    padding-bottom: 40px
}

.catalogs__info {
    margin-bottom: 40px
}

.catalogs__title {
    margin-bottom: 23px
}

.catalogs__link {
    margin-bottom: 40px
}

.catalogs__link a {
    display: inline-block
}

.catalogs__text {
    max-width: 60%
}

.catalogs__text h3 {
    margin-bottom: 10px
}

.catalogs__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns:repeat(4, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.catalogs__elem-thumbnail {
    margin-bottom: 24px
}

.catalogs__elem-link {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 41px;
    position: relative
}

.catalogs__elem-link::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0;
    height: 13px;
    width: 8px;
    background: url(svg/small-arrow.svg) center center/cover no-repeat
}

.catalogs__elem-link a {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: #f3264b;
    text-decoration: none
}

.catalogs__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns:repeat(4, 1fr);
    -ms-grid-rows: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-rows:repeat(8, 1fr);
    grid-auto-flow: row;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 25px
}

.catalogs__list > :nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.catalogs__list > :nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.catalogs__list > :nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5
}

.catalogs__list > :nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7
}

.catalogs__list > :nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.catalogs__list > :nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.catalogs__list > :nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5
}

.catalogs__list > :nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7
}

.catalogs__list > :nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.catalogs__list > :nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3
}

.catalogs__list > :nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5
}

.catalogs__list > :nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7
}

.catalogs__list > :nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1
}

.catalogs__list > :nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3
}

.catalogs__list > :nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5
}

.catalogs__list > :nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7
}

.catalogs__list > :nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1
}

.catalogs__list > :nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3
}

.catalogs__list > :nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5
}

.catalogs__list > :nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7
}

.catalogs__list > :nth-child(21) {
    -ms-grid-row: 11;
    -ms-grid-column: 1
}

.catalogs__list > :nth-child(22) {
    -ms-grid-row: 11;
    -ms-grid-column: 3
}

.catalogs__list > :nth-child(23) {
    -ms-grid-row: 11;
    -ms-grid-column: 5
}

.catalogs__list > :nth-child(24) {
    -ms-grid-row: 11;
    -ms-grid-column: 7
}

.catalogs__list > :nth-child(25) {
    -ms-grid-row: 13;
    -ms-grid-column: 1
}

.catalogs__list > :nth-child(26) {
    -ms-grid-row: 13;
    -ms-grid-column: 3
}

.catalogs__list > :nth-child(27) {
    -ms-grid-row: 13;
    -ms-grid-column: 5
}

.catalogs__list > :nth-child(28) {
    -ms-grid-row: 13;
    -ms-grid-column: 7
}

.catalogs__list > :nth-child(29) {
    -ms-grid-row: 15;
    -ms-grid-column: 1
}

.catalogs__list > :nth-child(30) {
    -ms-grid-row: 15;
    -ms-grid-column: 3
}

.catalogs__list > :nth-child(31) {
    -ms-grid-row: 15;
    -ms-grid-column: 5
}

.catalogs__list > :nth-child(32) {
    -ms-grid-row: 15;
    -ms-grid-column: 7
}

.catalogs__item {
    padding-left: 35px;
    padding-right: 10px;
    position: relative
}

.catalogs__item a {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 150%;
    color: #003363;
    text-decoration: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.catalogs__item a:hover {
    text-decoration: underline
}

.catalogs__img {
    position: absolute;
    width: 25px;
    left: 0;
    top: 0
}

.consultation {
    color: #fff;
    padding: 60px 0;
    background-color: #003363;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden
}

.consultation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.consultation__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%
}

.consultation__title h2 {
    color: #fff
}

.consultation__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #003363;
    padding: 20px
}

.consultation__subtitle {
    margin-bottom: 20px
}

.consultation__subtitle h3 {
    color: #003363
}

.consultation__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px
}

.consultation__link a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.details {
    margin-bottom: 30px
}

.details__title {
    margin-bottom: 43px
}

.details__subtitle {
    margin-bottom: 65px
}

.details__images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns:repeat(2, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.details__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.details__image p {
    color: #003363;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px
}

.details__header {
    margin-bottom: 90px
}

.details__content h3 {
    margin-bottom: 33px
}

.details__catalog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
    grid-template-columns:repeat(3, 1fr);
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    padding: 0 0 0 40px
}

.details__elem {
    color: #003363;
    margin-bottom: 48px
}

.details__elem-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 17px
}

.details__elem-title::before {
    width: 16px;
    height: 16px;
    left: -35px;
    top: 0
}

.details__elem-content {
    font-size: 12px;
    line-height: 150%;
    max-height: 0;
    overflow: hidden;
    padding-left: 50px;
    margin-left: -50px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.details__elem-content p {
    margin-bottom: 15px
}

.details__elem-content span {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px
}

.details__list {
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.details__list li {
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.details__list li::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    left: auto;
    right: calc(100% + 18px);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    background-color: #f3264b;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-image: url(../svg/cart.svg);
    background-size: 12px 14px;
    background-repeat: no-repeat;
    background-position: center
}

.details__list li:hover {
    border-bottom: 1px solid #003363
}

.details__list li:hover::before {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(0) translate(25%, -20%);
    -ms-transform: rotate(0) translate(25%, -20%);
    transform: rotate(0) translate(25%, -20%)
}

.details__notfound {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns:1fr 1fr;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 12px
}

.details__notfound input {
    outline: 0;
    border: 1px solid #003363;
    padding: 7px 9px;
    font-size: 12px;
    line-height: 150%;
    color: #003363
}

.details__notfound input::-webkit-input-placeholder {
    color: rgba(0, 51, 99, .3)
}

.details__notfound input::-moz-placeholder {
    color: rgba(0, 51, 99, .3)
}

.details__notfound input:-ms-input-placeholder {
    color: rgba(0, 51, 99, .3)
}

.details__notfound input::-ms-input-placeholder {
    color: rgba(0, 51, 99, .3)
}

.details__notfound input::placeholder {
    color: rgba(0, 51, 99, .3)
}

.details__notfound button {
    font-size: 14px;
    line-height: 150%;
    padding: 5px 20px;
    border: none;
    outline: 0;
    cursor: pointer
}

.details__notfound button:disabled {
    opacity: .4
}

.selection {
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #003363;
    position: relative;
    overflow: hidden
}

.selection__title {
    margin-bottom: 40px
}

.selection__title h2 {
    color: #fff
}

.selection__subtitle {
    max-width: 70%;
    margin-bottom: 6px
}

.selection__subtitle h3 {
    color: #fff
}

.selection__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 580px 430px;
    grid-template-columns:580px 430px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.selection__image {
    padding-top: 57px
}

.selection__image img {
    height: 100%;
    width: 100%;
    -o-object-fit: inherit;
    object-fit: inherit
}

.selection__form {
    padding-top: 30px;
    color: #fff
}

.selection__form form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns:repeat(2, 1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px
}

.selection__form-input input, .selection__form-input textarea {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    outline: 0;
    color: #003363;
    padding: 10px 20px
}

.selection__form-input label {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 7px
}

.selection__form-input input {
    height: 40px
}

.selection__form-input textarea {
    resize: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.selection__form-input.file-input {
    position: relative;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #fff
}

.selection__form-input.file-input input {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    border: none;
    z-index: 2;
    cursor: pointer
}

.selection__form-input.file-input label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.selection__form-textarea {
    grid-row: 2/2 span;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.selection__form button {
    width: 100%;
    border: none;
    outline: 0;
    cursor: pointer;
    grid-column: 1/2 span;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 40px
}

.faq {
    padding: 90px 0 65px
}

.faq__title {
    margin-bottom: 50px
}

.faq__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(40%, 530px) 80px minmax(40%, 580px);
    grid-template-columns:minmax(40%, 530px) minmax(40%, 580px);
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px
}

.faq__questions {
    color: #003363
}

.faq__questions-elem {
    margin-bottom: 25px;
    border-bottom: 1px solid #f3264b
}

.faq__questions-elem-active .faq__answer {
    margin-bottom: 25px
}

.faq__questions-elem-active .faq__question::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.faq__question {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    cursor: pointer
}

.faq__question::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #003363;
    border-right: 1px solid #003363;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.faq__answer {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
    padding-right: 30px;
    max-height: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    overflow: hidden
}

.faq__form {
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 63px 52px;
    color: #003363
}

.faq__form-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 28px
}

.faq__form-input label {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px
}

.faq__form-input input, .faq__form-input textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #003363;
    font-size: 16px;
    line-height: 18px;
    color: #003363;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: inherit;
    margin-bottom: 17px
}

.faq__form-input textarea {
    height: 125px;
    margin-bottom: 29px;
    resize: none;
    font-family: Inter, sans-serif
}

.faq__form button {
    outline: 0;
    border: none;
    width: 100%;
    cursor: pointer;
    margin-bottom: 26px
}

.faq__confidential {
    margin: 0 12%;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #003363
}

.faq__confidential a {
    color: #003363;
    text-decoration: none;
    border-bottom: 1px solid #003363
}

.map {
    background-color: #f2f5f7;
    padding-top: 100px;
    padding-bottom: 78px
}

.map__title {
    margin-bottom: 40px
}

.map__choose {
    margin-bottom: 40px
}

.map__choose-active .map__choose-select::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.map__choose-select {
    width: 375px;
    display: inline-block;
    margin-right: 40px;
    padding: 11px 17px;
    font-size: 16px;
    line-height: 19px;
    color: #003363;
    border: 1px solid #003363;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    position: relative
}

.map__choose-select::after {
    content: '';
    position: absolute;
    right: 15px;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #003363;
    border-right: 1px solid #003363;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.map__choose-list {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.map__choose-item {
    padding: 10px 20px
}

.map__choose-item:hover {
    background-color: #f2f5f7
}

.map__choose-btn {
    display: inline-block;
    outline: 0;
    border: none;
    cursor: pointer
}

.map__content {
    height: 580px
}

.map .ymaps-2-1-79-balloon__content {
    padding: 20px
}

.map .ymaps-2-1-79-balloon__content ymaps {
    max-width: 360px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.map .ymaps-2-1-79-balloon__content ymaps span {
    color: #003363;
    font-size: 16px;
    line-height: 140%
}

.map .ymaps-2-1-79-balloon__content ymaps p {
    font-size: 18px;
    line-height: 140%;
    color: #003363;
    margin-bottom: 10px
}

.footer {
    background-color: #003363;
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.footer__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template-columns:repeat(3, 1fr)
}

.footer__contacts, .footer__menu {
    color: #fff;
    font-size: 14px;
    line-height: 17px
}

.footer__contacts p, .footer__menu p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px
}

.footer__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__menu a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px
}

.footer__contacts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.footer__contacts-elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.footer__contacts-elem:first-child {
    margin-right: 20px
}

.footer__contacts-elem span {
    margin-bottom: 10px
}

.footer__contacts-elem a {
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none
}

.application .container *, .consultation .container *, .footer .container *, .selection .container * {
    z-index: 2
}

@media (max-width: 1400px) {
    h1 {
        font-size: 30px;
        line-height: 40px
    }

    h2 {
        font-size: 28px;
        line-height: 35px
    }

    h3 {
        font-size: 22px;
        line-height: 28px
    }

    .header__img {
        margin-bottom: -160px
    }
}

@media (max-width: 1200px) {
    .details__notfound input {
        width: 122px
    }

    .selection__wrapper {
        -ms-grid-columns: 580px 340px;
        grid-template-columns:580px 340px
    }
}

@media (max-width: 992px) {
    .details__notfound input {
        width: auto
    }

    .nav__contacts a {
        color: #fff
    }

    .header {
        background-color: #003363;
        margin-bottom: 80px
    }

    .header__back {
        display: none
    }

    .header__img {
        display: none
    }

    .header__info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .advantages__picture {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

    .advantages__picture-back {
        height: 140px
    }

    .advantages__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .application__logos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        padding: 30px 20px
    }

    .catalogs__item a {
        font-size: 13px;
        word-break: break-all
    }

    .details__catalog {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .selection__wrapper {
        -ms-grid-columns: 3fr 30px 2fr;
        grid-template-columns:3fr 2fr;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }

    .faq__wrapper {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }
}

@media (max-width: 768px) {
    .details__notfound {
        -ms-grid-columns: 1.5fr 1fr;
        grid-template-columns:1.5fr 1fr
    }

    .nav__contacts a {
        font-size: 17px;
        line-height: 20px
    }

    .nav__info-text {
        font-size: 12px
    }

    .advantages__picture {
        display: none
    }

    .advantages__list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .application__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .application__info {
        margin-bottom: 40px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .application__logos {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .catalogs__content, .catalogs__list {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .catalogs__list {
        -ms-grid-rows:(1fr) [ 12 ];
        grid-template-rows:repeat(12, 1fr)
    }

    .consultation__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .consultation__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 15px
    }

    .consultation__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .details__catalog {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .details__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 35px 1fr;
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 35px;
        -moz-column-gap: 35px;
        column-gap: 35px
    }

    .details__elem-title {
        font-size: 23px;
        line-height: 27px;
        letter-spacing: .5px;
        padding-left: 20px
    }

    .details__elem-content {
        font-size: 13px
    }

    .selection__image {
        display: none
    }

    .selection__wrapper {
        -ms-grid-columns: 1fr 0;
        grid-template-columns:1fr 0
    }

    .map__choose-select {
        margin-bottom: 30px
    }

    .footer__wrapper {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr);
        row-gap: 40px
    }

    .footer__logo {
        -ms-grid-column-span: 2;
        grid-column: 2 span
    }

    .modal__wrapper {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 30px 20px;
        max-width: 100vw;
        width: 100vw;
        height: 100vh
    }

    .modal__closer {
        width: 25px;
        height: 25px;
        top: 35px
    }

    .modal__closer::before {
        width: 2px
    }

    .modal__closer:after {
        height: 2px
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 24px
    }

    h2 {
        font-size: 22px
    }

    h3 {
        font-size: 17px
    }

    h2.with-dot::before {
        display: none
    }

    .details__image p {
        font-size: 16px
    }

    .nav__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .nav__item:first-child {
        display: none
    }

    .nav__logo {
        width: 60px;
        height: 60px;
        margin-left: 0
    }

    .nav__contacts a {
        font-size: 18px
    }

    .faq__question {
        font-size: 17px;
        line-height: 21px;
        padding-right: 20px
    }

    .details__elem-title {
        padding-left: 20px;
        font-size: 17px;
        line-height: 22px
    }

    .faq__form {
        padding: 20px 10px
    }

    .selection__wrapper {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .details__elem-title::before {
        width: 10px;
        height: 10px
    }

    .selection__form form {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        row-gap: 25px
    }

    .selection__form form button {
        -ms-grid-column: 1;
        grid-column: 1;
        width: 100%;
        padding: 10px 20px
    }

    .selection__form-textarea {
        grid-row: 4/1 span
    }

    .selection__subtitle {
        max-width: 100%
    }
}

@media (max-width: 480px) {
    .form-sended {
        width: 100vw
    }

    .form-sended h3 {
        font-size: 21px
    }

    .details__images, .details__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .details__notfound {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .details__notfound input {
        margin-bottom: 15px
    }

    .faq__question {
        padding-right: 30px
    }

    .faq__form-title {
        font-size: 17px
    }

    .map__choose-select {
        width: 100%;
        margin-right: 0
    }

    .footer__wrapper {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr);
        text-align: center
    }

    .footer__contacts-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 17px
    }

    .footer__contacts p {
        font-size: 19px
    }

    .footer__menu-list {
        font-size: 17px
    }

    .footer__menu p {
        font-size: 19px
    }

    .footer__logo {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

@media (max-width: 440px) {
    .btn {
        font-size: 12px;
        padding: 6px 10px
    }

    .btn-arrow {
        padding-right: 55px
    }
}

@media (max-width: 400px) {
    .application__logos-wrapper:nth-child(1) .application__logo:first-child {
        width: 25px
    }

    .application__logos-wrapper:nth-child(1) .application__logo:last-child {
        width: 30px
    }

    .application__logos-wrapper:nth-child(2) .application__logo:first-child {
        width: 80px
    }

    .application__logos-wrapper:nth-child(2) .application__logo:last-child {
        width: 75px
    }

    .application__logos-wrapper:nth-child(3) .application__logo:first-child {
        width: 80px
    }

    .application__logos-wrapper:nth-child(3) .application__logo:last-child {
        width: 70px
    }

    .catalogs__content, .catalogs__list {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }

    .catalogs__list {
        -ms-grid-rows:(1fr) [ 24 ];
        grid-template-rows:repeat(24, 1fr)
    }

    .details__elem-title {
        padding-left: 0
    }
}

.content__info p, .content__info ul {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #003363;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.marquee {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.marquee * {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 21s infinite linear;
    animation: scroll 21s infinite linear;
}

ul.goodsList {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.goodsList li {
    display: inline-block;
    border: 1px solid #ccc;
    min-width: 300px;
    max-width: 300px;
    margin:10px;
    padding:20px;
    -webkit-box-shadow: 0px 5px 10px -1px rgba(34, 60, 80, 0.13);
    -moz-box-shadow: 0px 5px 10px -1px rgba(34, 60, 80, 0.13);
    box-shadow: 0px 5px 10px -1px rgba(34, 60, 80, 0.13);
    text-align: center;
}
ul.goodsList li span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.goodsList li img{
    max-width: 200px;
    max-height: 200px;
    display: inline-block;
    margin-bottom: 10px;
}

ul.goodsList li div {
    font-weight: bold;
    margin-top: 10px;
}
.faq__form-input .error {
    background: #fcdad7;
}