@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Play&display=swap");
input,
textarea,
button,
select {
  font-family: 'Roboto', sans-serif;
}

input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  opacity: 1;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

/* 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,
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%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

a {
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

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;
  box-sizing: content-box;
}

input[type='submit'] {
  appearance: none;
}

input[type='search'] {
  appearance: none;
}

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 */
  /* 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 */
  /* 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;
}

::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: Radiotechnika;
  src: url("../fonts/Radiotechnika-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 100%;
  width: 100%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

@media (max-width: 90rem) {
  .container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media (max-width: 62rem) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 46rem) {
  .container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 5rem;
  justify-content: center;
  background: #FF1D19;
  border-radius: 0.75rem;
  transition: all ease .3s;
  font-weight: 400;
  font-size: 1.625rem;
  color: #FFFFFF;
}

.btn:hover {
  transition: all ease .3s;
  background: #FFDD24;
  color: #000;
}

.title-section {
  font-size: 2.5rem;
  font-family: Radiotechnika;
  font-style: normal;
  font-weight: 400;
  line-height: 3.125rem;
}

.js-close-menu {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 111;
  display: none;
}

.burger {
  display: none;
  position: absolute;
  right: 1.25rem;
  top: 56%;
}

.js-close-menu {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 0.875rem;
}

@media (max-width: 73.75rem) {
  .burger-row {
    display: flex;
  }
}

@media (max-width: 80rem) {
  .burger {
    display: block;
  }
}

@media (max-width: 62rem) {
  .burger {
    top: 58%;
  }
  .btn {
    height: 4rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 46rem) {
  .burger {
    top: 42%;
    right: 0.625rem;
  }
  .btn {
    margin-top: 1.875rem;
    display: flex;
    width: 11.875rem;
    margin-left: auto;
    margin-right: auto;
    height: 3rem;
    font-size: 1rem;
    margin-left: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    white-space: nowrap;
  }
}

.title-row {
  display: flex;
  align-items: center;
}

@media (max-width: 46rem) {
  .title-section {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.header {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  position: fixed;
  top: 1.25rem;
  left: 15.625rem;
  z-index: 11;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0px 0px 7px 1px rgba(34, 60, 80, 0.2);
}

.header-row {
  display: flex;
  align-items: center;
}

.header-logo {
  padding: 0.625rem;
  background: #000;
  color: #FFDD24;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
  white-space: nowrap;
}

.header-menu {
  margin-left: 2.5rem;
  display: flex;
}

.header-menu a {
  margin-right: 0.625rem;
  font-size: 1.25rem;
  transition: all ease .3s;
  font-family: 'Oswald', sans-serif;
  white-space: nowrap;
}

.header-menu a:hover {
  color: #FFDD24;
  transition: all ease .3s;
}

.header-menu a:last-child {
  margin-right: 0;
}

.header-phone {
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-family: 'Oswald', sans-serif;
  transition: all ease .3s;
  white-space: nowrap;
}

.header-phone:hover {
  color: #FFDD24;
  transition: all ease .3s;
}

.header-phone span {
  padding-left: 0.75rem;
}

.header-phone svg {
  width: 2.875rem;
  height: 2.875rem;
}

.header-lang {
  padding-top: 0.1875rem;
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}

.header-lang a {
  display: block;
  color: #000;
  font-size: 1.25rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  transition: all ease .3s;
}

.header-lang a:hover {
  color: #FF1D19;
  transition: all ease .3s;
}

.header-lang a.curent-page {
  pointer-events: none;
  color: #FF1D19;
}

.header-social {
  margin-left: 2.5rem;
  display: flex;
  align-items: center;
}

.header-social a {
  margin-right: 1rem;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FF1D19;
  transition: all ease .3s;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-social a svg path {
  fill: #fff;
  transition: all ease .3s;
}

.header-social a:hover {
  background-color: #FFDD24;
  transition: all ease .3s;
}

.header-social a:hover svg path {
  fill: #000;
  transition: all ease .3s;
}

@media (max-width: 90rem) {
  .header {
    left: 12.5rem;
  }
}

@media (max-width: 62rem) {
  .header {
    left: 50%;
    transform: translateX(-50%);
  }
  .header-phone span {
    display: none;
  }
  .header-social {
    margin-left: 1rem;
  }
}

@media (max-width: 46rem) {
  .header {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 94%;
    left: 50%;
    transform: translateX(-50%);
  }
  .header-row {
    justify-content: space-between;
  }
  .header-logo {
    font-size: 14px;
  }
  .header-menu a {
    font-size: 0.875rem;
    margin-right: 0.875rem;
  }
  .header-phone {
    margin-left: 0;
  }
  .header-phone svg {
    width: 2.375rem;
    height: 2.375rem;
  }
  .header-phone span {
    display: none;
  }
  .header-menu {
    margin-left: 0;
  }
  .header-lang {
    margin-left: 0;
  }
  .header-lang a {
    font-size: 0.875rem;
  }
  .header-social {
    display: none;
  }
}

.main {
  position: relative;
  padding-top: 12.5rem;
  width: 100%;
  height: 43.75rem;
  background: #000;
  background-attachment: fixed;
}

.main .container {
  padding-left: 15.625rem;
}

.main-col {
  max-width: 50rem;
  width: 100%;
}

.main-title {
  font-size: 5.5rem;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

.main-title span {
  color: #FFDD24;
}

.main-title__sub {
  margin-top: 2.5rem;
  font-size: 1.625rem;
  color: #fff;
  line-height: 140%;
}

.main-img {
  max-width: 43.75rem;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 6.25rem;
  transform: translateY(-50%);
}

.main-img img {
  width: 100%;
}

.main .btn {
  margin-top: 3.75rem;
}

@media (max-width: 90rem) {
  .main .container {
    padding-left: 12.5rem;
  }
  .main-img {
    max-width: 39.375rem;
  }
}

@media (max-width: 62rem) {
  .main {
    padding-top: 10rem;
    padding-bottom: 3.75rem;
  }
  .main .container {
    padding-left: 2.5rem;
  }
  .main-img {
    max-width: 25.375rem;
    transform: unset;
    top: unset;
    bottom: 2.5rem;
    right: 2.5rem;
  }
  .main-title {
    font-size: 3.5rem;
  }
  .main-title__sub {
    font-size: 1.3rem;
    max-width: 542px;
  }
  .main-title__sub br {
    display: none;
  }
}

@media (max-width: 46rem) {
  .main {
    padding-top: 7.5rem;
  }
  .main .container {
    padding-left: 0.625rem;
  }
  .main-title {
    font-size: 2.5rem;
    text-align: center;
  }
  .main-title__sub {
    margin-top: 1.875rem;
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
  .main-img {
    margin-top: 1.875rem;
    position: static;
    max-width: 100%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .btn {
    margin-top: 2.5rem;
  }
}

.about {
  padding-top: 7.5rem;
}

.about-row {
  display: flex;
}

.about-img {
  width: 45%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.about-col {
  padding-left: 5rem;
}

.about-col__top {
  font-size: 2rem;
  color: #000;
  font-family: 'Oswald', sans-serif;
}

.about-list {
  margin-top: 2.5rem;
}

.about-list li {
  display: flex;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

.about-list li:last-child {
  margin-bottom: 0;
}

.about-list li::before {
  content: '';
  display: block;
  margin-right: 1rem;
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #FFDD24;
}

.about-footer {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 2.375rem;
  color: #000;
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 100rem) {
  .about-footer {
    font-size: 2rem;
  }
}

@media (max-width: 62rem) {
  .about-row {
    flex-wrap: wrap;
  }
  .about-col {
    width: 100%;
    order: 1;
    padding-left: 0;
  }
  .about-img {
    margin-top: 2.5rem;
    order: 2;
    width: 100%;
  }
  .about-col__top {
    font-size: 1.625rem;
  }
  .about-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .about-list li {
    font-size: 1.125rem;
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .about-footer {
    margin-top: 2.5rem;
    font-size: 1.625rem;
  }
}

@media (max-width: 46rem) {
  .about-col__top {
    text-align: center;
    line-height: 130%;
    font-size: 1.5rem;
  }
  .about-list {
    margin-left: 0;
    margin-right: 0;
  }
  .about-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }
  .about-list li::before {
    min-width: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
  }
  .about-footer {
    line-height: 130%;
    font-size: 1.5rem;
  }
}

.contact {
  position: relative;
  margin-top: 5rem;
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  background: #000;
  color: #fff;
}

.contact-row {
  display: flex;
  align-items: center;
}

.contact-map {
  width: 44%;
  height: 30.9375rem;
  border-radius: 1.25rem;
  overflow: hidden;
}

.contact-col {
  padding-left: 5rem;
  width: 50%;
}

.contact-col__top {
  margin-bottom: 2.5rem;
  font-size: 3.625rem;
  color: #000;
  color: #fff;
  font-family: 'Oswald', sans-serif;
}

.contact-col p {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 130%;
  text-align: center;
}

.contact-col p:last-child {
  margin-bottom: 0;
}

.contact-info {
  display: inline-flex;
  flex-direction: column;
  padding: 1.25rem 2.5rem;
  position: relative;
  z-index: 2;
  background: #FFDD24;
  color: #000;
}

.contact-img {
  width: 43.75rem;
  opacity: .7;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 1.25rem;
}

.contact-img img {
  width: 100%;
}

.contact .btn {
  margin-top: 1.875rem;
  display: flex;
  width: 20.625rem;
  position: relative;
  z-index: 2;
}

.contact-footer {
  margin-top: 6.25rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-footer__col {
  font-size: 1.25rem;
  color: #fff;
  font-size: 1.25rem;
}

.contact-footer__col a {
  color: #FF1D19;
  font-family: 'Oswald', sans-serif;
  transition: all ease .3s;
}

.contact-footer__col a:hover {
  color: #FFDD24;
  transition: all ease .3s;
}

.contact .header-social {
  margin-top: 1.875rem;
  margin-left: 0;
  max-width: 20.625rem;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 62rem) {
  .contact {
    padding-bottom: 2.5rem;
  }
  .contact-row {
    flex-wrap: wrap;
  }
  .contact-map {
    margin-top: 2.5rem;
    order: 2;
    width: 100%;
  }
  .contact-col {
    width: 100%;
    padding-left: 0;
  }
  .contact-img {
    display: none;
  }
  .contact-col__top {
    text-align: center;
  }
  .contact-info {
    width: 100%;
  }
  .contact .btn {
    width: 18.625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-footer {
    margin-top: 3.75rem;
  }
}

@media (max-width: 46rem) {
  .contact {
    padding-bottom: 3.75rem;
  }
  .contact-col__top {
    font-size: 2.25rem;
  }
  .contact-col p {
    margin-bottom: 1rem;
  }
  .contact-map {
    height: 18.75rem;
  }
  .contact .btn {
    width: 11.875rem;
  }
  .contact-footer__col {
    font-size: 1rem;
  }
  .contact .header-social {
    display: flex;
  }
}

@media (max-width: 62rem) {
  section {
    padding-top: 3.125rem !important;
  }
}

@media (max-width: 46rem) {
  .small-text {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  section {
    padding-top: 2.5rem !important;
  }
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 11.5px;
  }
}

@media (max-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  min-width: 280px;
  color: rgba(0, 0, 0, 0.7);
}

body.hidden {
  width: 99vw;
  height: 100vh;
  overflow: hidden;
  background: rgba(32, 32, 32, 0.7);
}

body::-webkit-scrollbar {
  width: 8px;
  /* Ширина скроллбара */
}

body::-webkit-scrollbar-track {
  background: transparent;
  /* Цвет трека скроллбара */
}

body::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет ползунка скроллбара */
  border-radius: 4px;
  /* Скругление углов ползунка */
}
/*# sourceMappingURL=main.css.map */