/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    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
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

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: -.25em
}

sup {
    top: -.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: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    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] {
    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
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: raleway-example;
    src: url(../woff/ralewayregular.woff) format("woff")
}

@font-face {
    font-family: raleway-example;
    src: url(../woff/ralewaybold.woff) format("woff");
    font-weight: 700
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    height: 100%;
    width: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    opacity: 1;
    opacity-min-height: 100vh;
    opacity-scroll-behavior: smooth;
    opacity-text-rendering: optimizeSpeed;
    opacity-line-height: 1.5
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
    font-weight: 400
}

button,
input,
select,
textarea {
    font: inherit
}

input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus::-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-moz-placeholder {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

body {
    font-family: Montserrat, sans-serif;
    position: relative
}

.container {
    width: 1200px;
    margin: 0 auto
}

.header {
    height: 90px;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2)
}

.header__content {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__button {
    width: 250px;
    height: 50px;
    border: 3px solid #0055a5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25)), drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25)), drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    border-radius: 30px;
    cursor: pointer;
    margin-right: 20px;
    outline: 0
}

.header__info a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #0055a5;
    text-decoration: none
}

.welcome {
    background: url(../png/bg.png) no-repeat;
    background-size: cover;
    padding-top: 90px;
    color: #fff
}

.welcome__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.welcome__block {
    width: 50%
}

.welcome__block--left {
    padding: 50px 0;
    width: 40%
}

.welcome__block--left h1 {
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    border-left: 8px solid #4e6bd1;
    padding-left: 20px
}

.welcome__block--left h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    background: #4e6bd1;
    padding: 10px;
    margin: 20px 0;
    width: 80%
}

.welcome__block--right {
    background: url(../png/img_2.png) no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 60%
}

.welcome__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.welcome__item {
    width: 230px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome__item p {
    margin-top: 10px;
    line-height: 20px
}

.welcome__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.welcome__info img {
    margin-left: 20px
}

.welcome__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 35px;
    width: 300px;
    height: 70px;
    color: #000
}

.welcome__price--old {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 45%
}

.welcome__price--new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffe600;
    border-radius: 35px;
    width: 55%
}

.welcome__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.welcome__button img {
    margin-left: 20px
}

.welcome__button button {
    width: 300px;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#cd5600));
    background: -o-linear-gradient(top, #ff5c00 0, #cd5600 100%);
    background: linear-gradient(180deg, #ff5c00 0, #cd5600 100%);
    cursor: pointer;
    border: none;
    outline: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #fff
}

.welcome__catalog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.welcome__catalog span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    color: #000;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    margin-bottom: 10px
}

.welcome__icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 400px
}

.welcome__icon {
    width: 100px
}

.welcome__bottom {
    padding-top: 0
}

.welcome form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.welcome form input {
    width: 100%;
    height: 72px;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    border: none;
    outline: 0;
    margin: 10px 0
}

.welcome form button {
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#cd5600));
    background: -o-linear-gradient(top, #ff5c00 0, #cd5600 100%);
    background: linear-gradient(180deg, #ff5c00 0, #cd5600 100%);
    border-radius: 5px;
    font-size: 22px;
    border: none;
    outline: 0;
    margin: 10px 0;
    color: #fff
}

.welcome__img--mob {
    display: none
}

.welcome-mob {
    display: none
}

.quality {
    padding: 50px 0
}

.quality__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.quality__block {
    width: 50%
}

.quality__block:first-child {
    margin-right: 30px
}

.quality__block h2 {
    font-weight: 700;
    font-size: 29px;
    line-height: 35px;
    border-left: 8px solid #4e6bd1;
    padding-left: 20px
}

.quality__block p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    margin-right: 10px
}

.quality__block h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    margin-top: 30px
}

.quality__block h3 img {
    margin-right: 30px
}

.quality__block--img {
    width: 100%
}

.carousel__item img {
    width: 100%
}

.video {
    padding: 50px 0;
    background: url(../png/bg_1.png) no-repeat;
    background-size: cover
}

.video__content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    border-left: 8px solid #4e6bd1;
    padding-left: 20px
}

.video__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.video__block {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.video__block video {
    width: 400px;
    height: 400px
}

.video h3 {
    display: none
}

.layout {
    padding: 50px 0
}

.layout__content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    border-left: 8px solid #4e6bd1;
    padding-left: 20px
}

.layout__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.layout__items img {
    width: 100%
}

