@charset "UTF-8";
body {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  min-width: 300px;
  position: relative;
  font-family: "Open SansR";
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding-top: 110px;
  font-size: 16px;
  color: #484349;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  body {
    display: block;
    font-size: 14px;
  }
}

.container {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 1169px) {
  .container {
    width: 100%;
  }
}

footer .sidebar__social {
  text-align: center;
}
footer .sidebar__social li {
  margin: 0px 15px;
  display: inline-block;
  vertical-align: top;
}
footer .sidebar__social li a {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
footer .sidebar__social li a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  footer {
    background-color: #66b4e9;
    text-align: center;
    padding-top: 25px;
  }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer .sidebar__down {
    padding-top: 15px;
  }
  footer .logo-2 {
    display: block;
    width: 175px;
    margin: 0 auto;
  }
  footer .logo-2 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 10px;
  }
  footer .sidebar__down {
    padding-top: 5px;
  }
  footer .sidebar__down p {
    margin-bottom: 2px;
  }
}

.social {
  margin: 0 -5px;
  padding: 0;
}
.social li {
  list-style-type: none;
}
.social li i:before {
  font-size: 24px;
  color: #fff;
}

footer .footer-top {
  background-color: #484349;
  padding: 60px 0 100px 0;
}

footer .footer-top .footer-logo {
  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;
  width: 50%;
  margin-right: 30px;
}

footer .footer-top .footer-logo .logo {
  width: 165px;
  height: 165px;
  display: block;
}

footer .footer-top .footer-logo .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

footer .footer-top .footer-logo p {
  color: #dad9db;
  width: -webkit-calc(100% - 195px);
  width: calc(100% - 195px);
  margin-left: 30px;
  padding-right: 70px;
}

footer .footer-top .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer-top .footer-col {
  width: 25%;
  color: #fff;
}

footer .footer-top .footer-col h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}

footer .footer-top .footer-col a {
  color: #dad9db;
}

footer .footer-top .footer-col a:hover {
  color: #ffd23f;
}

footer .footer-top .footer-col ul li {
  margin-bottom: 8px;
}

footer .footer-top .footer-col ul li a:hover {
  color: #ffd23f;
}

footer .footer-top .footer-col ul li.active a {
  color: #ffd23f;
}

footer .footer-top .footer-col.hts .col--phone {
  margin: 20px 0;
  display: block;
}

footer .footer-top .footer-col.hts .col--email:before {
  border-bottom: 2px solid #918e92;
}

footer .footer-top .footer-col.hts .col--address p {
  color: #dad9db;
}

