/*
Theme Name: Дочерняя тема Helios
Template: helios
Version: 1.0
*/

/* Указываем box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
    padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
    list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
    max-width: 100%;
    display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
    margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
    font: inherit;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
}
button:focus-visible {
    outline: none;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html,
body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 22.36px;
    font-weight: 400;
}

.container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    display: flex;
    align-items: center;
    min-height: 97px;
    border-bottom: 1px solid #959595;
}
.header-menu {
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-mobile-menu {
    display: none;
}
.open-mobile-menu {
    display: none;
}
.header-logo {
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
ul.menu {
    display: flex;
}
ul.menu li {
    margin-right: 50px;
}
ul.menu li:last-child {
    margin-right: unset;
}
ul.menu li a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s;
}
ul.menu li:hover > a {
    color: #d00139;
}
li.menu-item-has-children {
    position: relative;
}
li.menu-item-has-children > a::before {
    content: "";
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 6px;
    background-image: url(./assets/icons/dropdown-icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
ul.menu ul.sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: max-content;
    max-width: 300px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0 20px 0px #0000001a;
    transform: translateX(-50%);
    display: none;
    z-index: 1;
}
ul.menu ul.sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 30px;
}
ul.menu ul.sub-menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    transform: translate(-50%, -20px);
}
li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
ul.menu ul.sub-menu > li {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-info {
    flex: 0 0 25%;
    width: auto;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
a.header-viber-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #959595;
    border-radius: 50%;
    margin-left: 20px;
    margin-bottom: 10px;
}
a.header-mail-link {
    text-decoration: none;
    color: inherit;
    font-size: 15px;
    line-height: 18.63px;
}
a.header-phone-link {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24.84px;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
}
ul.uslugi-slider {
    margin-top: 50px;
}
.uslugi-slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.uslugi-slide {
    padding-left: 10px;
    padding-right: 10px;
}
li.uslugi-slide:focus-visible {
    outline: none;
}
.uslugi-slide-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.uslugi-slide-title {
    font-family: "Oswald";
    font-size: 70px;
    line-height: 86.94px;
    font-weight: 400;
    padding-right: 150px;
    text-transform: uppercase;
}
.uslugi-slide-title::first-line {
    color: #d00139;
}
.uslugi-slide-hard-project-title {
    font-family: "Oswald";
    font-size: 25px;
    line-height: 31.05px;
    margin-bottom: 12px;
}
.uslugi-slide-hard-project-title > b {
    font-size: 50px;
    line-height: 62.1px;
    display: block;
    margin-top: 0px;
    font-weight: 400;
    margin-top: -11px;
}
.uslugi-slide-hard-project .btn-fill {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 31.05px;
    font-family: "Oswald";
}
.btn-fill {
    border: none;
    background-color: #d00139;
    color: #fff;
    min-width: max-content;
    cursor: pointer;
    padding-left: 44px;
    padding-right: 44px;
    min-height: 60px;
}
.uslugi-slide-image {
    width: calc(100vw - ((100vw - 1180px) / 2) - 10px);
    height: 500px;
    position: relative;
    margin-left: auto;
}
.uslugi-slide-image > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.slick-arrow {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    bottom: 250px;
    transform: translateY(50%);
    z-index: 1;
    transition: 0.2s;
    cursor: pointer;
}
.slick-prev {
    left: calc(100vw - 1180px - ((100vw - 1180px) / 2) - 67px);
}
.slick-next {
    right: calc(100vw - 1180px - ((100vw - 1180px) / 2) - 67px);
}
ul.slick-dots {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.slick-dots > li > button {
    border: none;
    content: "";
    color: #00000000;
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    transition: 0.2s;
}
.slick-dots > li {
    width: 8px;
    height: 8px;
    margin-right: 25px;
}
.slick-dots > li:last-child {
    margin-right: 0;
}
.slick-dots > li.slick-active > button {
    background-color: #d00139;
}
.primary-section {
    margin-top: 25px;
    margin-bottom: 75px;
}
ul.primary-list {
    display: flex;
    justify-content: space-between;
}
li.primary-item {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-family: "Oswald";
    text-transform: uppercase;
}
li.primary-item:first-child {
    padding-left: 0;
}
li.primary-item:last-child {
    padding-right: 0;
}
li.primary-item > span {
    color: #d00139;
}
li.primary-item:nth-child(2n) {
    padding-left: 85px;
    padding-right: 85px;
    border-left: 1px solid #959595;
    border-right: 1px solid #959595;
}
.uslugi-section {
    margin-top: 150px;
    margin-bottom: 150px;
}
.section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #959595;
}
.section-number {
    font-size: 20px;
    line-height: 24.84px;
    color: #959595;
    position: absolute;
}
.section-title {
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 50px;
    line-height: 62.1px;
    font-weight: 400;
    margin: auto;
}
.section-title > span {
    color: #d00139;
}
.uslugi-select-btn {
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    font-family: "Oswald";
    text-transform: uppercase;
    width: fit-content !important;
}
.uslugi-select-btn > svg {
    margin-left: 29.37px;
}
.uslugi-section-desc {
    margin-top: 25px;
    margin-bottom: 50px;
    max-width: 530px;
    margin-left: 420px;
}
ul.uslugi-list {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
li.uslugi-item {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 33.33%;
    width: auto;
    margin-bottom: 22px;
}
.uslugi-item-inner {
    padding: 25px;
    border: 1px solid #959595;
    border-bottom: none;
}
.uslugi-item:nth-child(1) > .uslugi-item-inner,
.uslugi-item:nth-child(2) > .uslugi-item-inner,
.uslugi-item:nth-child(3) > .uslugi-item-inner {
    border-bottom: 1px solid #959595;
    border-top: none;
}
.uslugi-item-title {
    font-family: "Oswald";
    text-transform: uppercase;
    font-size: 25px;
    line-height: 31.05px;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 80%;
}
.uslugi-item-image {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 22px;
}
.uslugi-item-image > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.uslugi-item-btn {
    text-decoration: none;
    color: inherit;
    padding: 9px 28px;
    border: 1px solid #3f3f3f;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Oswald";
    font-size: 20px;
    text-transform: uppercase;
    transition: 0.2s;
    max-width: fit-content;
}
.uslugi-item-btn:hover {
    background-color: #d00139;
    color: #fff;
    border-color: #d00139;
}
.application-section {
    margin-top: 150px;
    margin-bottom: 150px;
    border-bottom: 1px solid #959595;
    border-top: 1px solid #959595;
}
.application-inner {
    display: flex;
}
.application-left {
    flex: 0 0 50%;
    width: auto;
    border-right: 1px solid #959595;
}
.application-section .section-title {
    line-height: 150%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 81px;
    position: relative;
}
.application-section .section-title::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background-color: #3f3f3f;
    opacity: 0.05;
    top: 0;
    right: 0;
    z-index: -1;
}
.application-section .section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 1px;
    background-color: #959595;
}
.application-desc {
    margin-top: 30px;
    margin-bottom: 50px;
    max-width: 288px;
    margin-left: auto;
    margin-right: 92px;
}
.application-right {
    flex: 0 0 50%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wpcf7-form > p {
    display: flex;
    flex-direction: column;
    width: 480px;
}
.wpcf7-form > p > * {
    width: 100%;
}
.wpcf7-form > p input:not([type="checkbox"]) {
    outline: none;
    border: 1px solid #959595;
    margin: 0;
    margin-bottom: -0.5px;
    margin-top: -0.5px;
    height: 50px;
    width: 100%;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}
.wpcf7-form > p textarea {
    outline: none;
    border: 1px solid #959595;
    margin: 0;
    margin-bottom: -0.5px;
    margin-top: -0.5px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    resize: none;
    margin-bottom: 20px;
}
.wpcf7-form > p [type="submit"] {
    outline: none;
    border: 1px solid #959595;
    margin: 0;
    margin-bottom: -1px;
    height: 60px !important;
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #d00139;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.wpcf7-form > p [type="submit"] > svg {
    margin-left: 18px;
}
.wpcf7-response-output {
    display: none;
}
.personal-data-label {
    margin-top: 15px;
}
.personal-data .wpcf7-list-item-label {
    display: none;
}
.personal-data-label a {
    text-decoration: underline;
    color: #d00139;
}
.wpcf7-list-item {
    margin: 0;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #959595;
    margin: 0;
    margin-right: 16px;
    margin-bottom: -4px;
    transition: 0.2s;
}
input[type="checkbox"]:checked {
    background-color: #d00139;
    border-color: #d00139;
    background-image: url(./assets/icons/checkbox-icon.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.faq-section {
    margin-top: 150px;
    margin-bottom: 150px;
}
ul.faq-list {
    margin-top: 25px;
}
li.faq-item {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #959595;
}
.faq-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.faq-title {
    flex: 0 0 950px;
    font-weight: 700;
}
.faq-header > svg {
    transition: 0.2s;
}
.faq-header.active > svg {
    transform: scaleY(-1);
}
.faq-content {
    display: none;
    padding: 25px 0;
}
.do-question-btn {
    text-decoration: none;
    outline: none;
    border: none;
    font-size: 35px;
    line-height: 43.47px;
    text-transform: uppercase;
    font-family: "Oswald";
    margin-top: 25px;
}
.do-question-btn > svg {
    margin-left: 20px;
}
.work-stages-section {
    margin-top: 150px;
    margin-bottom: 150px;
}
.work-stages-section .section-header {
    margin-bottom: 63px;
}
.work-stages {
    display: flex;
    justify-content: space-between;
}
.work-stages-image {
    width: 491px;
    height: 400px;
    flex: 0 0 auto;
}
.work-stages-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
ul.work-stages-list {
    flex: 0 0 calc(100% - 491px - 60px);
    display: block;
}
li.work-stages-item {
    padding-left: 60px;
    position: relative;
}
li.work-stages-item::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #959595;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    z-index: 1;
}
li.work-stages-item:hover::before {
    background-color: #d00139;
}
li.work-stages-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #959595;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
li.work-stages-item:first-child::after {
    height: 50%;
    top: unset;
    bottom: 0;
    transform: unset;
}
li.work-stages-item:last-child::after {
    height: 50%;
    top: 0;
    bottom: unset;
    transform: unset;
}
li.work-stages-item:first-child {
    margin-top: -33px;
}
.work-stages-item-inner {
    padding-top: 33px;
    padding-bottom: 33px;
    border-bottom: 1px solid #959595;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    line-height: 36px;
    font-family: "Oswald";
    text-transform: uppercase;
    transition: 0.2s;
}
.work-stages-item-inner:hover {
    color: #d00139;
}
.work-stages-number {
    font-size: 35px;
    line-height: 52.5px;
    font-family: "Oswald";
    font-weight: 700;
    color: #959595;
    margin-right: 31px;
}
.sertificates-section {
    margin-top: 150px;
    margin-bottom: 150px;
}
ul.sertificates-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
}
li.sertificates-item {
    flex: 0 0 25%;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
    padding-bottom: 400px;
}
.sertificates-title {
    font-size: 25px;
    line-height: 37.5px;
    font-family: "Oswald";
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.sertificates-desc {
    color: #959595;
    margin-bottom: 15px;
}
.sertificates-image {
    position: absolute;
    bottom: 0px;
    height: 400px;
    overflow: hidden;
    transition: 0.2s;
    transform-origin: top;
    filter: grayscale(1);
}
.sertificates-image:hover {
    transform: scale(1.5);
    filter: grayscale(0);
    z-index: 1;
}
.section {
    margin-top: 150px;
    margin-bottom: 150px;
}
.partners {
    padding-bottom: 25px;
    border-bottom: 1px solid #959595;
}
ul.partners-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 80px;
}
li.partners-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
li.partners-item img {
    transition: 0.3s;
    filter: grayscale(1);
    opacity: 0.6;
}
li.partners-item:hover img {
    filter: grayscale(0);
    opacity: 1;
}
.partners-more-btn {
    text-decoration: none;
    outline: none;
    color: inherit;
    border: none;
    background: none;
    font-size: 35px;
    line-height: 43.47px;
    text-transform: uppercase;
    font-family: "Oswald";
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.partners-more-btn > svg {
    margin-left: 17px;
}
.o-nas-section .section-header {
    margin-bottom: 50px;
}

.o-nas-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}
.o-nas-text h3 {
    font-family: "Oswald";
    font-weight: 400;
    font-size: 24.9px;
    line-height: 37.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.o-nas-text em {
    font-style: inherit;
    color: #d00139;
}
.o-nas-text {
    flex: 0 0 404px;
    max-width: fit-content;
}
.o-nas-image {
    flex: 0 0 auto;
    width: auto;
    height: 300px;
    position: relative;
}
.o-nas-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.gallary-list {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
li.gallary-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
    height: 280px;
    flex: 0 0 33.33%;
}
li.gallary-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.our-works-section .do-question-btn {
    margin-top: -20px;
}
.footer-top {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
}
.footer-item:first-child {
    flex: 0 0 60%;
}
.footer-order-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 35px;
    line-height: 52.5px;
    font-family: "Oswald";
    width: 100%;
    height: 120px;
    border: none;
    outline: none;
    background: none;
    padding-right: 50px;
    margin: 0;
    position: relative;
    cursor: pointer;
}
.footer-order-btn::before {
    content: "";
    position: absolute;
    width: 60vw;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #3f3f3f0d;
    z-index: -1;
}
.footer-order-btn::after {
    content: "";
    position: absolute;
    width: 60vw;
    height: 1px;
    right: 0;
    bottom: 0;
    background-color: #959595;
    z-index: -1;
}
.footer-contacts {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 50px;
    position: relative;
}
.footer-contacts::after {
    content: "";
    position: absolute;
    width: 60vw;
    height: 1px;
    right: 0;
    bottom: 0;
    background-color: #959595;
    z-index: -1;
}
h4.footer-contacts-item {
    font-size: 25px;
    line-height: 37.5px;
    font-family: "Oswald";
    font-weight: 400;
    text-transform: uppercase;
}
.footer-contacts-item {
    flex: 0 0 max-content;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-contacts-item p {
    margin-bottom: 20px;
}
.footer-contacts-item a {
    color: inherit;
    text-decoration: none;
}
.footer-social {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
}
ul.footer-social-list {
    display: flex;
    align-items: center;
    padding-right: 85px;
}
li.footer-social-item {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #959595;
    border-radius: 50%;
    margin-right: 25px;
}
li.footer-social-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
li.footer-social-item svg {
    margin: 0;
    padding: 0;
}
.footer-item {
    border-right: 1px solid #959595;
}
.footer-item:not(:first-child) {
    display: flex;
    justify-content: flex-start;
    flex: 0 0 200px;
    align-items: flex-start;
    padding-left: 20px;
    flex-direction: column;
}
.footer-item:last-child {
    border-right: none;
    flex: 0 0 calc(40% - 200px) !important;
}
.footer-title {
    display: block;
    width: 100%;
    color: #959595;
    font-size: 25px;
    line-height: 31.05px;
    font-family: "Oswald";
    font-weight: inherit;
    margin-top: 37px;
    margin-bottom: 25px;
}
ul.footer-menu {
    display: flex;
    flex-direction: column;
}
ul.footer-menu > li {
    margin-bottom: 15px;
}
.footer-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #959595;
}
.footer-bottom > span {
    display: block;
    width: 100%;
    text-align: right;
    line-height: 18px;
    font-size: 12px;
    color: #959595;
}
.single-page-uslugi {
    margin-top: 50px;
    margin-bottom: 50px;
}
.single-page-title {
    text-transform: uppercase;
    max-width: 520px;
}
.single-page-title::first-line {
    color: #d00139;
}
.section-header > span {
    font-size: 20px;
    line-height: 24px;
    color: #959595;
}
.breadcrumbs {
    margin-top: 25px;
    margin-bottom: 25px;
}
.breadcrumbs a {
    color: inherit;
}
.breadcrumbs > span:last-child a {
    text-decoration: none;
    font-weight: 700;
}
.top-content {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: space-between;
}
.top-content-text {
    flex: 0 0 400px;
    padding-right: 20px;
    margin-left: calc((100vw - 1180px) / 2);
}
.top-content-image {
    flex: 0 0 990px;
    height: 500px;
    position: relative;
}
.top-content-image > img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.content h2 {
    font-family: "Oswald";
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 37.5px;
    text-transform: uppercase;
    font-weight: 400;
}
.bottom-content {
    display: flex;
    flex-wrap: wrap;
}
.bottom-content-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
    flex: 0 0 100%;
}
.bottom-content-title {
    flex: 0 0 400px;
    padding-right: 20px;
}
.bottom-content-text {
    flex: 0 0 calc(100% - 400px);
    padding-bottom: 50px;
    border-bottom: 1px solid #959595;
}
.bottom-content-text.last-item {
    padding-bottom: 0;
    border-bottom: none;
}
.bottom-content-text p {
    margin-bottom: 24px;
}
.bottom-content-text strong {
    color: #d00139;
}
.order-single-page-btn {
    display: block;
    outline: none;
    border: none;
    background-color: #d00139;
    color: #fff;
    font-family: "Oswald";
    height: 80px;
    font-size: 25px;
    line-height: 31.05px;
    cursor: pointer;
    padding: 0;
    flex: 0 0 calc(50% - 210px);
    margin-right: 20px;
    margin-left: auto;
}
.calc-single-page-btn {
    height: 80px;
    outline: none;
    display: block;
    border: 1px solid #d00139;
    background: none;
    font-size: 25px;
    line-height: 31.05px;
    font-family: "Oswald";
    text-transform: uppercase;
    cursor: pointer;
    flex: 0 0 calc(50% - 210px);
}
.our-works-section,
.gallery-section {
    padding-bottom: 25px;
    border-bottom: 1px solid #959595;
}
.gallery-more-btn {
    text-decoration: none;
    outline: none;
    color: inherit;
    border: none;
    background: none;
    font-size: 35px;
    line-height: 43.47px;
    text-transform: uppercase;
    font-family: "Oswald";
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gallery-more-btn > svg {
    margin-left: 17px;
}
.pum-theme-lightbox .pum-container {
    padding-top: 30px !important;
}
.popmake .wpcf7-form > p {
    width: 100%;
}
.popmake .wpcf7-form > p [type="submit"] {
    border: none;
    font-family: "Oswald";
    font-size: 25px;
    line-height: 35px;
}
.pum-overlay {
    backdrop-filter: blur(3px);
}
.page {
    margin-top: 50px;
    margin-bottom: 150px;
}
ul.kontakty-list {
    display: flex;
    border-bottom: 1px solid #959595;
}
li.kontakty-item {
    flex: 0 0 25%;
    padding-left: 20px;
    padding-right: 18px;
    padding-top: 25px;
    padding-bottom: 60px;
    border-right: 1px solid #959595;
}
li.kontakty-item:first-child {
    padding-left: 0;
}
li.kontakty-item:last-child {
    padding-right: 0;
    border-right: 0;
}
li.kontakty-item > a {
    text-decoration: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
}
li.kontakty-item > a > svg {
    margin-bottom: 20px;
}
li.kontakty-item > a > span {
    font-size: 25px;
    line-height: 37.5px;
    font-family: "Oswald";
    text-transform: uppercase;
}
.kontakty-info {
    display: flex;
    border-bottom: 1px solid #959595;
}
.kontakty-info-left {
    flex: 0 0 50%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-right: 1px solid #959595;
}
.kontakty-info-left em {
    color: #d00139;
    font-style: inherit;
    line-height: 27px;
    margin-bottom: 15px;
    display: block;
}
.kontakty-info-left strong {
    display: block;
    font-size: 25px;
    line-height: 37.5px;
    font-family: "Oswald";
    font-weight: 400;
}
.kontakty-info-left a {
    text-decoration: inherit;
    color: inherit;
}
.kontakty-info-right {
    flex: 0 0 100%;
    position: relative;
}
.kontakty-info-right > iframe {
    max-width: 50%;
    display: block;
    height: calc(100% + 1px);
    border-bottom: 1px solid #959595;
}
.kontakty-addons {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #959595;
}
.kontakty-addons-left {
    flex: 0 0 50%;
    padding-right: 20px;
    font-size: 25px;
    font-family: "Oswald";
    text-transform: uppercase;
    border-right: 1px solid #959595;
    display: block;
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}
.kontakty-addons-right {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    flex: 0 0 calc(50% + 1px);
    margin-left: -1px;
    border-left: 1px solid #959595;
}
.kontakty-addons-right > svg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-o-nas .o-nas-section {
    margin-top: 50px;
    margin-bottom: 50px;
}
.page-o-nas .o-nas-content {
    max-width: unset;
    justify-content: flex-start;
}
.page-o-nas .o-nas-image {
    flex: 0 0 61.81%;
    margin-right: 20px;
    height: 460px;
}
.page-o-nas .o-nas-text {
    flex: 0 0 38.19%;
    padding-right: calc((100vw - 1180px + 20px) / 2);
}
.page-o-nas .o-nas-content-1 {
    margin-right: auto;
    justify-content: flex-end;
}
.page-o-nas .o-nas-content-1 .o-nas-text {
    margin-right: 0;
    padding-right: 0;
    padding-left: calc((100vw - 1180px + 20px) / 2);
}
.page-o-nas .o-nas-content-1 .o-nas-image {
    margin-right: 0;
    margin-left: 20px;
}
.page-o-nas .primary-section {
    margin-bottom: 50px;
}
.page-o-nas ul.primary-list {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
}
.full-primary {
    margin-top: 50px;
}
.full-primary-title {
    margin-bottom: 20px;
    padding-left: 20px;
    text-transform: uppercase;
    font-family: "Oswald";
    font-weight: 400;
    font-size: 25px;
    line-height: 37.5px;
}
ul.full-primary-list {
    display: flex;
    flex-wrap: wrap;
}
li.full-primary-item {
    flex: 0 0 33.33%;
    border-left: 1px solid #959595;
    padding-left: 20px;
    padding-right: 20px;
}
li.full-primary-item p {
    margin-bottom: 20px;
}
.pum-container {
    width: 100% !important;
    max-width: 1180px !important;
}
.accordion-btn {
    display: block;
}
.accordion-content {
    display: none;
}
.bottom-content-text .accordion-content {
    display: block;
    margin-top: 2px;
}
.single-page-uslugi-btn-more {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
}
.pum-theme-lightbox .pum-title {
    font-size: 20px !important;
    line-height: 30px !important;
}

@media screen and (max-width: 1366px) {
    .slick-prev {
        left: calc(100vw - 1180px - ((100vw - 1180px) / 2) - -33px);
    }
    .slick-next {
        right: calc(100vw - 1180px - ((100vw - 1180px) / 2) + 20px);
    }
    .slick-prev > svg > path {
        fill: #d00139;
    }
}
@media screen and (max-width: 1180px) {
    li.kontakty-item:nth-child(2n + 1) {
        padding-left: 0;
    }
    .container {
        max-width: 100vw;
        margin-left: 20px;
        margin-right: 20px;
    }
    .header-menu {
        position: fixed;
        width: 224px;
        height: calc(100vh + 30px);
        overflow-y: auto;
        top: 0;
        left: 100%;
        transition: 0.2s;
        z-index: 10;
        background-color: #fff;
        padding: 20px 50px;
        display: block;
    }
    .header-menu.active {
        transform: translateX(-100%);
    }
    .header-menu ul.menu {
        flex-direction: column;
        width: 100%;
    }
    .header-menu ul.menu li {
        margin-right: 0;
    }
    .header-menu ul.menu a {
        font-size: 16px;
        line-height: 19.87px;
        display: block;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #959595;
    }
    li.menu-item-has-children > a {
        font-size: 20px !important;
        font-family: "Oswald";
        line-height: 24.84px;
        text-transform: uppercase;
    }
    li.menu-item-has-children:hover ul.sub-menu {
        padding-left: 0px;
    }
    li.menu-item-has-children > a::before {
        display: none;
    }
    ul.menu ul.sub-menu {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
    ul.menu ul.sub-menu::before {
        display: none;
    }
    ul.menu ul.sub-menu > li {
        padding-top: inherit;
        padding-bottom: inherit;
    }
    .close-mobile-menu {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 40px;
        border: none;
        outline: none;
        background: none;
        margin-left: auto;
        padding: 0;
        cursor: pointer;
    }
    .open-mobile-menu {
        display: flex;
        padding: 0;
        margin: 0;
        width: 50px;
        height: 50px;
        align-items: center;
        justify-content: flex-end;
        margin-left: auto;
        outline: none;
        border: none;
        background: none;
        cursor: pointer;
    }
    .header-info {
        flex: 0 0 100%;
        text-align: left;
        justify-content: flex-start;
        margin-top: 10px;
    }
    a.header-phone-link {
        margin-bottom: 3px;
        font-size: 20px;
        line-height: 24.84px;
    }
    .uslugi-slide-header {
        flex-wrap: wrap;
    }
    .uslugi-slide-title {
        font-size: 50px;
        line-height: 70px;
        margin-bottom: 20px;
        max-width: 550px;
        padding: 0;
    }
    .uslugi-slide-image {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }
    li.primary-item:nth-child(2n) {
        padding-left: 50px;
        padding-right: 50px;
        border-left: 1px solid #959595;
    }
    .uslugi-section-desc {
        margin-left: 0;
    }
    li.uslugi-item {
        flex: 0 0 50%;
    }
    li.uslugi-item:nth-child(3) > .uslugi-item-inner {
        border-bottom: none;
        border-top: 1px solid #959595;
    }
    .application-inner {
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .application-left {
        flex: 0 0 100%;
        border-right: none;
    }
    .application-section .section-title::before {
        width: 100vw;
        right: -20px;
    }
    .application-section .section-title::after {
        width: 100vw;
        right: -20px;
    }
    .application-right {
        flex: 0 0 100%;
    }
    .application-desc {
        margin-left: 0;
        max-width: 80%;
    }
    .wpcf7-form > p {
        width: 100%;
    }
    .wpcf7 {
        width: 100%;
    }
    .faq-title {
        flex: 0 0 100%;
    }
    .work-stages {
        flex-wrap: wrap;
    }
    .work-stages-image {
        position: relative;
        width: auto;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    ul.work-stages-list {
        flex: 0 0 100%;
    }
    li.sertificates-item {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    .sertificates-image {
        width: 100%;
    }
    .sertificates-image > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    ul.partners-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .o-nas-content {
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column-reverse;
    }
    .o-nas-content.o-nas-content-1 {
        flex-direction: column;
    }
    .o-nas-text {
        flex: 0 0 100% !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .o-nas-image {
        width: 100% !important;
        margin-bottom: 20px;
    }
    li.gallary-item {
        flex: 0 0 50%;
    }
    .footer-inner {
        flex-wrap: wrap;
    }
    .footer-item:first-child {
        flex: 0 0 100%;
        border-right: 0;
    }
    .footer-item:not(:first-child) {
        flex: 0 0 50% !important;
        padding-left: 0;
    }
    .footer-order-btn::before {
        width: 100vw;
        right: -20px;
    }
    .footer-order-btn::after {
        width: 100vw;
        right: -20px;
    }
    .footer-contacts::after {
        width: 100vw;
        right: -20px;
    }
    .footer-social {
        position: relative;
    }
    .footer-social::after {
        content: "";
        position: absolute;
        width: 100vw;
        height: 1px;
        right: -20px;
        bottom: 0;
        background-color: #959595;
        z-index: -1;
    }
    .footer-item:last-child {
        padding-left: 20px;
    }
    ul.footer-social-list {
        padding-right: 0;
    }
    .footer-contacts {
        padding-right: 0;
    }
    .footer-order-btn {
        padding-right: 0;
    }
    li.footer-social-item:last-child {
        margin-right: 0;
    }
    .footer-bottom > span {
        width: auto;
    }
    .slick-prev {
        left: 40px;
    }
    .slick-next {
        right: 40px;
    }
    .top-content {
        flex-wrap: wrap;
        margin-left: 20px;
        margin-right: 20px;
    }
    .top-content-text {
        flex: 0 0 100%;
        margin-left: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .top-content-image {
        flex: 0 0 100%;
    }
    .bottom-content-item {
        flex-wrap: wrap;
    }
    .bottom-content-title {
        flex: 0 0 100%;
    }
    .bottom-content-text {
        flex: 0 0 100%;
    }
    .order-single-page-btn {
        flex: 0 0 calc(50% - 10px);
    }
    .calc-single-page-btn {
        flex: 0 0 calc(50% - 10px);
    }
    ul.kontakty-list {
        flex-wrap: wrap;
    }
    li.kontakty-item {
        flex: 0 0 50%;
        border-bottom: 1px solid #959595;
        margin-bottom: -1px;
    }
    li.kontakty-item:nth-child(2n) {
        border-right: none;
    }
    .kontakty-info {
        flex-wrap: wrap;
    }
    .kontakty-info-left {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 1px solid #959595;
    }
    .kontakty-info-right {
        flex: 0 0 100%;
        min-height: 300px;
    }
    .kontakty-info-right > iframe {
        max-width: 100%;
    }
    .page-o-nas .o-nas-content-1 {
        margin-right: 20px;
    }
    .page-o-nas .o-nas-content-1 .o-nas-image {
        margin-left: 0;
    }
    .page-o-nas .o-nas-image {
        margin-right: auto;
    }
    .page-o-nas ul.primary-list {
        margin-left: 0;
        margin-right: 0;
    }
    .full-primary-title {
        padding-left: 0;
    }
    li.full-primary-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
        padding-left: 0;
        border-left: none;
    }
    .o-nas-section {
        margin-top: 15px;
    }
    .partners-section {
        margin-bottom: 15px;
    }
    .pum-container {
        max-width: calc(100vw - 40px) !important;
    }
}
@media screen and (max-width: 768px) {
    .container {
        margin-left: 10px;
        margin-right: 10px;
    }
    .header-menu {
        padding-left: 20px;
        padding-right: 20px;
    }
    .uslugi-slide-title {
        font-size: 30px;
        line-height: 40px;
    }
    .uslugi-slide-hard-project {
        width: 100%;
    }
    .btn-fill {
        width: 100%;
    }
    .uslugi-slide-image {
        width: calc(100% - 20px);
    }
    ul.primary-list {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    li.primary-item {
        text-align: left;
        font-size: 15px;
        line-height: 18px;
        padding-left: 0;
        padding-right: 0;
    }
    li.primary-item:nth-child(2n) {
        border-left: none;
        border-right: none;
        padding-left: 17px;
        padding-right: 17px;
    }
    .section-title {
        font-size: 30px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 30px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .uslugi-select-btn {
        padding-left: 10px;
        padding-right: 10px;
        width: 60px !important;
        justify-content: center;
        margin-left: -10px;
    }
    .uslugi-select-btn > svg {
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }
    li.uslugi-item {
        flex: 0 0 100%;
    }
    .uslugi-item-title {
        max-width: 100%;
    }
    .uslugi-item:nth-child(2) > .uslugi-item-inner {
        border-top: 1px solid #959595;
        border-bottom: none;
    }
    .uslugi-item-image {
        height: 300px;
    }
    .application-section .section-title {
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        text-align: left;
    }
    .application-section .section-title::before {
        right: -10px;
    }
    .application-section .section-title::after {
        right: -10px;
    }
    .application-desc {
        max-width: 100%;
        margin-right: 0;
    }
    .section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    li.work-stages-item {
        padding-left: 20px;
    }
    li.work-stages-item:first-child {
        margin-top: -20px;
    }
    .work-stages-item-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .work-stages-number {
        flex: 0 0 40px;
        font-size: 35px;
        line-height: 52.5px;
    }
    li.sertificates-item {
        flex: 0 0 100%;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0;
    }
    .sertificates-image {
        left: 0;
        height: auto;
        position: relative;
    }
    ul.partners-list {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 10px;
        margin-right: 10px;
    }
    li.partners-item {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.gallary-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    li.gallary-item {
        flex: 0 0 50%;
        height: 95px;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .footer-order-btn {
        font-size: 18px;
        line-height: 27px;
        max-width: 100vw;
        padding: 0;
        text-align: left;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-order-btn > svg {
        width: 30px;
        height: 30px;
    }
    .footer-order-btn::before {
        right: -10px;
    }
    .footer-order-btn::after {
        right: -10px;
    }
    .footer-contacts {
        flex-wrap: wrap;
    }
    .footer-contacts::after {
        right: -10px;
    }
    .footer-contacts-item {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .footer-contacts-item:last-child {
        margin-bottom: 0;
    }
    .footer-social {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer-social::after {
        right: -10px;
    }
    .footer-social > svg {
        margin-bottom: 20px;
    }
    ul.footer-social-list {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .footer-item:not(:first-child) {
        flex: 0 0 auto !important;
        max-width: 50%;
        border-right: none;
        padding-left: 0;
    }
    .footer-item:last-child {
        max-width: 58%;
    }
    .footer-item:last-child::before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 1px;
        right: -10px;
        top: 0;
        background-color: #959595;
        z-index: -1;
    }
    .footer-title {
        font-size: 18px;
        line-height: 22.36px;
    }
    ul.footer-menu > li {
        font-size: 16px;
        line-height: 19.87px;
        margin-right: 0;
    }
    .top-content {
        margin-left: 10px;
        margin-right: 10px;
    }
    .single-page-uslugi .section-header {
        position: relative;
    }
    .single-page-uslugi .section-header > span {
        position: absolute;
        bottom: -10px;
        transform: translateY(100%);
    }
    .order-single-page-btn {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .calc-single-page-btn {
        flex: 0 0 100%;
    }
    li.kontakty-item {
        flex: 0 0 100%;
        border-right: none;
        padding-left: 0;
        padding-right: 0;
    }
    .kontakty-addons {
        flex-wrap: wrap;
    }
    .kontakty-addons-left {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 1px solid #959595;
        padding-left: 0;
        padding-right: 0;
    }
    .kontakty-addons-right {
        flex: 0 0 100%;
        border-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .page {
        margin-bottom: 50px;
    }
    .page-o-nas .o-nas-content-1 {
        margin-right: 10px;
    }
    .do-question-btn {
        font-size: 18px;
        line-height: 22.36px;
        max-width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
    }
    .do-question-btn > svg {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .pum-container {
        max-width: calc(100vw - 20px) !important;
    }
    .uslugi-slide-hard-project-title > b {
        display: unset;
        font-size: 30px;
        line-height: 37.26px;
    }
    .uslugi-slide-hard-project .btn-fill {
        padding-left: 0;
        padding-right: 0;
    }
    .uslugi-slide-hard-project-title {
        font-size: 20px;
        line-height: 24.84px;
    }
    .section-number {
        display: none;
    }
    .uslugi-item-inner {
        border: none !important;
        padding: 0;
    }
    .work-stages-section .section-header {
        margin-bottom: 15px;
    }
    .work-stages-image {
        display: none;
    }
    li.work-stages-item {
        padding-left: 0;
    }
    .work-stages-item-inner {
        align-items: flex-start;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 20px;
        line-height: 30px;
    }
    li.work-stages-item::before,
    li.work-stages-item::after {
        display: none;
    }
    ul.sertificates-list {
        margin-top: 20px;
    }
    .sertificates-title {
        font-size: 18px;
        line-height: 27px;
    }
    .sertificates-desc {
        font-size: 15px;
        line-height: 18px;
    }
    .sertificates-image:hover {
        transform: unset;
    }
    ul.partners-list {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 27px;
    }
    .o-nas-section .section-header {
        margin-bottom: 25px;
    }
    .header {
        min-height: 60px;
    }
    a.header-viber-link {
        display: none;
    }
    .section-header > span {
        display: none;
    }
    .gallery-more-btn {
        font-size: 18px;
        line-height: 22.36px;
    }
    .gallery-more-btn > svg {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    .single-page-uslugi-btn-more {
        display: block;
        max-width: fit-content;
        background: none;
        font-family: "Oswald";
        padding: 0;
        margin: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        position: relative;
        padding-right: 30px;
        padding-bottom: 10px;
    }
    .single-page-uslugi-btn-more::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: calc(100vw - 20px);
        height: 1px;
        background-color: #959595;
    }
    .single-page-uslugi-btn-more::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        background-image: url(./assets/icons/down-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: 0.2s;
    }
    .single-page-uslugi-btn-more.active::before {
        transform: rotate(180deg);
    }
    .bottom-content-text .accordion-content {
        display: none;
        margin-top: 2px;
    }
}


.footer-bottom a {
    display: block;
    text-align: right;
    line-height: 18px;
    font-size: 12px;
    color: #959595;
}

.footer-bottom a,
.footer-bottom span {
	width: auto;
	display: block;
	margin: 0px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	margin: 0px 20px;
	flex-wrap: wrap;
}