.layout__item {
    width: 310px;
    background: #f2f2f2;
    border-radius: 30px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    margin: 10px
}

.layout__button {
    width: 250px;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#cd5600));
    background: -o-linear-gradient(top, #ff5c00 0, #cd5600 100%);
    background: linear-gradient(180deg, #ff5c00 0, #cd5600 100%);
    border-radius: 5px;
    font-size: 22px;
    border: none;
    outline: 0;
    margin: 10px auto;
    color: #fff
}

.layout__description {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* height: 400px */
}

.layout__description h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px
}

.layout__description p {
    font-size: 17px;
    line-height: 25px
}

.layout .slick-prev {
    left: 10px;
    z-index: 1
}

.layout .slick-prev:before {
    color: #ffa800;
    font-size: 30px
}

.layout .slick-next {
    right: 20px
}

.layout .slick-next:before {
    color: #ffa800;
    font-size: 30px
}

.catalog {
    padding: 50px 0;
    background: #2d3861
}

.catalog__content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    border-left: 8px solid #4e6bd1;
    padding-left: 20px;
    color: #fff
}

.catalog__items {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog__item {
    width: 280px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    margin: 10px
}

.catalog__item img {
    width: 100%
}

.catalog__item p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 15px
}

.designer {
    padding: 50px 0
}

.designer__content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    border-left: 8px solid #4e6bd1;
    padding-left: 20px
}

.designer__content h2 span {
    font-size: 25px;
    line-height: 30px
}

.designer__blocks {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.designer__left {
    width: 30%
}

.designer__left img {
    width: 100%
}

.designer__right {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.designer__description {
    width: 80%;
    padding: 30px;
    background: #f8f8f8;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    position: relative
}

.designer__description img {
    position: absolute;
    right: 30px
}

.designer__description p {
    font-size: 18px;
    line-height: 30px
}

.price {
    padding: 50px 0;
    background: #f8f8f8
}

.price__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price__block {
    margin: 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price__block p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px
}

.certificates {
    padding: 50px 0
}

.certificates__content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    border-left: 8px solid #4e6bd1;
    padding-left: 20px
}

.certificates__items {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.certificates__item {
    width: 300px
}

.certificates__item a img {
    width: 280px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, .2);
    border-radius: 20px
}

.reviews {
    padding: 50px 0;
    background: #4e6bd1
}

.reviews__content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    border-left: 8px solid #fff;
    padding-left: 20px;
    color: #fff
}

.reviews__items {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reviews__item {
    width: 300px;
    margin: 10px
}

.reviews__item img {
    width: 100%
}

.delivery {
    padding: 50px 0
}

.delivery__content h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 35px;
    border-left: 8px solid #4e6bd1;
    padding-left: 20px
}

.delivery__content h2 span {
    font-size: 25px;
    line-height: 30px
}

