@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Roboto');

body,
html {
    margin: 0px;
    padding: 0px;
    color: #fee489;
    font-family: 'Roboto', arial;
}

ol {
    list-style-type: square;
}

a {
    color: inherit;
    text-decoration: none
}

button {
    width: inherit;
    height: inherit;
    border: none;
    color: white;
    outline: none;
}

h1 {
    letter-spacing: -1px;
    font-size: 4em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-size: 2.5em;
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}

p,
li {
    font-size: 1.5em;
    line-height: 1.5em;
}

span {
	font-size: inherit;
	line-height: inherit;
}

.reg {
    vertical-align: super;
    font-size: 70%;
}

.uppercase {
    text-transform: uppercase;
}

.highlight {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
	font-size: 1.2em;
}

.center {
	text-align:center;
}

.hover:hover {
	text-decoration: underline;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container > header,
.container > footer > div,
.container > main > .stream {
    padding-right: 4vw;
    padding-left: 4vw;
}

.container > main > .odd:nth-child(2n + 5), .section-welcome, .section-buy-already, .section-what-inside, .section-composition  {
    background: #1b3276;
	color: #fee489;
}

.container > main > .odd:nth-child(even), .container > main > .even {
	color: black;
}

.wrapper {
	max-width: 1000px;
	margin: auto;
}

.flex {
	display: flex;
	align-items: center;
}

header > .wrapper,
footer > .wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

header ,
footer {
    background: #ab1650;
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
	padding-left: 1em;
}

.header-menu > div {
    padding: 1.8vw;
    border-right: 1px solid #fee489;
}

.header-menu > div:hover {
    filter: brightness(130%);
}

.header-menu > div:last-child {
    border-right: none;
}

.logo > a > img {
    max-height: 6vw;
}

.section-welcome > .wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 33vw;
}

