@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

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

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

blockquote, q {
  quotes: none; }

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

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

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #1B1B1C; }

html, body {
  overflow-x: hidden; }

.no-scroll {
  overflow: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

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

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  a:hover, a:focus {
    text-decoration: none; }

input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  border: 1px solid rgba(27, 27, 28, 0.15);
    border-radius: 5px;
  width: 100%;
  height: 47px;
  color: #1b1b1c; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #1b1b1c; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #1b1b1c; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #1b1b1c; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #1b1b1c; }
  input:hover, textarea:hover, select:hover {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.input-title {
  display: block;
  width: 100%;
  font-size: 15px;
  margin: 0 0 10px;
  font-weight: 500; }

label {
  display: block;
  width: 100%;
  margin: 0 0 20px; }

button, .btn {
  outline: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
    border-radius: 5px; }
  button:hover, button:focus, .btn:hover, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 11px 22px;
  font-weight: 500;
  border-radius: 4px; }

.btn-lg {
  padding: 16px 30px; }
  .btn-lg:hover {
    padding: 16px 34px; }

.btn-accent {
  color: #fff;
  background: #F06E28; }
  .btn-accent:hover {
    background: #8da63d;
    color: #fff; }

.btn-submit {
  background: #FC5F01; }

.btn-black {
  color: #fff;
  background: #1b1b1c; }
  .btn-black:hover {
    background: #F06E28;
    color: #fff; }

.btn-fixed {
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
  text-transform: uppercase; }

.btn-scroll-top {
  position: fixed;
  z-index: 3;
  width: 35px;
  height: 35px;
  right: 50px;
  bottom: 30px;
  opacity: .8;
  padding: 0; }
  .btn-scroll-top:hover {
    opacity: 1; }

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%; }

strong, b {
  font-weight: bold;
  display: inline-block; }

.my-ul {
  list-style: none; }

.container {
  max-width: 1200px; }

.color-accent {
  color: #F06E28; }

.color-red {
  color: #dd4b39; }

.bg-white {
  background: #fff;
  color: #545455; }

h1 {
  width: 100%;
  font-size: 56px;
  max-width: 710px; }

h2 {
  width: 100%;
  font-weight: bold;
  font-size: 48px;
  margin: 0 auto 20px; }

.title-decor {
  padding: 0 0 0 30px;
  border-left: 2px solid #1B1B1C;
  font-family: "Playfair Display", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin: 0; }

.subtitle {
  font-size: 40px;
  font-weight: bold;
  max-width: 700px;
  margin: 30px 0 20px; }

.box-text {
  line-height: 1.5;
  font-size: 16px; }

.p-70 {
  padding: 70px 0; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.m-40 {
  margin: 40px auto; }

.list-dots {
  padding-left: 1.75em;
  list-style: disc;
  font-size: 20px;
  line-height: 1.5; }
  .list-dots li {
    margin: 0 0 30px; }
    .list-dots li:last-child {
      margin: 0; }

.list-check li {
  padding: 0 0 0 25px;
  position: relative; }
  .list-check li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url("../img/check.svg") no-repeat center;
      background-size: 100%; }

.text-decoration {
  text-decoration: underline; }
