/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

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

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
	display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
	font-weight: inherit;
}

ul, ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

img, svg {
	max-width: 100%;
	height: auto;
}

address {
  font-style: normal;
}

/* Form */

input, textarea, button, select {
	font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
	display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

legend {
	display: block;
}

input[type='file'] {
	max-width: 100%;
}

body {
font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}

.wrapper {
    width: 100%;
    max-width: 1400px;
    padding: 0 24px;
    margin: 0 auto;
}

.header-shadow {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.header-logo img {
    width: 200px;
}

.header-middle {
    display: flex;
    align-items: center;
    background-color: #D9D9D9;
    border-radius: 50px;
    box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.header-buttons {
    display: flex;
}
.button {
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    border-radius: 50px;
    transition: all 0.2s;
    width: fit-content;
    background-color: #fff;
}
.button-text {
    padding: 16px 30px;
}
.button.dark {
    background: #000;
    color: #fff;
}
.button.green {
    border-color: #397367;
    background: #397367;
    color: #fff;
    padding: 0 20px;
}
.button.shadow {
    border: none;
    color: #7D7D7D;
    padding: 0 20px;
    background: none;
}
.button-icon {
    background: #fff;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 8px;
}
.button:hover {
    background: #333;
    color: #fff;
}
.button.shadow:hover {
    background: none;
    color: #000;
}

.top-banner-seller {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-block {
    position: relative;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 0 #000;
    margin-bottom: 20px;
    border: 1px solid #000;
    padding: 20px 40px;
}
.banner-block.dark {
    font-size: 60px;
    border: none;
    font-weight: 600;
    color: #fff;
    background: #397367;
    padding: 40px;
}
.seller-block-how {
    background: #397367 url("images/logo-line.jpg");
    background-position: top;
    background-repeat: repeat-x;
    color: #fff;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 100px 0 40px;
}
.seller-block-how_in {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    font-size: 18px;
    align-items: center;
}
p {
    margin-bottom: 10px;
}
h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.half-screen {
    display: flex;
    width: 100%;
    margin: -10px;
}
.half-screen_block {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 10px;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 20px 0;
}
.slide {
    text-align: left;
}
.slide-text {
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.4;
}
.works-list {
    margin: 50px 0;
}
.works-list li {
    display: flex;
    align-items: start;
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: 18px;
}
.works-list li span {
    color: #397367;
    font-size: 40px;
    font-weight: 900;
    margin-top: -10px;
    margin-right: 20px;
}
.in-center-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-prev {
    margin-left: -20px !important;
    font-size: 20px !important;
}
.owl-next {
    margin-right: -20px !important;
    font-size: 20px !important;
}
.pre-list {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 60px 40px 60px 60px;
    line-height: 1.4;
}
.pre-list li {
    display: flex;
    margin: 20px 0;
}
.pre-list li span {
    flex: 0 0 50px;
}
.list {
    font-size: 18px;
    list-style: disc;
    margin: 60px 0;
}
.list li {
    list-style: disc;
    margin-bottom: 12px;
}
.list li span {
    font-weight: 600;
}
.tarifs {
    display: flex;
    justify-content: space-between;
}
.tarif {
    flex: 0 0 25%;
    padding: 16px;
}
.tarif-in {
    border: 1px solid #000;
    padding: 30px 24px;
    border-radius: 15px;
    box-shadow: 8px 8px 0 #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("images/cells.png") top right no-repeat;
}
.tarif-in.dark {
    background-color: #397367;
    color: #fff;
}
.tarif-title {
    font-size: 18px;
    margin-bottom: 30px;
}
.tarif-title span {
    font-weight: 600;
}
.tarif-in table {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
}
.tarif-in table td {
    padding: 6px 0;
}
.tarif-sum {
    font-weight: 600;
    margin: 30px 0 16px;
    font-size: 18px;
}
.qa {
    border: 1px solid #333;
    margin-bottom: 10px;
    border-radius: 16px;
    padding: 40px;
    font-size: 18px;
    color: #777;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}
.qa-in {
    margin-right: 30px;
}
.qa h4 {
    font-weight: 600;
    color: #222;
}
.qa-rotate {
    transform: scaleY(-1);
}
.footer {
    background-image: url("images/footer.jpg");
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}
.footer-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.footer-block-l {
    display: flex;
}
.footer-block-ll {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 80px;
}
.footer-block-r {
    display: flex;
    flex-direction: column;
}
.simple {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.simple li {
    font-size: 18px;
}