@charset "UTF-8";
@font-face {
  font-family: 'Inter';
  src: url("../fonts/SB Sans Interface.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'InterBold';
  src: url("../fonts/SB Sans Interface Bold.ttf");
  font-weight: normal;
  font-style: normal;
}


/****RESET + CLEAR FIX*****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
  outline: none;
}

fieldset, img {
  border: 0;
  outline: none;
}

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

ul {
  list-style: none;
}

ol {
  margin: 20px 0 0 20px;
}

ol li + li {
  margin-top: 10px;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

q:after {
  content: '';
}

q:before {
  content: '';
}

.clearfix:before, .header:before {
  content: '';
  height: 0;
}

.clearfix:after, .header:after {
  content: '';
  height: 0;
}

body {
  font: 15px/1.2 Inter;
  color: #2C3136;
  background: #fff;
  overflow-y: scroll;
  position: relative;
  padding: 55px 0 0;
}

@media (max-width: 991px) {
  body {
    padding: 55px 0 0;
  }
}
@media (max-width: 767px) {
  body {
    font: 14px/1.2 Inter;
  }
}
.slider_nav2::-webkit-scrollbar {
  height: 10px;               /* width of the entire scrollbar */
}

.slider_nav2::-webkit-scrollbar-track {
  background: #EDF8FE;        /* color of the tracking area */
}

.slider_nav2::-webkit-scrollbar-thumb {
  background-color: #2168DE;    /* color of the scroll thumb */
  border-radius: 8px;       /* roundness of the scroll thumb */
  border: 1px solid #EDF8FE;  /* creates padding around scroll thumb */
}

h1, .h1 {
  font: 41px/1.2 InterBold;
  color: #2C3136;
  margin: 20px 0 16px 0;
}

@media (max-width: 991px) {
  h1, .h1 {
    font: 30px/1 InterBold;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font: 25px/1 InterBold;
  }
}

h2, .h2 {
  font: 43px/1.2 InterBold;
  color: #2C3136;
  margin: 0px 0 20px 0;
  text-align: center;
}

@media (max-width: 991px) {
  h2, .h2 {
    font: 30px/1 InterBold;
  }
}

@media (max-width: 768px) {
  h2, .h2 {
    font: 25px/1 InterBold;
  }
}

h3, .h3 {
  font: 18px/1.2 Inter;
  color: #111;
  margin: 25px 0 15px 0;
}

@media (max-width: 991px) {
  h3, .h3 {
    font: 18px/1.2 InterBold;
  }
}

@media (max-width: 767px) {
  h3, .h3 {
    font: 16px/1.2 InterBold;
  }
}

h4, .h4 {
  font: 20px/1.2 InterBold;
}

