.wrapper {
  max-width: 1010px;
  width: 1010px;
  margin: 0 auto;
  padding: 0 1.5rem;
  background: #fff;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.underline {
  text-decoration: underline;
}
a {
  color: #000;
  font-family: Arial, Verdana, Geneva, sans-serif;
  text-decoration: underline;
}
a:hover {
  color: #a65f0f;
}
.text {
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
}
.bold {
  font-weight: 700;
}
.main-header .wrapper {
  padding: 0 1.5rem;
  min-height: 112px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #0f8cdd url(../images/imgx81bmn5isb3j06d9cw7o30t1q902u1.gif) 0 0
    no-repeat;
}
.hide-all-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: right;
  color: #056f9f;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0 15px;
  cursor: pointer;
  width: 80px;
  float: right;
}
.hide-all-btn:hover {
  color: #a65f0f;
}
.hide-all-btn .hide {
  display: inline-block;
  opacity: 1;
  text-decoration: underline;
}
.hide-all-btn .shows {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hide-all-btn.active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hide-all-btn.active .hide {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hide-all-btn.active .shows {
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-input {
  min-width: 218px;
  font-size: 12px;
  font-weight: 400;
  padding: 1.5px 3px;
  border: 1px solid #7b9ebd;
}
.btn-search {
  background: transparent url(../images/img1ccoo5rkbyxzpyc30rzeyohbvsw7hn.gif)
    50% 50% no-repeat;
  font-size: 13px;
  min-width: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 27px;
  border: none;
  text-decoration: none;
}
.btn-search:hover {
  color: #fff;
  text-decoration: underline;
}
.text-acc .accordeon-title {
  padding: 6px 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}
.text-acc .accordeon-title img {
  margin: 0 5px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
.text-acc .accordeon-title img.rotate {
  content: url(../images/imgzd97keyls4eo4g3x2zd8ahbor2zamz.gif);
}
.text-acc .accordeon-content {
  padding: 0;
}
.text-acc .accordeon-content p {
  padding: 1px 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}
.header-select {
  background: #fff;
  font-size: 11px;
  font-weight: 400;
  padding: 2px 0;
  border: 1px solid #7b9ebd;
  width: 225px;
}
.search-form-wrapper {
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-right: 50px;
}
.search-form {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.for,
.within {
  gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.for .header-search-text,
.within .header-search-text {
  width: 70px;
  line-height: normal;
  text-align: right;
  padding: 0;
}
.header-search-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 0 60px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: left;
}
.search-img-header {
  position: relative;
  margin-right: 5px;
  top: 3px;
}
.header-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-bg:after {
  background-color: rgba(0, 191, 179, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: -1rem;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 79vw;
}
.main-header {
  overflow: hidden;
}
.header-text {
  font-size: 12px;
  color: #fff;
}
.header-search {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-top: 16px;
}
.nav {
  position: relative;
  overflow: visible;
}
.nav .wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background: #f1fafc;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#f1fafc),
    to(#c6e5fa)
  );
  background: linear-gradient(270deg, #f1fafc 0, #c6e5fa 100%);
  background: -webkit-linear-gradient(270deg, #f1fafc 0, #c6e5fa 100%);
  border-bottom: 1px solid #5c9fd3;
  position: relative;
  overflow: visible;
}
.nav-list-link {
  text-decoration: none;
  font-weight: 400;
  color: #004184;
  position: relative;
  font-family: Verdana, arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-list-link:hover {
  color: #004184;
  text-decoration: underline;
  background: #ceeefd;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ceeefd),
    to(#a6bcd1)
  );
  background: linear-gradient(0deg, #ceeefd 0, #a6bcd1 100%);
  border-radius: 5px;
}
.nav-list-link:hover .link-arrow {
  content: url(../images/imgyf2dpcnd0u1pvy1wvws6xr8bh8jzxf.svg);
}
.nav-list-tabs {
  gap: 5px;
  line-height: normal;
  position: absolute;
  top: -25px;
  left: 1.5rem;
}
.nav-list-tabs li {
  line-height: normal;
}
.nav-list-tabs .nav-list-tabs-link {
  border-radius: 5px 5px 0 0;
  font-size: 11px;
  background: #093f70;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#093f70),
    to(#2179bd)
  );
  background: linear-gradient(0deg, #093f70 0, #2179bd 100%);
  color: #fff;
  padding: 4px 8px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  border: 1px solid #91afc7;
  border-bottom: none;
}
.nav-list-tabs .active .nav-list-tabs-link {
  background: #f1fafc;
  color: #022a52;
  border-color: #f1fafc;
}
.link-arrow {
  width: 8px;
  margin-right: 3px;
  height: auto;
}
.link-line {
  gap: 10px;
  margin: 6px 0 2px;
}
.nav-list-tabs-link {
  padding: 0;
  text-decoration: none;
  font-weight: 400;
  color: #004184;
  position: relative;
  font-size: 12px;
  line-height: normal;
}
.nav-list-tabs-link:hover {
  text-decoration: underline;
}
.company-main-accordeon {
  border: 2px solid #c9e3f0;
  padding-bottom: 3px;
  clear: both;
}
.accordeon-main-title {
  background: #c9e3f0;
  font-size: 14px;
  color: #004184;
  line-height: normal;
  padding: 5px 3px;
  gap: 5px;
  cursor: pointer;
  font-weight: 700;
  font-family: Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
.acc-main-arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.acc-main-arrow.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordeon-main-content {
  padding: 20px 15px 15px 15px;
  background: #f1fbfd;
}
.company-accordeon {
  background: #fff;
  border: 2px solid #c9e3f0;
  margin: 15px 0 0;
}
.accordeon-title {
  gap: 7px;
  padding: 10px 15px;
  font-size: 14px;
  color: #004184;
  line-height: normal;
  font-weight: 700;
}
.accordeon-content {
  padding: 15px;
}
.info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 7px 0;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.info-line .text {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.info-line .bold {
  text-align: right;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}
.info-line .bold.underline {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.info-line a {
  text-decoration: underline;
  color: #056f9f;
  cursor: pointer;
}
.info-line a:hover {
  color: #a65f0f;
}
.table {
  border: 1px solid #c9e3f0;
  background: #fff;
  width: 100%;
  font-size: 12px;
  color: #000;
  text-align: left;
  margin: 20px 0;
}
.table th {
  background: #daecf6;
  color: #05487d;
  border: 1px solid #c9e3f0;
  font-weight: 700;
  vertical-align: middle;
  padding: 5px;
  font-size: 11px;
  line-height: normal;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.table th.small {
  width: 60px;
}
.table th img {
  margin-left: 5px;
}
.table th img.info-img {
  cursor: pointer;
}
.table td {
  vertical-align: middle;
  padding: 7px 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #c9e3f0;
}
.table td.price {
  text-align: right;
}
.table td.check {
  text-align: center;
}
.table td.check input {
  cursor: pointer;
}
.table td.check input:focus {
  outline: 2px dotted #333;
}
.acc-arrow {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.acc-arrow.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-company-block {
  background: #fff;
  border: 2px solid #c9e3f0;
  padding: 15px;
  margin: 15px 0 0;
}
.text-company-block .h3-title {
  color: #004184;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  line-height: normal;
}
.text-company-block .h5-title {
  font-weight: 700;
  margin: 20px 0 10px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
}
.text-company-block .table {
  margin-top: 0;
}
.text-company-block .table th {
  white-space: nowrap;
}
.text-company-block .table input {
  float: right;
  cursor: pointer;
}
.text-company-block .doc-th {
  width: 95px;
}
.accordeon-content hr {
  position: relative;
  top: -20px;
}
hr {
  border: none;
  border-bottom: 1px solid #c9e3f0;
  width: 100%;
  text-align: center;
  margin: 7px auto;
}
.company-main-accordeon {
  margin-bottom: 20px;
}
.links {
  font-weight: 400;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.grid-links {
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  gap: 6px;
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.grid-links a {
  color: #056fa1;
  font-size: 11px;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  line-height: normal;
  display: inline-block;
}
.grid-links a:hover {
  color: #a65f0f;
}
.footer .wrapper {
  border-top: 1px solid #c9e3f0;
}
.btn-containers {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.btn-containers .btn {
  font-weight: 700;
  color: #004d93;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  border: none;
  text-align: center;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-containers .btn.carts {
  cursor: pointer;
  height: 30px;
  opacity: 1;
  text-indent: 15px;
  width: 110px;
  font-weight: 700;
  color: #004d93 !important;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  background: transparent url(../images/imgjh43ueumljb0r2qllfug6rkytgrqvd.jpg)
    50% 50% no-repeat;
}
.btn-containers .btn.carts.disable {
  cursor: default;
  opacity: 0.3;
  height: 30px;
  text-indent: 15px;
  width: 110px;
  font-weight: 700;
  text-decoration: none !important;
  color: #004d93 !important;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  background: transparent url(../images/imgjh43ueumljb0r2qllfug6rkytgrqvd.jpg)
    50% 50% no-repeat;
}
.btn-containers .btn:hover {
  text-decoration: underline;
}
.btn-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn-container .btn {
  font-weight: 700;
  color: #004d93;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  border: none;
  text-align: center;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-container .btn.back {
  height: 30px;
  width: 80px;
  background: transparent url(../images/img3a9ibbxxnva5gckthzijslsvm7nts3.gif)
    50% 50% no-repeat;
}
.btn-container .btn.search {
  height: 30px;
  width: 120px;
  text-indent: 20px;
  background: transparent url(../images/img19fmvrw22erzv966hhs3m2u1uceo4e.gif)
    50% 50% no-repeat;
}
.btn-container .btn:hover {
  text-decoration: underline;
}
.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 185px;
  flex: 0 0 185px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-top: 4px;
}
.sidebar .accordeon-title {
  padding: 5px;
}
.sidebar .accordeon-content {
  padding: 5px;
}
.btn-cart {
  background: #fffaf6;
  border-radius: 8px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 2px solid #fdbc78;
  text-decoration: none;
  text-align: center;
  cursor: default;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#ffe4be)
  );
  background: linear-gradient(180deg, #fff, #ffe4be);
}
.btn-cart .text {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  cursor: default;
  font-weight: 700;
  line-height: normal;
  color: #1e6ea1;
  padding: 5px 0 6px;
}
.btn-cart .link-cart {
  color: #0f4c7f;
  text-decoration: underline;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 8px;
  cursor: pointer;
}
.btn-cart .link-cart:hover {
  color: #a65f0f;
}
.cart-links {
  position: relative;
}
.cart-links:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #fdbc78;
}
.cart-links + .cart-img {
  position: relative;
  right: -1px;
}
.menu-accordeon {
  margin: 20px 0;
  padding-bottom: 10px;
  width: 100%;
  border-radius: 6px;
  border: 2px solid #b8dbed;
  overflow: hidden;
}
.menu-accordeon .accordeon-title {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3082c1),
    to(#0f4c7f)
  );
  background: linear-gradient(180deg, #3082c1, #0f4c7f);
  color: #fff;
  border-radius: 4px 4px 0 0;
  font-size: 11px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-accordeon .accordeon-title {
  position: relative;
}
.menu-wrap {
  gap: 5px;
}
.menu-wrap:before {
  content: " ";
  height: 24px;
  width: 2px;
  background: #4f83aa;
  position: absolute;
  right: 23px;
  top: 0;
}
.menu-wrap .h3-title {
  font-family: Arial, Helvetica, sans-serif;
}
.white-img {
  width: 8px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 3px;
  cursor: pointer;
}
.links-item {
  line-height: 19px;
}
.links-item a {
  color: #056f9f;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}
.links-item a:hover {
  color: #a65f0f;
}
.footer-line {
  list-style: none;
  margin-top: 7px;
  margin-left: -12px;
  padding-bottom: 12px;
}
.footer-line li {
  display: inline;
  padding: 0 10px 0 13px;
  position: relative;
  line-height: normal;
}
.footer-line li:before {
  content: "";
  width: 1px;
  height: 12px;
  position: absolute;
  right: -1px;
  top: 10px;
  background: #2b70ae;
}
.footer-line li a {
  color: #056fa1;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
}
.warning {
  background-color: #fffee6;
  border: 2px solid #c9e3f0;
  width: 100%;
  padding: 5px 5px 2px 5px !important;
  margin: 12px 0 15px;
  border-radius: 0.25em;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25);
  color: #004184;
  font-size: 12px;
  text-align: left;
  -ms-flex-line-pack: start;
  align-content: start;
}
.h2-title {
  font-size: 16px;
  font-weight: 700;
  color: #004184;
  margin: 13px 0 0 0;
  font-family: Arial, Verdana, sans-serif;
}
.warning-block a {
  color: #056f9f;
  font-size: 12px;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.warning-block a:hover {
  color: #a65f0f;
}
.warning-block .h3-title {
  display: block;
  font-size: 1.17em;
  color: #004184;
  margin-bottom: 13px;
  font-weight: 700;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.section-content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.warning-img {
  padding: 15px;
}
.text-link {
  color: #056f9f;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.text-link:hover {
  color: #a65f0f;
  text-decoration: underline;
}
.text-information .text {
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.text-information .text .info-img {
  position: relative;
  top: 4px;
  margin-left: 5px;
  cursor: pointer;
}
.follow {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.follow a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart-wrapper .table td.check input {
  float: none;
}
.cart-wrapper .table tbody tr {
  display: none;
}
.cart-wrapper .table tbody tr.on {
  display: table-row;
}
.cart-wrapper .text-right {
  text-align: right;
}
.cart-wrapper th.text-right {
  width: 65px;
}
.cart-wrapper .text-center {
  text-align: center;
}
.cart-wrapper th.text-center {
  width: 65px;
}
.cart-wrapper .company-wrapper {
  background: #f1fbfd;
  border: 2px solid #c9e3f0;
}
.cart-wrapper .text-company-block {
  background: 0 0;
  border: none;
  padding-bottom: 0;
}
.cart-wrapper .total-price {
  margin: 0 20px 25px;
  border: 1px solid #c9e3f0;
  height: auto !important;
  text-align: left;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #daecf6;
  padding: 6px 0 6px 5px;
  border-right: 1px solid #c9e3f0;
  border-bottom: 1px solid #c9e3f0;
  color: #05487d;
  font-weight: 700;
}
.cart-wrapper .total-price .h4-title {
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
}
.cart-wrapper .total-price .h4-title.totals {
  padding-right: 65px;
}
.cart-wrapper .pay-now {
  background: url(../images/imgmevqjm3gmjbkedkksrcodrl1hi5apt.gif) 0 0 no-repeat;
  width: 120px;
  height: 30px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 29px;
}
.cart-wrapper .btn-containers {
  margin: 0 20px 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-wrapper .btn-containers .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.cart-wrapper .btn-containers .text a {
  color: #056f9f;
}
.cart-wrapper .btn-containers .text a:hover {
  color: #a65f0f;
}
.cart-wrapper .btn-containers .btn.disable.btn-remove {
  color: #056f9f !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  border: 0 !important;
  line-height: 22px;
  cursor: pointer;
  text-align: center;
  width: 93px;
  height: 22px;
  background: url(../images/imgnapi9igog9s3nero9cz1akmel5od8t.gif) 0 0 no-repeat;
}
.cart-wrapper .btn-container {
  margin: 0 20px 25px;
}
.sub {
  display: block;
  text-align: right;
  font-weight: 700;
}
.subtotal-price {
  display: block;
  text-align: right;
  font-weight: 700;
}
.pay-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 30px;
}
.pay-wrapper.disabled {
  opacity: 0.3;
  position: relative;
  cursor: not-allowed;
}
.pay-wrapper.disabled:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 36px;
  width: 126px;
  z-index: 5;
  background: 0 0;
}
.pay-wrapper .disable.btn-check {
  cursor: auto;
  height: 30px;
  width: 120px;
  color: #fff !important;
  background: transparent url(../images/imgmevqjm3gmjbkedkksrcodrl1hi5apt.gif)
    50% 50% no-repeat;
}
.pay-wrapper .disable.btn-check.checkouts {
  color: #fff !important;
  cursor: pointer;
  background: transparent url(../images/imgmevqjm3gmjbkedkksrcodrl1hi5apt.gif)
    50% 50% no-repeat;
}
.mfp-bg {
  background: rgba(153, 153, 153, 0.5) !important;
}
.mfp-close {
  display: none !important;
}
.popup {
  background: #e7f3ff;
  padding: 12px;
  border-radius: 0;
  width: 550px;
  top: 0;
  position: absolute;
  left: 35%;
}
.popup .h3-title {
  font-size: 18px;
  color: #060;
  font-weight: 700;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.popup-block {
  background: #fff;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup-info {
  background: #daf8e0;
  border: 2px solid #088e10;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
  font-size: 11px;
  padding: 30px 15px;
}
.popup-info .text {
  font-size: 11px;
}
.close-popup {
  background: url(../images/imgg6dzdaead84amiw1lzb6vpn8xwmvnr.gif) 0 0 no-repeat;
  color: #fff;
  width: 65px;
  height: 26px;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.delivery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}
.delivery-wrapper .text-company-block {
  margin: 0;
  background: #fff;
  padding: 15px;
  border: 2px solid #c9e3f0;
}
.delivery-wrapper .text-info {
  font-size: 11px;
  line-height: normal;
}
.delivery-wrapper #email1,
.delivery-wrapper #email2 {
  border: 1px solid #7b9ebd;
  line-height: normal;
  height: 17px;
  width: 210px;
  font-size: 11px;
  border-radius: 2px;
  padding: 0 3px;
}
.delivery-wrapper #email1.error,
.delivery-wrapper #email2.error {
  border-color: red;
}
.aterics {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
  font-family: Arial, Verdana, sans-serif;
  padding-right: 5px;
  color: #004184;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.aterics span {
  color: #c00;
  font-weight: 700;
  font-size: 22px;
  line-height: 5px;
  vertical-align: middle;
}
.btn-center {
  width: 200px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  margin: 35px auto 30px !important;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.btn-center .btn.back {
  background: url(../images/imgrs94hwstozuptlb1awngvxtqb1sn19.gif) 0 0 no-repeat;
  width: 67px;
}
.btn-center .btn.submits-btn {
  background: url(../images/imgy8i2g9fhoh5xgfwbys2hdd87qg8euc.gif) 0 0 no-repeat;
  width: 67px;
  color: #fff;
  height: 29px;
  line-height: 29px;
  cursor: not-allowed;
  text-decoration: none !important;
  opacity: 0.3;
}
.text-info .link {
  color: #056f9f;
}
.text-info .link:hover {
  color: #a65f0f;
}
.text-info.padding {
  padding: 20px 0;
}
.forms-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.forms-card .sums {
  font-size: 11px;
  line-height: normal;
}
.forms-card .forms-item {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.forms-card .carts-img {
  margin-right: 5px;
}
.forms-card .form-text {
  font-size: 11px;
  line-height: 11px;
  min-width: 200px;
  text-align: right;
}
.forms-card .form-text span {
  color: #c00;
  font-weight: 700;
  font-size: 12px;
  line-height: 5px;
  vertical-align: middle;
}
.forms-card select {
  font-size: 12px;
  border: 1px solid #999;
  margin-right: 5px;
}
.forms-card input {
  height: 17px;
  width: 170px;
  font-size: 11px;
  line-height: normal;
  padding: 0 3px;
  margin-right: 10px;
  border: 1px solid #999;
}
.forms-card input#number2 {
  width: 60px;
}
.forms-card input::-webkit-inner-spin-button,
.forms-card input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forms {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
.forms .forms-item {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.forms .form-text {
  font-size: 11px;
  line-height: 11px;
  min-width: 200px;
  text-align: right;
}
.forms .form-text span {
  color: #c00;
  font-weight: 700;
  font-size: 12px;
  line-height: 5px;
  vertical-align: middle;
}
.btn-container .btn.next-btn {
  background: url(../images/imgnr8wbglxj54zoaf33bx5iplp8423kj.gif) 0 0 no-repeat;
  color: #fff;
  width: 81px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
span.certificate {
  display: block;
  padding-left: 199px;
}
span.certificate-2 {
  display: block;
  padding-left: 149px;
}
