@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  border: 0;
}
img {
  border: 0;
}
input,
textarea {
  border: 0;
  background: transparent;
  outline: none;
  resize: none;
  border-radius: 0;
}
button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
textarea {
  overflow: hidden;
}
html,
main,
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,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
table,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
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;
}
* {
  outline: 0 !important;
  box-sizing: border-box;
}
body {
  font-family: Barlow, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  background-color: #fff;
  padding: 85px 0 0;
}
.toCenter {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .toCenter {
    padding: 0 15px;
  }
}
.grid {
  display: grid;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
a {
  text-decoration: none;
}
.uppercase {
  text-transform: uppercase;
}
.fit {
  display: block;
  width: 100%;
}
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
b,
strong {
  font-weight: 600;
}
i,
em {
  font-style: italic;
}
.center {
  text-align: center;
}
.centered {
  margin: 0 auto;
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table .cell {
  vertical-align: middle;
  display: table-cell;
}
.bottomSpace {
  border-bottom: solid 18px #fff;
}
.button {
  background-color: #3681c2;
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 0 40px;
  font-weight: 500;
  border-radius: 2px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  min-width: 170px;
  -webkit-transition: opacity ease-in-out 150ms;
  transition: opacity ease-in-out 150ms;
}
.button:hover {
  opacity: 0.8;
}
.button.disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
@media screen and (max-width: 560px) {
  .button {
    width: 100%;
    padding: 0 20px;
  }
}
.contacts {
  padding: 60px 0;
}
.contacts .toCenter {
  max-width: 600px;
}
.contacts input,
.contacts select,
.contacts label,
.contacts textarea {
  width: 100%;
  display: block;
  font-family: Barlow;
}
.contacts h3,
.contacts h4 {
  color: #083d63;
}
.contacts h3 {
  font-size: 32px;
  line-height: 42px;
  padding: 0 0 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .contacts h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
.contacts h4 {
  font-size: 18px;
  line-height: 26px;
  padding: 0 0 10px;
  font-weight: 600;
}
.contacts label {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 8px;
  -webkit-transition: color ease-in-out 150ms;
  transition: color ease-in-out 150ms;
}
.contacts label.error {
  color: #f00;
}
.contacts label.error+input {
  border-color: #f00;
}
.contacts .tableFilter {
  grid-gap: 10px;
  grid-template-columns: repeat(7, 1fr);
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0 0 30px;
}
@media screen and (max-width: 980px) {
  .contacts .tableFilter {
    grid-template-columns: 1fr;
  }
}
.contacts .tableFilter .button {
  padding: 0;
  width: 100%;
}
.contacts .smallText {
  font-size: 13px;
  display: table;
  margin: 0 0 8px;
  line-height: 20px;
  font-style: italic;
}
.contacts .oneInput {
  padding: 0 0 20px;
}
.contacts .oneInput:last-child {
  padding-bottom: 0;
}
.contacts .oneInput .button {
  margin: 0 auto 10px;
}
.contacts .oneInput .button:last-child {
  margin-bottom: 0;
}
.contacts .oneInput .oneLine {
  padding: 10px 0 10px 30px;
  border-bottom: solid 1px #000;
}
.contacts .oneInput .oneLine .gridType1 {
  padding: 0 0 15px;
}
.contacts .oneInput .oneLine .button {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .contacts .oneInput .oneLine {
    padding-left: 0;
  }
}
.contacts .captchaBlock {
  padding: 0 0 20px;
  display: table;
  margin: 0 auto;
}
.contacts .toggleBlocks>* {
  padding: 0 0 20px;
}
.contacts input,
.contacts select,
.contacts textarea {
  height: 40px;
  padding: 0 12px 2px;
  border-radius: 4px;
  font-size: 16px;
}
.contacts input,
.contacts textarea {
  border: solid 1px #083d63;
  -webkit-transition: border ease-in-out 150ms;
  transition: border ease-in-out 150ms;
}
.contacts input:focus,
.contacts textarea:focus {
  border-color: #3681c2;
}
.contacts textarea {
  height: 78px;
  padding: 8px 12px;
}
.contacts select {
  color: #fff;
  background: #083d63 url("../img/dropdown.svg") no-repeat right 10px center/15px auto;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contacts select option {
  font-family: Arial;
}
.contacts .forgot {
  display: table;
  color: #3681c2;
  font-size: 16px;
  line-height: 20px;
  margin: 10px auto 0;
}
.contacts .forgot:hover {
  text-decoration: underline;
}
.contacts .zipAndCity {
  grid-gap: 15px;
  grid-template-columns: 100px auto;
}
.contacts .group {
  padding: 0 0 30px;
}
.contacts .hidden {
  display: none;
}
.contacts p {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.contacts .gridType1 {
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
.contacts .customCheckbox label {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
  font-weight: 600;
}
.contacts .customCheckbox label:last-child {
  margin-bottom: 0;
}
.contacts .customCheckbox label input {
  display: none;
}
.contacts .customCheckbox label input:checked+span {
  border-color: #083d63;
  background: url("../img/check.svg") no-repeat center center/12px auto;
}
.contacts .customCheckbox label input:disabled+span {
  opacity: 0.3;
}
.contacts .customCheckbox label input[type=radio]+span {
  border-radius: 999px;
}
.contacts .customCheckbox label input[type=radio]:checked+span {
  background-image: none;
}
.contacts .customCheckbox label input[type=radio]:checked+span:after {
  opacity: 1;
}
.contacts .customCheckbox label span {
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 2px;
}
.contacts .customCheckbox label span:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #083d63;
  border-radius: 999px;
  opacity: 0;
}
.contacts .toCenter.longer {
  max-width: 1600px;
}
.contacts .listTable {
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .contacts .listTable {
    display: block;
  }
}
.contacts .listTable thead {
  background-color: #3681c2;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .contacts .listTable thead {
    display: none;
  }
}
.contacts .listTable thead td {
  vertical-align: middle;
  border-left: solid 1px #fff;
}
.contacts .listTable .mdView {
  display: none;
}
@media screen and (max-width: 980px) {
  .contacts .listTable .mdView {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 8px;
    color: #3681c2;
  }
}
@media screen and (max-width: 980px) {
  .contacts .listTable tbody {
    display: block;
  }
}
.contacts .listTable tbody tr:nth-child(even) td {
  background-color: rgba(0,0,0,0.1);
}
@media screen and (max-width: 980px) {
  .contacts .listTable tr {
    display: block;
    margin: 0 0 20px;
  }
  .contacts .listTable tr:last-child {
    margin-bottom: 0;
  }
}
.contacts .listTable td {
  padding: 5px;
}
@media screen and (max-width: 980px) {
  .contacts .listTable td {
    display: block;
  }
}
.contacts .listTable td a {
  color: #3681c2;
  font-size: 16px;
  line-height: 20px;
}
.contacts .listTable td a:hover {
  text-decoration: underline;
}
.contacts .listTable .button {
  padding: 0;
  min-width: unset;
  width: 100%;
}
.contacts .pagination {
  font-size: 0;
  text-align: center;
  display: table;
  margin: 20px 0 20px auto;
}
@media screen and (max-width: 980px) {
  .contacts .pagination {
    margin: 20px auto;
  }
}
.contacts .pagination li {
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
.contacts .pagination a {
  display: block;
  width: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #000;
  border-radius: 3px;
  background-color: rgba(0,0,0,0.1);
  color: #3681c2;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .contacts .pagination a {
    width: 35px;
    line-height: 35px;
  }
}
.contacts .pagination a.active,
.contacts .pagination a:hover {
  color: #fff;
  background-color: #3681c2;
}
.contacts .paymentGrid {
  grid-template-columns: 60px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  padding: 20px 0 0;
}
.contacts .paymentGrid img {
  width: 100%;
  height: 60px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts .paymentGrid img.secondary {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.contacts .paymentGrid .customCheckbox label {
  padding: 0 0 40px;
}
.contacts .paymentGrid .customCheckbox span {
  left: 50%;
  top: auto;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 0;
}
.contacts .couponGrid {
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}
@media screen and (max-width: 980px) {
  .contacts .couponGrid {
    grid-template-columns: 1fr;
  }
}
.contacts .couponGrid .button {
  width: 100%;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}
.modal.visible {
  visibility: visible;
  opacity: 1;
}
.modal .middle {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}
.modal .toCenter {
  max-width: 600px;
}
.modal .window {
  padding: 30px;
  background-color: #fff;
}
.modal h3 {
  font-size: 32px;
  line-height: 42px;
  padding: 0 0 30px;
  font-weight: 700;
  color: #083d63;
}
.modal p {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.modal .grid {
  padding: 15px 0 0;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 980px) {
  .modal .grid {
    grid-template-columns: 1fr;
  }
}
.modal .button {
  width: 100%;
}
.modal .closeBG {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.rd-container {
  z-index: 99;
  line-height: 30px;
}
.rd-day-body {
  width: 30px;
}
.rd-back,
.rd-next {
  height: 30px;
}
.rd-day-selected,
.rd-time-option:hover,
.rd-time-selected,
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  background: #083d63;
  color: #fff;
  border-color: transparent;
}
.thanksPage {
  padding: 100px 0;
}
.thanksPage img {
  width: 100px;
  height: auto;
  display: table;
  margin: 0 auto 40px;
}
.thanksPage h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #083d63;
  text-align: center;
}
.ui-datepicker-title select {
  padding: 0 5px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #083d63;
  border: transparent;
  color: #fff;
}
.ui-datepicker td {
  width: 33px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
}
.bottomMap {
  background-color: #083d63;
  padding: 60px 0;
}
.bottomMap iframe {
  display: block;
  height: 430px;
  width: 100%;
}
.mainFooter {
  background-color: #083d63;
  padding: 18px 0;
}
.mainFooter p {
  text-align: center;
  color: #fff;
}
.mainHeader {
  background-color: #083d63;
  padding: 26px 0;
  line-height: 34px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.mainHeader .toCenter {
  max-width: 1600px;
}
.mainHeader .openSideMenu {
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: relative;
  background: url("../img/hamburger.svg") no-repeat center center/30px auto;
  display: none;
  margin: 0 0 0 auto;
}
.mainHeader .openSideMenu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #083d63 url("../img/x.svg") no-repeat center center/24px auto;
}
.mainHeader .openSideMenu.clicked:after {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .mainHeader .openSideMenu {
    display: block;
  }
}
.mainHeader .grid {
  width: 100%;
  grid-gap: 30px;
  grid-template-columns: 165px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader img {
  width: 100%;
  display: block;
}
.mainHeader nav {
  font-size: 0;
}
@media screen and (max-width: 980px) {
  .mainHeader nav {
    display: none;
  }
}
.mainHeader nav li {
  display: inline-block;
  vertical-align: middle;
  border-right: solid 1px #fff;
}
.mainHeader nav li:last-child {
  border-right: 0;
}
.mainHeader nav a {
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  display: block;
  background-color: transparent;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.mainHeader nav a:hover {
  background-color: rgba(255,255,255,0.3);
}
.mainHeader .gps {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .mainHeader .gps {
    display: none;
  }
}
.mainHeader .logo {
  display: block;
}
.mainHeader .socials {
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .mainHeader .socials {
    display: none;
  }
}
.mainHeader .socials a {
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
}
.mainHeader .socials a.facebook {
  background-image: url("../img/facebook.png");
}
.mainHeader .socials a.instagram {
  background-image: url("../img/instagram.png");
}
.mainHeader .socials a.youtube {
  background-image: url("../img/youtube.png");
}
.mainHeader .socials a:last-child {
  margin-right: 0;
}
.sidebarNav {
  position: fixed;
  top: 85px;
  right: 0;
  background-color: #083d63;
  width: 300px;
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  z-index: 101;
  padding: 10px 25px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.sidebarNav.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 1580px) {
  .sidebarNav {
    display: none;
  }
}
.sidebarNav nav li {
  border-bottom: solid 1px #fff;
}
.sidebarNav nav li:last-child {
  border-bottom: 0;
}
.sidebarNav nav a {
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  display: block;
  background-color: transparent;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}
.sidebarNav nav a:hover {
  background-color: rgba(255,255,255,0.3);
}
