.header-bottom-right form {
  display: inline-block;
}
#your_address {
  font-size: 16px;
  color: #666;
  margin-right: 10px;
  cursor: pointer;
  width: initial;
  display: inline-block;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  vertical-align: top;
  text-align: left;
}
.wpm-language-switcher {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 25px;
  text-transform: uppercase;
}
.wpm-language-switcher:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e6e6e6;
}
.wpm-language-switcher li {
  display: inline-block;
  margin-right: 15px;
}
.wpm-language-switcher li:hover a,
.wpm-language-switcher li.active * {
  color: #465fab;
}
.wpm-language-switcher li a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wpm-language-switcher {
    display: block;
    margin-right: 0;
  }
  .wpm-language-switcher li:last-child {
    margin-right: 0;
  }
  .header-contacts a {
    display: block;
    margin: 15px;
  }
  .wpm-language-switcher:after {
    content: none;
  }
}
.page-pagination span.current {
  color: #242424;
  font-size: 19px;
}
.page-pagination span.current:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #465fab;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
}
article > :last-child > * {
  margin-bottom: 0;
}
.blog-detail-share-icon {
  position: relative;
}
.blog-detail-share-icon .social-c {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-detail-share-icon .social-c span .stLarge {
  background: transparent !important;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  right: -22px;
  background-color: #fff;
}
@media (min-width: 992px) {
  div.wpcf7-response-output {
    max-width: 778px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .nav-list li a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .nav-list li a:hover {
    color: #019fe9;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  div.wpcf7-response-output {
    max-width: 975px;
  }
}
@media (min-width: 1450px) {
  div.wpcf7-response-output {
    max-width: 1055px;
  }
}
@media (min-width: 1200px) {
  .nav-list li.current_page_item a:after {
    width: 100%;
  }
  .nav-list li.mobile-item {
    display: none;
  }
}
.block-2-bottom .img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  z-index: 1;
}
.icon-round {
  text-transform: uppercase;
}
.main-slider .swiper-pagination {
  margin: 0 8%;
  padding: 0 60px;
}
.row-entry.banner-block {
  padding: 0;
}
.specoffer-price {
  color: #019fe9;
  font-size: 35px;
  padding: 0 0 15px;
  line-height: 28px;
}
.specoffer-price span {
  font-size: 21px;
  font-weight: 400;
}
.left-line:before {
  display: none;
}
.main-slider-content .left-line {
  padding: 0;
}
@media (max-width: 768px) {
  .header {
    top: 0;
  }
}
span.ajax-loader:before,
span.ajax-loader:after {
  display: none;
}
.header-top {
  border-radius: 15px;
}
.btn-style-1, .btn-style-grey {
  display: inline-block;
}
.btn-style-1 a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 15px;
  background: #08a1eb;
  background: -moz-linear-gradient(
    left,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a1eb',endColorstr='#69cefe',GradientType=1);
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 11px;
}
.btn-style-1 a span::before, .btn-style-grey a span::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.btn-style-1 a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-style-grey a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 30px;
  background: #a1a0a0;
  background: -moz-linear-gradient(
    left,
    rgb(162 163 163) 0%,
	rgb(134 136 136) 60%,
	rgb(200 200 200) 100%)
  );
  background: -webkit-linear-gradient(
    left,
    rgb(162 163 163) 0%,
	rgb(134 136 136) 60%,
	rgb(200 200 200) 100%)
  );
  background: linear-gradient(
    to right,
    rgb(162 163 163) 0%,
	rgb(134 136 136) 60%,
	rgb(200 200 200) 100%)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a0a0',endColorstr='#69cefe',GradientType=1);
  color: #fff;
  display: block;
  text-align: center;
  line-height: 40px;
  padding: 0 20px;
}

