/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
}

a {
	text-decoration: none;
	color: #fff;
}


abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%;
    height: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
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: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local("Montserrat-regular"), url(../fonts/montserrat-v25-cyrillic_latin-regular.woff2) format("woff2"), url(../fonts/montserrat-v25-cyrillic_latin-regular.woff) format("woff")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local("Montserrat-bold"), url(../fonts/montserrat-v25-cyrillic_latin-700.woff2) format("woff2"), url(../fonts/montserrat-v25-cyrillic_latin-700.woff) format("woff")
}

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

.page-body {
    background-color: #fff;
    color: #000;
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
	
}

.header {
    background-image: url(../img/fon-header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0c0b10
}

.header__wrapper {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    padding-top: 200px;
    padding-bottom: 120px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:520px) {
    .header__wrapper {
        padding-top: 50px
    }
}

.header__text {
    width: 50%;
    margin-left: 20px;
}

@media (max-width:1090px) {
    .header__text {
        width: 525px;
        text-align: center;
        margin: 0 auto 50px;
    }
}

.header__text h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
}

@media (max-width:520px) {
    .header__text h1 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-width:380px) {
    .header__text h1 {
        font-size: 30px;
        line-height: 30px;
    }
}

.header__text p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (max-width:380px) {
    .header__text p {
        font-size: 21px;
        line-height: 21px;
    }
}

.header__wrapper img {
    width: 525px;
}

@media (max-width:1050px) {
    .header__wrapper img {
        margin: 0 auto;
    }
}

.button {
    background-color: #ecc924;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    width: 255px;
	height: 56px;
    padding: 20px;
    border: 0;
    border-radius: 25px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.button:hover {
    background-color: rgba(236, 201, 36, .8)
}

@media (max-width:1050px) {
    .button {
        margin: 0 auto;
		
    }
}

.fine {
    padding-top: 60px;
    padding-bottom: 60px
}

.fine h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 100px
}

@media (max-width:380px) {
    .fine h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 30px
    }
}

.fine__image {
    text-align: center;
    display: block;
    margin: 0 auto
}

.fine__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1065px;
    margin: 100px auto 0
}

@media (max-width:380px) {
    .fine__wrapper {
        margin-top: 30px;
    }
}

.fine__wrapper p {
    font-size: 21px;
    line-height: 21px;
    width: 545px;
	margin-left: 15px;
	text-align: left;
	
}

@media (max-width:380px) {
    .fine__wrapper p {
        font-size: 18px;
        line-height: 18px;
		 text-align: left;
    }
}

.fine__button {
    height: 56px;
    width: 255px;
    margin-top: 50px;
    border-radius: 50px
}

@media (max-width:400px) {
    .fine__button {
        width: 255px;
		height: 56px;
        margin-top: 35px
    }
}

.type h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 150px;
    text-transform: uppercase
}

@media (max-width:670px) {
    .type h2 {
        margin-bottom: 50px
    }
}

@media (max-width:470px) {
    .type h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 35px
    }
}

.type__wrapper {
    max-width: 1010px;
    margin: 0 auto
}

.type__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:670px) {
    .type__block {
        margin-bottom: 50px;
    }

    .type__text {
        margin: 0 auto;
    }
}

.creation h2,
.type__text h3 {
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

@media (max-width:400px) {
    .type__text h3 {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 35px;
    }
}

.type__text p {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    width: 270px;
}

.type__image--second {
    height: 68px;
}

@media (max-width:670px) {

    .type__image,
    .type__image--second {
        margin: 0 auto;
    }

    .type__image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.creation h2 {
    text-transform: uppercase;
    margin-bottom: 150px
}

@media (max-width:550px) {
    .creation h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 35px
    }
}

.creation__item,
.creation__wrapper {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.creation__wrapper {
    max-width: 1110px;
    margin: 0 auto
}

.creation__item {
    width: 520px;
    margin-bottom: 110px
}

@media (max-width:550px) {
    .creation__item {
        width: 295px;
        margin: 0 auto 50px
    }
}

.creation__number {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #343333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:550px) {
    .creation__number {
        margin: 0 auto
    }
}

.creation__number span {
    font-size: 72px;
    line-height: 72px
}

@media (max-width:550px) {
    .creation__offer {
        margin: 0 auto
    }
}

.creation__offer h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    width: 260px;
    text-align: center
}

.creation__offer p {
    font-size: 18px;
    line-height: 18px;
    width: 330px
}

@media (max-width:550px) {
    .creation__offer p {
        width: 295px
    }
}

.creation__container {
    max-width: 990px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.creation__text {
    width: 370px
}

@media (max-width:550px) {
    .creation__text {
        margin: 0 auto
    }
}

.creation__text h3,
.evidence h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.creation__text p,
.evidence p {
    font-size: 18px;
    line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;

}

.creation__text p {
    margin-bottom: 30px
	line-height: 14px;
}

.evidence {
    padding-top: 60px;
    padding-bottom: 60px
}

.evidence h3 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 60px
}

@media (max-width:550px) {
    .evidence h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 35px
    }
}