@media (max-width: 767px) {
  h4, .h4 {
    font: 14px/16px InterBold;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

h5, .h5 {
  font: 12px/1.2 Inter;
  color: #fff;
  margin: 0px 0 0px 0;
}

a {
  color: #2C3136;
  text-decoration: underline;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

a:visited {
  color: #2C3136;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #2C3136;
  text-decoration: none;
  outline: none;
}

button {
  border: 0px;
}

button:hover, button:focus, button:active {
  outline: none;
}

p {
  margin: 10px 0 0 0;
}

b, strong {
  font-family: InterBold;
}

input[type="text"], input[type="password"], input[type="number"],
input[type="tel"] {
  display: block;
  width: 100%;
  height: 50px;
  outline: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 12px;
  font: 16px Inter;
  color: #576570;
  background: #fff;
  border: 1px solid #8DC9D5;
}

input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="number"]:hover, input[type="number"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus {
  /*-webkit-box-shadow: 0 2px 15px 0 rgba(2, 96, 169, 0.21);
  box-shadow: 0 2px 15px 0 rgba(2, 96, 169, 0.21);*/
  border: 1px solid #108FAA;
}

input[type="text"].error, input[type="password"].error, input[type="number"].error,
input[type="tel"].error {
  border: 1px solid red !important;
}
input[type="text"].input-format,
input[type="text"].input-format:focus{
  border:  0px;
  font: 14px Inter;
  color: #2C3136;
  height: 30px;
  padding: 0;
  position: absolute;
  z-index: 1;
  width: 50px;
}

textarea {
  width: 100%;
  padding: 7px 12px;
  resize: none;
  font: 16px Inter;
  height: 65px;
  color: #576570;
  background: #fff;
  -webkit-border-radius: 8px;
  margin: 10px 0 0;
  border: 1px solid #8DC9D5;
}

.custom-file {
  height: 45px;
}

.custom-file-input {
  border: 0px;
  height: 45px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.custom-file-label {
  font: 10px/1.2 Inter;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  height: 45px;
  padding: 7px 120px 0 12px;
}

.custom-file-label:focus {
  outline: none;
}

.custom-file-label:after {
  content: "Добавить файлы";
  background: #2168DE;
  color: #fff;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  padding: 10px 12px;
}

form header {
  font: 24px/1.2 Inter;
  margin: 0 0 10px 0;
}

@media (max-width: 767px) {
  form header {
    font: 18px/1.2 Inter;
  }
}

form input[type="text"], form input[type="tel"], form input[type="password"] {
  margin: 10px 0 0;
}

form input[type="submit"] {
  margin: 0 auto 0;
}
label {
  display: block;
}

.btn, .btn2, .btn3, .btn_prev, .btn_next {
  display: block;
  padding: 17px 5px 18px;
  margin: 5px auto 0;
  width: 100%;
  max-width: 310px;
  font: 17px/1 Inter;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #FE9E00;
  border: 1px solid #FE9E00;
  border-radius: 8px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .btn, .btn2, .btn3, .btn_prev, .btn_next {
    font: 16px/1 Inter;
  }
}
@media (max-width: 375px) {
  .btn, .btn2, .btn3, .btn_prev, .btn_next {
    font: 15px/1 Inter;
  }
}

.btn:visited, .btn2:visited, .btn3:visited, .btn_prev:visited, .btn_next:visited {  
  color: #fff;
  background: #FE9E00;
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn2:hover, .btn3:hover, .btn3:focus, .btn_prev:hover, .btn_prev:focus, .btn_next:hover, .btn_next:focus {
  color: #FE9E00;
  background: #fff;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn2, .btn2:visited {
  background: #fff;
  border: 1px solid #108FAA;
  color: #061B34;
  padding: 11px 10px 12px;
  font: 15px/1 Inter;
}

.btn2:hover, .btn2:focus, .btn2.active{
  background: #108FAA;
  color: #fff;
}
.btn_prev, .btn_prev:visited {
  background: #fff;
  padding: 7px 5px 8px;
  max-width: 150px;
  margin: 0;
  color: #FE9E00;
}

.btn_prev:hover, .btn_prev:focus, .btn_prev.active{
  color: #fff;
  background: #FE9E00;
}


.btn3, .btn3:visited {
  background: #fff;
  border: 1px solid #108FAA;
  border-radius: 0;
  color: #061B34;
  padding: 11px 10px 12px;
  font: 15px/1 Inter;
}

.btn3:hover, .btn3:focus, .btn3.active{
  background: #108FAA;
  color: #fff;
}

.btn_more {
  display: block;
  padding: 14px 5px 15px;
  margin: 25px auto 0;
  width: 100%;
  max-width: 220px;
  font: 17px/1 Inter;
  text-align: center;
  cursor: pointer;
  color: #03070A;
  background: #fff;
  text-decoration: none;
  border: 2px solid #E8E8E8;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(239, 239, 239, 0);
  box-shadow: 0 5px 20px 0 rgba(239, 239, 239, 0);
}

@media (max-width: 767px) {
  .btn_more {
    font: 14px/1 Inter;
  }
}

.btn_more:visited {
  color: #03070A;
  border: 2px solid #E8E8E8;
  text-decoration: none;
}

.btn_more:hover, .btn_more:focus {
  color: #03070A;
  background: #E8E8E8;
  -webkit-box-shadow: 0 5px 20px 0 #efefef;
  box-shadow: 0 5px 20px 0 #efefef;
  text-decoration: none;
}
.btn_next{
  position: relative;
  padding: 20px 35px 20px 5px;
  text-transform: initial;
}
.btn_next:before{
  content: '';
  display: block;
  width: 21px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 20px;
}

.title {
  text-align: center;
  margin: 0 0 15px 0;
}

.title h2, .title .h2 {
  margin: 0;
}

.show_more, .show_more:visited,
.show_more2, .show_more2:visited {
  display: block;
  padding: 17px 5px 18px;
  margin: 5px auto 0;
  width: 100%;
  max-width: 300px;
  font: 17px/1 Inter;
  text-align: center;
  cursor: pointer;
  background: #fff;
  color: #108FAA;
  border: 2px solid #108FAA;
  border-radius: 8px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .show_more, .show_more:visited,
  .show_more2, .show_more2:visited {
    font: 14px/1 Inter;
  }
}
.show_more:visited, .show_more2:visited {
  color: #2168DE;
  text-decoration: none;
}
.show_more:hover, .show_more:focus, .show_more:visited:hover, .show_more:visited:focus,
.show_more2:hover, .show_more2:focus, .show_more2:visited:hover, .show_more2:visited:focus 
{
  background: #108FAA;
  color: #fff;
}

.show_item {
  display: none;
}
.modal-open .modal {
  overflow-y: scroll;
}

.pull-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-padding-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-padding-5 [class*="col-"] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.modal-backdrop {
  z-index: 100;
}

.modal {
  z-index: 110;
}

.form_fon {
  background: #E8E8E8;
  padding: 30px 29px;
}

@media (max-width: 767px) {
  .form_fon {
    padding: 10px 9px;
  }
}

.form_fon input[type="text"], .form_fon input[type="tel"], .form_fon input[type="password"] {
  background: #fff;
  border: 1px solid #fff;
}

.form_fon2 {
  background: #fff;
  padding: 30px 29px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .form_fon2 {
    padding: 10px 9px;
  }
}

.form_blue {
  max-width: 440px;
  background-color: #108FAA;
  color: #fff;
  padding: 30px 29px;
}

@media (max-width: 767px) {
  .form_blue {
    padding: 10px 9px;
  }
}

.form_blue .ok {
  color: #fff;
}

.hidden {
  display: none !important;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.list, .list_2, .list_3, .list_w {
  margin: 0;
  padding: 0;
}

.list li, .list_w li {
  position: relative;
  padding: 0 0 0 10px;
}

.list li:before,
.list_w li:before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #108FAA;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.list_w li:before{
  background: #fff;
  width: 4px;
  height: 4px;
  top: 4px;
}
.list li + li{
  margin-top: 10px;
}
.list_w li + li {
  margin-top: 5px;
}
.list_2 li{
  position: relative;
  padding: 0 0 0 25px;
}

.list_2 li:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/list_2.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
}
.list_2 li + li {
  margin-top: 10px;
}
.list_3 li {
  position: relative;
  padding: 0 0 0 15px;
}
.list_3 li:before {
  content: "-";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0px;
}
.list_3 li + li {
  margin-top: 10px;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.sub_h1 {
  font: 22px/1.2 Inter;
}

@media (max-width: 991px) {
  .sub_h1 {
    font: 18px/1.2 Inter;
  }
}

@media (max-width: 767px) {
  .sub_h1 {
    font: 17px/1.2 Inter;
  }
}

.sub_h2 {
  font: 22px/1.2 Inter;
  margin: 0px 0 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .sub_h2 {
    font: 20px/1.2 Inter;
  }
}

@media (max-width: 767px) {
  .sub_h2 {
    font: 18px/1.2 Inter;
  }
}
/* width */

@media (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 5px;
    border-radius: 2.5px;
  }

  ::-webkit-scrollbar-track {
    background: #CFE9EE; 
  }
   

  ::-webkit-scrollbar-thumb {
    background: #108FAA; 
    border-radius: 2.5px;
  }


  ::-webkit-scrollbar-thumb:hover {
    background: #108FAA; 
  }
}

#header {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  top: 0;
  padding: 27px 0 27px;
  z-index: 50;
  height: 100px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
}

#header.white {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }
}

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

@media (max-width: 991px) {
  section {
    padding: 35px 0;
  }
}

.fon {
  background: #EFFCEF;
}
.shadow{
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%) !important;
  border-radius: 8px;
  overflow: hidden;
}
/*** header ***/

.logo {
  max-width: 200px;
  height: 40px;
  display: block;
  background: url("../img/logo.svg") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

@media (max-width: 991px) {
  .logo {
    width: 134px;
    height: 35px;
  }
}

@media (max-width: 575px) {
  .logo {
    width: 100%;
    height: 35px;
    background-position: 0 center;
    background-size: contain;
  }
}
.time {
  font-size: 10px;
}

.time p {
  font-size: 10px;
  margin: 5px 0 0;
}

.icon_phone {
  padding: 0;
  position: relative;
  margin: 0 0 0 auto;
  max-width: 215px;
  text-align: center;
}

@media (max-width: 991px) {
  .icon_phone {
    padding: 0px 0 0;
    margin: 11px 0 0 auto;
    max-width: 160px;
  }
}

.icon_phone p {
  margin: 5px 0 0;
  font: 12px Inter;
}

@media (max-width: 767px) {
  .icon_phone p {
    font: 11px Inter;
  }
}

.phone2 {
  font: 22px/1.2 Inter;
  color: #fff;
  margin: 10px 0 0;
}

.btn_top .btn2 {
  padding: 3px 5px;
  font: 14px/1 Inter;
}

@media (max-width: 767px) {
  .btn_top {
    display: none;
  }
}

.phone_block {
  max-width: 300px;
  margin: 0px 0 0 auto;
}

@media (max-width: 991px) {
  .phone_block {
    margin: 0;
    max-width: 100%;
    margin: 0 20px;
    border-top: 2px solid #fff;
    color: #fff;
    padding: 20px 0;
  }
}

.phone {
  font: 17px/1 InterBold;
  color: #000;
  text-decoration: none;
}

.phone:visited,
.phone:hover,
.phone:focus {
  text-decoration: none;
  color: #000;
}

@media (max-width: 575px) {
  #header .phone{
    font-size: 14px;
  }
}
.btn_logo {
  display: none;
  font: 16px/1.3 InterBold;
  color: #000;
  border-bottom: 2px solid #fddb29;
  text-decoration: none;
}

.btn_logo:visited {
  color: #000;
  border-bottom: 2px solid #fddb29;
  text-decoration: none;
}

.btn_logo:hover,
.btn_logo:focus {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid transparent;
}

#header .btn {
  margin: 0 0 0 auto;
  padding: 10px 5px;
}

