@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|PT+Serif:700|Roboto:400,700&display=swap&subset=cyrillic");

/*! 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;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

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;
}

img {
  border-style: none;
}

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;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  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-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.4375;
  color: #000;
  font-family: "Roboto", sans-serif;
}

body.mainpage {
  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;
  min-height: 100vh;
}

.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 35px 0;
}

a {
  color: #3a80c1;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover,
a:active,
a:focus {
  color: #86b2db;
  text-decoration: none;
}

.wrap {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  min-width: 1170px;
}

.w-700 {
  font-weight: 700;
}

.t-c {
  text-align: center;
}

.article {
  width: 100%;
  min-height: 450px;
}

.article ul,
.article ol {
  padding-left: 17px;
}

.article h1 {
  font-size: 24px;
  margin: 0 0 18px 0;
  font-weight: 700;
}

.article h2 {
  font-size: 22px;
  margin: 0 0 14px 0;
  font-weight: 700;
}

.article h3 {
  font-size: 21px;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.article h4 {
  font-size: 15px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.article h5 {
  font-size: 15px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.article img {
  max-width: 100%;
}

.burger {
  display: none;
}

.feedback {
  width: 400px;
}

.feedback__info {
  margin: 10px auto 0;
}

.feedback__error {
  text-align: center;
  color: red;
  display: none;
}

.feedback__info_error .feedback__error {
  display: block;
}

.feedback__error-title {
  font-size: 17px;
}

.feedback__load {
  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;
  margin: 0 auto;
  font-size: 14px;
}

.feedback__info_process .feedback__load {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feedback__load-img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3a80c1;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.feedback__load-wrap {
  display: none;
}

.feedback__done {
  color: green;
  text-align: center;
  display: none;
}

.feedback__info_success .feedback__done {
  display: block;
}

.feedback__form {
  -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: 100%;
}

.feedback__title {
  text-align: center;
  font-size: 20px;
}

.feedback__input {
  width: 100%;
  padding: 0 10px 0 35px;
  margin: 5px 0 0 0;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #959696;
  position: relative;
}

.feedback__input_error {
  border-color: red;
}

.feedback__input-wrap {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.feedback__input-wrap::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 68%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100%;
  z-index: 5;
}

.feedback__textarea {
  resize: none;
  height: 200px;
  padding: 10px 10px 10px 35px;
  margin: 5px 0 0 0;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #959696;
}

.feedback__button {
  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;
  text-align: center;
  width: 100%;
  max-width: 220px;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  background-color: #3a80c1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  cursor: pointer;
  margin: 15px auto 0;
}

.feedback__button:hover,
.feedback__button:active,
.feedback__button:focus {
  color: #3a80c1;
  background-color: #fff;
  border-color: #3a80c1;
}

.feedback__button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.input,
.textarea {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #959696;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  min-height: 0;
  background-color: white;
  position: relative;
}

.input__box {
  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;
  margin-top: 20px;
  width: 100%;
}

.input__title {
  font-size: 16px;
  margin-bottom: 5px;
}

.input__title_error {
  color: red;
}

.input_error {
  border-color: red;
}

.input_icon {
  padding-left: 35px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.input_icon-human {
  background-size: 17px 17px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" fill="%230081cb" viewBox="0 0 24 24">\a 					<path d="M 12 3 A 4 4 0 0 0 8 7 A 4 4 0 0 0 12 11 A 4 4 0 0 0 16 7 A 4 4 0 0 0 12 3 z M 12 14 C 8.859 14 3 15.546 3 18.5 L 3 21 L 13.171875 21 L 18.597656 15.572266 C 16.615656 14.535266 13.843 14 12 14 z M 22.207031 15 C 22.079156 15 21.951016 15.048984 21.853516 15.146484 L 20.853516 16.146484 L 22.853516 18.146484 L 23.853516 17.146484 C 24.048516 16.951484 24.048516 16.634453 23.853516 16.439453 L 22.560547 15.146484 C 22.462547 15.048984 22.334906 15 22.207031 15 z M 20.146484 16.853516 L 15 22 L 15 24 L 17 24 L 22.146484 18.853516 L 20.146484 16.853516 z"></path>\a 				</svg>');
}

.input_icon-phone {
  background-size: 17px 17px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" fill="%230081cb" viewBox="0 0 24 24">\a 					<path d="M20.023,15.488c-0.63-0.015-1.423-0.052-1.924-0.14c-0.542-0.096-1.194-0.282-1.653-0.425 c-0.36-0.112-0.752-0.013-1.019,0.253L13.21,17.38c-1.532-0.807-2.759-1.747-3.798-2.792c-1.045-1.039-1.985-2.266-2.792-3.798 l2.204-2.218C9.09,8.305,9.189,7.913,9.077,7.553C8.935,7.095,8.748,6.443,8.653,5.901C8.564,5.4,8.528,4.607,8.512,3.977 C8.499,3.432,8.055,3,7.51,3H4C3.562,3,3,3.328,3,4c0,4.539,1.84,8.874,4.966,12.034C11.126,19.16,15.461,21,20,21 c0.672,0,1-0.562,1-1v-3.51C21,15.945,20.568,15.501,20.023,15.488z"></path>\a 				</svg>');
}

.textarea {
  padding-top: 10px;
  padding-bottom: 13px;
  min-height: 150px;
  resize: vertical;
}

.textarea_icon {
  padding-left: 35px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}

.textarea_icon-text {
  background-size: 17px 17px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" fill="%230081cb" viewBox="0 0 24 24">\a 					<path d="M2,5v12c0,1.1,0.9,2,2,2h14l4,4L21.99,5c0-1.1-0.89-2-1.99-2H4C2.9,3,2,3.9,2,5z M7,6h10v2H7V6z M7,10h10v2H7V10z M7,14h7 v2H7V14z"></path>\a 				</svg>');
}

.checkradio {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  cursor: pointer;
}

.checkradio__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  pointer-events: none;
}

.checkradio__input:checked + .checkradio__box::before {
  opacity: 1;
}

.checkradio__box {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #959696;
  left: 0;
  top: 2px;
}

.checkradio__box::before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #3a80c1;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.checkradio__content {
  font-weight: 400;
  font-size: 13px;
  display: block;
  line-height: 1;
}

.input-numberbox {
  display: table;
  width: 100%;
}

.input-numberbox__button {
  border: 1px solid #959696;
  width: 40px;
  display: table-cell;
  font-size: 18px;
  font-family: monospace;
  cursor: pointer;
  text-align: center;
}

.input-numberbox__button:hover::before,
.input-numberbox__button:hover::after {
  opacity: .5;
}

.input-numberbox__button::before,
.input-numberbox__button::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.input-numberbox__button:first-child::before {
  content: '-';
}

.input-numberbox__button:last-child::before {
  content: '+';
}

.input-numberbox__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 0;
  border-right: 0;
  text-align: center;
  display: table-cell;
}

.nav {
  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;
  width: 100%;
}

.nav__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__item {
  list-style: none;
  position: relative;
}

.nav__item:not(:first-child) {
  margin-left: 30px;
}

.nav__link {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #10304e;
  padding-bottom: 1px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #c8cfd5;
}

.nav__item:hover > .nav__link,
.nav__link:active,
.nav__link:focus {
  color: #0d5ea9;
  border-bottom: 1px solid #8ca6be;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popups {
  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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -999;
}

.popups_open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 999;
}

.popups__overlay {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 500;
}

.popups__overlay.js-active {
  opacity: 1;
}

.popup {
  position: relative;
  z-index: 999;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #959696;
  border-radius: 5px;
  display: none;
}

.popup_close {
  -webkit-animation: small-hide .6s;
  animation: small-hide .6s;
}

.popup_open {
  -webkit-animation: small-show .5s;
  animation: small-show .5s;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__close {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup__close::after,
.popup__close::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3a80c1;
  top: calc(50% - .5px);
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0px #3a80c1;
}

.popup__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@-webkit-keyframes small-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes small-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes small-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    display: none;
  }
}

@keyframes small-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    display: none;
  }
}

.slider__wrap {
  position: relative;
}

.slider-wrapper {
  position: relative;
}

.slider__button {
  width: 58px;
  height: 58px;
  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;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider__button:hover {
  background-color: #2b8ae3;
}

.slider__button:hover::before {
  border-color: #fff;
}

.slider__button::before {
  content: '';
  width: 17px;
  height: 17px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #02498a;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slider__button_prev {
  margin-right: 2px;
}

.slider__button_prev::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -24px;
}

.slider__button_next {
  margin-right: 20px;
}

.slider__button_next::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -13px;
}

.slider__button-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-49%);
  -ms-transform: translateX(-49%);
  transform: translateX(-49%);
  bottom: 28%;
  padding-left: 10px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider__title {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 25%;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 33px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.99px;
  text-transform: uppercase;
  padding: 43px 0 54px 44px;
  z-index: 3;
}

.slider__title::before,
.slider__title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 128px;
  height: 144px;
  z-index: -1;
}

.slider__title::before {
  background-color: #0d5ea9;
}

.slider__title::after {
  background-color: #02498a;
  z-index: -2;
  left: 32px;
  top: 38px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  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;
}

.swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 36.71875%;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-button-disabled {
  pointer-events: none;
}

.footer__wrapper {
  background: url("../images/footer__bg.jpg") 0 0 repeat;
  padding: 55px 0 10px;
}

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

.footer__links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__links li {
  list-style: none;
}

.footer__links li:not(:last-child) {
  margin-right: 20px;
}

.footer__links a {
  text-decoration: none;
  color: #f9f9f9;
  font-size: 14px;
  letter-spacing: 0.42px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 11px;
  position: relative;
}

.footer__links a:hover {
  color: #39a0ff;
}

.footer__links a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("../images/icons/sprite.png");
  background-position: -224px -125px;
  width: 6px;
  height: 10px;
}

.footer__copyright {
  text-align: right;
  color: #f9f9f9;
  font-size: 14px;
  letter-spacing: 0.42px;
}

.footer__bss {
  width: 100%;
  text-align: right;
  margin-top: 42px;
  color: #5c91c0;
  font-size: 13px;
  letter-spacing: 0.39px;
}

.footer__bss a {
  color: #5c91c0;
}

.geo {
  margin-top: 85px;
  background: url("../images/geo__bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  margin-bottom: 90px;
}

.geo__wrap {
  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;
  height: 609px;
}

.geo__right {
  position: relative;
  top: -2px;
  right: -15px;
}

.geo__right img {
  height: 612px;
  width: auto;
}

.geo__left {
  width: 375px;
  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;
  height: 100%;
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.19px;
}

.geo__left li {
  list-style: none;
  padding-left: 45px;
  position: relative;
  margin: 20px 0;
}

.geo__left li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  background-image: url("../images/icons/sprite.png");
  background-position: -224px -111px;
  width: 30px;
  height: 4px;
}

.header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}

.header__wrapper {
  background-color: #fff;
}

.header__wrap {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__left {
  position: relative;
  padding-right: 74px;
}

.header__left::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 64px;
  background-color: #cdcdcd;
}

.header__logo a {
  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;
  text-decoration: none;
}

.header__logo img {
  margin-right: 18px;
}

.header__logo-right {
  width: 172px;
  font-family: "Open Sans", sans-serif;
  color: #717171;
  line-height: 15px;
  font-size: 13px;
}

.header__logo-right p:first-child {
  font-family: "PT Serif", serif;
  font-weight: 700;
  color: #1664ac;
  font-size: 22px;
  line-height: 22px;
}

.header__right {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: "Open Sans", sans-serif;
}

.header__top {
  margin-top: 25px;
}

.header__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f9f9f9;
  padding: 15px 30px 12px;
  margin-top: 14px;
  margin-bottom: 17px;
}

.header__call {
  margin-right: 40px;
}

.header__call a {
  text-decoration: none;
  display: block;
  position: relative;
  background-color: #0d5ea9;
  line-height: 35px;
  padding: 0 40px;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__call a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background-color: #2b8ae3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__call a:hover,
.header__call a:active,
.header__call a:focus {
  background-color: #2580d4;
}

.header__call a:hover::before,
.header__call a:active::before,
.header__call a:focus::before {
  background-color: #50aaff;
}

.header__phones,
.header__mail {
  position: relative;
  padding-left: 35px;
  padding-top: 5px;
}

.header__phones p:first-child,
.header__mail p:first-child {
  color: #313131;
  font-size: 12px;
  line-height: 15px;
}

.header__phones::before,
.header__mail::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icons/sprite.png");
  background-position: -187px -111px;
  width: 27px;
  height: 27px;
}

.header__phones {
  margin-right: 25px;
}

.header__phones a {
  color: #313131;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
}

.header__mail a {
  color: #0d5ea9;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid #0d5ea9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.header__mail a:hover {
  opacity: 0.8;
}

.header__mail::before {
  background-image: url("../images/icons/sprite.png");
  background-position: -150px -111px;
  width: 27px;
  height: 27px;
}

.header.js-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.header.js-fixed .header__top {
  margin-top: 0;
}

.header.js-fixed .header__left {
  padding-right: 0;
}

.header.js-fixed .header__left::after {
  display: none;
}

.header.js-fixed .header__logo img {
  width: 63px;
  height: auto;
}

.header.js-fixed .header__logo-right {
  display: none;
}

.header.js-fixed .header__right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.js-fixed .header__phones,
.header.js-fixed .header__mail {
  display: none;
}

.header.js-fixed .header__bottom {
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
  padding: 0;
}

.header.js-fixed .header__call {
  margin-right: 0;
}

.header.js-fixed .header__call a {
  line-height: 30px;
  padding: 0 36px;
  font-size: 13px;
}

.header.js-fixed .nav__link {
  font-size: 12px;
}

.header.js-fixed .burger {
  top: 0;
  margin-left: auto;
}

.methods {
  margin-top: 100px;
}

.methods__wrapper {
  background: url("../images/orders__bg.jpg") 100% 0 no-repeat;
  background-size: cover;
}

.methods__body {
  max-width: 546px;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 80px;
}

.methods__title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  position: relative;
  padding-bottom: 28px;
}

.methods__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #194975;
}

.methods ul {
  margin-top: 30px;
}

.methods li {
  list-style: none;
  padding-left: 73px;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.54px;
  position: relative;
}

.methods li:not(:last-child) {
  padding-bottom: 47px;
}

.methods li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icons/sprite.png");
  background-position: -91px -111px;
  width: 49px;
  height: 36px;
}

.methods li::after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 39px;
  width: 1px;
  height: calc(100% - 42px);
  background-color: #194975;
}

.patterns {
  margin-top: 40px;
}

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

.patterns img {
  height: 262px;
  width: auto;
  transition: all .3s ease;
  filter: sepia(0%)
}

.patterns img:hover {
  filter: sepia(25%)
}

.patterns__title {
  height: 262px;
  margin-bottom: 10px;
  width: 40.3%;
  background-color: #3076b6;
  color: #ffffff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.66px;
  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;
  text-align: center;
  padding: 0 75px;
}

.patterns p {
  overflow: hidden;
}

.patterns p:nth-of-type(1) {
  width: 28.7%;
}

.patterns p:nth-of-type(2) {
  width: 29.122%;
}

.patterns p:nth-of-type(3) {
  width: 27.45%;
}

.patterns p:nth-of-type(4) {
  width: 33.3333%;
}

.patterns p:nth-of-type(5) {
  width: 37.368%;
}

.prem__title {
  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;
  margin-bottom: 60px;
}

.prem__title span {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #145a99;
  height: 2px;
}

.prem__title p {
  color: #0a4f8f;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.9px;
  margin: 0 15px;
  text-transform: uppercase;
}

.prem__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prem__item {
  width: calc(100% / 3);
  padding: 0 20px;
  margin-bottom: 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;
  text-align: center;
  color: #1d5d9c;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.48px;
}

.prem__img {
  text-align: center;
}

.prem__text {
  margin-top: 30px;
}

.types {
  position: relative;
  top: -30px;
}

.types__title {
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  display: table;
  padding: 25px 45px 37px;
}

.types__title::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/icons/sprite.png");
  background-position: 0px 0px;
  width: 521px;
  height: 101px;
  z-index: -1;
  left: 0;
  top: 0;
}

.types__items {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px;
}

.types__item {
  width: calc((100% - 4px) / 3);
  margin-top: 2px;
  border-top: 8px solid #0d5ea9;
  text-align: center;
  height: 386px;
  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;
  background-color: #f4f4f4;
  position: relative;
}

.types__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 175px solid #fff;
  border-right: 260px solid transparent;
}

.types__order {
  color: #3a80c1;
  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: 80px;
  font-size: 65px;
  font-weight: 700;
  width: 81px;
  height: 74px;
  position: relative;
  z-index: 2;
}

.types__order::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-image: url("../images/icons/sprite.png");
  background-position: 0px -111px;
  width: 81px;
  height: 74px;
}

.types__text {
  color: #0d599f;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.63px;
  line-height: 23px;
  margin-top: 57px;
  padding: 0 10px;
}

@media only screen and (max-width: 1279px) {
  .wrapper {
    min-width: 100%;
  }

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -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;
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    top: -14px;
  }

  .burger::before,
  .burger::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 2px;
    width: 100%;
    background-color: #3a80c1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .burger::before {
    top: calc(100% - 7px);
  }

  .burger span {
    width: 100%;
    height: 2px;
    background-color: #3a80c1;
  }

  .burger_active {
    top: 15px;
    right: 15px;
    position: fixed;
    z-index: 1000;
    margin-right: 0;
  }

  .burger_active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(100% - 16px);
    opacity: 1;
    background-color: #fff;
  }

  .burger_active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    background-color: #fff;
  }

  .burger_active span {
    opacity: 0;
  }

  .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3a80c1;
  }

  .nav {
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3a80c1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -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;
  }

  .nav_active {
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav__ul {
    width: 100%;
    height: 100%;
    padding: 75px 0;
    -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;
  }

  .nav__item {
    width: 100%;
    text-align: center;
    position: static;
  }

  .nav__item:not(:first-child) {
    margin-left: 0;
  }

  .nav__link {
    line-height: normal;
    padding: 10px 40px 10px 30px;
    color: #fff;
    font-size: 13px;
    border-bottom: transparent;
  }

  .nav__item:hover .nav__link {
    border-bottom: transparent;
  }

  .slider__title {
    font-size: 20px;
  }

  .slider__title::before,
  .slider__title::after {
    left: 20px;
    top: 25px;
    width: 64px;
    height: 72px;
  }

  .slider__title::after {
    left: 40px;
    top: 43px;
  }

  .slider__button {
    width: 32px;
    height: 32px;
  }

  .slider__button::before {
    width: 12px;
    height: 12px;
  }

  .slider__button_prev::before {
    right: -12px;
  }

  .slider__button_next::before {
    right: -8px;
  }

  .slider__button-wrap {
    bottom: 15px;
  }

  .geo__wrap {
    height: 420px;
  }

  .geo__right {
    right: 0;
  }

  .geo__right img {
    height: calc(100% + 3px);
  }

  .header__wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header__left {
    margin-top: 10px;
  }

  .header__left::after {
    height: 40px;
  }

  .header__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header__top {
    margin-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
  }

  .header__left {
    padding-right: 20px;
  }

  .header__logo img {
    width: 60px;
  }

  .header__logo-right {
    font-size: 12px;
  }

  .header__logo-right p:first-child {
    font-size: 18px;
    line-height: 18px;
  }

  .header__bottom {
    padding: 10px 15px;
    margin-top: 10px;
  }

  .header__call {
    margin-right: 25px;
  }

  .header__call a {
    padding: 0 20px;
    font-size: 14px;
    line-height: 30px;
  }

  .header.js-fixed {
    font-size: 13px;
  }

  .types {
    top: -20px;
  }

  .types__item {
    height: 300px;
  }

  .types__order {
    font-size: 50px;
    margin-top: 50px;
  }

  .types__text {
    font-size: 16px;
    margin-top: 36px;
  }

  .types__title {
    padding: 20px 30px 18px;
    font-size: 20px;
  }

  .types__title::after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    left: -70px;
    top: -10px;
  }
}

@media only screen and (max-width: 997px) {
  .geo__wrap {
    height: 350px;
  }

  .geo__right {
    right: 0;
  }

  .geo__right img {
    height: calc(100% + 3px);
  }

  .geo__left {
    font-size: 15px;
    line-height: normal;
  }

  .header__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__right,
  .header__left,
  .header__bottom {
    width: 100%;
  }

  .header__left {
    padding-right: 0;
  }

  .header__left::after {
    display: none;
  }

  .header__bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__top {
    margin-left: 0;
  }

  .header .burger {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .header.js-fixed .header__bottom {
    width: auto;
  }

  .header.js-fixed .burger {
    position: relative;
  }

  .header.js-fixed .burger.burger_active {
    position: fixed;
    top: 15px;
  }

  .header.js-fixed .header__left {
    width: auto;
  }

  .patterns__title,
  .patterns p {
    width: 49% !important;
    margin-bottom: 10px;
    height: 355px;
  }

  .patterns img {
    height: auto;
    min-height: 100%;
  }

  .types {
    top: -5px;
  }

  .types__title {
    font-size: 16px;
  }

  .types__title::after {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    left: -103px;
    top: -13px;
  }

  .types__item {
    width: calc((100% - 2px) / 2);
  }

  .types__text {
    line-height: 20px;
  }
}

@media only screen and (max-width: 778px) {
  .feedback {
    height: 100%;
    width: 100%;
  }

  .popup {
    border-radius: 0;
    border: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .slider__title {
    font-size: 14px;
    padding: 0;
    bottom: auto;
    top: 15px;
    padding-left: 15px;
  }

  .slider__title::before,
  .slider__title::after {
    display: none;
  }

  .footer {
    padding: 25px 0 10px;
  }

  .footer__links {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer__copyright {
    width: 100%;
  }

  .geo {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .geo__wrap {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .geo__right {
    margin-top: 10px;
  }

  .geo__right img {
    height: auto;
    width: 100%;
  }

  .header__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__call {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  .header__call a {
    text-align: center;
  }

  .header.js-fixed .header__call {
    margin-bottom: 0;
    width: auto;
  }

  .methods {
    margin-top: 40px;
  }

  .methods__body {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .methods__title {
    font-size: 20px;
  }

  .methods li {
    font-size: 15px;
  }

  .prem__title p {
    font-size: 22px;
  }

  .prem__item {
    width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  .swiper-slide {
    padding-top: 0;
    height: 200px;
  }

  .header__logo-right {
    width: 150px;
  }

  .header .burger {
    right: 0;
  }

  .header__phones {
    margin-right: 0;
    width: 100%;
  }

  .header.js-fixed .header__bottom {
    margin-left: 0;
    width: auto;
  }

  .header.js-fixed .header__call a {
    padding: 0 15px;
  }

  .patterns__title,
  .patterns p {
    width: 100% !important;
    height: auto;
  }

  .patterns img {
    width: 100%;
  }

  .patterns__title {
    font-size: 17px;
    line-height: normal;
    padding: 30px 15px;
    height: auto;
  }

  .prem__item {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 0;
  }

  .prem__title p {
    font-size: 17px;
  }

  .prem__title {
    margin-bottom: 25px;
  }

  .types__title {
    font-size: 15px;
    padding: 15px 10px 15px;
  }

  .types__title::after {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
    left: -131px;
    top: -18px;
  }

  .types__item {
    width: 100%;
  }
}