/*
Theme Name: Zubik 010324
Description: Лендинг для зубной клиники
Author: Inmark24
Author URI: https://shop.inmark24.ru/
*/
@charset 'UTF-8';
/*all*/
html, body {
    height: 100%;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif !important;
    font-size: 16px;
    color: #000000;
    font-display: swap;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}

.main-container {
    min-height: 400px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 1rem 0;
    padding: 0;
}

h4, h6 {
    font-size: 16px;
    line-height: 1.6;
}

img {
    border: none;
}

/*header*/
header {
    position: relative;
    z-index: 1000;
    background-color: #ffffff;
}

/*forma*/
#box_form .elementor-image-box-description {
    white-space: nowrap;
}