@media (max-width: 991px) {
  #header .btn {
    margin: 5px 0 0 auto;
    max-width: 175px;
    font-size: 12px;
  }
}

#menu {
  margin: 14px 0 0;
}

@media (max-width: 991px) {
  #menu {
    position: absolute;
    left: 0;
    right: 0;
    background: #0061AE;
    top: 100%;
    margin: 0;
  }
}

.menu_block {
  position: initial;
}

.navbar {
  padding: 0;
  position: initial;
}

.navbar-expand-lg .navbar-nav {
  font: 14px Inter;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-decoration: none;
  padding: 0px 2px;
  margin: 0 10px;
}

@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 2px;
  }
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:focus {
  text-decoration: none;
  color: #0061AE;
  border-bottom: 2px solid #FFDE02;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 24px;
    padding: 10px 10px;
    border-bottom: 0;
    position: relative;
    display: inline-block;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active,
  .navbar-expand-lg .navbar-nav .nav-link:hover,
  .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #fff;
    border-bottom: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link.active:before,
  .navbar-expand-lg .navbar-nav .nav-link:hover:before,
  .navbar-expand-lg .navbar-nav .nav-link:focus:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #FFDE02;
    bottom: 0;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xmlcharset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border: 1px solid #DBE2E9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: transparent;
  margin: -35px 0 0 auto;
}

.navbar-toggler:focus {
  background: transparent;
  outline: none;
}

.navbar-toggler .icon-bar {
  background-color: black;
  -webkit-transform: rotate(0deg) translate(0px, 0px);
  -ms-transform: rotate(0deg) translate(0px, 0px);
  transform: rotate(0deg) translate(0px, 0px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
  display: block;
  width: 18px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar:nth-child(2) {
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler .icon-bar+.icon-bar {
  margin-top: 4px;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
  width: 18px;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  -ms-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  -ms-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
  -webkit-transition: ease all .2s;
  -o-transition: ease all .2s;
  transition: ease all .2s;
}

.slick-arrow {
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  transition: box-shadow 0.3s ease;
  cursor: pointer;
}
.slick-arrow:hover {  
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
}
.arrow_prev, .arrow_prev2 {
  left: -45px;
  background: url(../img/slick_arrow_left.svg) 47% center no-repeat #fff;
  padding: 0;
}

.arrow_next, .arrow_next2 {
  right: -45px;
  background: url(../img/slick_arrow_right.svg) 53% center no-repeat #fff;
  padding: 0;
}
.arrow_prev2{
  left: 25px;
}
.arrow_next2{
  right: 25px;
}

@media (max-width: 1280px) {
  .arrow_prev {
    left: -10px;
  }
  .arrow_next {
    right: -10px;
  }
}

@media (max-width: 767px) {
  .arrow_prev, .arrow_prev2{
    left: 0;
    width: 30px;
    height: 30px;
  }
  .arrow_next, .arrow_next2{
    right: 0;
    width: 30px;
    height: 30px;
  }
}

.slick-dots {
  width: 100%;
  margin: 10px auto 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: none;
}

.slick-dots li:before {
  width: 9px;
  height: 9px;
  content: '';
  cursor: pointer;
  border: 1px solid #C3E3EA;
  background: #C3E3EA;
  display: block;
  border-radius: 50%;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active:before {
  background: #108FAA;
  border: 1px solid #108FAA;
}

.slick-vertical {
  padding: 50px 0;
}

.slick-vertical .slick-arrow {
  margin: 0 auto;
}

.slick-vertical .arrow_top, .slick-vertical .arrow_bot {
  border: 2px solid #108FAA;
  background: #fff;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.slick-vertical .arrow_top:hover, .slick-vertical .arrow_top:focus, .slick-vertical .arrow_bot:hover, .slick-vertical .arrow_bot:focus {
  background: #108FAA;
}

.slick-vertical .arrow_top:hover:before, .slick-vertical .arrow_top:focus:before, .slick-vertical .arrow_bot:hover:before, .slick-vertical .arrow_bot:focus:before {
  margin: 0px auto 0;
  width: 12px;
  height: 22px;
  background: url(../img/slick_arrow_bot.svg) 0 0 no-repeat;
}

.slick-vertical .arrow_top {
  top: 0;
}

.slick-vertical .arrow_top:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.slick-vertical .arrow_top:hover:before, .slick-vertical .arrow_top:focus:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-vertical .arrow_bot {
  right: initial;
  top: initial;
  bottom: 0;
}

.slick-vertical .arrow_bot:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-vertical .arrow_bot:hover:before, .slick-vertical .arrow_bot:focus:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.slick-slider{
  margin: 0 -15px;
}
.slick-list{
  margin: 0 0px;
}
@media(max-width: 767px){
  .slick-list{
    margin: 0 0px;
  } 
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0 15px;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #FDDB29;
  border: 1px solid #108FAA;
  background-color: #FDDB29;
}

/*** end header ***/
.custom-control {
  font: 14px/1.2 Inter;
  margin-top: 12px;
  min-height: 23px;
  padding: 0;
}

.custom-control-label:after, .custom-control-label:before {
  top: 0;
  cursor: pointer;
  left: 0;
}

.custom-control .custom-control-label {
  padding: 5px 0 0 35px;
  display: inline-block;
  cursor: pointer;
  min-height: 23px;
}

.custom-control-input:checked ~ .custom-control-label:before {
  border: 1px solid #108FAA;
  background: #108FAA;
}

.custom-control-label:before {
  border: 1px solid #108FAA;
  background: #EBEFF2;
}

.custom-radio .custom-control-label:before {
  width: 23px;
  height: 23px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  width: 23px;
  height: 23px;
  background: url(../img/checked.svg) center center no-repeat;
  margin: 0;
}
.custom-checkbox .custom-control-label:before {
  width: 23px;
  height: 23px;
  border-radius: 8px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  width: 23px;
  height: 23px;
  background: url(../img/checked.svg) center center no-repeat;
  margin: 0;
}

.custom-select {
  height: 48px;
  border: 1px solid #2498B1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url(../img/select_arrow.svg) 98% 19px no-repeat #fff;
  color: #2C3136;
}

.custom-select:focus {
  border: 1px solid #DBE2E9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkform{
  font-size: 12px;
  margin: 10px auto 0;
}
.checkform .custom-control .custom-control-label{
  padding: 0px 0 0 35px;
}
/*** footer ***/

/*** footer ***/
#footer {
  padding: 30px 0;
  font: 12px/1.2 Inter;
}
@media (max-width: 991px) {
  .footer_item {
    margin-top: 20px;
  }
}
.sub_footer{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sub_footer_item{
  margin: 10px 0 0 auto;
  padding: 0 5px;
}
@media(max-width: 767px){    
  .sub_footer_item{
    flex: 1 1 100%;
    text-align: center;
    margin-left: 0;
  }
}

.address{
  background: url(../img/address.svg) 0 0 no-repeat;
  padding: 0 0 0 15px;
  max-width: 220px;
  margin: 0 0 0 auto;
}
#footer .navbar-expand-lg .navbar-nav{
  justify-content: center;
}

/*end footer*/

.slider_nav, .slider_nav2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto 20px;
  overflow: auto;
  max-width: 1000px;
  border: 0;
}
@media (min-width: 991px) {
  .slider_nav, .slider_nav2{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slider_nav .nav-item, .slider_nav2 .nav-item {
  margin: 0;
}

.slider_nav .nav-link, .slider_nav .nav-link:visited {
  font: 16px/1.2 Inter;
  padding: 10px 10px;
  border: 1px solid #EBEFF2;
  background: #EBEFF2;
  margin: 0 5px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}

.slider_nav .nav-link.active, .slider_nav .nav-link:hover, .slider_nav .nav-link:focus, .slider_nav .nav-link:visited.active, .slider_nav .nav-link:visited:hover, .slider_nav .nav-link:visited:focus {
  border: 1px solid #D3EFFF;
  background: #D3EFFF;
  color: #2C3136;
}

.slider_nav2{
  border-bottom: 1px solid #D9E3EA;
  max-width: 100%;
  margin: 0 0 20px 0;
}
.slider_nav2 .nav-link, .slider_nav2 .nav-link:visited {
  font: 16px/1.2 Inter;
  padding: 10px 0px;
  border: 0px;  
  border-bottom: 2px solid transparent;
  margin: 0 15px;
  border-radius: 0px;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
}

.slider_nav2 .nav-link.active, .slider_nav2 .nav-link:hover{
  border: 0px;  
  border-bottom: 2px solid #108FAA;
  color: #108FAA;
  background: none;
}

.video_link {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.video_link:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../img/youtube-black.svg);
  -webkit-background-size: 90px 70px;
  background-size: 90px 70px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.video_link:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../img/youtube-red.svg);
  opacity: .8;
}
.video_link img {
  display: block;
  width: 100%;
}

/*calculator*/
#calculator {
  background: url(../img/calculator.jpg) center 0 no-repeat #F4F5F8;
}

@media (max-width: 991px) {
  #calculator {
    background: url(../img/calculator_md.jpg) center 0 repeat-x #F4F5F8;
  }
}

