* {
  padding: 0;
  margin: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}
/*
==
*/
/*
==
*/
h1.title,
h2.title,
h3.title {
  font-size: 40px;
  font-family: 'Bebas Neue Bold', sans-serif;
  margin-bottom: 35px;
}
h1.title .ico,
h2.title .ico,
h3.title .ico {
  margin-right: 30px;
  display: inline-block;
  height: 100%;
}
h1.title .line-txt,
h2.title .line-txt,
h3.title .line-txt {
  font-family: 'Akrobat Bold', sans-serif;
}
/*
==
*/
.main_gradient {
  background: #8be1db;
  background: -moz-linear-gradient(top, #8be1db 0%, #248474 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8be1db), color-stop(100%, #248474));
  background: -webkit-linear-gradient(top, #8be1db 0%, #248474 100%);
  background: -o-linear-gradient(top, #8be1db 0%, #248474 100%);
  background: -ms-linear-gradient(top, #8be1db 0%, #248474 100%);
  background: linear-gradient(to bottom, #8be1db 0%, #248474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8be1db', endColorstr='#248474', GradientType=0);
}
.btn {
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn-blue {
  line-height: 50px;
  padding: 0 40px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  display: table;
  font-family: 'Bebas Neue Bold', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  transition: all 0.4s;
  background: #8be1db;
  background: -moz-linear-gradient(top, #8be1db 0%, #248474 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #8be1db), color-stop(100%, #248474));
  background: -webkit-linear-gradient(top, #8be1db 0%, #248474 100%);
  background: -o-linear-gradient(top, #8be1db 0%, #248474 100%);
  background: -ms-linear-gradient(top, #8be1db 0%, #248474 100%);
  background: linear-gradient(to bottom, #8be1db 0%, #248474 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8be1db', endColorstr='#248474', GradientType=0);
}
.btn-blue:hover {
  color: #fff;
  background: #248474;
  background: -moz-linear-gradient(top, #248474 0%, #8be1db 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #248474), color-stop(100%, #8be1db));
  background: -webkit-linear-gradient(top, #248474 0%, #8be1db 100%);
  background: -o-linear-gradient(top, #248474 0%, #8be1db 100%);
  background: -ms-linear-gradient(top, #248474 0%, #8be1db 100%);
  background: linear-gradient(to bottom, #248474 0%, #8be1db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#248474', endColorstr='#8be1db', GradientType=0);
}
input {
  outline: none;
  border: none;
  box-shadow: none;
}
input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Akrobat Regular', sans-serif;
  font-size: 24px;
  color: #000000;
  display: flex;
  flex-direction: column;
}
.wrapper {
  flex: 1 0 auto;
}
.line-txt {
  display: inline-block;
  position: relative;
  line-height: 1;
  /*  &:before {
      position: absolute;
      content: '';
      display: block;
      left: 0;
      right: 0;
      bottom: 0.1em;
      height: 0.3em;

      background: rgba(139, 225, 219, 1);
      background: -moz-linear-gradient(top, rgba(139, 225, 219, 1) 0%, rgba(36, 132, 116, 1) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(139, 225, 219, 1)), color-stop(100%, rgba(36, 132, 116, 1)));
      background: -webkit-linear-gradient(top, rgba(139, 225, 219, 1) 0%, rgba(36, 132, 116, 1) 100%);
      background: -o-linear-gradient(top, rgba(139, 225, 219, 1) 0%, rgba(36, 132, 116, 1) 100%);
      background: -ms-linear-gradient(top, rgba(139, 225, 219, 1) 0%, rgba(36, 132, 116, 1) 100%);
      background: linear-gradient(to bottom, rgba(139, 225, 219, 1) 0%, rgba(36, 132, 116, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8be1db', endColorstr='#248474', GradientType=0);
    }

    i {
      font-style: normal;
      position: relative;
      z-index: 2;
    }*/
}
.line-txt i {
  font-style: normal;
}
header {
  padding: 25px 0;
  background: #e1e7e6;
  -webkit-box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 3px 27px 0px rgba(0, 0, 0, 0.11);
}
header .right {
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
header .right a {
  color: #000000;
}
header .right a:hover {
  color: #05b6a8;
}
header .right .link {
  margin-right: 50px;
}
header .right .link i {
  margin-right: 9px;
}
header .right .dropdown {
  padding-top: 3px;
}
header .right .dropdown .dropdown-toggle img {
  margin-right: 5px;
}
header .right .dropdown .dropdown-toggle i {
  margin-left: 5px;
  position: relative;
  top: -1px;
}
header .right .dropdown .dropdown-toggle:after {
  display: none;
}
header .right .dropdown .dropdown-menu {
  background: #e1e7e6;
  min-width: 80px;
  padding: 0;
}
header .right .dropdown .dropdown-menu a {
  padding: 10px;
  text-align: center;
  display: block;
}
header .right .dropdown .dropdown-menu a img {
  margin-right: 5px;
}
header .right .burger {
  width: 32px;
  margin-left: 18px;
  cursor: pointer;
  position: relative;
}
header .right .burger span {
  width: 100%;
  display: block;
  height: 3px;
  margin: 6px 0;
  background: #039c8b;
}
header .right .burger span:first-child {
  background: #05bdaf;
}
header .right .burger span:last-child {
  background: #02816f;
}
header .pushy {
  background: #05b6a8;
  color: #fff;
}
header .pushy a {
  color: #fff;
}
header .pushy a:hover {
  color: #fff;
}
header .pushy .pushy-content {
  font-family: 'Bebas Neue Regular', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
header .pushy .pushy-content .lang {
  background: #e8f5f3;
  padding: 15px;
}
header .pushy .pushy-content .lang a {
  color: #000000;
  font-size: 20px;
  font-family: 'Bebas Neue Bold', sans-serif;
}
header .pushy .pushy-content .user {
  padding: 15px;
  font-size: 20px;
  font-family: 'Bebas Neue Bold', sans-serif;
  border-bottom: 1px solid #e8f5f3;
}
header .pushy .pushy-content .user .link {
  margin: 0;
}
header .pushy .pushy-content .pushy-menu {
  padding: 0;
  margin: 0;
}
header .pushy .pushy-content .pushy-menu li {
  display: block;
  line-height: 60px;
  padding: 0 30px;
  text-align: right;
  transition: all 0.4s;
}
header .pushy .pushy-content .pushy-menu li a {
  padding: 0;
  display: block;
}
header .pushy .pushy-content .pushy-menu li:hover {
  background: #e8f5f3;
}
header .pushy .pushy-content .pushy-menu li:hover a {
  color: #05b6a8;
}
header .pushy .pushy-content .soc {
  border-top: 1px solid #e8f5f3;
  padding: 15px 30px;
  text-align: right;
  margin: 0;
}
header .pushy .pushy-content .soc li {
  display: inline-block;
  margin-left: 10px;
}
header .pushy .pushy-content .phone {
  display: block;
  text-align: right;
  padding: 15px 30px;
}
.slider {
  background-size: cover;
  background-position: center center;
}
.slider .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slide-info-wrap {
  height: 540px;
  display: flex;
}
.slider .slide-info-wrap .slide-info {
  margin: auto 0;
  padding: 0 70px;
}
.slider .slide-info-wrap .slide-info h3 {
  font-size: 60px;
  font-family: 'Bebas Neue Book', sans-serif;
}
.slider .slide-info-wrap .slide-info h3 .line-txt {
  font-family: 'Bebas Neue Bold', sans-serif;
}
.slider .slide-info-wrap .slide-info .btn-blue {
  margin-top: 20px;
  transition: all 0s;
}
.slider .owl-controls {
  width: 1140px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -570px;
  height: 10px;
}
.slider .owl-controls .owl-dots {
  position: relative;
  padding-left: 95px;
  width: 100%;
}
.slider .owl-controls .owl-dots .owl-dot {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border: 2px solid #818587;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  transition: all 0.4s;
}
.slider .owl-controls .owl-dots .owl-dot.active {
  background: #000000;
  border: 2px solid #000000;
}
.slider.slider-sm .slide-info-wrap {
  height: 300px;
}
.slider.slider-sm .slide-info-wrap .slide-info h3 {
  font-size: 48px;
}
.slider.slider-sm .slide-info-wrap .slide-info .btn-blue {
  margin-top: 10px;
  line-height: 50px;
}
.slider.slider-sm .owl-controls {
  bottom: 30px;
}
.about {
  padding: 90px 0 40px;
}
.about .item {
  margin-bottom: 50px;
}
.about .item .ico {
  min-width: 70px;
  text-align: center;
}
.about .item .txt {
  font-size: 24px;
  padding-left: 30px;
}
.about .item .txt h5 {
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 40px;
}
.about .item .txt h5 .line-txt i {
  text-transform: none;
  font-family: 'Akrobat Bold', sans-serif;
}
.about .item .txt p {
  font-family: 'Akrobat Regular', sans-serif;
}
.about .item .txt p a {
  color: #000000;
  font-family: 'Akrobat Bold', sans-serif;
  text-transform: uppercase;
}
.category .item {
  width: 100%;
  border-radius: 5px;
  border: 3px solid #ececec;
  padding: 15px 10px;
  min-height: 150px;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.category .item i {
  min-width: 60px;
  text-align: center;
}
.category .item h6 {
  color: #000000;
  padding-left: 20px;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 32px;
  line-height: 1;
  transition: all 0.4s;
}
.category .item:hover h6 {
  color: #05b6a8;
}
.category .item.category-link {
  text-align: center;
  border: none;
}
.category .item.category-link h5 {
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.category .item.category-link h5 span {
  display: block;
  color: #fff;
}
.partners {
  padding: 50px 0 90px;
  overflow: hidden;
}
.partners .left {
  min-height: 180px;
  position: relative;
}
.partners .left:before {
  content: '';
  display: block;
  position: absolute;
  width: 9999px;
  top: 0;
  bottom: 0;
  right: 195px;
  background: #e1e7e6;
}
.partners h3 {
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 54px;
  margin: auto 0;
  display: inline;
}
.partners .owl-carousel {
  padding: 40px 70px 40px 0;
}
.partners .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.partners .owl-carousel .item {
  text-align: center;
  padding: 15px;
}
.partners .owl-carousel .item img {
  max-width: 100%;
  width: auto;
}
.partners .owl-carousel .owl-controls {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e1e7e6;
  display: flex;
}
.partners .owl-carousel .owl-controls .owl-nav {
  position: relative;
  margin: auto;
  width: 70px;
}
.partners .owl-carousel .owl-controls .owl-nav div {
  text-align: center;
  display: block;
  font-size: 36px;
  line-height: 1;
}
.partners .owl-carousel .owl-controls .owl-nav div i {
  color: #979797;
}
.partners .owl-carousel .owl-controls .owl-nav div i:hover {
  color: #05b6a8;
}
footer {
  padding: 30px 0;
  background: #000000;
  color: #fff;
  flex-shrink: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 28px;
}
footer p {
  font-family: 'Akrobat Regular', sans-serif;
  font-weight: 100;
  font-size: 20px;
}
footer p a {
  color: #fff;
}
footer p span {
  color: #05b6a8;
  font-weight: 700;
}
footer ul li {
  display: inline-block;
  padding-left: 25px;
}
footer ul li a {
  display: block;
}
footer ul li a:hover {
  color: #05b6a8;
}
footer .bottom {
  padding-top: 20px;
}
footer .bottom p {
  font-size: 15px;
}
footer .bottom p a {
  font-size: 18px;
}
footer .bottom p a:hover {
  color: #05b6a8;
}
.clients {
  padding: 50px 0 90px;
}
.clients .item {
  margin-bottom: 30px;
}
.clients .item h6 {
  font-family: 'Bebas Neue Bold', sans-serif;
  color: #05b6a8;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 20px;
  line-height: 1;
}
.clients .item span {
  display: inline-block;
  width: 70px;
  text-align: center;
}
.clients .item .txt h4 {
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.clients .item .txt p {
  font-size: 18px;
}
.clients .btn-blue {
  margin-top: 30px;
}
.itrust-txt {
  padding: 0 100px;
}
.itrust-txt .left {
  padding: 30px;
  background: #f1f1f1;
  margin-bottom: 30px;
}
.itrust-txt .left .left-txt {
  background: #fff;
  padding: 20px;
}
.itrust-txt .left .left-txt p {
  padding-bottom: 15px;
}
.itrust-txt .left .left-txt b {
  font-family: 'Akrobat Bold', sans-serif;
}
.itrust-txt .left .help-itrust {
  padding-left: 15px;
}
.itrust-txt .left ul li {
  position: relative;
  padding-left: 20px;
}
.itrust-txt .left ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #05b6a8;
}
.itrust-txt .right .item {
  padding: 0;
  margin-bottom: 20px;
}
.itrust-txt .right .item .txt {
  padding: 0;
}
.itrust-txt .right .item .txt h5 {
  font-size: 26px;
}
.itrust-txt .right .item .txt p {
  font-size: 18px;
  padding-bottom: 15px;
}
.login {
  padding: 50px 0 100px;
}
.login .radio-button-wrap {
  margin-bottom: 30px;
}
.login .radio-button-wrap p {
  display: inline-block;
  margin-right: 15px;
}
.login .btn-blue {
  margin: 20px auto;
}
form {
  border: 2px solid #e1e7e6;
  border-radius: 5px;
  padding: 50px 100px;
}
form .form-group {
  position: relative;
  margin-bottom: 20px;
}
form .form-group label {
  color: #05b6a8;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
}
form .form-group input {
  padding: 0 15px;
  line-height: 60px;
  border-radius: 30px;
  border: 2px solid #e1e7e6;
  display: block;
  width: 100%;
}
form .black {
  color: #000000;
}
form .blue {
  color: #05b6a8;
}
form .bold {
  font-family: 'Akrobat Bold', sans-serif;
}
form .uploadBtnWrap {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  line-height: 38px;
  position: relative;
  padding: 0 !important;
  margin: 0;
}
form .uploadBtnWrap i {
  color: #05b6a8;
  font-family: 'Bebas Neue Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px;
  display: block;
  font-style: normal;
}
form .uploadBtnWrap .file-name {
  color: #000000;
  padding: 0 15px;
  line-height: 60px;
  border-radius: 30px;
  border: 2px solid #e1e7e6;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
form .uploadBtnWrap .btn {
  cursor: pointer;
  font-size: 14px;
}
form .uploadBtnWrap input[type="file"] {
  display: none;
}
form.no-border {
  border: none;
}
.partners-page {
  padding: 30px 0 100px;
}
.partners-page .partners-info-wrap {
  background: #f1f1f1;
  padding: 30px;
  margin-bottom: 30px;
}
.partners-page .partners-info-wrap .partners-info {
  background: #fff;
  padding: 40px 50px;
}
.partners-page .partners-info-wrap .partners-info h5,
.partners-page .partners-info-wrap .partners-info h6 {
  font-size: 24px;
  font-family: 'Akrobat Regular', sans-serif;
  padding-bottom: 20px;
  text-align: center;
}
.partners-page .partners-info-wrap .partners-info ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.partners-page .partners-info-wrap .partners-info ul li {
  width: 50%;
  font-size: 18px;
  padding-left: 17px;
  position: relative;
  padding-bottom: 15px;
}
.partners-page .partners-info-wrap .partners-info ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  background: #05b6a8;
  top: 10px;
}
.partners-page .button-wrap {
  margin-top: 24px;
}
.partners-page .button-wrap .btn {
  width: 100%;
}
.partners-page form label {
  margin-bottom: 0;
}
.partners-page form .radio-button-wrap a,
.partners-page form .check-box-wrap a {
  color: #05b6a8;
  text-decoration: underline;
}
.partners-page form .radio-button-wrap.sm label,
.partners-page form .check-box-wrap.sm label {
  font-size: 18px;
  line-height: 25px;
}
.partners-page form .check-box-wrap {
  display: block;
  margin-bottom: 20px;
}
.partners-page form h4 {
  font-family: 'Bebas Neue Book', sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
}
.registration {
  padding: 30px 0 100px;
}
.registration .yes-no {
  margin-top: 30px;
}
.registration .sub-header {
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.registration .sub-header img {
  max-width: 100px;
  margin: 15px;
}
.registration .sub-header img.lg {
  max-width: 250px;
}
.registration .sub-header .btn-blue {
  display: table;
  margin: auto;
}
.registration .check-box-wrap {
  padding-top: 20px;
}
.registration .check-box-wrap a {
  color: #05b6a8;
}
.registration .button-wrap {
  margin-top: 38px;
}
.registration .button-wrap .btn {
  width: 100%;
}
.registration .radio-button-wrap {
  margin-bottom: 30px;
}
.registration .radio-button-wrap p {
  display: inline-block;
  margin-right: 15px;
}
.registration .reg-block {
  background: #e6e6e6;
  padding: 30px;
  margin-top: 30px;
}
.registration .reg-block .left {
  font-family: 'Bebas Neue Bold', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  padding-left: 65px;
}
.registration .reg-block .left span {
  color: #05b6a8;
}
.registration .reg-block .left i {
  max-width: 50px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
}
.page-side-bar {
  padding: 50px 0 100px;
}
.page-side-bar .filter {
  margin-bottom: 15px;
}
.page-side-bar .filter .check-box-wrap input[type="checkbox"]:checked + label {
  font-family: 'Akrobat Bold', sans-serif;
}
.shop-item .shop-logo {
  border: 1px solid #e1e7e6;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  padding: 5px;
  margin: 15px 0;
}
.shop-item .txt p {
  font-size: 24px;
  line-height: 1.3;
}
.shop-item .txt b {
  font-family: 'Akrobat Bold', sans-serif;
}
.shop-item .txt a {
  color: #000000;
}
.shop-product b {
  font-family: 'Akrobat Bold', sans-serif;
  font-size: 24px;
}
.shop-product ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shop-product ul li {
  width: 50%;
  font-family: 'Akrobat Bold', sans-serif;
  display: block;
  line-height: 1.2;
  padding: 5px 0;
  font-size: 22px;
}
.shop-product ul li a {
  color: #797979;
}
.shop-product ul li a:hover {
  color: #05b6a8;
}
.works-list .search {
  margin-bottom: 30px;
}
.works-list .search .form-group {
  width: 100%;
  margin: 0;
}
.works-list .search .form-group input {
  line-height: 50px;
}
.works-list .search .btn {
  margin-left: 30px;
}
.select-wrap {
  margin: 0 auto 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.select-wrap .select-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
.select-wrap .select-dropdown:last-child {
  margin-right: 0px;
}
.select-wrap .select-dropdown__button {
  padding: 0 10px;
  background-color: #fff;
  color: #000000;
  cursor: pointer;
  max-width: 320px;
  text-align: left;
  width: 100%;
  display: block;
  margin: auto;
  line-height: 58px;
  font-size: 24px;
  border: 1px solid #e1e7e6 !important;
  outline: none;
  border-radius: 4px;
  position: relative;
}
.select-wrap .select-dropdown__button i {
  position: absolute;
  right: 14px;
  top: 17px;
  color: #05b6a8;
  transition: all 0.3s;
}
.select-wrap .select-dropdown__button:focus {
  border: 1px solid #e1e7e6 !important;
  outline: none;
}
.select-wrap .select-dropdown__button:focus i {
  transform: rotate(180deg);
}
.select-wrap .select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 15px;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 3;
  scroll-margin: 0 6px 0 0;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.select-wrap .select-dropdown__list::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
  border-radius: 5px;
}
.select-wrap .select-dropdown__list::-webkit-scrollbar-thumb {
  background-color: #e1e7e6;
  border-radius: 2px;
  border-right: 6px solid #fff;
}
.select-wrap .select-dropdown__list::-webkit-scrollbar-track {
  background-color: transparent;
  width: 10px;
  border-radius: 5px;
}
.select-wrap .select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-wrap .select-dropdown__list-item {
  display: block;
  list-style-type: none;
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  cursor: pointer;
  color: #05b6a8;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
.radio-button-wrap,
.check-box-wrap {
  /* Checkbox */
  /* Radio */
  /* :checked */
  /* Transition */
}
.radio-button-wrap input[type="checkbox"],
.check-box-wrap input[type="checkbox"],
.radio-button-wrap input[type="radio"],
.check-box-wrap input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.radio-button-wrap label,
.check-box-wrap label {
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
  line-height: 1.5;
  cursor: pointer;
}
.radio-button-wrap label::before,
.check-box-wrap label::before,
.radio-button-wrap label::after,
.check-box-wrap label::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
}
.radio-button-wrap label::before,
.check-box-wrap label::before {
  content: " ";
  border: 2px solid #d1d1d1;
  border-radius: 6px;
}
.radio-button-wrap input[type="checkbox"] + label::after,
.check-box-wrap input[type="checkbox"] + label::after {
  content: "\f00c";
  color: #05b6a8;
  text-align: center;
  font-family: FontAwesome;
  line-height: 26px;
  font-size: 20px;
}
.radio-button-wrap input[type="radio"] + label::before,
.check-box-wrap input[type="radio"] + label::before {
  border-radius: 50%;
}
.radio-button-wrap input[type='radio'] + label::after,
.check-box-wrap input[type='radio'] + label::after {
  content: " ";
  top: 13px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #05b6a8;
  border-radius: 50%;
}
.radio-button-wrap input[type="checkbox"]:checked + label::before,
.check-box-wrap input[type="checkbox"]:checked + label::before,
.radio-button-wrap input[type="radio"]:checked + label::before,
.check-box-wrap input[type="radio"]:checked + label::before {
  background: #fff;
}
.radio-button-wrap input[type="checkbox"] + label::after,
.check-box-wrap input[type="checkbox"] + label::after,
.radio-button-wrap input[type='radio'] + label::after,
.check-box-wrap input[type='radio'] + label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.radio-button-wrap input[type="checkbox"]:checked + label::after,
.check-box-wrap input[type="checkbox"]:checked + label::after,
.radio-button-wrap input[type=radio]:checked + label::after,
.check-box-wrap input[type=radio]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.radio-button-wrap label::before,
.check-box-wrap label::before,
.radio-button-wrap label::after,
.check-box-wrap label::after {
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
/*# sourceMappingURL=main.css.map */