/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.youtube {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
	 background-position: center;
    background-repeat: no-repeat;
   
    display: block;
    overflow: hidden;
    transition: all 200ms ease-out;
}
.ytp-button {
	border: none;
	background-color: transparent;
	padding: 0;
	color: inherit;
	text-align: inherit;
	font-size: 100%;
	font-family: inherit;
	cursor: default;
	line-height: inherit;
}
.ytp-large-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	-moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	z-index: 63;
}
.ytp-button:not([aria-disabled="true"]):not([disabled]):not([aria-hidden="true"]) {
	cursor: pointer;
}
.ytp-button:focus, .ytp-button {
	outline: 0;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
body,
html {
    min-height: 100%;
    height: 1px;
    width: 100%;
    margin: 0;
    padding: 0;
   	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
	font-weight: 400;
    line-height: 1;
    color: #000;
    background-color: #fff;
	position: relative;
}
li,
ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
p {
    margin: 0;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    display: inline-block;
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
svg {
    max-width: 100%;
    max-height: 100%;
}
button {
    padding: 0;
    margin: 0;
    background: 0 0;
    cursor: pointer;
    border: none;
    outline: 0;
}
input,
select {
    padding: 0;
    margin: 0;
    background: 0 0;
    border: none;
    outline: 0;
}
.container {
    width: 89.585%;
    max-width: 1160px;
    margin: 0 auto;
}
.wrapper {
    position: relative;
}
.wow-hidden {
    overflow: hidden;
}
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 43px 0 300px;
    z-index: 100;
}
.header-top {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.header-top__email {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top__email > span {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 17px;
    margin-right: 32px;
}
.email {
    position: relative;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 17px;
    cursor: pointer;
}
.email::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    z-index: -1;
}
.mobile-menu .email {
    margin-top: 26px;
}
.email:hover::before {
    z-index: initial;
}
.email__value {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.tooltip {
    position: absolute;
    bottom: -50px;
    left: 0;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 15px;
    padding: 12px 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 16px rgba(79, 90, 101, 0.2);
    box-shadow: 0 3px 16px rgba(79, 90, 101, 0.2);
    border-radius: 10px;
    visibility: none;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}
.email:hover .tooltip {
    visibility: visible;
    opacity: 1;
    z-index: initial;
}
.telegram {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 17px;
}
.telegram span {
    color: #989898;
}
.mobile-menu .telegram {
    margin-top: 20px;
}
.header .telegram {
    margin: 18px 19px 0 0;
}
.header__title {
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    font-size: 64px;
    line-height: 78px;
    margin-top: 150px;
    color: #000;
}
.nav {
    width: 100%;
    position: fixed;
    padding: 33px 0;
    background-color: #fff;
    z-index: 110;
}
.mobile-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 166px;
    background-color: #fff;
    overflow-y: auto;
    z-index: 9999;
}
.mobile-menu__close {
    position: absolute;
    top: 19px;
    right: 29px;
    width: 20px;
    height: 20px;
}
.nav.fixed {
    position: fixed;
    top: 0;
    bottom: initial;
    z-index: 1000;
}
.nav-title {
    display: none;
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    font-size: 18px;
}
.nav-burger {
    display: none;
    position: relative;
    width: 20px;
    height: 16px;
}
.nav-burger__line {
    position: absolute;
    top: 0;
    left: 0;
    height: 2.5px;
    width: 100%;
    background-color: #000;
}
.nav-burger__line:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.nav-burger__line:nth-child(3) {
    bottom: 0;
    top: initial;
}
.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.mobile-menu ul li:not(:last-child),
.nav ul li:not(:last-child) {
    margin-right: 64px;
}
.mobile-menu ul li a,
.nav ul li a {
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
    font-size: 22px;
    color: #c1baba;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.nav ul li a.active-color {
    color: #989898 !important;
}
.nav ul li a.main-color {
    color: #000 !important;
}
.nav ul li.active a {
    color: #000;
    font-weight: bold;
}
.mobile-menu__bottom {
    margin-top: 134px;
}
.nav ul li a:hover {
    text-decoration: none;
}
.main {
    position: relative;
    background-color: #f4f4f5;
    padding: 77px 0 85px;
    z-index: 300;
}
.title {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 56px;
    line-height: 68px;
}
.mobile-menu .title {
    font-size: 15px;
    line-height: 18px;
}
.main-title {
    width: 100%;
}
.main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main__list:not(:first-child) {
    margin-top: 144px;
}
.main__list .wow-hidden {
    width: 100%;
}
.main-item {
    width: calc(100% / 2 - 18px);
}
.main-item__video {
    display: block;
    margin-top: 54px;
}
.main-item__pic {
    position: relative;
    padding-top: 56.585%;
}
.main-item__pic iframe, .main-item__pic object, .main-item__pic embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
}
.main-item__title {
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-top: 19px;
}
.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 73px 0 83px;
    background-color: #1e1e1e;
    z-index: -1;
}
.footer.higher--index {
    z-index: 200;
}
.footer .email,
.footer .telegram a,
.footer .title {
    color: #fff;
}
.footer .email,
.footer .telegram {
    font-size: 28px;
}
.footer .email {
    margin-top: 50px;
}
.footer .telegram {
    margin-top: 35px;
}
.footer .telegram > span {
    margin-right: 31px;
}
@media screen and (max-width: 1200px) {
    .nav.fixed ul li a {
        font-size: 20px;
    }
    .title {
        font-size: 50px;
        line-height: 60px;
    }
}
@media screen and (max-width: 992px) {
    .header {
        padding: 39px 0 296px;
    }
    .header-top__email > span {
        font-size: 15px;
        margin-right: 23px;
    }
    .email {
        font-size: 15px;
    }
    .tooltip {
        font-size: 13px;
    }
    .telegram {
        font-size: 15px;
    }
    .header .telegram {
        padding-bottom: 2px;
    }
    .header__title {
        font-size: 54px;
        line-height: 66px;
        margin-top: 157px;
    }
    .nav {
        padding: 20px 0;
    }
    .mobile-menu ul li:not(:last-child),
    .nav ul li:not(:last-child) {
        margin-right: 36px;
    }
    .mobile-menu ul li a,
    .nav ul li a,
    .nav.fixed ul li a {
        font-size: 16px;
		color: #000 !important;
    }
    .main {
        padding: 54px 0 74px;
    }
    .title {
        font-size: 36px;
        line-height: 44px;
    }
    .main__list:not(:first-child) {
        margin-top: 80px;
    }
    .main-item {
        width: calc(100% / 2 - 16px);
    }
    .main-item__video {
        margin-top: 36px;
    }
    .main-item__pic {
        padding-top: 61%;
    }
    .main-item__title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 16px;
    }
    .footer {
        padding: 65px 0 83px;
    }
    .footer .email,
    .footer .telegram {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .title {
        font-size: 24px;
        line-height: 26px;
    }
	.nav.fixed ul li a {
		color: #000;
	}
}
@media screen and (max-width: 480px) {
    .container {
        width: 82.585%;
    }
	.nav.fixed ul li a {
		color: #000;
	}
    .header {
        padding: 25px 0 275px;
    }
    .header-top__email {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .header-top__email > span {
        margin-right: 0;
    }
    .header .email {
        margin-top: 19px;
    }
    .header .telegram {
        margin: 17px 0 0;
    }
    .header__title {
        font-size: 34px;
        line-height: 48px;
        margin-top: 94px;
    }
    .nav .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .mobile-menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav.fixed {
        padding: 16px 0 18px;
    }
    .nav.fixed .wow-hidden {
        display: none;
    }
    .nav.fixed .nav-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav.fixed .nav-burger {
        display: block;
    }
    .nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav.fixed .nav__list {
        display: none;
    }
    .mobile-menu ul li:not(:last-child),
    .nav ul li:not(:last-child) {
        margin: 0 0 26px;
    }
    .main {
        padding: 34px 0 62px;
    }
    .title {
        font-size: 32px;
        line-height: 39px;
    }
    .main__list:not(:first-child) {
        margin-top: 92px;
    }
    .main-item {
        width: 100%;
    }
    .main-item.main-item--top {
        margin-top: 86px;
    }
    .main-item__video {
        margin-top: 28px;
    }
    .main-item__pic {
        padding-top: 68%;
    }
    .footer {
        padding: 40px 0 83px;
    }
    .footer .email,
    .footer .telegram {
        font-size: 16px;
    }
    .footer .email {
        margin-top: 33px;
    }
    .footer .telegram {
        margin-top: 24px;
    }
    .footer .telegram > span {
        margin-right: 18px;
    }
}