@media (max-width: 767px) {  
  #calculator {
    background: url(../img/calculator_s.jpg) center 0 repeat-x #F4F5F8;
  }
}

.fs_list{

}
.fs_item{
  position: relative;
  height: 50px;
  padding: 0 0 0 60px;
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.fs_item:before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;  
  border-radius: 8px;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.fs_item_1:before{
  background: url(../img/fs_item_1.svg) center center no-repeat #fff;
}
.fs_item_2:before{
  background: url(../img/fs_item_2.svg) center center no-repeat #fff;
}
.fs_item_3:before{
  background: url(../img/fs_item_3.svg) center center no-repeat #fff;
}

.calc {
  max-width: 630px;
  margin: 30px 0 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding: 33px 40px 0;
  /*box-shadow: 0 0 5px rgb(0 0 0 / 30%);*/
}
@media(max-width: 991px){
  .calc{
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  .calc {
    padding: 15px 15px 0;
  }
}
.calc header {
  font: 28px/1 InterBold;
  margin: 0px 0 0px;
  text-align: center;
}

@media (max-width: 991px) {
  .calc header {
    font: 24px/1 InterBold;
  }
}

@media (max-width: 767px) {
  .calc header {
    font: 20px/1 InterBold;
  }
}

.calc_item .header {
  font: 16px/1.2 InterBold;
  margin: 20px 0 0px 0;
}

.calc .calc_item {
  margin: 20px 0 0;
}
.calc .btn2{
  margin: 8px 0 0;
}
.calc_obj .btn2{
  padding: 11px 3px 12px;
}
.calc .btn2 input{
  display: none;
}

.calc .input_range {
  margin: -1px 8px 0;
}

.input_range_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  background: #fff;
  border: solid 1px #2498B1;
  font: 14px Inter;
  padding: 10px;
  border-radius: 8px;
  margin: 10px 0 0;
  text-align: center;
  position: relative;
}
@media(max-width: 767px){
  #slider_range_value{
    max-width: 100% !important;
    text-align: center;
  }
}

.calc_room_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #DBEEF2;
  padding: 3px;
  margin: 10px 0 0;
  border-radius: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.calc_room_btn a, .calc_room_btn a:visited {
  padding: 8px 2px 9px;
  max-width: 45px;
  width: 100%;
  font: 16px/1 Inter;
  border-radius: 8px;
  color: #576570;
  text-align: center;
  text-decoration: none;
  display: block;
}

.calc_room_btn a:hover, .calc_room_btn a:focus, 
.calc_room_btn a.active, .calc_room_btn a:visited:hover, 
.calc_room_btn a:visited:focus, .calc_room_btn a:visited.active {
  color: #fff;
  background: #108FAA;
}
.calc_rem_block .calc_rem_item {
  display: none;
}

.calc_rem_block .calc_rem_item.active {
  display: block;
}
.calc_rem_block .btn2{
  text-align: left;
}