.payment-button {
  margin-right: 20px;
}
.payment-button a {
  position: relative;
}
.payment-button a span {
  padding-right: 20px;
}
.payment-button a span:before {
  background-image: url(../img/credit-card.svg);
}
/*
.payment-button a::after,
.payment-button a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 55%;
  display: block;
  height: 1px;
  width: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.payment-button a:before {
  -webkit-transform: rotate(135deg) translateY(-50%);
  -moz-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  -o-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}
.payment-button a:hover:after,
.payment-button a:hover:before {
  top: 60%;
}
*/
.login-button a span:before,  .login-button-friend a span:before{
  background-image: url(../img/man-user.svg);
}
.password-button a span:before {
  background-image: url(../img/white-lock-icon.png);
}
.input-icon .input-field {
  border-radius: 10px;
}
.button.type-light,
.button,
.button.plain {
  /*background-color: #fd0000;*/
  background-color: #06569e;
  z-index: 1;
}
.button.type-light:hover,
.button {
  /*border: 2px solid #fd0000;*/
  border: 2px solid #06569e;
}
.button:after,
.button:before {
  display: none;
}
.button:hover:after,
.button:hover:before {
  display: none;
}
.button:hover {
  background-color: #fff;
}
.button span {
  background: transparent !important;
}
.button:hover span {
  background: transparent;
  /*color: #fd0000;*/
  color: #06569e;
}
.button:hover span:before,
.button:hover span:after {
  /*background-color: #fd0000;*/
  background-color: #06569e;
}
.button.plain span:before {
  display: none;
}
.button.type-light:before,
.button.type-light:after,
.button.type-light span,
.button.type-light span:after,
.button.type-light span:before {
  background-color: #fff;
}
.button.type-light span {
  color: #fff;
}
.button.type-light {
  /*border-radius: 2px solid #fd0000;*/
  border-radius: 2px solid #06569e;
}
.button.type-light:hover {
  background: #fff;
}
.button.type-light:hover span {
  /*color: #fd0000;*/
  color: #06569e;
}
.button.type-light span:after,
.button.type-light span:before {
  background-color: #fff;
}
.button.type-light:hover span:after,
.button.type-light:hover span:before {
  /*background-color: #fd0000;*/
  background-color: #06569e;
}
.bg-main-lighter {
  background-color: #fff;
}
.price-big {
  color: #2ca6eb;
}
.block-1-title {
  padding: 10px 0;
}
.block-1 {
  border-radius: 15px;
  padding: 0 0 40px;
  overflow: hidden;
  position: relative;
}
.block-1::after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../img/shape.png);
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  border-radius: 0 0 15px 15px;
}
.block-1 .img {
  border-radius: 50%;
  max-width: 85px;
  max-height: 85px;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #08a1eb;
  background: -moz-linear-gradient(
    left,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a1eb',endColorstr='#69cefe',GradientType=1);
}
.block-1 .image-bg {
  position: relative;
}
.block-1 .image-bg .image-bg-wrapper {
  max-height: 200px;
  min-height: 200px;
  overflow: hidden;
}
.block-1 .image-bg .image-bg-wrapper > img {
  max-width: 100%;
}
.block-1 .image-bg .image-bg-wrapper::after {
  background: url(../img/catalogue-shadow.svg);
  position: absolute;
  content: "";
  height: 100px;
  width: 100%;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  bottom: 21px;
}
.price-old {
  color: #666;
}
.home-background {
  background-image: url(../img/main-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main-link {
  color: #3cb9f4;
}
.text-center .main-link {
  line-height: 46px;
  padding: 0 70px;
  border-radius: 30px;
  background: #08a1eb;
  background: -moz-linear-gradient(
    left,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a1eb',endColorstr='#69cefe',GradientType=1);
  color: #fff;
}
.text-center .main-link:after,
.text-center .main-link:before {
  right: 25px;
  background-color: #fff;
}
.text-center .main-link:hover:before,
.main-link:hover:after {
  right: 20px;
}
.footer-links-list a:hover:before,
.footer-links-list a:hover:after,
.header-contacts a:hover:before,
.header-contacts a:hover:after {
  right: 0;
}
.wide-block.canvas-stars.text-center-xs {
  border-radius: 15px;
  overflow: hidden;
}
.wide-block.canvas-stars.text-center-xs::before {
  content: "";
  border-radius: 15px;
  background-image: url(../img/banner-shape.png);
  background-repeat: no-repeat;
  background-size: 95% 100%;
  display: block;
  width: 85%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-2-bottom {
  background-color: #38b6f2;
  border-radius: 0 0 15px 15px;
}
.block-2-bottom .h6 {
  color: #fff;
}
.block-2-bottom .color-3 {
  color: #a0d7f8;
}
.block-2-top {
  overflow: hidden;
}
.block-2-top:before {
  background-color: #ebf8fe;
  background-color: #ebf8fe;
  padding: 50px;
  border-radius: 50%;
  background-position: 30px 40px;
  top: -30px;
  left: -10px;
}
.block-2-bottom {
  position: relative;
}
.block-2-bottom::after {
  position: absolute;
  content: "";
  top: 0;
  left: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #fff transparent transparent;
}
.footer {
  background-image: url(../img/footer-shape.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 146px;
  background-color: #f2f4f7;
}
.footer-top,
.footer-bottom {
  background: transparent;
}
.footer-bottom {
  color: #fff;
}
.ct-block {
  margin-top: 70px;
}
.contact-block > .img {
  border-radius: 50%;
  max-width: 85px;
  max-height: 85px;
  margin: 0 auto;
  padding: 20px;
  background: #08a1eb;
  background: -moz-linear-gradient(
    left,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(8, 161, 235, 1) 0%,
    rgba(83, 203, 241, 1) 60%,
    rgba(105, 206, 254, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a1eb',endColorstr='#69cefe',GradientType=1);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.contact-block {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
#ContactForm {
  max-width: 995px;
  margin: 0 auto;
}
.ct-form-title {
  max-width: 825px;
  margin: 0 auto;
}
.button.plain span:before {
  border-color: transparent;
}
.date {
  color: #56b3ed;
}
.block-3 {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.date.size-3,
.block-3-title {
  position: relative;
}
.block-3-bottom {
  position: relative;
}
.block-3-bottom::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background-color: #ebf8fe;
  border-radius: 0 0 800% 0/0 0 800% 0;
  z-index: 0;
}
.date.size-1 {
  background-color: #f7f9fc;
}
.table-offers tr {
  background-color: #f7f9fc;
}
.icon-round {
  background-color: #f20000;
}
.button.plain:hover span {
  /*color: #f20000;*/
  color: #06569e;
}
.news-block .flex-center {
  background-color: #f7f9fc;
}
.left-image {
  background-image: url(../img/left-shape.svg);
  background-repeat: no-repeat;
  padding: 40px 0;
  background-size: auto 100%;
  background-position: left;
}
.right-image {
  background-image: url(../img/right-shape.svg);
  background-repeat: no-repeat;
  padding: 40px 0;
}
.simple-select .SumoSelect > .CaptionCont {
  background: #fd0000;
}
.page-pagination span.current:after {
  background-color: #019fe9;
}
.social-list a {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
}
.social-list a:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .footer {
    background-image: none;
  }
  .footer-bottom {
    background-color: #38b6f2;
  }
  .wide-block.canvas {
    display: none;
  }
  .wide-block.canvas-stars.text-center-xs::before {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .wide-block.canvas-stars.text-center-xs::before {
    background-size: cover;
    width: 100%;
  }
  .header-logo {
    display: none;
  }
  .header-logo-mobile {
    display: block;
    position: absolute;
    left: 15px;
    max-width: 210px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-logo-mobile img {
    width: 100%;
    height: auto;
  }
}
.line-bord {
  position: absolute;
  top: 0;
  background: transparent;
  width: 100%;
  height: 65px;
  left: 0;
  display: inline-block;
}
/*article ul li:before {
  background-color: #019fe9;
}*/
.wpm-language-switcher li:hover a,
.wpm-language-switcher li.active * {
  color: #3cb9f4;
}
.page-v2 td p {
  display: inline-block;
}
.main-link:after,
.main-link:before {
  background-color: #4ac0f7;
}
.main-link:hover:after,
.main-link:hover:before {
  background-color: #465fab;
}
.form-style-2 {
  padding: 35px;
}
.wpcf7-not-valid {
  border-color: red;
}
span.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  display: none !important;
}
.form-title {
  text-align: center;
  padding: 30px 0 0;
}
.search-title.center-align {
  text-align: center;
}
.search-title > span {
  color: #fd0000;
}
.news-block .img img {
  min-height: 241px;
  object-fit: cover;
}
.h1.light.center {
  text-align: center;
  font-size: 800%;
}
.banner-block .button span {
  padding: 14px 15px 14px 25px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav-list li.current_page_item a:after {
  display: none;
}
.nav-list li.current_page_item > a {
  color: #019fe9;
}
.input-icon > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
}
.input-icon span svg {
  width: 24px;
  vertical-align: middle;
  fill: #b2b2b2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.input-icon:hover span svg,
.input-icon:focus span svg {
  fill: #fd0000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.flex-center.p-image .col-md-5 {
  background-image: none;
  padding: 40px 0;
}
.text-center .main-link:hover:after,
.text-center .main-link:hover:before {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .header-top.scrolled {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .block-1 .button {
    width: auto;
  }
  .banner-block .swiper-pagination.type-2 {
    text-align: center;
    margin: 0;
  }
  .search-results .flex-center {
    padding: 0 20px;
  }
  .header-logo-mobile {
    max-width: 160px;
  }
  .banner-block .button {
    width: auto;
  }
  .header-contacts__call {
    margin-right: 0px;
}
.header-contacts__call .phone-link {
        padding-left: 20px;
    font-size: 18px;
}
}
@media (min-width: 768px) {
  .banner-block .swiper-pagination.type-2 {
    width: 750px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .banner-block .swiper-pagination.type-2 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .banner-block .swiper-pagination.type-2 {
    width: 1170px;
  }
  .header-logo-mobile {
    display: none;
  }
}
@media (min-width: 1450px) {
  .banner-block .swiper-pagination.type-2 {
    width: 1300px;
  }
}
.banner-block .swiper-slide .tt-slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
}
.nav-list li a:hover:after {
  display: none !important;
}
.rate-table tr td {
  vertical-align: middle;
}
.rate-table tr td:nth-child(1) {
  width: 15%;
}
.rate-table tr td:nth-child(2) {
  padding-left: 20px;
}
.rate-table tr td img {
  margin: 15px 0;
}
.rate-table tr td h2 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .rate-table tr td h2 {
    text-align: center;
  }
  .rate-table tr td:nth-child(1) {
    width: auto;
    display: block;
  }
  .rate-table tr td {
    vertical-align: top;
  }
  .rate-table tr td img {
    width: auto;
    margin: 15px auto;
  }
  .rate-table tr td:nth-child(2) {
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
.button span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .table-responsive .table {
    min-width: auto;
  }
}
.note-field {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
}
article table {
  border: 1px solid #666;
}
article table td {
  padding: 10px;
  border: 1px solid #666;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .header-bottom-right .input-icon {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  #your_address {
    display: block;
    width: 252px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
article > p img {
  width: initial;
}
/*======New style=====*/
.top-drop > a::after,
.top-drop > a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 55%;
  display: block;
  height: 1px;
  width: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top-drop a:before {
  -webkit-transform: rotate(135deg) translateY(-50%);
  -moz-transform: rotate(135deg) translateY(-50%);
  -ms-transform: rotate(135deg) translateY(-50%);
  -o-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
}

.top-drop {
  position: relative;
}
.top-drop > a {
  z-index: 11;
  min-width: 140px;
  position: relative;
}
.top-drop > a:hover {
  opacity: 1;
}
.top-drop a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.links-block a:hover {
  color: #242424;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.links-block {
  max-width: 100%;
  top: 56%;
  display: none;
  position: absolute;
  min-width: 100%;
  z-index: 10;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.links-block a {
  border-radius: 0;
  line-height: 1.3;
  padding: 5px 0;
}
.top-drop .links-block a:hover {
  opacity: 1;
}
.top-drop .links-block a:first-child {
  padding-top: 20px;
}
.top-drop .links-block a:before,
.top-drop .links-block a:after {
  display: none;
}
/*========Contact-form======*/
.SumoSelect > .optWrapper > .options li.opt,
.SumoSelect > .optWrapper > .options,
.SumoSelect.open > .optWrapper {
  border-radius: 0 !important;
}
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options > li.opt {
  position: relative;
  height: 51px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  transition: border-color 0.3s ease-out;
  -webkit-transition: border-color 0.3s ease-out;
}
.SumoSelect > .CaptionCont {
  height: 55px;
}
.SumoSelect > .optWrapper > .options li.opt label {
  line-height: 55px;
}
.SumoSelect > .CaptionCont > span {
  line-height: 48px;
}
.SumoSelect.open > .optWrapper {
  top: 100%;
}
.form-wrapper {
  display: none;
}
.form-wrapper.active {
  display: block;
}
.SumoSelect.sumo_select-reason {
  width: 100%;
}
.reason-block .SumoSelect {
  width: 100%;
}
.reason-block {
  padding: 0 15px 0 0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
}
.SumoSelect > .CaptionCont > label > i {
  width: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
}
.SumoSelect.open > .CaptionCont > label > i {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .reason-block {
    padding: 0;
  }
}
#your_address {
  -moz-appearance: none;
  font-size: 16px;
  color: #666;
  margin-right: 10px;
  cursor: pointer;
  width: initial;
  display: inline-block;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  line-height: 38px;
  vertical-align: top;
  text-align: left;
  height: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #your_address {
    display: inline-block;
    max-width: 170px;
  }
}

.table-responsive table,
article .table-responsive table td {
  border: 0 !important;
}
.col-md-8.product-price {
  font-weight: 600;
  font-size: 18px;
}
.swiper-slide .block-1 {
  max-width: 400px;
}

footer .developer .dev-logo img {
  width: 75px;
  height: 25px;
  margin-left: 5px;
  vertical-align: middle;
}

.header-contacts a.h6 {
  display: block;
}
a.h6 {
  display: block;
}

.header-contacts a.h6 {
  display: block;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-contacts {
    flex-direction: column;
  }
}

/*==========================================================================*/
/*==========================================================================*/
/*=============================ENTRANCE STYLES==============================*/
/*==========================================================================*/
/*==========================================================================*/

/*---------------------------------------------------------------------------
=============================================================================
FOOTER
=============================================================================
---------------------------------------------------------------------------*/

.grecaptcha-badge {
  opacity: .25;
}
.grecaptcha-badge:hover {
  opacity: 1;
}

#wpcf7-f1319-o7 {    width: 90%;
    margin: 0 auto;padding: 25px 10px;}
.custom-button {    text-align: center;
    padding: 15px 35px;
    margin: 20px;}