﻿body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow-x: hidden;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

html {
	scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    height: auto !important;
    color: #444;
}

html,html a {
	-webkit-font-smoothing: antialiased;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
    color: #FAAA1E;
}

ul {
    text-decoration: none;
    list-style-type: none;
}

li {
	text-decoration: none;
    list-style-type: none;
}

ol {
	margin-left: 30px;
	color: #FAAA1E;
}

/* -- основной блок для всего контента, кроме футера -- */
.wrapper {
	width: 100%;
	min-width: 62.5%;
	height: 100%;
    min-height: calc(100vh - 250px);
    margin-bottom: 10px;
}

/* -- общий конткйнер для элементов на 1200px -- */
.container {
	flex-wrap: wrap;
    max-width: 62.5%;
    width: 100%;
    height: auto !important;
    max-height: 100%;
    margin: 0 auto;
}