.calc .btn{
  max-width: 280px;
  margin: 0 auto;
}
.calc_footer {
  padding: 25px 40px;
  margin: 26px -40px 0;
  background: #F0F1F2;
  font-size: 12px;
  text-align: center;
  color: #707070;
}
@media (max-width: 767px) {
  .calc_footer {
    padding: 15px;
    margin: 25px -15px 0;
  }
  .calc_footer .btn{
    margin: 20px auto 0;
  }
}
.calc_footer .btn3{
  border-radius: 8px;
}

.btn_calc_phone{
  background: url(../img/btn_calc_phone.webp) 10px center no-repeat #FE9E00;
}
.btn_calc_phone.active, .btn_calc_phone:hover, .btn_calc_phone:focus{
  background: url(../img/btn_calc_phone_col.webp) 10px center no-repeat #fff;
}
.btn_calc_wa{
  background: url(../img/btn_calc_wa.webp) 10px center no-repeat #FE9E00;
}
.btn_calc_wa.active, .btn_calc_wa:hover, .btn_calc_wa:focus{
  background: url(../img/btn_calc_wa_col.webp) 10px center no-repeat #fff;
}
/*end calculator*/


/*noui*/

/*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement
 */
.noUi-connects{
  background: #F0F1F2;
}
.noUi-horizontal {
  height: 2px;
  background: #108FAA;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -8px;
  left: auto;
}

/* Styling
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #e8e8e8;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.noUi-connect {
  background: #108FAA;
}

/* Handles and cursors
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%, 0);
  -ms-transform: translate(0, -50%, 0);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #2C3136;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.range-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.range-container .range-input {
  max-width: 68px;
  border: none;
  padding: 0;
  height: 44px;
  background-color: #e8e8e8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.range-container .range-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.range-container #range {
  height: 12px;
}

.range-input {
  margin-right: 15px;
  color: #6b6966;
  text-align: center;
}

.noUi-horizontal {
  border: none;
  background-color: #e6e6e6;
}

.noUi-horizontal .noUi-handle {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 10px;
  height: 30px;
  top: -12px;
  border: none;
  border: 1px solid #fddb29;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px  4px #fddb29;
  box-shadow: 0px 2px  4px #fddb29;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle:active,
.noUi-horizontal .noUi-handle:focus,
.noUi-horizontal .noUi-handle:hover {
  outline: none;
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}

/* custom */
.noUi-connects {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: -8px;
  border: none;
  background: #108FAA;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*end noui*/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  border-radius: 8px;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #2C3136;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
.fancy-popup .form{
  margin: 20px auto 0;
}
.fancy-popup, .fancy_wide, .fancy_rate{
  display: none;
  border: 0;
  max-width: 770px;
  width: 100%;
  font-size: 16px;
}
.fancy-popup header, .fancy_wide header{
  font: 24px/1.2 InterBold;
  margin: 0 0 10px 0;
}
@media(max-width: 767px){   
  .fancy-popup, .fancy_wide, .fancy_rate{
    padding: 15px;
  }
  .fancy-popup header, .fancy_wide header{
    font: 20px/1.2 InterBold;
  } 
}

.fancy_logo img {
  height: 35px;
}
.fancy_logo + header{
  margin: 20px 0 0;
}
.fancy-popup p, .fancy_wide p,
.fancy_rate p{
  margin: 10px 0 0;
}

.fancy-popup .btn, .fancy-popup .btn2, 
.fancy_wide .btn, .fancy_wide .btn2
{
  max-width: 100%;
}

.fancy-popup .list, .fancy_wide .list,
.fancy_rate .list{
  margin: 20px 0 0 0px;
}
.fancy_rate .btn_hide{
  position: absolute;
  z-index: -1;
  font-size: 1px;
}
.fancy_wide {
  max-width: 900px;
}

.fancy_wide > header {
  text-align: center;
}
@media(max-width: 767px){
  .fancy_wide > header {
    text-align: left;
  }
}

.fancy_rate{
  max-width: 830px;
  padding-bottom: 240px;
  background: url(../img/fancy_rates.jpg) center bottom no-repeat #fff;
}
.fancy_rate header{
  font: 30px/1.2 InterBold;
  margin: 0 0 10px 0;
}
@media(max-width: 767px){   
  .fancy_rate header{
    font: 20px/1.2 InterBold;
  } 
}
.fancy_rate .header {
  font: 20px/1.2 InterBold; 
  margin: 0 0 20px;
}
@media(max-width: 767px){ 
  .fancy_rate .header {
    font: 18px/1.2 InterBold; 
    margin: 20px 0 20px 0;
  }
}
.fancy_rate .btn, .fancy_rate .btn2{
  margin: 30px auto 0; 
  max-width: 310px;
}
.fancy_img_container{
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.fancy_img_text_header{
  font: 14px/1.2 InterBold;
  position: absolute;
  z-index: 1;
  bottom: 51px;
  right: 15px;
  background: #fff;
  border-radius: 8px;
  padding: 7px 10px 8px;
  border: 1px solid #E6E6E6;
}
.fancy_img_text_text{
  font: 12px/1.2 Inter;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px 9px;
  border: 1px solid #E6E6E6;
}
.fancy_img img{
  width: 100%;
}
/*services*/
.service_slider .slick-slide>div{
  height: 100%;
  height: calc(100% - 5px);
  display: flex;
}
.service_item{
  padding: 30px;
  font-size: 16px;
  margin: 5px 0 0;
  display: flex !important;
}
.service_fon{
  background: #EAFCEF;
}
.service_item header{
  font: 20px/1.2 InterBold;
  margin: 0 0 15px;
}
@media(max-width: 767px){   
  .service_item header{
    font: 18px/1.2 InterBold;
  } 
}
.service_item img{
  max-width: 100%;
}
.service_item_container{
  display: flex;
  height: 100%;
  flex-direction: column;
}
.service_item_text{
  margin: 0 0 20px 0;
}
.service_item .btn{
  margin: auto auto 0 0;
}
/*end services*/

/*how_to_work*/
.how_item{
  position: relative;
  padding: 15px 0 0 80px;
  font-size: 16px;
}
@media(max-width: 767px){   
  .how_item{
    padding: 12px 0 0 60px;
    font-size: 14px;
  } 
}
.how_item + .how_item{
  margin-top: 25px;
}
.how_item span{
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  background: #fff;
  border: 2px solid #E1E2E5;
  color: #9096A0;
  font: 24px/1.2 Inter;
  text-align: center;
  padding: 13px;
}
@media(max-width: 767px){   
  .how_item span{
    width: 45px;
    height: 45px;
    padding: 6px;
  } 
}
.how_item header{
  font: 20px/1.2 InterBold;
}
@media(max-width: 767px){   
  .how_item header{
    font: 18px/1.2 InterBold;
  } 
}
.how_item .btn{
  margin: 20px auto 0 0;
}
/*end how_to_work*/

/*map*/
#map{
  padding: 0;
}
@media(max-width: 991px){
  #map{
    padding: 0;
  }
}
#map_content img{
  width: 100%;
}
#map_content{
  min-height: 595px;
}
.sub_map{
  padding: 35px 0;
  background: #108FAA;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.sub_map a, .sub_map a:visited{
  color: #fff;
}
.sub_map a:hover, .sub_map a:focus{
  color: #fff;
}
/*end map */

