@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  color: #000; }

/* Blocks */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden; }

.main {
  background: #f3f4f6 url(../images/main-bg.jpg) no-repeat center/cover;
  height: 527px;
  position: relative;
  margin-bottom: 140px; }

.header {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header__logo {
  max-width: 100%;
  display: block;
  object-fit: cover; }

.socials {
  flex-grow: 1;
  text-align: right; }

.socials__link {
  display: inline-block;
  color: #3f51b5;
  font-size: 2.2rem;
  margin-right: 8px;
  transition: color .2s linear; }
  .socials__link:last-child {
    margin-right: 30px; }
  .socials__link:hover {
    color: #32408f; }

.phone {
  flex-wrap: wrap; }

.phone__btn {
  display: inline-block;
  color: #3f51b5;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none;
  border: 1px solid #3f51b5;
  padding: 10px 22px;
  margin-right: 15px;
  transition: background-color .2s linear; }
  .phone__btn:hover {
    color: #fff;
    background-color: #3f51b5; }

.phone__number {
  display: inline-block;
  font-weight: 500; }

@media only screen and (max-width: 600px) {
  .header__logo {
    width: 35%; }
  .phone__number {
    display: none; }
  .phone__btn {
    margin-right: 0;
    padding: 10px;
    font-size: 1.2rem; } }

.banner {
  padding: 50px 0; }

.banner__title {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.1; }

.banner__text {
  margin-top: 20px;
  line-height: 1.4; }

.banner__btn {
  margin-top: 40px; }

@media only screen and (max-width: 600px) {
  .banner__title {
    font-size: 3.8rem;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0; }
  .banner__text {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px 0; } }

.btn-blue {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 20px 40px;
  background-color: #3f51b5;
  border-radius: 5px;
  transition: background-color .2s linear; }
  .btn-blue:hover {
    background-color: #32408f; }

@media only screen and (max-width: 600px) {
  .btn-blue {
    padding: 15px 25px; } }

.widget {
  position: absolute;
  top: 455px;
  right: 312px;
  background-color: #fff;
  display: flex;
  border-radius: 6px;
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.11); }

.widget__item {
  padding: 25px 40px; }
  .widget__item::after {
    content: '';
    display: block;
    width: 1px;
    height: 63%;
    background-color: #e3e3e3;
    position: absolute;
    top: 30px;
    right: 280px;
    margin: auto 0; }
  .widget__item:last-child::after {
    content: none; }

.widget__img {
  width: 38px;
  height: 38px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto; }
  .widget__img--garant {
    background-image: url(../images/icons/icon-garant.png); }
  .widget__img--delivery {
    background-image: url(../images/icons/icon-delivery.png); }

.widget__text {
  max-width: 200px;
  display: block;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px; }

@media only screen and (max-width: 600px) {
  .widget {
    position: initial; }
  .widget__item {
    padding: 20px 15px; } }

@media only screen and (max-width: 600px) {
  .page {
    margin-top: 230px; } }

.stock {
  text-align: center;
  margin: 30px 0 130px 0; }

.stock__title {
  font-size: 4.5rem; }

.stock__subtitle {
  font-size: 2rem;
  margin-top: 15px; }

.stock__slider {
  margin-top: 80px; }

.stock__img img {
  max-width: 100%;
  object-fit: cover; }

.swiper-button-prev::after,
.swiper-button-next::after {
  color: #555; }

@media only screen and (max-width: 600px) {
  .stock__title {
    font-size: 3.3rem; }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    color: rgba(0, 0, 0, 0.5); } }

.price {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/price-bg.jpg);
  background-color: #85959e;
  padding: 150px 0; }

.price__title {
  color: #fff;
  font-size: 4.5rem;
  text-align: center; }

.price__cards {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }

.price__card {
  max-width: 300px;
  background-color: #fff;
  margin-bottom: 30px; }

.prime__img img {
  max-width: 100%;
  display: block;
  object-fit: cover; }

.price__desc {
  padding: 0 20px 30px;
  text-align: center; }
  .price__desc--subtitle {
    font-weight: 500;
    margin-bottom: 8px; }
  .price__desc--text {
    display: block;
    color: #001322;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 10px; }
  .price__desc--cost {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 15px; }
    .price__desc--cost span {
      display: inline-block;
      color: #85959e;
      font-size: 2.1rem;
      font-weight: 700; }
    .price__desc--cost .call {
      background-color: #6bd7d2;
      padding: 8px 20px;
      display: inline-block;
      border-radius: 5px;
      transition: background-color .2s linear; }
      .price__desc--cost .call:hover {
        background-color: #43ccc6; }
      .price__desc--cost .call .icon {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url(../images/icons/telephone.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }

.price__link {
  color: #f3f4f6;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin: 30px 0; }

.price__buttons {
  text-align: center;
  margin-top: 15px; }

@media only screen and (max-width: 600px) {
  .price {
    padding: 100px 0; }
  .price__title {
    font-size: 3.3rem; }
  .price__cards {
    flex-direction: column;
    justify-content: center; }
  .price__card {
    max-width: 100%; }
  .prime__img img {
    margin: 0 auto; } }

.problems {
  padding: 150px 0; }

.problems__title {
  font-size: 4.5rem;
  text-align: center; }

.problems__subtitle {
  font-size: 2rem;
  text-align: center;
  margin-top: 15px; }

.problems__items {
  margin-top: 60px; }

.problems-item {
  position: relative;
  margin-bottom: 50px; }
  .problems-item:last-child {
    margin-bottom: 0; }

.problems__left {
  position: absolute;
  width: 21%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px; }
  .problems__left--number {
    font-size: 3rem;
    font-weight: 100;
    position: relative;
    margin-bottom: 50px; }
    .problems__left--number::before {
      content: '';
      position: absolute;
      width: 130%;
      height: 1px;
      background-color: #9a9fa4;
      bottom: 18%;
      left: 14%; }
  .problems__left--title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px; }
  .problems__left--text {
    line-height: 1.5; }

.problems__right--img {
  display: block;
  width: 100%;
  object-fit: cover; }

.problems__buttons {
  text-align: center;
  margin-top: 50px; }

@media only screen and (max-width: 600px) {
  .problems {
    padding: 100px 0; }
  .problems__title {
    font-size: 3.3rem; }
  .problems__left {
    position: inherit;
    width: inherit; }
    .problems__left--number::before {
      width: 85%; }
    .problems__left--title {
      font-size: 2.3rem; }
  .problems__right {
    position: relative; }
    .problems__right::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
      background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
      background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba($black ,0)', endColorstr='rgba($white, 0.5)',GradientType=1 ); } }

.pros {
  padding: 150px 0;
  background: #f3f4f6 url(../images/pros-bg.jpg) no-repeat center/cover; }

.pros__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.pros__right {
  text-align: left; }

.pros__title {
  font-size: 4.5rem; }

.pros__items {
  margin-top: 50px; }

.pros__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .pros__item:last-child {
    margin-bottom: 0; }

.pros__icon {
  background: #f3f4f6 url(../images/icons/check-icon.png) no-repeat center/cover;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 25px; }

.pros__subtitle {
  font-size: 2rem; }

@media only screen and (max-width: 600px) {
  .pros {
    padding: 100px 0; }
  .pros__right {
    width: 50%; }
  .pros__title {
    font-size: 3.3rem; }
  .pros__icon {
    height: 30px;
    margin-right: 10px; }
  .pros__subtitle {
    font-size: 1.8rem;
    line-height: 1.3; } }

.scheme {
  padding: 150px 0; }

.scheme__title {
  font-size: 4.5rem;
  text-align: center; }

.scheme__list {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

.scheme__item {
  text-align: center;
  max-width: 215px;
  margin-right: 15px;
  position: relative; }
  .scheme__item::before {
    position: absolute;
    display: block;
    content: '';
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/icons/arrow.png);
    height: 20px;
    width: 84px;
    right: -48px;
    top: 58px; }
  .scheme__item:last-child {
    margin-right: 0; }
    .scheme__item:last-child::before {
      display: none; }

.scheme__number {
  display: inline-block;
  color: #9b9b9b;
  font-size: 3rem;
  font-weight: 100;
  margin-bottom: 20px; }

.scheme__img {
  width: 50px;
  height: 50px;
  margin: 0 auto; }
  .scheme__img img {
    max-width: 100%;
    display: block;
    object-fit: cover;
    margin: 0 auto; }

.scheme__text {
  margin-top: 25px;
  line-height: 1.5; }
  .scheme__text a {
    color: #001322;
    text-decoration: none;
    border-bottom: 1px dashed #001322;
    display: inline-block; }

@media only screen and (max-width: 600px) {
  .scheme {
    padding: 100px 0; }
  .scheme__title {
    font-size: 3.3rem; }
  .scheme__list {
    flex-direction: column; }
  .scheme__item {
    margin-right: 0;
    margin-bottom: 15px; }
    .scheme__item:last-child {
      margin-bottom: 0; }
    .scheme__item::before {
      display: none; } }

.contact {
  padding-bottom: 150px; }

.contact__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #f3f4f6; }

.contact__left {
  width: 50%;
  flex-grow: 1;
  padding: 50px; }

.contact__title {
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.contact__text {
  text-align: center;
  line-height: 1.5;
  margin-top: 15px; }

.contact__call {
  display: block;
  text-align: center;
  color: #001322;
  font-size: 2.5rem;
  margin-top: 15px; }

.contact__btn {
  display: block;
  text-align: center;
  color: #3f51b5;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none;
  border: 1px solid #3f51b5;
  padding: 10px 22px;
  margin-top: 30px;
  transition: background-color .2s linear; }
  .contact__btn:hover {
    color: #fff;
    background-color: #3f51b5; }

.contact__right {
  width: 50%; }
  .contact__right img {
    width: 100%;
    object-fit: cover; }

@media only screen and (max-width: 600px) {
  .contact {
    padding-bottom: 100px; }
  .contact__wrapper {
    flex-direction: column; }
  .contact__left {
    width: 100%; }
  .contact__title {
    font-size: 2.5rem; }
  .contact__right {
    width: 100%; } }

.footer {
  padding-bottom: 80px; }

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row; }

.footer__logo {
  margin-bottom: 20px; }
  .footer__logo img {
    max-width: 100%;
    display: block;
    object-fit: cover; }

.footer__address span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem; }
  .footer__address span:last-child {
    margin-bottom: 0; }

.footer__title {
  font-size: 2.4rem;
  text-align: right;
  font-weight: 400;
  margin-bottom: 20px; }

.footer__call {
  display: block;
  text-align: right;
  color: #001322;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: none; }

.footer__btn {
  display: inline-block;
  text-align: right;
  float: right;
  color: #3f51b5;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-decoration: none;
  border: 1px solid #3f51b5;
  padding: 10px 22px;
  margin-top: 10px;
  transition: background-color .2s linear; }
  .footer__btn:hover {
    color: #fff;
    background-color: #3f51b5; }

@media only screen and (max-width: 600px) {
  .footer {
    padding-bottom: 50px; }
  .footer__left,
  .footer__right {
    width: 50%; }
  .footer__title {
    font-size: 1.4rem;
    margin-bottom: 10px; } }
