/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

@font-face {
  font-family: "Roboto", sans-serif;
  src: url "./assets/fonts/Roboto-Light.ttf";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url "./assets/fonts/Roboto-Regular.ttf";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url "./assets/fonts/Roboto-Medium.ttf";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url "./assets/fonts/Roboto-Bold.ttf";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url "./assets/fonts/Roboto-Black.ttf";
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "Roboto", sans-serif;
}

.third-section {
  margin-top: -30px;
}

.third-section__container {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1170px;
  min-height: 268px;
}

.third-section__first-row {
  position: relative;
  width: 880px;
  min-height: 64px;
}

.second-row {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  max-width: 1170px;
  min-height: 144px;
  margin-top: 62px;
}

.third-section__left-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  position: relative;
  max-width: 423px;
  min-height: 144px;
}

.third-section__right-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  position: relative;
  max-width: 570px;
  min-height: 144px;
}

.text_light {
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  align-self: center;
}

.third-section__svg-1 {
  position: relative;
  max-width: 104px;
  min-height: 144;
}

.third-section__svg-2 {
  position: relative;
  max-width: 120px;
  min-height: 144;
}

.third-section__text_1 {
  max-width: 310px;
  min-height: 144px;
  margin-left: 30px;
}

.third-section__text_2 {
  position: relative;
  max-width: 420px;
  min-height: 144;
  margin-left: 30px;
}