@media screen and (max-width: 1100px) {
  footer .footer-top {
    padding: 45px 0;
  }
  footer .footer-top .footer-logo p {
    padding-right: 30px;
  }
}
@media screen and (max-width: 900px) {
  footer .footer-top {
    padding: 25px 0;
  }
  footer .footer-top .footer-logo {
    display: block;
  }
  footer .footer-top .footer-logo .logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  footer .footer-top .footer-logo p {
    width: 100%;
    padding: 0;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media screen and (max-width: 830px) {
  footer .footer-top .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer-top .footer-logo {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  footer .footer-top .footer-logo p {
    text-align: center;
  }
  footer .footer-top .footer-col {
    width: 50%;
  }
  footer .footer-top .footer-col h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .footer-col.hts *:after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  footer .footer-top .footer-col {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  footer .footer-top .footer-col h3 {
    margin-bottom: 7px;
  }
  footer .footer-top .footer-col ul li {
    margin-bottom: 3px;
  }
  footer .footer-top .footer-col.hts .col--phone {
    margin: 10px 0;
  }
}
footer .footer-bottom {
  padding: 17px 0;
  background-color: #009846;
}

footer .footer-bottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-bottom .container p {
  font-size: 14px;
  color: #dad9db;
}

footer .footer-bottom .container .artmedia {
  position: relative;
  padding-right: 130px;
  color: #dad9db;
  font-size: 14px;
}

footer .footer-bottom .container .artmedia > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

footer .footer-bottom .container .artmedia:hover {
  color: #ffd23f;
}

footer .footer-bottom .container .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bottom .container .social li a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
  width: 40px;
  height: 40px;
}

footer .footer-bottom .container .social li a i {
  color: #fff;
  font-size: 24px;
}

footer .footer-bottom .container .social li a:hover {
  background-color: #1d7647;
}

@media screen and (max-width: 768px) {
  footer .footer-bottom .container {
    display: block;
    text-align: center;
  }
  footer .footer-bottom .container p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  footer .footer-bottom .container .artmedia {
    font-size: 14px;
  }
  footer .footer-bottom .container .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.col--whatsapp:after,
.col--address,
.col--email,
.col--phone {
  position: relative;
  padding-left: 25px;
}

.col--whatsapp:after,
.col--address:after,
.col--email:after,
.col--phone:after {
  content: "";
  font-family: fontAwesome;
  font-size: 16px;
  color: #ffd23f;
  position: absolute;
  top: 2px;
  left: 0;
}

.col--phone.col--whatsapp::after {
  left: -20px;
  top: 3px;
}

.col--email:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 22px;
  border-bottom: 2px solid #80cca3;
}

.col--address:after {
  content: "\f041";
}

.col--address.time {
  margin-top: 15px;
}

.col--address.time:after {
  content: "\f017";
}

.col--phone:after {
  content: "\f095";
}

.col--whatsapp:after {
  content: "\f232";
}

.col--email:after {
  content: "\f0e0";
  font-size: 14px;
  top: 4px;
}

.col--phone {
  pointer-events: none;
}

.col--whatsapp:after {
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .col--phone {
    pointer-events: auto;
  }
}
@media screen and (max-width: 1024px) {
  .col--whatsapp {
    pointer-events: auto;
  }
}
.modal-open {
  overflow: visible;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #009846;
  height: 80px;
  z-index: 9;
}
@media screen and (min-width: 992px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    z-index: 9;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

header .top .slog p {
  font-size: 20px;
  font-family: "Open SansSB";
  line-height: 1;
  margin-left: 20px;
}

header .container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  -webkit-box-pack: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 100%;
}
header .logo {
  position: absolute;
  top: 0;
  left: 54%;
  margin-left: -730px;
  height: 160px;
  width: 165px;
  margin-right: 195px;
}
header .logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
header a {
  color: #fff;
}

.top {
  padding: 10px 0px 10px 150px;
  background-color: #009846;
}
.top .slog p {
  font-size: 20px;
  font-family: "Open SansSB";
  line-height: 1;
  margin-left: 20px;
}
.top .col--phone {
  margin-left: 35px;
}
.top .col--phone a {
  font-size: 16px;
}
.top .col--phone ul {
  display: none;
  position: absolute;
  background-color: #009846;
  padding: 10px;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.top .call-btn {
  margin-left: 35px;
  padding: 10px 12px;
  /* border: 2px solid #ffd23f; */
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Open SansSB";
  line-height: 1;
  background-color: #ffd23f;
  border-radius: 4px;
}
.top .call-btn:hover {
  background-color: #ddb83d;
  color: #fff;
}
.top .col--email {
  margin-left: 63px;
  font-size: 16px;
}

.bottom {
  background-color: #484349;
  /* height: 46px; */
  padding: 5px 0px 5px 150px;
}
.bottom .nav {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: space-between;
  margin-right: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom .nav > li > a {
  display: block;
  padding: 15px 19px;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  font-family: "Open SansR";
}
.bottom .nav > li.active > a {
  color: #ffd23f;
}
.bottom .nav > li.submenu > a {
  position: relative;
}
.bottom .nav > li.submenu > a:after {
  content: "\f107";
  position: absolute;
  right: 5px;
  font-family: FontAwesome;
  top: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom .nav > li.submenu > a:hover:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bottom .nav > li.submenu > ul {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #484349;
  padding: 15px;
}
.bottom .nav > li.submenu > ul > li > a {
  text-transform: uppercase;
  display: block;
  padding: 5px 0;
}
.bottom .search {
  position: relative;
}
.bottom .search .search--btn {
  position: relative;
  margin: 0 50px 0 28px;
  font-family: FontAwesome;
  font-size: 16px;
  display: block;
}
.bottom .search .search--btn:after {
  content: "\f002";
}
.bottom .search.open {
  overflow: visible;
}
.bottom .search.open form {
  width: 280px;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bottom .search form {
  width: 0;
  position: absolute;
  top: -11px;
  right: -48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.bottom .search form .close-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}
.bottom .search form .close-btn:after {
  content: "\f00d";
  color: #fff;
  font-family: FontAwesome;
  font-size: 14px;
}
.bottom .search form input[type=search] {
  background: #009846;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 0 48px 0 13px;
  font-size: 14px;
  font-family: "Open SansR";
  margin-right: 10px;
  width: 100%;
  height: 37px;
}
.bottom .search form input[type=search]::-webkit-input-placeholder {
  color: #fff;
}
.bottom .search form input[type=search]::-moz-placeholder {
  color: #fff;
}
.bottom .search form input[type=search]:-ms-input-placeholder {
  color: #fff;
}
.bottom .search form input[type=search]::placeholder {
  color: #fff;
}
.bottom .langs {
  position: relative;
  margin-right: 10px;
}
.bottom .langs span {
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.bottom .langs span:hover {
  color: #ffd23f;
}
.bottom .langs ul {
  display: none;
  position: absolute;
  background-color: #009846;
  padding: 5px;
  left: -5px;
  right: -8px;
}
.bottom .langs ul li button {
  background-color: transparent;
  border: none;
  font-size: inherit;
  color: #fff;
  cursor: pointer;
}
.bottom .langs ul li button:hover {
  color: #ffd23f;
}

@media screen and (max-width: 1440px) {
  .top .col--email {
    margin-left: 25px;
  }
  .top .col--phone {
    margin-left: 30px;
  }
  .top .slog p {
    font-size: 17px;
  }
  .top .call-btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .top .slog p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    justify-content: flex-end;
  }
  .logo {
    margin-left: -570px;
    left: 42%;
  }
}
@media screen and (max-width: 1150px) {
  .bottom .nav > li > a {
    font-size: 14px;
  }
  .bottom .nav > li.submenu > ul > li > a {
    font-size: 14px;
  }
  .logo {
    margin-left: -530px;
  }
}
@media screen and (max-width: 1024px) {
  header .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 70px;
    margin: 0 auto;
  }
  header .nav--btn {
    width: 35px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    outline: 0;
    float: none;
  }
  header .nav--btn span {
    position: absolute;
    left: 0;
    right: 0;
    width: 85%;
    height: 3px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-transition: 350ms;
    transition: 350ms;
  }
  header .nav--btn span:nth-of-type(1) {
    top: 7px;
  }
  header .nav--btn span:nth-of-type(2) {
    top: 14px;
  }
  header .nav--btn span:nth-of-type(3) {
    top: 21px;
  }
  header .nav--btn.open span:nth-of-type(1) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .nav--btn.open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav--btn.open span:nth-of-type(3) {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .phone--btn {
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 20px;
    font-family: FontAwesome;
  }
  header .phone--btn:after {
    content: "\f095";
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  header .phone--btn.open:after {
    content: "\f00d";
  }
  header .top {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    background-color: #484349;
    max-height: -webkit-calc(100% - 80px);
    max-height: calc(100% - 80px);
    margin: 0;
    padding: 10px;
    border-top: 1px solid #ffd23f;
    border-bottom: 1px solid #ffd23f;
  }
  header .top .container {
    display: block;
  }
  header .top .slog {
    margin: 0 0 10px 0;
  }
  header .top .slog p {
    text-align: center;
    font-size: 18px;
  }
  header .top .col--phone {
    margin: 10px auto;
    display: table;
  }
  header .top .col--phone a {
    margin: 0 auto;
    display: table;
  }
  header .top .col--phone .more--btn {
    display: none;
  }
  header .top .col--phone ul {
    position: relative;
    display: block;
    background-color: #484349;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  header .top .col--email {
    margin: 0 auto;
    display: table;
  }
  header .bottom {
    height: 0;
  }
  header .bottom .nav {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    left: 0;
    padding: 10px;
    max-height: -webkit-calc(100% - 80px);
    max-height: calc(100% - 80px);
    background-color: #484349;
    border-bottom: 1px solid #ffd23f;
    border-top: 1px solid #ffd23f;
  }
  header .bottom .nav > li > a {
    display: table;
    padding: 7px 15px;
  }
  header .bottom .nav > li.submenu > a:after {
    top: 10px;
  }
  header .bottom .nav > li.submenu > ul {
    position: relative;
    background-color: #009846;
  }
  header .bottom .langs {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 55px;
    font-size: 20px;
  }
  header .bottom .langs span {
    font-size: 20px;
  }
  header .bottom .langs ul {
    right: -10px;
  }
  header .bottom .search .search--btn {
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
  }
  header .bottom .search.open form {
    position: fixed;
    top: 80px;
    width: 100%;
    right: 0;
  }
  header .call-btn {
    display: none;
  }
}
header .bottom .nav > li.submenu > ul {
  top: 96%;
  left: 5px;
  padding-top: 2px;
}

li.submenu {
  position: relative;
}

.more--btn {
  position: absolute;
  right: -15px;
  top: 3px;
  pointer-events: auto;
  color: #fff;
}

.more--btn:after {
  content: "\f107";
  font-family: FontAwesome;
}

.more--btn.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  overflow: hidden;
}

body {
  overflow-y: auto;
}

.main,
.page {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer *,
header *,
section * {
  padding: 0;
  margin: 0;
}

input,
button,
textarea {
  border-radius: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  display: block;
  line-height: 1;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

li {
  list-style-type: none;
}

ol {
  list-style: decimal;
}

ol li {
  list-style-type: decimal;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]:invalid,
textarea:invalid {
  box-shadow: none;
}

button,
input[type=email],
input[type=file],
input[type=password],
input[type=search],
input[type=submit],
input[type=text],
select,
textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

p {
  margin: 10px 0;
}

h1 {
  font-family: "Open SansR";
  font-size: 42px;
  text-align: center;
  color: #484349;
  line-height: 1;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Open SansB";
  font-size: 36px;
  color: #484349;
  margin: 0 0 40px;
  text-align: center;
}
h2 a {
  color: #484349;
}
@media screen and (max-width: 540px) {
  h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Open SansB";
  font-size: 24px;
  color: #484349;
}
@media screen and (max-width: 20px) {
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-family: "Open SansB";
  font-size: 22px;
  color: #484349;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-family: "Open SansB";
  font-size: 18px;
  color: #484349;
}

h6 {
  font-family: "Open SansB";
  font-size: 16px;
  text-transform: uppercase;
  color: #484349;
}

a {
  text-decoration: none;
  line-height: normal;
  color: #1b1414;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:hover {
  color: #ffd23f;
}

.more_btn {
  background: transparent;
  color: #fff;
  padding: 15px 35px;
  transition: 300ms;
  display: table;
  margin-top: 20px;
  font-family: "robotobold";
  text-transform: uppercase;
  border: 2px solid #fff;
}
.more_btn:hover {
  background: #721825;
  color: #fff;
  border-color: #721825;
}

.btn {
  display: table;
  width: auto !important;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #ffd23f;
  background-color: #ffd23f;
  padding: 8px 40px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Open SansSB";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:focus {
  background-color: #ffd23f;
  color: #fff;
}

.btn:hover {
  background-color: #009846;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}
.btn-1 {
  padding-left: 50px;
  background-position: center left 5px;
}

.btn-2 {
  padding-left: 50px;
  background-position: center left 5px;
}

.btn-3 {
  padding-left: 50px;
  background-position: center left 5px;
}

.btn-4 {
  padding-left: 50px;
  background-position: center left 5px;
}

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.674f50d287a8.eot");
  src: url("../fonts/fontawesome-webfont.674f50d287a8.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.af7ae505a9ee.woff2") format("woff2"), url("../fonts/fontawesome-webfont.fee66e712a8a.woff") format("woff"), url("../fonts/fontawesome-webfont.b06871f281fe.ttf") format("truetype"), url("../fonts/fontawesome-webfont.912ec66d7572.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 13, 2018 */
@font-face {
  font-family: "Open SansSBI";
  src: url("../fonts/OpenSans-SemiBoldItalic.1da803e01f66.eot");
  src: local("../fonts/Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/OpenSans-SemiBoldItalic.1da803e01f66.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.1ff662a42428.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.09c86dbafc08.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open SansLI";
  src: url("../fonts/OpenSans-LightItalic.93a2d64e4c6b.eot");
  src: local("../fonts/Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic.93a2d64e4c6b.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.8c4b9fbb6832.woff") format("woff"), url("../fonts/OpenSans-LightItalic.d7235f88c916.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open SansB";
  src: url("../fonts/OpenSans-Bold.6dcdccc095ca.eot");
  src: local("../fonts/Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.6dcdccc095ca.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.58308bcc8dce.woff") format("woff"), url("../fonts/OpenSans-Bold.07986db864a6.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Open SansEBI";
  src: url("../fonts/OpenSans-ExtraBoldItalic.3f8cc1672422.eot");
  src: local("../fonts/Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../fonts/OpenSans-ExtraBoldItalic.3f8cc1672422.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.669973eb3bf0.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.4c7cbe20e700.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open SansL";
  src: url("../fonts/OpenSans-Light.185c8f0ad073.eot");
  src: local("../fonts/Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.185c8f0ad073.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.684c4fb87e43.woff") format("woff"), url("../fonts/OpenSans-Light.3c5786e02436.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open SansI";
  src: url("../fonts/OpenSans-Italic.bacadb8378dc.eot");
  src: local("../fonts/Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.bacadb8378dc.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.25a2d3298ef3.woff") format("woff"), url("../fonts/OpenSans-Italic.f129fcb87223.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open SansR";
  src: url("../fonts/OpenSans-Regular.7ce00256097c.eot");
  src: local("../fonts/Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.7ce00256097c.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.ce3b96ab2b51.woff") format("woff"), url("../fonts/OpenSans-Regular.a88748791c36.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open SansSB";
  src: url("../fonts/OpenSans-SemiBold.e4dd29507182.eot");
  src: local("../fonts/Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.e4dd29507182.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.0cb4787114f0.woff") format("woff"), url("../fonts/OpenSans-SemiBold.5076adfa1bf9.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open SansEB";
  src: url("../fonts/OpenSans-ExtraBold.788fde173c50.eot");
  src: local("../fonts/Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.788fde173c50.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.b6557a2c1e47.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.94a6e3fc55c9.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open SansBI";
  src: url("../fonts/OpenSans-BoldItalic.b4fb03fe3cd6.eot");
  src: local("../fonts/Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/OpenSans-BoldItalic.b4fb03fe3cd6.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.a534d6959a15.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.6010ce021b62.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Open SansSBI";
  src: url("../fonts/OpenSans-SemiBoldItalic.1da803e01f66.eot");
  src: local("../fonts/Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../fonts/OpenSans-SemiBoldItalic.1da803e01f66.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.1ff662a42428.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.09c86dbafc08.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Open SansLI";
  src: url("../fonts/OpenSans-LightItalic.93a2d64e4c6b.eot");
  src: local("../fonts/Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../fonts/OpenSans-LightItalic.93a2d64e4c6b.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.8c4b9fbb6832.woff") format("woff"), url("../fonts/OpenSans-LightItalic.d7235f88c916.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Open SansB";
  src: url("../fonts/OpenSans-Bold.6dcdccc095ca.eot");
  src: local("../fonts/Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-Bold.6dcdccc095ca.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.58308bcc8dce.woff") format("woff"), url("../fonts/OpenSans-Bold.07986db864a6.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Open SansEBI";
  src: url("../fonts/OpenSans-ExtraBoldItalic.3f8cc1672422.eot");
  src: local("../fonts/Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../fonts/OpenSans-ExtraBoldItalic.3f8cc1672422.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBoldItalic.669973eb3bf0.woff") format("woff"), url("../fonts/OpenSans-ExtraBoldItalic.4c7cbe20e700.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Open SansL";
  src: url("../fonts/OpenSans-Light.185c8f0ad073.eot");
  src: local("../fonts/Open Sans Light"), local("OpenSans-Light"), url("../fonts/OpenSans-Light.185c8f0ad073.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.684c4fb87e43.woff") format("woff"), url("../fonts/OpenSans-Light.3c5786e02436.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open SansI";
  src: url("../fonts/OpenSans-Italic.bacadb8378dc.eot");
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/OpenSans-Italic.bacadb8378dc.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.25a2d3298ef3.woff") format("woff"), url("../fonts/OpenSans-Italic.f129fcb87223.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open SansR";
  src: url("../fonts/OpenSans-Regular.7ce00256097c.eot");
  src: local("../fonts/Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-Regular.7ce00256097c.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.ce3b96ab2b51.woff") format("woff"), url("../fonts/OpenSans-Regular.a88748791c36.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansSB";
  src: url("../fonts/OpenSans-SemiBold.e4dd29507182.eot");
  src: local("../fonts/Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-SemiBold.e4dd29507182.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.0cb4787114f0.woff") format("woff"), url("../fonts/OpenSans-SemiBold.5076adfa1bf9.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open SansEB";
  src: url("../fonts/OpenSans-ExtraBold.788fde173c50.eot");
  src: local("../fonts/Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-ExtraBold.788fde173c50.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.b6557a2c1e47.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.94a6e3fc55c9.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Open SansBI";
  src: url("../fonts/OpenSans-BoldItalic.b4fb03fe3cd6.eot");
  src: local("../fonts/Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../fonts/OpenSans-BoldItalic.b4fb03fe3cd6.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.a534d6959a15.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.6010ce021b62.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Conv_CALIBRII_0";
  src: url("../fonts/CALIBRII_0.0c939641107c.eot");
  src: local("☺"), url("../fonts/CALIBRII_0.17ede586a12c.woff") format("woff"), url("../fonts/CALIBRII_0.3e14931180b0.ttf") format("truetype"), url("../fonts/CALIBRII_0.846fc759be13.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_CALIBRIB_0";
  src: url("../fonts/CALIBRIB_0.7265ef5a17cc.eot");
  src: local("☺"), url("../fonts/CALIBRIB_0.eacaf98d21d8.woff") format("woff"), url("../fonts/CALIBRIB_0.c8980f67879f.ttf") format("truetype"), url("../fonts/CALIBRIB_0.4c50ec559109.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_CALIBRI_0";
  src: url("../fonts/CALIBRI_0.f6756795fe24.eot");
  src: local("☺"), url("../fonts/CALIBRI_0.7534964e13f3.woff") format("woff"), url("../fonts/CALIBRI_0.a78cfad3beb0.ttf") format("truetype"), url("../fonts/CALIBRI_0.555d14eaf7f2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sanasoft_agra.kzregular";
  src: url("../fonts/vsagra-webfont.4eec773ebeb7.eot");
  src: url("../fonts/vsagra-webfont.4eec773ebeb7.eot?#iefix") format("embedded-opentype"), url("../fonts/vsagra-webfont.03eee490caac.woff2") format("woff2"), url("../fonts/vsagra-webfont.88239c1c6a1e.woff") format("woff"), url("../fonts/vsagra-webfont.ea3c5d126121.ttf") format("truetype"), url("../fonts/vsagra-webfont.f893af56dddf.svg#sanasoft_agra.kzregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.check-list li:before {
  content: "";
  position: absolute;
  background-color: #009846;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
}

.check-list li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab_flex a.active {
  color: #ffd23f;
  background: #484349;
}

.tab_flex a {
  font-size: 16px;
  display: inline-block;
  padding: 15px 25px;
  /* font-family: "Open SansB"; */
  color: #d4d4d4;
  background: #818181;
}

.call--btn {
  background-color: #ffd23f;
  color: #fff;
}

.call--btn i {
  display: block;
}

.call--btn.up_btn {
  bottom: 50px;
}
.call--btn.up_btn:hover {
  color: #fff;
}

.call--btn.up_btn i {
  display: block;
  font-size: 19px;
  position: relative;
  top: -3px;
}

.call--btn img {
  width: 33px;
}

.bread {
  font-size: 16px;
}

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

.bread ul li {
  padding: 5px 0;
  color: #009846;
  display: inline-block;
  vertical-align: top;
}

.bread ul li a {
  text-decoration: none;
}

.bread ul li:after {
  content: "\f105";
  margin: 3px 10px 0 13px;
  color: #282727;
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome;
}

.bread ul li:last-of-type:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .bread {
    font-size: 14px;
  }
}
.pagination {
  margin-top: 55px;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul .next,
.pagination ul .prev {
  height: 35px;
  background-color: #ececec;
  font-size: 16px;
  position: relative;
}

.pagination ul .next:hover,
.pagination ul .prev:hover {
  color: #fff;
  background-color: #009846;
}

.pagination ul .prev {
  position: relative;
}

.pagination ul .prev a {
  position: relative;
}

.pagination ul .prev a:after {
  content: "\f100";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination ul .next {
  position: relative;
}

.pagination ul .next a {
  position: relative;
}

.pagination ul .next a:after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination ul li a {
  width: 35px;
  height: 35px;
  background-color: #ececec;
  margin: 0 4px;
  font-size: 18px;
  font-family: "Open SansSB";
}

.pagination ul li a:hover {
  background-color: #009846;
  color: #fff;
}

.pagination ul li.active a {
  background-color: #009846;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .pagination ul li a {
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin: 0 2px;
  }
  .pagination ul .prev {
    height: 25px;
    font-size: 14px;
  }
  .pagination ul .next {
    height: 25px;
    font-size: 14px;
  }
}
.fixed_container {
  position: fixed;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  right: 85px;
  bottom: 80px;
  z-index: 9;
}
@media screen and (max-width: 540px) {
  .fixed_container {
    bottom: 150px;
    right: 20px;
  }
}

.calc_hard--btn {
  background-color: #ffd23f;
  color: #fff;
}

.calc_hard--btn i {
  display: block;
}

.calc_hard--btn {
  bottom: 50px;
}

.calc_hard--btn i {
  display: block;
  font-size: 19px;
  position: relative;
  top: -3px;
}

.calc_hard--btn img {
  width: 33px;
}

.fixed_button {
  width: 70px;
  height: 70px;
  font-size: 28px;
  z-index: 9;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
}
@media screen and (max-width: 540px) {
  .fixed_button {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
  .fixed_button i {
    font-size: 14px;
    top: -1px;
  }
}

@keyframes ring {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(1.7);
  }
}
@keyframes phone {
  20% {
    transform: rotate(-30deg);
  }
  80% {
    transform: rotate(390deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  display: none;
  background-color: rgba(72, 67, 73, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.modal.inner .modal__block {
  width: auto;
  max-width: 1140px;
  padding: 45px 30px 40px 30px;
}

.modal.inner .modal__block .close {
  right: 28px;
  top: 28px;
}

.modal .modal__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal .modal__block {
  width: 550px;
  background-color: #fff;
  position: absolute;
  padding: 0px;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .modal .modal__block {
    padding: 35px 20px 30px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .modal .modal__block {
    margin: 0 20px;
  }
}

.modal .modal_text {
  font-size: 20px;
  text-align: center;
  padding: 0 10px;
  margin: 0;
}

.modal .modal__block .container {
  padding: 60px 30px;
  position: relative;
}

.modal .modal__block .contract-slider .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px 0 50px;
}

.modal .modal__block .contract-slider .slick-slide span {
  color: #fff6d9;
  font-size: 112px;
  font-family: "Open SansEB";
  line-height: 1;
}

.modal .modal__block .contract-slider .slick-slide .right {
  padding: 0 30px 0 45px;
}

.modal .modal__block .contract-slider .slick-slide .right h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.modal .modal__block .contract-slider .slick-arrow {
  width: 18px;
  height: 30px;
  z-index: 1;
}

.modal .modal__block .contract-slider .slick-arrow:before {
  display: none;
}

.modal .modal__block .contract-slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
}

.modal .modal__block .contract-slider .slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  left: 0;
}

.modal .modal__block .contract-slider .slick-next {
  right: 0;
}

.modal .modal__block .cert-slider .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px 0 50px;
}

.modal .modal__block .cert-slider .slick-slide .slider-img {
  height: 360px;
  width: 250px;
}

.modal .modal__block .cert-slider .slick-slide .slider-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.modal .modal__block .cert-slider .slick-slide .text {
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  padding: 0 30px;
}

.modal .modal__block .cert-slider .slick-slide .text h3 {
  font-size: 30px;
  margin-bottom: 28px;
}

.modal .modal__block .cert-slider .slick-slide .text p span {
  font-family: "Open SansB";
  text-transform: uppercase;
}

.modal .modal__block .cert-slider .slick-arrow {
  width: 18px;
  height: 30px;
  z-index: 1;
}

.modal .modal__block .cert-slider .slick-arrow:before {
  display: none;
}

.modal .modal__block .cert-slider .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
}

.modal .modal__block .cert-slider .slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  left: 0;
}

.modal .modal__block .cert-slider .slick-next {
  right: 0;
}

/*.modal form {
    display: block;
    padding-bottom: 130px;
    margin-top: 15px
}*/
/*.modal form input[type=email],
.modal form input[type=password],
.modal form input[type=search],
.modal form input[type=text],
.modal form textarea {
    width: 100%;
    min-height: 45px;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: "Open SansR";
    font-size: 18px;
    color: #414141;
    border: 1px solid #bababa;
    padding: 12px 12px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1
}

.modal form input[type=email]::-webkit-input-placeholder,
.modal form input[type=password]::-webkit-input-placeholder,
.modal form input[type=search]::-webkit-input-placeholder,
.modal form input[type=text]::-webkit-input-placeholder,
.modal form textarea::-webkit-input-placeholder {
    color: #414141
}

.modal form input[type=email]::-moz-placeholder,
.modal form input[type=password]::-moz-placeholder,
.modal form input[type=search]::-moz-placeholder,
.modal form input[type=text]::-moz-placeholder,
.modal form textarea::-moz-placeholder {
    color: #414141
}

.modal form input[type=email]:-ms-input-placeholder,
.modal form input[type=password]:-ms-input-placeholder,
.modal form input[type=search]:-ms-input-placeholder,
.modal form input[type=text]:-ms-input-placeholder,
.modal form textarea:-ms-input-placeholder {
    color: #414141
}

.modal form input[type=email]::placeholder,
.modal form input[type=password]::placeholder,
.modal form input[type=search]::placeholder,
.modal form input[type=text]::placeholder,
.modal form textarea::placeholder {
    color: #414141
}*/
.modal form .g-recaptcha {
  float: right;
}

.modal form .btn {
  float: right;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .modal.inner .modal__block {
    margin: 0 20px;
  }
  .modal .modal_text {
    font-size: 18px;
  }
  .modal form input[type=email],
  .modal form input[type=password],
  .modal form input[type=search],
  .modal form input[type=text],
  .modal form textarea {
    min-height: 50px;
    font-size: 16px;
    padding: 14px 15px;
  }
}
@media screen and (max-width: 1100px) {
  .modal .modal__block .cert-slider .slick-slide .text {
    margin: 15px 0 0 0;
    height: 300px;
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) {
  .modal form input[type=email],
  .modal form input[type=password],
  .modal form input[type=search],
  .modal form input[type=text],
  .modal form textarea {
    min-height: 40px;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 820px) {
  .modal .modal__block .contract-slider .slick-slide .right h3 {
    font-size: 26px;
  }
  .modal .modal__block .cert-slider .slick-slide {
    padding: 0 7px 0 30px;
  }
  .modal .modal__block .cert-slider .slick-slide .text h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .modal.inner .modal__block {
    padding: 35px 20px 30px 20px;
  }
  .modal.inner .modal__block .close {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .modal .modal_text {
    font-size: 16px;
  }
  .modal .modal__block .contract-slider .slick-slide .right {
    padding: 0 20px;
  }
  .modal .modal__block .contract-slider .slick-slide .right h3 {
    font-size: 22px;
  }
  .modal .modal__block .contract-slider .slick-slide span {
    font-size: 80px;
  }
  .modal .modal__block .cert-slider .slick-slide {
    padding: 0 7px 0 30px;
    display: block;
  }
  .modal .modal__block .cert-slider .slick-slide .slider-img {
    width: auto;
    height: auto;
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
  .modal .modal__block .cert-slider .slick-slide .text {
    width: 100%;
    padding: 0 15px;
  }
  .modal .modal__block .cert-slider .slick-slide .text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .modal .modal__block .cert-slider .slick-slide .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 530px) {
  .modal.inner .modal__block {
    margin: 20px;
  }
}
@media screen and (max-width: 500px) {
  .modal .modal__block {
    width: auto;
    left: 10px;
    right: 10px;
  }
  .modal .modal__block .contract-slider .slick-slide {
    display: block;
    padding: 0 30px;
  }
  .modal .modal__block .contract-slider .slick-slide .right {
    padding: 0;
  }
  .modal .modal__block .contract-slider .slick-slide .right h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .modal .modal__block .contract-slider .slick-slide .right p {
    font-size: 14px;
  }
  .modal .modal__block .contract-slider .slick-slide span {
    font-size: 60px;
  }
  .modal .modal__block .contract-slider .slick-arrow {
    width: 12px;
    height: 20px;
  }
  .modal .modal__block .cert-slider .slick-slide {
    padding: 0 7px;
  }
  .modal .modal__block .cert-slider .slick-arrow {
    width: 10px;
    height: 15px;
  }
  .modal.inner .modal__block {
    padding: 25px 5px 20px 5px;
  }
}
@media screen and (max-width: 380px) {
  .modal .modal__block .contract-slider .slick-slide {
    padding: 0 25px;
  }
  .modal .modal__block .contract-slider .slick-slide .right h3 {
    font-size: 18px;
  }
  .modal .modal__block .contract-slider .slick-slide span {
    font-size: 50px;
  }
  .modal .modal__block .contract-slider .slick-arrow {
    width: 10px;
    height: 15px;
  }
  .modal .modal__block .cert-slider .slick-slide .text h3 {
    font-size: 18px;
  }
  .modal .modal__block .cert-slider .slick-slide .text p {
    font-size: 12px;
  }
  .modal form .g-recaptcha {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@-webkit-keyframes rect1 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes rect1 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes rect2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes rect2 {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.modal-open {
  overflow-y: visible;
}

.modal-open .modal {
  overflow: auto;
}

.modal .modal__block {
  width: 550px;
  background-color: #fff;
  position: absolute;
  padding: 0px;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 500px) {
  .modal .modal__block {
    width: auto;
    left: 10px;
    right: 10px;
  }
}
.page .card .card-top .right p span {
  color: #009846;
  font-family: "Open SansB";
}

.page .card h1,
.page .card h2 {
  text-align: left;
  font-size: 36px;
}

.page .card .card-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page .card .card-top .left {
  width: 445px;
  position: relative;
}

.page .card .card-top .left .card_slider-for {
  width: 360px;
  height: 360px;
  border: 1px solid #ececec;
  margin-right: 15px;
}

.page .card .card-top .left .card_slider-for .slick-slide {
  padding: 30px 60px;
  height: 360px;
}

.page .card .card-top .left .card_slider-for .slick-slide > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.page .card .card-top .left .card_slider-nav {
  width: 70px;
  position: absolute;
  right: 0;
  top: 0;
  margin: -7.5px 0;
}

.page .card .card-top .left .card_slider-nav .slick-slide {
  border: 1px solid #ececec;
  margin: 7.5px 0;
  height: 70px;
  cursor: pointer;
}

.page .card .card-top .left .card_slider-nav .slick-slide > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.page .card .card-top .left .card_slider-nav .slick-slide.slick-current {
  border: 1px solid #009846;
}

.page .card .card-top .left .card_slider-nav .slick-arrow {
  width: 28px;
  height: 23px;
  bottom: 0;
  top: 105%;
  right: 20px;
}

.page .card .card-top .left .card_slider-nav .slick-arrow:before {
  display: none;
}

.page .card .card-top .left .card_slider-nav .slick-prev {
  display: none;
}

.page .card .card-top .left .card_slider-nav .slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page .card .card-top .right {
  width: -webkit-calc(100% - 485px);
  width: calc(100% - 485px);
  position: relative;
}

.page .card .card-top .right .character {
  margin-bottom: 50px;
}

.page .card .card-top .right .character tr {
  margin-bottom: 10px;
}

.page .card .card-top .right .character tr td {
  font-size: 18px;
}

.page .card .card-top .right .character tr td:nth-of-type(1) {
  color: #999;
  position: relative;
  width: 290px;
}

.page .card .card-top .right .character tr td:nth-of-type(1) span {
  padding: 2px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.page .card .card-top .right .character tr td:nth-of-type(1):after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 7px;
  border-bottom: 1px dotted #999;
}

.page .card .card-top .right .character tr td:nth-of-type(2) {
  color: #555;
}

.page .card .card-top .right p {
  font-size: 18px;
  /*display: inline-block*/
}

.page .card .card-top .right p span {
  color: #009846;
  font-family: "Open SansB";
}

.page .card .card-top .right .btn {
  text-transform: uppercase;
  display: inline-block;
  /*margin-left: 10px*/
}

.page .card .description {
  margin-top: 35px;
}

.page .card .description h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.page .card .description .text {
  border-top: 1px solid #aaa;
  padding: 10px 0;
  margin-top: 40px;
}

.page .card .description .text p {
  margin: 20px 0;
}

@media screen and (max-width: 1200px) {
  .page .card .card-top .right .btn {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .card {
    margin: 35px 0 0 0;
  }
  .page .card .card-top {
    display: block;
  }
  .page .card .card-top .right {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .page .card .card-top .right .character tr td {
    font-size: 16px;
  }
  .page .card .card-top .right p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .page .card {
    margin: 25px 0 0 0;
  }
  .page .card .card-top .left .card_slider-for {
    height: 280px;
  }
  .page .card .card-top .left .card_slider-for .slick-slide {
    height: 280px;
  }
  .page .card .card-top .left .card_slider-nav .slick-arrow {
    top: 95%;
  }
}
@media screen and (max-width: 480px) {
  .page .card .card-top .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page .card .card-top .left .card_slider-nav {
    position: relative;
    width: 20%;
  }
  .page .card .card-top .left .card_slider-for {
    width: -webkit-calc(80% - 15px);
    width: calc(80% - 15px);
  }
  .page .card .card-top .right .character {
    margin-bottom: 25px;
  }
  .page .card .description {
    margin-top: 25px;
  }
  .page .card .description h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 450px) {
  .page .card .card-top .left {
    width: 100%;
  }
  .page .card .description {
    margin-top: 15px;
  }
  .page .card .description h3 {
    font-size: 20px;
  }
}
.swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader_box {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #009846;
  background-image: url("../img/logo.555f0d2f172b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
}

#ask-form input[type=submit] {
  padding: 15px 20px !important;
}
#ask-form .row {
  margin: 0px;
}
#ask-form .row input,
#ask-form .row textarea {
  font-size: 16px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#ask-form .position input[type=text] {
  width: 280px !important;
}
#ask-form .btn {
  padding: 10px 25px 10px 50px !important;
}
@media screen and (max-width: 767px) {
  #ask-form {
    padding: 5px !important;
  }
}
@media screen and (max-width: 380px) {
  #ask-form {
    margin-top: 0px !important;
    transform-origin: 0 100%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  #ask-form .g-recaptcha {
    transform-origin: 0 100%;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.page #ask-form {
  max-width: 350px;
}

#ask-form input[type=text],
#ask-form input[type=email] {
  width: 129px;
}
#ask-form textarea {
  width: 280px;
  height: 100px;
}

.h-auto {
  height: auto;
}

.main,
.page {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 75px 0 120px 0;
}
@media screen and (max-width: 1200px) {
  .main,
  .page {
    padding: 45px 0 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .main,
  .page {
    padding: 35px 0 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .main,
  .page {
    padding: 25px 0 25px 0;
  }
}
.main .page h1,
.page .page h1 {
  text-align: left;
}

.page p {
  margin: 10px 0;
}

.page h1 {
  text-align: left;
}

.page .about {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
}

.page .card {
  margin: 50px 0 0 0;
}

.calc h2 {
  text-align: left;
  font-size: 30px;
}

.calc {
  padding-top: 7.9rem;
  background-color: #f6f5f6;
  padding-bottom: 6rem;
}

.in_flex {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  margin-bottom: 29px;
}

.in_title {
  font-family: "Open SansSB";
  font-weight: 600;
  width: 12.1rem;
  font-size: 1.12rem;
  font-size: 16px;
}

.in_box {
  width: calc(100% - 12.1rem);
  position: relative;
}

.in_box select,
.in_box input {
  width: 100%;
  padding: 20px 25px;
  border: 1px solid #999999;
  background-color: white;
  font-size: 16px;
}

.in_box select option {
  padding: 10px;
}

.in_box input::placeholder {
  color: #666666;
}

.in_info {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 17.8px;
  color: #666666;
}

.calc_col_2 {
  width: 40.2%;
}

.in_check {
  width: 2.5rem;
  padding-left: 12px;
}

.calc_col_2 .in_box {
  width: calc(100% - 15.4rem);
}

.calc_total {
  padding-top: 40px;
  border-top: 1px solid #999999;
  margin-top: 13px;
}

.calc_total_title {
  font-family: "Open SansB";
  font-weight: bold;
  font-size: 27px;
  width: auto;
  margin-right: 30px;
}

.calc_total {
  display: flex;
}

.calc_total_price {
  font-family: "Open SansB";
  font-weight: bold;
  font-size: 30px;
  color: #00983d;
}

.calc_total_text {
  font-size: 17.9px;
  padding-top: 6px;
  color: #666666;
}

.in_box .fa {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
}

.capsule .in_flex {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .calc.big {
    padding-top: 5rem;
    background-color: #f6f5f6;
    padding-bottom: 8rem;
    margin-top: 3rem;
  }
  .services {
    padding-top: 5rem;
  }
  .calc_flex {
    display: flex;
    justify-content: space-between;
  }
  .calc_col {
    width: 48.7%;
  }
  .calc .container {
    padding: 0px 20px;
  }
  .ab_box {
    position: absolute;
    left: calc(100% + 7.9rem);
    top: 0;
  }
  .ptt {
    margin-top: 46px;
  }
  .capsule .weight_box {
    position: absolute;
    left: calc(100% + 7.9rem);
    top: 0;
    width: 82%;
  }
  .calc_sm_flex {
    display: flex;
    justify-content: space-between;
  }
}
.weight_box .in_title {
  width: 7rem;
}

.weight_box .in_box {
  width: calc(100% - 20rem);
}

.in_check.ab {
  position: absolute;
  right: -39px;
  top: 56%;
  transform: translateY(-50%);
}

.capsule .in_info {
  top: unset;
  font-size: 15px;
  bottom: 110%;
}

.calc_table table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.calc_table th {
  font-family: "Open SansSB";
  font-weight: 600;
  background-color: #559746;
  color: #559746;
  text-align: left;
  padding: 10px 18px;
  border: 1px solid #989898;
  width: 50%;
  color: white;
}

.calc_table th:first-child {
  border-right: 1px solid white;
}

.calc_table td {
  padding: 10px 18px;
  border: 1px solid #989898;
}

.calc_table {
  margin-top: 17.5rem;
}

.ves_info {
  width: 13rem;
  padding-left: 1rem;
}

@media screen and (max-width: 1024px) {
  .ves_info {
    width: 12rem;
  }
  .capsule .calc_tflex {
    margin-right: 0;
  }
  .calc_table th,
  .calc_table td {
    padding: 10px;
  }
  .calc_table {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .in_check.ab {
    position: absolute;
    right: -39px;
    top: 71%;
    transform: translateY(-50%);
  }
  .mob_sm {
    width: calc(100% - 40px);
  }
  .weight_box .in_box {
    width: calc(100% - 16rem);
  }
  .weight_box .in_title {
    width: 5.1rem;
  }
  .capsule .weight_box {
    display: flex;
  }
  .capsule .weight_box .in_info {
    margin: 0;
    font-size: 14px;
  }
  .capsule .in_info {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 16px;
  }
  .calc_tflex {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .calc_total {
    display: block;
  }
  .calc {
    padding-bottom: 1rem;
  }
  .calc h2 {
    text-align: center;
    font-size: 20px;
  }
  .calc {
    padding-top: 4rem;
  }
  .in_flex {
    display: block;
    margin-bottom: 20px;
  }
  .in_flex br {
    display: none;
  }
  .in_title {
    font-size: 15px;
    width: 100%;
    margin-bottom: 5px;
  }
  .in_box {
    width: 100%;
  }
  .in_info {
    position: static;
    font-size: 15px;
    margin-top: 5px;
  }
  .calc_col_2 .in_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .in_check {
    width: 30px;
    padding-left: 0;
  }
  .calc_col_2 .in_box {
    width: calc(100% - 45px);
  }
  .calc_col_2 {
    width: 100%;
  }
  .calc_total {
    padding-top: 30px;
    border-top: 1px solid #999999;
    margin-top: 30px;
  }
  .calc_total_title {
    font-size: 20px;
    width: auto;
  }
  .calc_total_price {
    font-size: 20px;
  }
  .calc_total_text {
    font-size: 13px;
    padding-top: 0px;
  }
  .in_check input {
    border: 1px solid #999999;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 550px) {
  .in_box select,
  .in_box input {
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #999999;
    background-color: white;
    font-size: 13px;
  }
  .in_box .fa {
    right: 13px;
    font-size: 11px;
  }
  .in_title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .calc_total_title {
    font-size: 17px;
    /*width: 74px;*/
  }
  .calc_total {
    padding-bottom: 20px;
  }
  .calc h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .calc {
    padding-top: 2rem;
  }
}
.calc_tflex {
  display: flex;
  margin-right: 5rem;
}

.capsule .in_box input {
  margin-bottom: 0 !important;
}

.ves_info .in_info {
  position: static;
}

.calc_col {
  position: relative;
}

.blockDisable {
  opacity: 0.5;
  pointer-events: none;
}

.calc_flex_gelatin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 29px;
}

.calc_row_gelatin_big {
  width: 48.7%;
  align-content: center;
  min-width: 480px;
}

.calc_row_gelatin_small {
  width: 40.2%;
  align-content: center;
  min-width: 480px;
}

.calc_row_gelatin_full {
  width: 100%;
  align-content: center;
}

.in_title_gelatin {
  min-width: 194px;
  align-content: center;
  font-family: "Open SansSB";
  font-weight: 600;
  width: 12.1rem;
  font-size: 1.12rem;
  font-size: 16px;
}

.in_row_gelatin_item {
  display: flex;
  width: 30.9%;
  gap: 12px;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

.gap-29px {
  gap: 29px;
}

.align-content-start {
  align-content: start;
}

.calc_row_gelatin_choices {
  display: flex;
  align-items: center;
}

.in_check_gelatin input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 3px solid #999999;
  width: 40px;
  background-color: white;
  height: 40px;
  padding: 0 !important;
}

.in_check_gelatin input[type=checkbox]:checked {
  background-image: url("../img/check.070f904ff354.jpg");
  background-size: 100% 100%;
  border-color: #00983d;
}

.in_info_gelatin {
  position: absolute;
  left: 0;
  top: -25px;
  color: #666666;
}

.in_row_gelatin_spaced {
  padding-top: 17px;
}

.in_row_gelatin {
  display: flex;
  width: 100%;
}

.in_row_gelatin_choices {
  display: flex;
  gap: 1.5em;
}

.calc_table_gelatin table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.calc_table_gelatin th {
  font-family: "Open SansSB";
  font-weight: 600;
  background-color: #559746;
  color: #559746;
  text-align: left;
  padding: 10px 18px;
  border: 1px solid #989898;
  width: 50%;
  color: white;
}

.weight_box .in_title_gelatin {
  width: 7rem;
  min-width: auto;
}

.calc_table_gelatin th:first-child {
  border-right: 1px solid white;
}

.calc_table_gelatin td {
  padding: 10px 18px;
  border: 1px solid #989898;
}

.weight_gelatin_item .in_info_gelatin {
  font-size: 15px;
}

.weight_gelatin_item .in_title_gelatin {
  width: auto;
  min-width: 97px;
}

@media screen and (max-width: 1024px) {
  .calc_table_gelatin th,
  .calc_table_gelatin td {
    padding: 10px;
  }
  .in_row_gelatin {
    flex-wrap: wrap;
  }
  .in_row_gelatin_choices {
    flex-wrap: wrap;
    gap: 2.5em;
  }
  .calc_row_gelatin_big {
    width: 100%;
  }
  .calc_row_gelatin_small {
    width: 100%;
  }
  .in_title_gelatin {
    width: auto;
    margin-bottom: 5px;
  }
  .in_row_gelatin_choices > .in_row_gelatin_item {
    width: 100%;
  }
  .in_row_gelatin_spaced {
    padding: 0;
  }
  .in_row_gelatin_spaced > .in_title_gelatin {
    margin-bottom: 40px;
  }
  .weight_gelatin_item {
    flex-wrap: nowrap;
  }
}
.calc-buttons-container {
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.calc-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.calc-buttons a .calc-button-st {
  display: flex;
  flex-wrap: nowrap;
  min-width: 340px;
  background-color: #ececec;
  color: #484349;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.calc-buttons a .calc-button-st span {
  align-content: center;
}

.calc-button-st svg {
  max-width: 100px;
  max-height: 50px;
}

.calc-buttons a .calc-button-st:hover {
  background-color: #009846;
  color: #fff;
}

.calc-buttons a .calc-button-st:hover svg path {
  stroke: #ffd23f;
}

.calc-buttons a .calc-button-st:hover span {
  color: #ececec;
}

.capsule .in_box input {
  margin-bottom: 0 !important;
}

.in_check input {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 3px solid #999999;
  width: 40px;
  background-color: white;
  height: 40px;
  padding: 0 !important;
}

.in_check input:checked {
  background-image: url("../img/check.070f904ff354.jpg");
  background-size: 100% 100%;
  border-color: #00983d;
}

html[lang=kz] body header .bottom .container .nav li a {
  font-size: 13px;
}

/*# sourceMappingURL=global.css.dfae182dd605.map */