.delivery__items {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.delivery__item {
    width: 300px;
    margin: 10px
}

.delivery__item img {
    width: 100%
}

.popup-form {
    background: rgba(255, 245, 215, .5);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-animation: popup-form 1.2s;
    animation: popup-form 1.2s;
    z-index: 99
}

.popup-form__content {
    background: #cd5600;
    width: 300px;
    height: auto;
    margin: 100px auto;
    color: #fff;
    padding: 10px
}

.popup-form__close {
    float: right;
    font-size: 26px;
    cursor: pointer
}

.popup-form h2 {
    margin-top: 30px;
    text-align: center
}

.popup-form h3 {
    text-align: center;
    margin-top: 15px
}

.popup-form input {
    width: 100%;
    height: 60px;
    text-align: center;
    border: none;
    outline: 0;
    font-size: 22px;
    margin: 10px 0
}

.popup-form button {
    width: 100%;
    height: 60px;
    font-size: 22px;
    margin: 10px 0;
    cursor: pointer;
    border: none;
    outline: 0
}

.politics {
    padding: 15px 0;
    background: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.politics a {
    color: #fff;
    margin-bottom: 10px
}

@-webkit-keyframes popup-form {
    0% {
        top: -200px;
        opacity: 0
    }
    30% {
        opacity: .2
    }
    50% {
        top: 50px
    }
    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes popup-form {
    0% {
        top: -200px;
        opacity: 0
    }
    30% {
        opacity: .2
    }
    50% {
        top: 50px
    }
    100% {
        top: 0;
        opacity: 1
    }
}

.hidden {
    display: none
}

@media only screen and (max-width:1200px) {
    .container {
        width: 100%;
        padding: 0 10px
    }
}

@media only screen and (max-width:1020px) {
    .welcome {
        padding-top: 70px
    }
    .welcome__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .welcome__block {
        width: 70%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .welcome__block--right {
        background: 0 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .welcome__info {
        margin-top: 10px
    }
    .welcome__button {
        margin-top: 10px
    }
    .welcome__catalog {
        margin-top: 20px
    }
    .welcome__img--mob {
        display: block
    }
    .welcome__img--mob img {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .quality {
        padding: 30px 0
    }
    .quality__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .quality__block {
        width: 70%
    }
    .quality__block:first-child {
        margin-right: 0
    }
    .video {
        padding: 30px 0
    }
    .video__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .video__block {
        width: 70%;
        margin-top: 30px
    }
    .layout {
        padding: 30px 0
    }
    .catalog {
        padding: 30px 0
    }
    .designer {
        padding: 30px 0
    }
    .designer__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .designer__block {
        width: 70%;
        margin-top: 30px
    }
    .designer__right {
        width: 100%;
        margin-top: 20px
    }
    .price {
        padding: 30px 0
    }
    .price__blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .price__block {
        width: 70%;
        margin-top: 30px
    }
    .price__block img {
        width: 100%
    }
    .certificates {
        padding: 30px 0
    }
    .reviews {
        padding: 30px 0
    }
    .delivery {
        padding: 30px 0
    }
}

@media only screen and (max-width:768px) {
    .header__info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header__info a {
        font-size: 18px
    }
    .header__button {
        margin-right: 0;
        width: 200px
    }
    .welcome h2 {
        width: 100%
    }
    .welcome__block {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .welcome__block--right {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .welcome__button img {
        display: none
    }
    .welcome__info img {
        display: none
    }
    .welcome__items {
        margin-top: 20px
    }
    .quality__block {
        width: 80%
    }
    .video__block {
        width: 100%
    }
    .price__block {
        width: 80%
    }
}

@media only screen and (max-width:480px) {
    .header__logo img {
        width: 150px
    }
    .header__button {
        margin-right: 0;
        width: 160px
    }
    .welcome {
        display: none
    }
    .welcome-mob {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #434343;
        padding: 100px 0 30px 0
    }
    .welcome-mob__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff
    }
    .welcome-mob__content h1 {
        font-weight: 700;
        font-size: 33px;
        line-height: 40px;
        border-left: 8px solid #4e6bd1;
        padding-left: 20px
    }
    .welcome-mob__content h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        background: #4e6bd1;
        padding: 10px;
        margin: 20px 0;
        width: 100%
    }
    .welcome-mob .welcome__icons {
        width: 100%
    }
    .welcome-mob form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 300px;
        margin-top: 30px
    }
    .welcome-mob form input {
        width: 100%;
        height: 72px;
        background: #f9f9f9;
        -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
        box-shadow: inset 0 4px 4px rgba(0, 0, 0, .25);
        border-radius: 50px;
        text-align: center;
        font-size: 22px;
        border: none;
        outline: 0;
        margin: 10px 0
    }
    .welcome-mob form button {
        width: 100%;
        height: 80px;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff5c00), to(#cd5600));
        background: -o-linear-gradient(top, #ff5c00 0, #cd5600 100%);
        background: linear-gradient(180deg, #ff5c00 0, #cd5600 100%);
        border-radius: 5px;
        font-size: 22px;
        border: none;
        outline: 0;
        margin: 10px 0;
        color: #fff
    }
    .quality__block {
        width: 100%
    }
    .quality h3 {
        display: none
    }
    .video h2 {
        font-size: 28px
    }
    .video__blocks {
        margin-top: 0
    }
    .video__block video {
        width: 300px;
        height: 300px
    }
    .video h3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 700;
        font-size: 30px;
        line-height: 37px;
        margin-top: 30px
    }
    .video h3 img {
        margin-right: 30px
    }
    .layout h2 {
        font-size: 28px
    }
    .catalog h2 {
        font-size: 28px
    }
    .designer h2 {
        font-size: 28px
    }
    .designer__description {
        padding: 10px
    }
    .price__block {
        width: 100%
    }
    .certificates h2 {
        font-size: 28px
    }
    .reviews h2 {
        font-size: 28px
    }
    .delivery h2 {
        font-size: 28px
    }
}