/*rates*/
.rates_slider .slick-slide>div{
  height: calc(100% - 5px);
  display: flex;
}
.rate_item{
  padding: 30px;
  font-size: 15px;
  margin: 5px 0;
  background: #fff;
  height: calc(100% - 5px);
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.rate_item .header{
  position: relative;
  padding: 7px 0 20px 0px;
  font: 18px/1.2 InterBold;
  border-bottom: 1px solid #E1EBE5;
}
.rate_item p{
  margin: 12px 0 0;
}
.rate_item .header span{
  border-radius: 8px;
  display: block;
  overflow: hidden;
  float: left;
  margin: -7px 15px 0 0;
}

.rate_item .header p{
  margin: 5px 0 0;
  font: 15px/1.2 Inter;
}
.rate_item_text{
  margin: 15px 0 0;
}
.rate_item .list_3{
  margin: 10px 0 0;
  height: 165px;
  overflow-y: scroll;
}
.price_old{
  text-decoration: line-through;
  margin: 15px 0 0;
  text-align: left;
}
.price_new{
  font: 18px/1.2 InterBold;
  color: #108FAA;
  margin: 5px 0 0;
  text-align: left;
}
.btn_container{
  margin: auto 0 0 0;
  text-align: center;
}
.btn_container .btn{
  margin: 20px 0 20px;
}
.btn_container a:not(.btn), .btn_container a:not(.btn):visited{
  color: #108FAA;
  font: 17px/1.2 InterBold;
}
.fancy_list_container{
  height: 210px;
  overflow-y: scroll;
}
/*end rates*/

/*portfolio*/
.posrtfolio_item_img{
  border-radius: 8px;
  overflow: hidden;
}
.posrtfolio_item_img img{
  width: 100%;
}
.posrtfolio_item_text{
  margin: 25px 0 0;
}
.posrtfolio_item_text header{
  font: 20px/1.2 InterBold;
}
.posrtfolio_item_descr{
  display: flex;
}
.posrtfolio_item_descr--item{
  padding: 0 15px;
}
.posrtfolio_item_area,
.posrtfolio_item_date,
.posrtfolio_item_cost{
  padding: 0 0 0 35px;
  position: relative;
  font-size: 14px;
  min-height: 25px;
  margin: 15px 0 0;
  display: flex;
  align-items: center;
}
.posrtfolio_item_area:before,
.posrtfolio_item_date:before,
.posrtfolio_item_cost:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
}

.posrtfolio_item_area:before{
  background: url(../img/port_icon_1.svg) 0 0 no-repeat;
}
.posrtfolio_item_date:before{
  background: url(../img/port_icon_2.svg) 0 0 no-repeat;
}
.posrtfolio_item_cost:before{
  background: url(../img/port_icon_3.svg) 0 0 no-repeat;
}
.zoom_icon{
  position: relative;
  display: block;
}
.zoom_icon:before{
  content: '';
  display: none;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.zoom_icon:hover:before{
  display: block;
  background: url(../img/zoom_icon.svg) center center no-repeat rgba(255, 255, 255, .2);
}
/*end portfolio*/

/*consultation*/
#consultation {
  background: url(../img/consultation.jpg) center 0 no-repeat #F4F5F8;
}
@media (max-width: 991px) {
  #consultation {
    background: url(../img/consultation_md.jpg) center 0 repeat-x #F4F5F8;
  }
}
@media (max-width: 767px) {  
  #consultation {
    background: url(../img/consultation_s.jpg) center 0 repeat-x #F4F5F8;
  }
}
.consultation_p{
  font-size: 18px;
  text-align: center;
}
@media(max-width: 767px){
  .consultation_p{
    font-size: 16px;
  } 
}
.consultation_form{  
  margin: 30px auto 0;
  max-width: 570px;
}
.consultation_form_white{
  border-radius: 8px;
  background: #fff;
  padding: 5px;
}
@media(max-width: 767px){
  .consultation_form{
    max-width: 310px;
  }
  .consultation_form_white{
    background: none;
    padding: 0;
  }
}
.consultation_form input[type="tel"]{
  border: 1px solid #fff;
  margin: 2px 0 0;
}
@media(min-width: 768px){
  .consultation_form .form-group{
    margin: 0;
  }
}
/*end consultation*/

/*calc_wide*/
.calc_wide{

}
.calc_wide .btn, .calc_wide .btn3{
  max-width: 100%;
}
.calc_wide_footer{
  font: 16px/1.2 InterBold;
  color: #108FAA;
  background: url(../img/calc_wide_footer.png) 95% bottom no-repeat #EFFCEF;
  border-radius: 8px;
  padding: 25px 160px 25px 30px;
}
@media(max-width: 575px){
  .calc_wide_footer{
    font: 16px/1.2 InterBold;
    color: #108FAA;
    background: #EFFCEF;
    border-radius: 8px;
    padding: 25px 30px 25px 30px;
  } 
}
.calc_wide .btn2{
  margin: 8px 15px 0 0;
  max-width: fit-content;
  padding: 11px 10px 12px;
  white-space: nowrap;
}
.calc_wide .btn2 input{
  display: none;
}
.calc_wide_left{
  padding: 0 20px 0 0;
  height: 455px;
  overflow-y: scroll;
}
.calc_wide_sub_text{
  font: 12px/1.2 Inter;
  color: #A3A3A3;
  max-width: 550px;
  margin: 20px auto 0 0;
}
@media(max-width: 991px){
  .calc_additional{
    margin-top: 30px;   
  }
}
@media(min-width: 768px){
  .calc_wide .header + .btn-group-toggle{
    margin: 0 0 0 20px;
  }
}
.calc_wide .input_range {
  margin: -1px 8px 0;
}
.calc_wide_rem_block .calc_wide_rem_item {
  display: none;
}
.calc_wide_rem_block .calc_wide_rem_item.active {
    display: block;
}
/*end calc_wide*/


/*review_nav*/
@media(min-width: 375px){
  .review_nav{
    justify-content: center;
  }
}
/*end review_nav*/

