/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  background: url("../images/body-bg.png");
}
body .home__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 0 0;
}
body .home__title .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 2px dotted #7b6f67;
}
body .home__title .text {
  padding: 0 15px;
  color: #7b6f67;
  font-size: 26px;
  font-weight: 300;
}
body .master__title {
  text-align: center;
  padding: 50px 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body .master__title a {
  display: inline-block;
}
body .master__title img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
body .price {
  padding: 199px 0;
  background: url("../images/section-bg.png");
  background-size: cover;
  background-position: center;
  text-align: center;
}
body .price a.dowland {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body .price a.dowland img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
body .price a.dowland:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
body footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #7b6f67;
  padding: 20px 40px;
}
body footer span {
  font-size: 24px;
  font-weight: 500;
}
body footer ul.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body footer ul.socials li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
}
body footer ul.socials li:last-child {
  margin-right: 0;
}
body footer ul.socials li .ico {
  margin-right: 15px;
}
body footer ul.socials li .ico img {
  display: block;
}
body footer ul.socials li a {
  color: #7b6f67;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 1380px) {
  body footer span {
    font-size: 18px;
  }
  body footer ul.socials li .ico img {
    max-width: 20px;
  }
  body footer ul.socials li a {
    font-size: 18px;
  }
  body .price a.dowland img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1075px) {
  body .price {
    padding: 170px 0;
  }
  body footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body footer ul.socials {
    margin-top: 0px;
  }
}
@media screen and (max-width: 750px) {
  body .price a.dowland img {
    max-width: 300px;
  }
  body .master__title {
    padding: 50px;
  }
  body footer span {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  body .home__title .text {
    font-size: 18px;
  }
  body .master__title {
    padding: 25px;
  }
  body footer ul.socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body footer ul.socials li {
    margin-right: 0;
    margin-top: 10px;
  }
  body footer ul.socials li:last-child {
    margin-bottom: 0;
  }
  body footer {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 369px) {
  body footer span {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
	body .price {
		padding: 115px 0;
	}
}

html{
	height:100%;
	overflow:hidden;
}
body{
	height:100%;
}
body .home__title{
	height:7.5%;
	padding:0;
}
body .master__title{
	height:26%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding: 0px 150px;
}
body .price{
	height:59%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body footer {
    padding: 0px 40px;
	height:8.5%;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
body footer .footer-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1075px){
	body .master__title{
		height:24%;
	}
	body footer {
		padding: 0px 20px;
		height:10.5%;
	}
}
@media screen and (max-width: 750px){
	body .master__title {
		padding:0 50px;
	}
}
@media screen and (max-width: 470px){
	body .price{
		height:55%;
	}
	body footer {
		height:14.5%;
	}
	body footer span{
		font-size:16px;
	}
}
@media screen and (max-width: 375px){
	body .master__title{
		height:18%;
	}	
	body .price{
		height:53%;
	}
	body footer {
		height: 21.5%;
	}
}