.subtitle {
  font-weight: 300;
  font-size: 64px;
  line-height: 64px;
  color: #bdbdbd;
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .subtitle {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .subtitle {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .subtitle {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .subtitle {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 240px) and (max-width: 319px) {
  .subtitle {
    font-size: 28px;
    line-height: 28px;
  }
}
.title {
  font-weight: 700;
  font-size: 64px;
  line-height: 64px;
  color: #333333;
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .title {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 44px;
    line-height: 44px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .title {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 240px) and (max-width: 319px) {
  .title {
    font-size: 28px;
    line-height: 28px;
  }
}
.header {
  width: 100vw;
  height: 102px;
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding: 0;
  z-index: 1;
  position: fixed;
}

.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1440px;
  height: 102px;
}
.header-container__logo {
  width: 70px;
}
.header-container__nav-menu {
  font-family: "Roboto", sans-serif;
  margin-left: 310px;
}
.header-container__list {
  display: flex;
  flex-direction: row;
}
.header-container__list-item {
  height: 20px;
  margin-right: 65px;
}
.header-container__list-item:last-child {
  width: 83px;
  margin-right: 0px;
}
.header-container__list-item a {
  color: #333333;
  text-decoration: none;
}
.header-container__list-item a:hover {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding-top: 3.89px;
  padding-bottom: 3.89px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  transition: 0.1s ease-in;
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .header-container__nav-menu {
    margin-left: 300px;
  }
  .header-container__list-item {
    margin-right: 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-container__nav-menu {
    margin-left: 65px;
  }
  .header-container__list-item {
    margin-right: 30px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .header {
    height: 80px;
  }
  .header-container {
    height: 80px;
  }
  .header-container__nav-menu {
    margin: 0 auto;
  }
  .header-container__logo {
    display: none;
  }
  .header-container__list-item {
    margin-right: 35px;
    font-size: 11px;
  }
  .header-container__list-item a:hover {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .header {
    height: 60px;
  }
  .header-container {
    height: 60px;
  }
  .header-container__nav-menu {
    margin: 0 auto;
  }
  .header-container__list-item {
    margin-right: 10px;
    font-size: 10px;
  }
  .header-container__list-item a:hover {
    border-top: none;
    border-bottom: none;
    padding-left: none;
    padding-right: none;
    padding-top: none;
    padding-bottom: none;
    font-weight: bold;
  }
  .header-container__logo {
    display: none;
  }
}
@media screen and (min-width: 240px) and (max-width: 319px) {
  .header-container {
    height: 110px;
  }
  .header-container__nav-menu {
    margin: 0 auto;
  }
  .header-container__list {
    display: block;
  }
  .header-container__list-item {
    font-size: 8px;
  }
  .header-container__list-item a:hover {
    border-top: none;
    border-bottom: none;
    padding-left: none;
    padding-right: none;
    padding-top: none;
    padding-bottom: none;
    font-weight: bold;
  }
}
.footer__background {
  background-color: #2c2c2c;
  color: white;
  display: flex;
  flex-direction: column;
  max-width: 99.9%;
  height: 430px;
  margin-top: 120px;
}

.footer__grid-container {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: space-between;
  column-gap: 100px;
  width: 1208px;
  margin: 58px auto;
}

.footer__column {
  display: flex;
  flex-direction: column;
}

.footer__column-logo {
  width: 145px;
  height: 94px;
}

.footer__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 25px;
}

.footer__text-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 16px;
}

.footer__text {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-decoration: none;
  display: flex;
  flex-direction: row;
}

.footer__column_logo-3 {
  margin-right: 15px;
  width: 17.01px;
  height: 17px;
}

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

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

.footer__column-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer__social-icon {
  text-decoration: none;
  background: #2c2c2c;
  cursor: pointer;
}

.footer__social-icon:hover {
  opacity: 0.6;
}

.footer__line {
  border: 1px solid rgba(200, 200, 200, 0.1);
  width: 100%;
}

.footer__line-text {
  color: rgba(200, 200, 200, 0.5);
  font-family: "Open Sans";
  width: 153px;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  margin: 23px auto;
}

.main-section {
  margin-bottom: 120px;
  padding-top: 102px;
}

.main-section__content-container {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  max-width: 1170px;
  min-height: 829px;
}

.main-section__left-wrapper {
  position: relative;
  max-width: 400px;
  min-height: 770px;
}

.main-section__right-wrapper {
  position: relative;
  width: 829px;
  height: 770px;
  background-image: url(/assets/images/1_block.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.main-section__button {
  position: absolute;
  top: 106.2%;
  left: 8.9%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
}

.main-wrapper2 {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}

.main-section__row-2 {
  display: flex;
  flex-direction: row;
}

.row-2 {
  margin-top: 90px;
}

.main-section__line {
  height: 53px;
}

.main-section__subtitle1 {
  margin-top: 336px;
}

.main-section__line {
  display: flex;
  align-content: center;
  align-items: center;
  width: 271px;
  height: 53px;
  align-self: center;
}

.main-section__elements {
  margin-top: 90px;
}

.main-section__line-img {
  height: 1px;
  width: 271px;
  align-self: center;
  align-content: center;
  align-items: center;
}

@media (min-height: 768px) and (max-width: 1080px) {
  .main-section__content-container {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    max-width: 768px;
    min-height: 829px;
    margin-left: 34px;
    margin-right: 34px;
  }
}
.button-arrows {
  background-color: #ffffff; /* white */
  border: 2px solid #F2F2F2;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  width: 52.95px;
  height: 53px;
}

.button-arrows:hover {
  background-color: #F2F2F2;
}

.elements {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  width: 141.88px;
  height: 52px;
}

.number_vertical {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #BDBDBD;
}

.main-section__elements, .main-section__element_two {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.second-section {
  margin-top: 120px;
}

.second-section__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  max-width: 1170px;
  min-height: 466x;
  margin-top: 120px;
  background: linear-gradient(to bottom, #FBFBFB 75%, white 25%);
}

.second-section__item-container {
  display: grid;
  grid-template-areas: "item1 item2" "item3 item2";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  padding: 0 0 0 90px;
}

.item1 {
  grid-area: item1;
}

.item2 {
  grid-area: item2;
  margin-top: 30px;
}

.item3 {
  grid-area: item3;
  padding: -30px;
}

.second-section__subtitle {
  position: relative;
  max-width: 168px;
  min-height: 64px;
  margin-top: 20px;
  padding: 0 0 0 40px;
}

.second-section__content-text {
  position: relative;
  max-width: 400px;
  min-height: 200px;
  margin-top: 30px;
  padding: 0 0 0 40px;
  line-height: 25px;
}

.button-white-absolute {
  margin-left: 40px;
}

.fifth-section__container {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}
.fifth-section__subtitle {
  margin-bottom: 30px;
}
.fifth-section__block {
  display: flex;
  gap: 30px;
  max-width: 1170px;
  height: auto;
  margin-bottom: 77px;
}
.fifth-section__pictcontainer {
  max-width: 100%;
}
.fifth-section__picture {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.fifth-section__topbutton {
  align-self: flex-end;
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .fifth-section__container {
    padding-top: 80px;
  }
  .fifth-section__block {
    gap: 20px;
    max-width: 900px;
    margin-bottom: 67px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .fifth-section__container {
    padding-top: 120px;
  }
  .fifth-section__subtitle {
    margin: 0 auto 30px;
  }
  .fifth-section__block {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .fifth-section__container {
    padding-top: 70px;
  }
  .fifth-section__subtitle {
    margin: 0 auto 30px;
  }
  .fifth-section__block {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .fifth-section__container {
    padding-top: 30px;
  }
  .fifth-section__subtitle {
    margin: 0 auto 30px;
  }
  .fifth-section__block {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 240px) and (max-width: 319px) {
  .fifth-section__container {
    padding-top: 50px;
  }
  .fifth-section__block {
    gap: 10px;
  }
  .fifth-section__subtitle {
    margin: 0 auto 30px;
  }
  .fifth-section__block {
    display: flex;
    flex-direction: column;
    max-width: 220px;
    margin-bottom: 20px;
  }
}
.fourth-section__container {
  display: flex;
  flex-direction: column;
  margin-top: 120px;
}

.fourth-section__subtitle {
  margin-top: 120px;
}

.fourth-section__gallery {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 30px;
}

.fourth-section__first-elem {
  position: relative;
  background-image: url("../images/Rectangle_12.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  width: 570px;
  height: 275px;
}

.fourth-section__first-elem:before {
  content: "";
  width: 570px;
  height: 275px;
  opacity: 0.8;
  position: absolute;
  background: #333333;
  left: 0;
}

.fourth-section__link {
  display: inline-block;
  position: relative;
  padding-top: 14px;
  margin-left: 79px;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
}
.fourth-section__link:hover {
  text-decoration: underline;
}

.fourth-section__heading {
  position: relative;
  color: #fff;
  padding-top: 48px;
  padding-left: 79px;
  width: 233px;
}

.fourth-section__img {
  max-width: 100%;
  height: auto;
}

.fourth-section__button {
  background-color: #333333;
  color: white;
  align-self: end;
  margin-top: 30px;
}
.fourth-section__button:hover {
  background: #8D8D8D;
  cursor: pointer;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 650px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 450px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .container {
    max-width: 300px;
  }
}
@media screen and (min-width: 240px) and (max-width: 319px) {
  .container {
    max-width: 220px;
  }
}
html {
  font-family: "Roboto", sans-serif;
}

.main-section__content-container_two {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100%;
}

.container_two {
  flex: 1 1 auto;
}

.main-section__row-1 {
  margin-top: 80px;
}

.main-section__subtitle_two {
  margin-top: 0;
}

.gallery {
  display: grid;
  grid-template-rows: repeat(2, 260px);
  grid-template-columns: repeat(auto-fit, 210px);
  gap: 30px;
  margin-top: 61px;
}

.main-section__row-3 {
  display: flex;
  flex-direction: row;
  height: 63px;
  margin-top: 60px;
  gap: 30px;
}

.gallery a img:hover {
  -webkit-filter: none;
}

.gallery a img brightness:hover {
  -webkit-filter: brightness(1);
}

.gray {
  -webkit-filter: grayscale(100%);
}

.main-section__subtitle {
  margin-top: 80px;
}
.main-section_long-line {
  max-width: 1170px;
  height: 1px;
  background: #F2F2F2;
  color: #F2F2F2;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.main-section__grid-container {
  margin-bottom: 61px;
}
.main-section__arrows {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .main-section__subtitle {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-section__subtitle {
    margin-top: 40px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .main-section__subtitle {
    margin-top: 20px;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .main-section__subtitle {
    margin-top: 10px;
  }
}
@media screen and (min-width: 240px) and (max-width: 319px) {
  .main-section__subtitle {
    margin-top: 10px;
  }
}
.grid-container {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, 210px);
  grid-template-rows: repeat(2, 260px);
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.six-page {
  padding-top: 102px;
  display: flex;
}

.six-page__text {
  width: 340px;
}

.six-page__subtitle {
  margin-top: 80px;
}

.six-page__name {
  margin-top: 34px;
  margin-bottom: 10px;
  font-weight: bolder;
}

.six-page__adress {
  margin-bottom: 44px;
}

.six-page__phone {
  margin-bottom: 53px;
  font-weight: bolder;
}

.six-page__email {
  display: block;
  margin-bottom: 33px;
  color: #000000;
  text-decoration: none;
}

.six-page__map {
  border: 1px solid black;
  margin-left: 130px;
}

.form {
  width: 391px;
  margin: 0 auto;
}
.form__form-item {
  background: #F3F3F3;
  color: #8D8D8D;
  margin-bottom: 10px;
  padding-left: 21px;
  border: none;
  width: 361px;
  height: 46px;
}
.form__form-item:hover {
  transform: scale(1.025);
}
.form__text {
  font-family: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.textarea {
  height: 147px;
  margin-bottom: 0px;
}

label {
  position: relative;
  float: left;
}

label span {
  position: absolute;
  padding-top: 16px;
  left: 11px;
  cursor: text;
}

input:invalid + span:before {
  content: attr(placeholder);
  color: #8D8D8D;
  padding-left: 11px;
  position: relative;
}

input:invalid + span:after {
  content: "*";
  color: #C30000;
  position: relative;
}

@media screen and (min-width: 1024px) and (max-width: 1080px) {
  .form {
    width: 371px;
  }
  .form__form-item {
    margin-bottom: 8px;
    padding-left: 18px;
    width: 340px;
    height: 35px;
  }
  .form__text {
    font-family: 12px;
  }
  .textarea {
    height: 90px;
  }
  label span {
    padding-top: 12px;
    left: 10px;
  }
  input:invalid + span:before {
    content: attr(placeholder);
    padding-left: 10px;
    position: relative;
  }
}
@media screen and (min-width: 320px) and (max-width: 479px) {
  .form {
    width: 280px;
  }
  .form__form-item {
    margin: 0 auto 10px;
    padding-left: 15px;
    width: 260px;
    height: 36px;
  }
  .form__text {
    font-family: 12px;
  }
  .textarea {
    height: 120px;
  }
  label span {
    position: absolute;
    padding-top: 12px;
    left: 5px;
    cursor: text;
  }
}
@media screen and (min-width: 240px) and (max-width: 319px) {
  .form {
    width: 200px;
  }
  .form__form-item {
    margin: 0 auto 10px;
    padding-left: 15px;
    width: 180px;
    height: 36px;
  }
  .form__text {
    font-family: 12px;
  }
  .textarea {
    height: 120px;
  }
  label span {
    position: absolute;
    padding-top: 12px;
    left: 5px;
    cursor: text;
  }
}
.main-section__subtitle_four {
  padding-top: 182px;
}

.line-four {
  background: #f2f2f2;
  color: #f2f2f2;
  border: none;
  max-width: 1170px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.four-section__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  max-width: 1170px;
  min-height: 466px;
}

.four-section__item-container {
  display: grid;
  grid-template-areas: "item1 item1" "item2 content-text" "item3 item3";
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.item1 {
  grid-area: item1;
}

.item2 {
  grid-area: item2;
  margin-top: 0;
}

.item3 {
  grid-area: item3;
}

.four-section__content-text {
  grid-area: content-text;
  position: relative;
  width: 721px;
  height: 428px;
  font-size: 15px;
  line-height: 25px;
}

.our-projects {
  padding-top: 182px;
}
.our-projects__line {
  color: #F2F2F2;
  background: #F2F2F2;
  border: none;
  max-width: 1170px;
  margin-bottom: 30px;
  margin-top: 30px;
  height: 1px;
}
.our-projects__section {
  display: flex;
  margin-bottom: 60px;
}
.our-projects:last-child {
  margin-bottom: 0;
}
.our-projects__samples-title {
  padding-top: 30px;
  font-weight: 300;
  font-size: 40px;
  line-height: 47px;
  color: #BDBDBD;
}
.our-projects__text {
  padding: 73px 0 64px;
  width: 400px;
  height: 120px;
}
.our-projects__content {
  padding-left: 30px;
  padding-right: 70px;
  background: #FBFBFB;
}

.content-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  color: black;
}

.button-white {
  background-color: #ffffff;
  border: none;
  color: #333333;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: -0.2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3rem;
  width: 222px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.button-white:hover {
  background-color: #f2f2f2;
}

.button-black {
  background-color: #333333;
  border: none;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: -0.2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3rem;
  width: 222px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.button-black:hover {
  background-color: #8D8D8D;
}

.button-white-absolute {
  background-color: #ffffff;
  border: none;
  color: #333333;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: -0.2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3rem;
  width: 222px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.button-white-absolute:hover {
  background-color: #f2f2f2;
}

.button-black-absolute {
  background-color: #333333;
  border: none;
  color: white;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: -0.2rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.3rem;
  width: 222px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.button-black-absolute:hover {
  background-color: #8D8D8D;
}

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