/*ty_banner*/
#ty_banner {
  background: url(../img/ty_banner.jpg) center 0 no-repeat #F4F5F8;
}
@media (max-width: 991px) {
  #ty_banner {
    background: url(../img/ty_banner_md.jpg) center 0 repeat-x #F4F5F8;
  }
}

@media (max-width: 767px) {  
  #ty_banner {
    background: url(../img/ty_banner_s.jpg) center 0 repeat-x #F4F5F8;
  }
}

#ty_banner h1{
  text-align: left;
  color: #108FAA;
}
@media (max-width: 991px) {
  #ty_banner h1{
    text-align: center
  }
}
.ty_banner_test{
  font: 22px/1.2 Inter;
  margin: 30px 0 30px;
}

@media (max-width: 991px) {
  .ty_banner_test{
    font: 16px/1.2 Inter;
    text-align: center;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ty_banner_test{
    padding: 0;
  }
  .ty_banner_test br{ 
    display: none;
  }
}
.ty_banner_block{
  background: #fff;
  border-radius: 12px;
  max-width: 670px;
  margin: 30px 0 0 0;
  padding: 30px;
}
.ty_banner_block header{
  font: 18px/1.2 InterBold;
  margin: 0 0 15px;
}
@media(max-width:  991px){
  .ty_banner_block header{
    font: 16px/1.2 InterBold;
  }
}

.ty_review_item{
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  margin: 30px auto 0;
}
@media(min-width: 992px){
  .ty_review_item{
    padding: 30px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    height: calc(100% - 30px);
  }
}
.ty_review_text{
  margin: 0 0 20px;
}
.ty_review_link{
  margin: auto 0 0;
  font: 14px/1.2 Inter;
}
.review_item img{
  width: 100%;
}
.ty_review_item a, .ty_review_item a:visited {
  color: #0260A9;
}
.ty_banner_img{
  position: absolute;
  bottom: 0;
  margin: 0 0 -70px 0;
}
@media(max-width: 991px){
  .ty_banner_img{
    margin: 0 0 -35px 0;
  }
}
.ty_banner_img__text{
  background: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 70px;
  right: 0;
}
.ty_banner_img__text p{
  margin: 5px 0 0;
}
/*end ty_banner*/

/*team*/
@media(min-width: 425px){
  .team_nav{
    justify-content: center;
  }
}

.team_slider .slick-slide>div {
  height: calc(100% - 5px);
  display: flex;
}
.team_item{
  background: #fff;
  display: flex !important;
  flex-direction: column;
  margin: 5px 0 0;
}
.team_content{
  padding: 25px;
}
.team_item .header{
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  font: 18px/1.2 InterBold;
  border-bottom: 1px solid #E1EBE5;
}
.team_item .header p{
  font: 15px/1.2 Inter; 
  margin: 5px 0 0;
}
.rating_icon_block{
  border-radius: 8px;
  background: url(../img/rating_icon_block.svg) 12px 12px no-repeat #DBEEF2;
  padding: 12px 12px 12px 30px;
  margin: 0 10px 0 0;
}
.team_item .btn{
  margin: auto 25px 25px;
  max-width: 100%;
  width: auto;
}
.team_img img{
  width: 100%;
  width: 100%;
    height: 100%;
    /* max-height: 115px; */
    object-fit: cover;
}
.team_img {
  height: 380px;
}
.rating_star{
  display: flex;  
  align-items: center;

}
.rating_item{
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  background: url(../img/rating.png) 0 0 no-repeat;
  position: relative;
  z-index: 1;
}
.rating_item div{  
  width: 15px;
  height: 15px;
  background: url(../img/rating.png) 0 0 no-repeat;
  position: relative;
  z-index: 5;
}
.rating_item span{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 15px;
  background: #FE9E00;
}
.rating_item.full span{
  width: 15px;
}
/*end team*/

/*popup btn*/
.btn-group{
  border-radius: 8px;
}
.btn-group .btn3{
  margin: 0px 0 0;
}
.btn-group .btn3{
  padding: 11px 3px 12px 30px;
}
@media(max-width: 767px){
  .btn-group .btn3{
    font-size: 12px;
  }
}
.btn-group .btn3 input{
  display: none;
}
.btn-group label:first-child{
  border-bottom-left-radius:  8px;
  border-top-left-radius:  8px;  
}
.btn-group label:last-child{
  border-bottom-right-radius:  8px;
  border-top-right-radius:  8px;  
}
.btn_phone{
  background: url(../img/btn-group/btn_phone.webp) 10px center no-repeat;
}
.btn_phone.active, .btn_phone:hover, .btn_phone:focus{
  background: url(../img/btn-group/btn_phone_wh.webp) 10px center no-repeat #108faa;
}
.btn_wa{
  background: url(../img/btn-group/btn_wa.webp) 10px center no-repeat;
}
.btn_wa.active, .btn_wa:hover, .btn_wa:focus{
  background: url(../img/btn-group/btn_wa_wh.webp) 10px center no-repeat #108faa;
}
.btn_tg{
  background: url(../img/btn-group/btn_tg.webp) 10px center no-repeat;
}
.btn_tg.active, .btn_tg:hover, .btn_tg:focus{
  background: url(../img/btn-group/btn_tg_wh.webp) 10px center no-repeat #108faa;
}
/*end popup btn*/


/*fancy__quiz*/
.fancy__quiz{
  max-width: 1050px;
  padding: 0;
  font-size: 14px;
}
.fancy__quiz_container{
  display: flex;
}
.fancy__quiz-fon{
  background: #EFFCEF;
}
.fancy__quiz_text{
  padding: 30px;
}
@media(max-width: 991px){
  .fancy__quiz_text{
    padding: 15px;
  }  
}
.fancy__quiz_text-border{
  border-top: 1px solid #C3E3EA;
}


.btn__goup_quiz .custom-control-label:after, 
.btn__goup_quiz .custom-control-label:before {
  top: 7px;
  cursor: pointer;
  left: 7px;
}

.btn__goup_quiz .custom-control .custom-control-label {
  padding: 10px 10px 10px 45px;
  border: 1px solid #93CCD9;
  display: block;
  cursor: pointer;
  min-height: 23px;
  border-radius: 10px;
}
.btn__goup_quiz .custom-control-input:checked ~ .custom-control-label{
  border: 1px solid #108FAA;
}
.btn__goup_quiz .custom-control-input:checked ~ .custom-control-label:before {
  border: 1px solid #108FAA;
  background: #fff;
}

.btn__goup_quiz .custom-control-label:before {
  border: 1px solid #108FAA;
  background: #fff;
}

.btn__goup_quiz .custom-radio .custom-control-label:before {
  width: 23px;
  height: 23px;
}

.btn__goup_quiz .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
  width: 17px;
  height: 17px;
  background: #108FAA;
  border-radius: 50%;
  margin: 3px;
}
.fancy__quiz .btn_next{
  max-width: 230px;
  padding: 17px 5px 18px;
  margin: 0;
  text-align: center;
}
.fancy__quiz_img{
  border-radius: 10px;
  border: 2px solid #108FAA;
  overflow: hidden;
}
.fancy__quiz_text-header{
  font: 18px/1.2 InterBold;
}