.section-welcome > .wrapper > .column-left,
.section-welcome > .wrapper > .column-right {
    width: 33%;
    padding: 6vw 0 2vw;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.img-top {
    position: relative;
    width: 11vw;
}

.img-top > img {
    position: absolute;
    width: 11vw;
    top: -2vw;
	max-width: 150px;
}

.img-buy {
	position: relative;
    top: 2vw;
	height: 22vw;
}

.img-buy > img {
	height: 22vw;
}

.rights {
    background: #1b3276;
    padding: 0 0 2vw;
}

.btn-learnmore, .btn-buy {
    background: #ab1650;
    text-align: center;
    border-radius: 4px;
    font-size: 2.5vw;
    font-weight: 100;
}

.btn-learnmore {
    display: block;
    padding: 0.15em;
}

.btn-learnmore:hover, .btn-buy:hover {
    filter: brightness(130%);
}

.btn-buy {
	color: #fee489;
	width: 12vw;
	padding: 0.3em;
}

.div-buy {
	margin-top: 5vw;
	text-align: right;
}

.section-product > .wrapper {
    background: #ffffff;
    display: flex;
    height: auto;
    padding: 6vw 0;
    color: black;
}

.section-product img {
    height: 300px
}

.section-product > .wrapper > .column-right,
.section-description > .wrapper > .column-right {
    padding-left: 5vw;
}

.section-product > .wrapper > .column-left,
.section-description > .wrapper > .column-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-description > .wrapper , .section-solutions > .wrapper {
    display: flex;
    padding: 6vw 0;
}

.section-research h2 {
	text-align: center;
}

.section-research .btn-learnmore {
	display: inline-block;
	color: #fee489;
	width: 400px;
	font-size: 2vw;
}

.section-research form {
	display: flex;
    justify-content: space-evenly;
    background: #1b32761a;
    border-radius: 4px;
}

.section-research form > div {
	margin: 15px;
}

.section-research input[type=text], .section-research input[type=email], .section-research select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.section-research input[type=submit] {
	width: 100%;
	background-color: #ab1650;
	color: white;
	padding: 12px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.section-solutions, .section-for-experts, .section-comments {
	background-color: #e1edf7;
}

.section-what-inside, .section-research {
	padding: 6vw 0;
}

.section-what-inside > .wrapper > .first-row, .section-what-inside > .wrapper > .second-row {
	display: flex;
}

.section-people > .wrapper > .first-row {
	display: flex;
	flex-direction: column;
}

.section-what-inside > .wrapper > .first-row > div, .section-what-inside > .wrapper > .second-row > div, .section-people > .wrapper > .first-row > div {
    padding: 15px 17px;
    margin: 5px;
    color: #fee489;
    text-align: left;
}

.section-what-inside > .wrapper > .first-row > div {
	width: 300px;
	border-radius: 10px;
	background: #fee4891a;
}

.section-people > .wrapper > .first-row > div {
	border-radius: 10px;
	background: #fee489;
	display: flex;
	font-size: 1.5em;
    line-height: 1.5em;
	align-items: center;
}

.section-people > .wrapper > .first-row > div > p {
    margin-left: 4vw;
    margin-right: 4vw;
	color: #a20022;
	font-size: 1em;
    line-height: 1em;
}


.section-what-inside > .wrapper > .second-row > div {
	flex-basis: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.flower_svg, .leaf_svg {
	padding-right: 20px;
}

.section-what-inside > .wrapper > div .img, .section-what-inside h3, .section-people > .wrapper > div .img {
	text-align: center;
	font-weight: 100;
	text-transform: uppercase;
}

.section-what-inside > .wrapper > div img {
	border-radius: 100px;
    box-shadow: 0px 0 9px 1px #1b3276;
}

.section-what-inside p {
	font-size: 1.2em;
    line-height: 1.2em;
}

.section-revolution > img {
    width: 100%;
    display: flex;
}

.section-people, .section-composition, .section-decipherment, .section-for-experts, .section-comments {
    padding: 6vw 0;
}

.section-composition > .wrapper > div > p, .section-solutions  p , .section-research p {
    padding-left: 40px;
}

.section-for-experts > .wrapper > div {
	background-color: #ffffff;
	border: 1px solid #71c0f8;
	border-radius: 4px;
	margin: 1vw;
	padding: 1vw 3vw;
	font-size: 1.5em;
}

.section-for-experts > .wrapper > div > i, .section-for-experts > div > a {
	color: #71c0f8;
}

.section-for-experts > .wrapper > div > a {
	text-decoration: underline;
}

.section-buy-already > .wrapper {
	display: flex;
    justify-content: space-around;
	height: inherit;
}

.section-buy-already > .wrapper > .div-buy {
    margin-top: 0vw;
    text-align: left;
    padding-left: 20vw;
    color: #fee489;
    padding-bottom: 8vw;
}

.section-buy-already > .wrapper > .div-buy > div {
	float: right;
}

.section-comments > .wrapper {
	display: flex;
}

.comments {
	margin: 5vw;
}

.comment {
	background-color: #ffffff;
	padding: 1vw 5vw;
	margin: 1vw;
    border: 1px #cad9e4 solid;
    border-radius: 5px;
}

.comment > p {
	color: #23699c;
}

.comment > div {
	text-align: right;
}

.comment-bottom {
	color: #23699c;
}

.comp-eng {
	letter-spacing: -0.04em;
}

.call-us {
    display: flex;
    justify-content: center;
}

.call-us > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1vw;
    border-top: 2px solid #fee489;
    border-bottom: 2px solid #fee489;
}

.call-us > div:first-child {
    border-left: 2px solid #fee489;
    border-right: 2px solid #fee489;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.call-us > div:last-child {
    border-right: 2px solid #fee489;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.call-us > div:hover {
    border-color: #1b3276;
    background: #fee489;
    color: #1b3276;
}

@media all and (max-width: 900px) {
    * {
        font-size: 2.4vw;
    }
	
	h2 {
		font-size: 8vw;
	}
	
	.stream h2 {
		padding-bottom: 6vw;
	}
	
	h3 {
		font-size: 6vw;
	}

    header > .wrapper > menu {
        justify-content: space-evenly;
        padding: 0;
    }

    header > .wrapper > menu > div {
        padding: 1.8vw;
    }

    header > .wrapper,
    footer > .wrapper {
        flex-direction: column;
    }

    footer > .wrapper > div {
        flex-direction: column-reverse;
    }

    footer > .wrapper > div > div {
        margin-bottom: 5vw;
        text-align: center;
    }

    .logo {
        visibility: collapse;
        position: absolute;
    }

    .section-product > .wrapper > .column-left,
    .section-description > .wrapper > .column-left {
        display: none;
    }

    .section-welcome > .wrapper {
        flex-wrap: wrap;
    }

    .section-welcome > .wrapper > .column-left {
        width: 50%;
        padding: 6vw 0;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .section-welcome > .wrapper > .column-right {
        width: 100%;
        padding: 6vw 0;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    .img-top {
        width: 50%;
        padding: 6vw 0;
    }

    .img-top > img {
        margin: 0 auto;
        display: block;
        position: unset;
        width: inherit;
    }
	
	.section-product small {
		font-size: 3.4vw;
	}

    .section-product > .wrapper > .column-right,
    .section-description > .wrapper > .column-right {
        padding-left: 0;
    }
	
	.section-what-inside > .wrapper > div {
		flex-direction: column;
	}
	
	.section-what-inside > .wrapper > .first-row > div {
		width: inherit;
	}

    .btn-learnmore {
        padding: 1em 0;
        margin: 0 7em;
		font-size: 3vw;
    }
	
	.btn-buy {
		font-size: 5vw;
	}
	
	.section-buy-already > .wrapper > .img-buy {
		display: none;
	}
	
	.section-buy-already > .wrapper > .div-buy {
		padding: 0;
	}
}