.evidence p {
    width: 730px;
    margin: 0 auto 105px
}

@media (max-width:731px) {
    .evidence p {
        width: 100%
    }
}

@media (max-width:550px) {
    .evidence p {
        margin-bottom: 35px
    }
}

.evidence__wrapper {
    max-width: 1110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.evidence__item {
    width: 333px;
    margin-bottom: 50px
}

@media (max-width:665px) {
    .evidence__item {
        margin: 0 auto 50px
    }
}

.contacts__item span,
.evidence__item span {
    font-size: 18px;
    line-height: 18px;
    display: block
}

.address__text h3,
.evidence__item span {
    font-weight: 700;
    text-align: center
}

.address {
    padding-bottom: 60px
}

.address__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto 130px
}

@media (max-width:400px) {
    .address__wrapper {
        margin-bottom: 70px
    }
}

@media (max-width:1000px) {
    .address__image {
        margin: 0 auto
    }
}

.address__text {
    margin-top: 30px
}

@media (max-width:1000px) {
    .address__text {
        margin: 0 auto
    }
}

.address__text h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase
	 margin-bottom: 70px;
}

@media (max-width:550px) {
    .address__text h3 {
        font-size: 24px;
        line-height: 24px
    }
}

.address__text p {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    width: 500px
}

@media (max-width:505px) {
    .address__text p {
        width: 300px
    }
}

.address__map {
    max-width: 1100px;
    margin: 0 auto;
    display: block
}

@media (max-width:1099px) {
    .address__map {
        width: 768px
    }
}

@media (max-width:767px) {
    .address__map {
        width: 300px
    }
}

.contacts {
    padding-bottom: 60px
}

.contacts__wrapper {
    max-width: 1045px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}

.contacts__text {
    width: 590px;
}

.contacts__text h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 70px;
    margin-left: 30px;
}

@media (max-width:400px) {
    .contacts__text h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 35px;
        text-align: center;
    }
}

.contacts__text p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
	margin-left: 15px;
    text-align: left;
}

@media (max-width:400px) {
    .contacts__text p {
        margin-bottom: 35px;
    }
}

.contacts__button {
   margin: 0 auto;
	margin-top: 65px;
}

.contacts__socials {
    width: 300px;
    margin-top: 135px;
}

@media (max-width:400px) {
    .contacts__socials {
        margin-top: 70px
    }
}

.contacts__item {
    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;
    margin-bottom: 30px;
	margin-left: 50px;
}

.contacts__item span {
    text-align: left;
	margin-right: 20px;
	
}

@media (max-width:400px) {
    .contacts__item span {
        font-size: 16px;
        line-height: 16px;
    }
}

.contacts__email {
    margin-left: 20px;
}

@media (max-width:400px) {
    .contacts__email {
        margin-left: 20px;
    }
}

.footer {
    background-color: #242528;
    padding-top: 60px;
    padding-bottom: 40px
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 895px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto
}

.footer__logo {
    margin-top: 30px
}

@media (max-width:620px) {
    .footer__logo {
        display: none
    }
}

@media (max-width:400px) {
    .footer__text {
        width: 205px;
        margin: 0 auto
    }
}

.footer__text h3 {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 30px
}

@media (max-width:400px) {
    .footer__text h3 {
        text-align: center
    }
}

.footer__copy,
.footer__text p {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    margin-bottom: 20px
}

.footer__copy {
    text-align: center;
    margin-top: 35px;
    display: block
}

/*# sourceMappingURL=style.min.css.map */