.fancy__quiz_progress{
  position: relative;
}
.fancy__quiz_progress__line{
  height: 7px;
  width: 100%;
  border-radius: 4px;
  background: #F0F1F2;
  position: relative;
  margin: 10px 0 0;
}
.fancy__quiz_progress__line:before{
  content: '';
  display: block;
  height: 7px;
  width: 95%;
  background: #108FAA;
  border-radius: 4px;
  position: absolute; 
  z-index: 1;
  left: 0;
  top: 0;
}
.fancy__quiz_progress__value{
  position: absolute;
  display: block;
  left: 95%;
  margin: -30px 0 0 -15px;
}
.fancy__quiz_progress__value:before{
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #108FAA transparent transparent transparent;
}
.fancy__quiz_progress-header{  
  font: 22px/1.2 InterBold;
}
.fancy__quiz_container-step,
.fancy__quiz_progress-text{
  display: none;
}
.fancy__quiz_container-step.active,
.fancy__quiz_progress-text.active{
  display: block;
}
/*end fancy__quiz*/


/* office */

#office {
  padding-bottom: 0;
}

@media(max-width: 991px) {
  #office {
    padding-bottom: 0;
  }
}

.office_map_block {
  margin: 30px 0 0;
  position: relative;
}

.office_map_block iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}

@media(max-width: 767px) {
  .office_map_block iframe {
    position: relative;
    margin: 15px 0 0;
    height: 285px
  }
}

.office_block {
  margin: 0 0 0 auto;
  max-width: 400px;
  background: #fff;
  position: relative;
  z-index: 2;
}

@media(max-width: 767px) {
  .office_block {
    margin: 0 auto;
  }
}

.office_block img {
  width: 100%;
}

.office_block_text {
  padding: 25px;
}

@media(max-width: 991px) {
  .office_block_text {
    padding: 15px;
  }
}

.office_block_text header {
  font: 20px/1.2 InterBold;
  margin: 0 0 5px;
}

.office_block_item {
  padding: 0 0 0 30px;
  min-height: 25px;
  margin: 10px 0 0;
}

.office_block_item_1 {
  background: url(../img/office_block_item_1.svg) 0 0 no-repeat;
}

.office_block_item_2 {
  background: url(../img/office_block_item_2.svg) 0 0 no-repeat;
}

.office_block_item_3 {
  background: url(../img/office_block_item_3.svg) 0 0 no-repeat;
}

.office_block_item_4 {
  background: url(../img/office_block_item_4.svg) 0 0 no-repeat;
}

.office_block_item_5 {
  background: url(../img/office_block_item_5.svg) 0 0 no-repeat;
}

.office_block_item a {
  color: #0260A9;
  font: 16px/1.2 InterBold;
}

.office_block .btn {
  margin: 25px 0 0;
}

@media(max-width: 767px) {
  .office_block .btn {
    margin: 25px auto 0;
  }
}


/* end office */
.agree {
  margin-top: 10px;
  font-family: var(--font-family-italic);
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
  color: rgba(45, 47, 51, 0.75);
}
.agree input {
  display: none;
}
.agree label {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 12px;
  line-height: 1.4;
}
.agree label::before {
  content: '';
  flex-shrink: 0;
  flex-basis: 18px;
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNzUgMTUuNzVDMy4zMzc1IDE1Ljc1IDIuOTg0NSAxNS42MDMzIDIuNjkxIDE1LjMwOThDMi4zOTc1IDE1LjAxNjMgMi4yNTA1IDE0LjY2MyAyLjI1IDE0LjI1VjMuNzVDMi4yNSAzLjMzNzUgMi4zOTcgMi45ODQ1IDIuNjkxIDIuNjkxQzIuOTg1IDIuMzk3NSAzLjMzOCAyLjI1MDUgMy43NSAyLjI1SDE0LjI1QzE0LjY2MjUgMi4yNSAxNS4wMTU4IDIuMzk3IDE1LjMwOTggMi42OTFDMTUuNjAzOCAyLjk4NSAxNS43NTA1IDMuMzM4IDE1Ljc1IDMuNzVWMTQuMjVDMTUuNzUgMTQuNjYyNSAxNS42MDMzIDE1LjAxNTggMTUuMzA5OCAxNS4zMDk4QzE1LjAxNjMgMTUuNjAzOCAxNC42NjMgMTUuNzUwNSAxNC4yNSAxNS43NUgzLjc1WiIgZmlsbD0iIzJEMkYzMyIgZmlsbC1vcGFjaXR5PSIwLjQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.agree input:checked ~ label::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTUgMTIuMTVMMTMuMjM3NSA2Ljg2MjVMMTIuMTg3NSA1LjgxMjVMNy45NSAxMC4wNUw1LjgxMjUgNy45MTI1TDQuNzYyNSA4Ljk2MjVMNy45NSAxMi4xNVpNMy43NSAxNS43NUMzLjMzNzUgMTUuNzUgMi45ODQ1IDE1LjYwMzMgMi42OTEgMTUuMzA5OEMyLjM5NzUgMTUuMDE2MyAyLjI1MDUgMTQuNjYzIDIuMjUgMTQuMjVWMy43NUMyLjI1IDMuMzM3NSAyLjM5NyAyLjk4NDUgMi42OTEgMi42OTFDMi45ODUgMi4zOTc1IDMuMzM4IDIuMjUwNSAzLjc1IDIuMjVIMTQuMjVDMTQuNjYyNSAyLjI1IDE1LjAxNTggMi4zOTcgMTUuMzA5OCAyLjY5MUMxNS42MDM4IDIuOTg1IDE1Ljc1MDUgMy4zMzggMTUuNzUgMy43NVYxNC4yNUMxNS43NSAxNC42NjI1IDE1LjYwMzMgMTUuMDE1OCAxNS4zMDk4IDE1LjMwOThDMTUuMDE2MyAxNS42MDM4IDE0LjY2MyAxNS43NTA1IDE0LjI1IDE1Ljc1SDMuNzVaIiBmaWxsPSIjMkQyRjMzIiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L3N2Zz4K);
}
.agree a {
  font-style: inherit;
  color: #0039CA;
  text-decoration: underline;
}
button:disabled,
input:disabled {
  opacity: 0.8;
}