@font-face {
  font-family: "AvantGardeCTT";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/AvantGardeCTT/AvantGardeCTT.eot");
  src: url("../fonts/AvantGardeCTT/AvantGardeCTT.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeCTT/AvantGardeCTT.woff") format("woff"), url("../fonts/AvantGardeCTT/AvantGardeCTT.ttf") format("truetype");
}
@font-face {
  font-family: "AvantGardeCTT";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/AvantGardeCTT/AvantGardeCTT-Bold.eot");
  src: url("../fonts/AvantGardeCTT/AvantGardeCTT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantGardeCTT/AvantGardeCTT-Bold.woff") format("woff"), url("../fonts/AvantGardeCTT/AvantGardeCTT-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "headers";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/headers.woff") format("woff"), url("../fonts/headers.ttf") format("truetype");
}
@font-face {
  font-family: "others";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/others.woff") format("woff"), url("../fonts/others.ttf") format("truetype");
}
@font-face {
  font-family: "CTCSplashRounded";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/CTCSplashRounded.woff") format("woff"), url("../fonts/CTCSplashRounded.ttf") format("truetype");
}
@font-face {
  font-family: "plumb";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/plumblightc.woff") format("woff"), url("../fonts/plumblightc.ttf") format("truetype");
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:before, *:after {
  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;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "CTCSplashRounded", sans-serif; */
}

/* 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-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  min-width: 320px;
  position: relative;
  line-height: normal;
  background: #fff;
  color: #333333;
}

html, body {
  overflow-x: hidden;
}

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

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

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

input, textarea, select {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #333333;
  width: 100%;
  height: 60px;
  background: transparent;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgb(187, 187, 187);
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: rgb(187, 187, 187);
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  outline: none;
  box-shadow: none;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  height: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin: 0 5px 0 0;
  display: inline;
}

label {
  display: block;
  width: 100%;
  margin: 0 0 13px;
}
label:last-child {
  margin: 0;
}

textarea {
  resize: none;
  padding: 12px 17px;
  height: 103px;
}

button, .btn {
  outline: none;
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
button:hover, button:focus, .btn:hover, .btn:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 60px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.btn-lg {
  height: 62px;
  font-size: 22px;
}

.btn-accent {
  /*border-color: #333333;*/
  color: #333333;
  background: rgba(255,204,1,1);
}
.btn-accent:hover, .btn-accent:focus {
  background: rgba(255,204,1,0.7);
  /*border-color: rgb(66.7734375, 10.2265625, 25.8671875);
  color: #fff;*/
}

.btn-white {
  background: #fff;
  border: 1px solid #333333;
  color: #333333;
}
.btn-white:hover, .btn-white:focus {
  background: rgba(255,204,1,0.7);
  color: #fff;
}

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

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

ul, ol {
  padding: 0 0 0 20px;
}

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

.list-dots {
  list-style-type: disc;
}

h1, .h1 {
  width: 100%;
  font-size: 82px;
  line-height: 1.17;
  text-transform: none;
  font-weight: 600;
  margin: 0 0 30px;
}

h2, .h2 {
  width: 100%;
  margin: 0 0 16px;
  text-transform: uppercase;
  line-height: 1.17;
  font-size: 28px;
}

.m-auto {
  margin: 0 auto;
}

.m-20 {
  margin: 20px 0;
}

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

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

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

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

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

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

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

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

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

.box-text p {
  margin: 0 0 24px;
}
.box-text p:last-child {
  margin: 0;
}

.box-text-big {
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: normal;
  /* line-height: 1.7; */
  line-height: 1.3;
}

.container {
  padding: 0 10px;
  max-width: 1220px;
}

.row {
  margin: 0 -10px;
}
.row > * {
  padding: 0 10px;
}

.container-fluid {
  padding: 0 10px;
}

.text-transform {
  text-transform: uppercase;
}

.fw-bold {
  font-weight: bold;
}

.fw-600 {
  font-weight: 600;
}

.bg-accent {
  background: rgba(255,204,1,1);
  color: #333;
}

.bg-gray {
  background: #d8dad9;
}

a.color-red {
  color: #ff8562;
}
a.color-red:hover {
  color: rgba(255,204,1,0.7);
}

.color-accent {
  /*color: rgba(255,204,1,0.7);*/
  color: #333;
}

.image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-wrapper img {
  width: 100%;
}

.page h1 {
  text-align: center;
  text-transform: uppercase;
  color: #333;
  text-transform: none;
  font-size: 42px;
  margin: 0 auto 30px;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 0 0 26px;
}
.dropdown-toggle::after {
  position: relative;
  top: 0;
  left: 0;
  margin: 5px 0 0 8px;
  border-width: 4px 3px 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;
  transition: transform 0.3s;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-toggle.show::after {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  -webkit-font-smoothing: antialiased;
  max-width: 300px;
  min-width: 300px;
  transition: opacity 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  background: #fff;
  border: none;
  left: 50% !important;
  top: 100% !important;
  transform: translate(-50%, 0) !important;
  padding: 20px 24px 20px 16px;
}
.dropdown-menu::before {
  content: "";
  width: 15px;
  background-color: #fff;
  top: -6.5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  border: solid transparent;
  border-color: #eee;
  border-width: 0;
  border-style: none;
  aspect-ratio: 1;
}
.dropdown-menu li {
  margin: 0 0 20px;
}
.dropdown-menu li:last-child {
  margin: 0;
}
.dropdown-menu a {
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: #333333;
  margin: 0 0 20px;
  white-space: normal;
}
.dropdown-menu a:hover {
  color: rgba(255,204,1,0.7);
  background: transparent;
}
.dropdown-menu a:last-child {
  margin: 0;
}
.dropdown-menu a img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin: 0 15px 0 0;
}

.nav-tabs {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  padding: 0;
}
.nav-tabs li {
  margin: 0 60px 0 0;
}
.nav-tabs li:last-child {
  margin: 0;
}
.nav-tabs li .nav-link {
  padding: 0;
  color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid transparent;
}
.nav-tabs li .nav-link.active {
  background: transparent;
  color: #fff;
  border-color: #fff;
  opacity: 0.7;
}

.slick-slider {
  width: 100%;
}

.slick-slide {
  outline: none;
}

.slick-dots {
  padding: 0;
  list-style: none;
  position: relative;
  bottom: 0;
  opacity: 1;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 0;
}
.slick-dots li {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: #333333;
  transition: 0.3s ease;
  border-radius: 50%;
  margin: 10px 4px;
}
.slick-dots li.slick-active {
  background: rgba(255,204,1,0.7);
}
.slick-dots li button {
  display: none;
}

.slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% + 10px);
  transform: translate(0, -50%);
  opacity: 1;
  z-index: 2;
  margin: 0;
}

.slick-prev {
  left: 0;
  background: #fff url("../img/arrow-left.svg") no-repeat center;
  background-size: 7px;
  transform: translate(0, -50%) rotate(180deg);
}

.slick-next {
  right: 0;
  background: #fff url("../img/arrow-right.svg") no-repeat center;
  background-size: 7px;
}

.label-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 15px 0 0;
  line-height: 1.14;
}

.inp-check {
  display: none;
}

.checkbox-custom {
  margin: 0 12px 0 0;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  width: 16px;
  height: 16px;
  min-width: 16px;
  cursor: pointer;
}

.inp-check:checked ~ .checkbox-custom {
  background: #fff url("../img/check-black.svg") no-repeat center;
  background-size: 8px;
}