@charset "UTF-8";

* {
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

.site-container {
  overflow-x: hidden !important;
}

a:hover {
  transition: 0.3s ease;
}

a {
  transition: 0.3s ease;
}

button:hover {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.accordion:hover {
  cursor: pointer;
}

.help-block-row .accordion {
  background-color: #f4f6f8;
  color: #062263;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  justify-content: space-between;
  transition: 0.4s;
}

.help-block-row .active,
.help-block-row .accordion:hover {
  background-color: #f4f6f8;
}

.help-block-row .panel {
  padding: 0 15px;
  background-color: white;
  max-height: 0;
  border-radius: 5px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.help-block-row .panel p {
  padding: 15px 0px;
  line-height: 1.5;
}

.help-block-row .accordion:after {
  content: "➕";
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.help-block-row .active:after {
  content: "➖";
}

.container {
  max-width: 1640px;
  padding: 0px 20px;
  margin: 0 auto;
  width: 100%;
}

.header-top {
  background: #f4f6f8;
  padding: 10px 0px;
}

.header-top .header-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top .header-top-row .left ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  align-items: center;
}

.header-top .header-top-row .left li:first-child {
  margin-left: 0px;
}

.header-top .header-top-row .left li {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.header-top .header-top-row .left li a {
  text-decoration: none;
  color: #062263;
}

.header-top .header-top-row .left li img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: block;
}

.header-top .header-top-row .right ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  align-items: center;
}

.header-top .header-top-row .right li:last-child {
  margin-right: 0px;
}

.header-top .header-top-row .right li {
  margin-right: 10px;
}

.header-top .header-top-row .right img {
  width: 45px;
  height: 45px;
}

.header-main {
  padding: 15px 0px;
}

.header-main .header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-main .header-main-row .left img {
  max-width: 250px;
  display: block;
  width: 100%;
}

.header-main .header-main-row .right {
  display: flex;
}

.header-main .header-main-row .right .menu {
  display: flex;
}

.header-main .header-main-row .right ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-right: 20px;
}

.header-main .header-main-row .right li:first-child {
  margin-left: 0px;
}

.header-main li.current-menu-item>a {
  color: #062263 !important;
  border-bottom: 2px solid #062263 !important;
  padding-bottom: 5px;
}

.header-main .header-main-row .right li {
  margin-left: 15px;
}

.header-main .header-main-row .right li a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.header-main .header-main-row .right ul.lang a {
  font-weight: 400;
  font-size: 16px;
}

.header-main .header-main-row .right ul.lang .current-lang a {
  font-weight: 500;
  background: #062263;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
}

.header-main .header-main-row .right li a:hoveR{
  color: #062263 !important;
  border-bottom: 2px solid #062263 !important;
  padding-bottom: 5px;
}

.header-main .header-main-row .right a.link-to-pay {
  font-weight: 500;
  background: rgb(252,223,50);
  color: #133f9f;
  padding: 15px 40px;
  border-radius: 100px;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px #133f9f;
  border: none;
  text-decoration: none;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

.site-container .home-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.site-container .home-1:after {
  content: "";
  background: url(../../../svg/top.svg);
  background-size: cover;
  position: absolute;
  height: 90px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.site-container .home-1 video {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.site-container .home-1 .home-1-content {
  position: absolute;
  width: 100%;
}

.site-container .home-1 .home-1-content .h1-banner {
  font-size: 40px;
  max-width: 800px;
  color: #f4f6f8;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  padding-bottom: 15px;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
}

.site-container .home-1 .home-1-content .p-title {
  max-width: 1000px;
  color: #f4f6f8;
  font-family: "Raleway", sans-serif;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 5px;
}

.site-container .home-1 .home-1-content .light-hr {
  border: 2px solid #f4f6f8;
  max-width: 100px;
  background: #f4f6f8;
  margin-bottom: 20px;
}

.site-container .home-1 .home-1-content button {
  font-weight: 500;
  background: linear-gradient(180deg, #062263 0%, #140B8A 100%);
  color: #fff;
  padding: 20px 40px;
  border-radius: 100px;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px #133f9f;
  text-decoration: none;
  border: none;
  margin-top: 15px;
}

.site-container .page-title-center {
  padding-bottom: 60px;
}

.site-container .page-title-center .title {
  font-size: 40px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding-bottom: 10px;
  text-align: center;
  color: #062263;
  text-transform: uppercase;
}
.site-container .page-title-center hr {
  max-width: 80px;
  border: 2px solid #062263;
  background: #062263;
  margin: 0 auto;
}

.site-container .page-title-left {
  padding-bottom: 40px;
}

.menu-open-footer {
  display: block !important;
}

.page-title-left .title {
  font-size: 40px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  padding-bottom: 10px;
  text-align: left;
  color: #062263;
  text-transform: uppercase;
}

.site-container .page-title-left hr {
  max-width: 80px;
  border: 2px solid #062263;
  background: #062263;
}

.site-container .page-links-group {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-container .page-links-group button {
  margin-bottom: 20px;
}

.site-container .page-links-group a {
  display: block;
  color: #333333;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  transition: 0.3s ease;
  text-transform: uppercase;
}

.site-container .page-links-group a:hover {
  color: #062263;
  border-bottom: 2px solid #062263;
  transition: 0.3s ease;
}

.site-container .page-links-group-left {
  display: flex;
  align-items: center;
}

.site-container .page-links-group-left a {
  margin-left: 25px;
  text-decoration: none;
  color: #333333;
  font-weight: 500;
}

.site-container button.btn-default {
  font-weight: 500;
  background: linear-gradient(180deg, #062263 0%, #140B8A 100%);
  color: #fff;
  padding: 20px 40px;
  border-radius: 100px;
  text-transform: uppercase;
  box-shadow: 0px 0px 10px #133f9f;
  text-decoration: none;
  border: none;
  font-family: 'Raleway', sans-serif;
  transition: 0.3s ease;
  display: inline-block;
  position: relative;
}

.site-container .home-2 {
  padding: 0px;
}

.site-container .product-catalog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.site-container .product-catalog .product-template-in-catalog .image img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
  min-height: 220px;
}

.site-container .product-catalog .product-template-in-catalog .content a {
  text-align: center;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  padding: 30px 0px 20px;
  display: block;
}

.site-container .product-catalog .product-template-in-catalog:hover img {
  box-shadow: 0px 0px 10px #133f9f;
  transition: 0.3s ease;
  transform: scale(1.1);
}

.site-container .product-catalog .product-template-in-catalog:hover a {
  color: #062263;
}

.site-container .bg-dark {
  padding: 0px 0px;
  background: #f4f6f9;
}

.home-3 {
  padding: 80px 0px
}

.site-container .home-3 .about-us-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.site-container .home-3 .about-us-row .right img {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
}

.site-container .home-3 .about-us-row .left .about-us-content {
  margin-bottom: 20px;
}

.site-container .home-3 .about-us-row .left .about-us-content p {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 15px;
}

.site-container .home-3 .about-us-row .left .about-us-content p.bold {
  font-weight: 500;
}

.site-container .home-4 {
  padding: 0px 0px;
}

.site-container .home-4 .advantages-row,
.about-us-page-advantages .advantages-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px 0px;
}

.site-container .home-4 .advantages-row .advantage-column,
.about-us-page-advantages .advantages-row .advantage-column {
  text-align: center;
}

.site-container .home-4 .advantages-row .advantage-column .number,
.about-us-page-advantages .advantages-row .advantage-column .number {
  margin-bottom: 20px;
  background-size: contain;
  min-height: 270px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-container .home-4 .advantages-row .advantage-column .number img,
.about-us-page-advantages .advantages-row .advantage-column .number img {
  width: 100%;
  height: 100%;
}

.site-container .home-4 .advantages-row .advantage-column .number p,
.about-us-page-advantages .advantages-row .advantage-column .number p {
  color: #062263;
  font-weight: 700;
  font-size: 60px;
  margin-left: 0px;
  font-family: 'Geometria', sans-serif;
  position: absolute;
}

.site-container .home-4 .advantages-row .advantage-column .content p,
.about-us-page-advantages .advantages-row .advantage-column .content p {
  line-height: 1.5;
}

.site-container .home-4 .advantages-row .advantage-column .content p span,
.about-us-page-advantages .advantages-row .advantage-column .content p span {
  font-weight: 500;
}

.site-container .home-5 {
  padding: 80px 0px;
}

.site-container .home-6 {
  padding: 0px 0px;
}

.site-container .news-catalog-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.site-container .news-catalog-row .news-template-in-catalog .image img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}

.site-container .news-catalog-row .news-template-in-catalog .content a {
  text-align: left;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 20px;
  display: block;
  line-height: 1.5;
}

.site-container .news-catalog-row .news-template-in-catalog:hover img {
  box-shadow: 0px 0px 10px #133f9f;
  transition: 0.3s ease;
  transform: scale(1.03);
}

.site-container .news-catalog-row .news-template-in-catalog:hover a {
  color: #062263;
}

.site-container .home-7 {
  padding: 80px 0px;
}

.site-container .help-block-container .help-block-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.site-container .help-block-container .help-block-row .help-section {
  padding-bottom: 40px;
}

.site-container .help-block-container .right img {
  width: 100%;
  max-height: 450px;
  object-fit: contain;
}

.site-container .home-8 {
  padding: 0px 0px 80px;
  /*background: #f4f6f8;*/
}

.contacts-container .contacts-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.contacts-container .contacts-row .block:first-child {
  margin-top: 0px;
}

.contacts-container .contacts-row .block {
  margin-top: 20px;
}

.contacts-container .contacts-row .block .block-title {
  padding-bottom: 10px;
}

.contacts-container .contacts-row .block .block-title p {
  font-weight: 600;
  color: #062263;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

.contacts-container .contacts-row .block .phones-row a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333333;
}

.contacts-container .contacts-row .block .phones-row a img {
  margin-right: 10px;
}

.contacts-container .contacts-row .block .block-column a {
 
  align-items: center;
  text-decoration: none;
  color: #333333;
}

.contacts-container .contacts-row .social-icons {
  margin-top: 20px;
}

.contacts-container .contacts-row .social-icons ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}

.contacts-container .contacts-row .social-icons ul li {
  margin-right: 10px;
}

.contacts-container .contacts-row .social-icons ul img {
  border: 2px solid #d4d6d8;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.contacts-container .page-links-group-left {
  margin-top: 30px;
}

.contacts-container .page-links-group-left a {
  margin-left: 0px;
  display: flex;
  align-items: center;
  color: #062263;
  font-family: "Raleway", sans-serif;
  width: 100%;
}

.contacts-container .page-links-group-left a span {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
}

footer {
  background: #062263;
}

footer .footer-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: 20px;
  padding: 80px 0px 80px;
}

footer .footer-row .footer-title p {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  padding-bottom: 25px;
}

footer .footer-row .footer-column-padding {
  padding-top: 58px;
}

footer .footer-row .footer-menu ul {
  list-style-type: none;
}

footer .footer-row .footer-menu ul a {
  color: #ffffff;
  line-height: 1.8;
  text-decoration: none;
}

.bootom-footer .bottom-footer-row {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bootom-footer .bottom-footer-row .left p {
  font-size: 16px;
}

.bootom-footer .bottom-footer-row .right {
  display: flex;
	gap: 10px;
}

.bootom-footer .bottom-footer-row .right a:first-child img {
  max-height: 25px;
}

.bootom-footer .bottom-footer-row .right a:last-child img {
  max-height: 20px;
  margin-left: 20px;
}

.bootom-footer .bottom-footer-row .right a {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */

.bread-container {
  background: #f4f6f8;
  padding: 0px;
  height: 55px;
  display: flex;
  align-items: center;
}

.kama_breadcrumbs a {
  color: #140B8A;
  text-decoration: none;
  font-size: 16px;
}

.kama_breadcrumbs span {
  font-size: 16px;
}

.page-title-banner {
  background: #062263;
  padding: 60px 0px 0px;
  text-align: center;
}

.page-title-container .top-title {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}

.page-title-container h1 {
  text-align: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  padding: 30px 0px;
  font-weight: 900;
}

.owl-dots button {
  background: #fff;
  border: 1px solid #062263 !important;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 100px;
}

.owl-dots button.active {
  background: #062263 !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
}

.posts-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin: 80px 0px;
}

.post-template-1 {
  grid-area: 1 / 1 / 2 / 5;
}

.post-template-2 {
  grid-area: 1 / 5 / 2 / 9;
}

.post-template-3 {
  grid-area: 1 / 9 / 2 / 13;
}

.post-template-4 {
  grid-area: 2 / 1 / 3 / 4;
}

.post-template-5 {
  grid-area: 2 / 4 / 3 / 7;
}

.post-template-6 {
  grid-area: 2 / 7 / 3 / 10;
}

.post-template-7 {
  grid-area: 2 / 10 / 3 / 13;
}

.post-template-8 {
  grid-area: 3 / 1 / 4 / 4;
}

.post-template-9 {
  grid-area: 3 / 4 / 4 / 7;
}

.post-template-10 {
  grid-area: 3 / 7 / 4 / 10;
}

.post-template-11 {
  grid-area: 3 / 10 / 4 / 13;
}

.posts-row .post-template .image img {
  width: 100%;
  display: block;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
  border-radius: 10px
}

.post-template .content {
  padding: 20px 0px 15px;
  text-align: center;
}

.post-template .content a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #333
}

.posts-row .post-template:hover img {
  box-shadow: 0px 0px 10px #133f9f;
  transition: 0.3s ease;
  transform: scale(1.03);
}

.posts-row .post-template:hover a {
  color: #062263;
}

.page-single {
  padding: 40px 0px 80px;
}

.page-single .single-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  word-break: break-word;
}

.page-single .single-row .right img {
  width: 100%;
  box-shadow: 0px 0px 10px #133f9f;
  border-radius: 15px;
  display: block;
}

.page-single .single-row h1 {
/*   font-size: 34px; */
  font-family: 'Raleway', sans-serif;
  padding-bottom: 10px;
}


.page-single .single-row hr {
  width: 100px;
  border: 2px solid #140B8A;
  margin-bottom: 30px;
  background: #062263;
}

.page-single .single-row .content p,
.single-container .content p {
  padding-bottom: 15px;
  line-height: 1.5;
}

.page-single .single-row .content ul,
.single-container .content ul {
  padding-bottom: 15px;
  line-height: 1.5;
}

.page-single .single-row .content a,
.single-container .content a {
  color: #140B8A;
  font-weight: 500;
}

.page-single .single-row .content li,
.single-container .content li {
  line-height: 1.5;
  padding-bottom: 5px;
}

.single-container {
  margin-top: 50px;
}

.page-single .single-row .content li:last-child,
.single-container .content li:last-child {
  padding-bottom: 0px;
}

.page-single .single-row .content strong,
.single-container .content strong {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
/*   font-size: inherit; */
  line-height: 1.5;
}

.btn-price-group {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.btn-price-group p {
  margin-left: 30px;
}

.contacts-container form {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-image: url("../../../svg/cf-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 30px;
}

.contacts-container form .form-2-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contacts-container form .form-2-row input {
  height: 55px;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  font-family: Roboto;
}

.cf-form-container .form-1-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
}

.cf-form-container .form-1-row input {
  height: 55px;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  font-family: Roboto;
}

.contacts-container form .form-comment textarea {
  height: 110px;
  padding-left: 15px;
  width: 100%;
  padding-top: 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  font-family: Roboto;
}

.contacts-container form .form-2-row select {
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 15px;
  border: 1px solid #ddd;
  padding-right: 15px;
  font-family: Roboto;
}

.contacts-container form .form-submit input {
  background: linear-gradient(180deg, #062263 0%, #140B8A 100%);
  box-shadow: 0px 0px 10px #133f9f;
  border-radius: 100px;
  border: none;
  display: flex;
  width: 280px;
  height: 65px;
  color: #fff;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  transition: 0.1s ease-in;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.contacts-container form .ajax-loader {
  display: none;
}

.contacts-container form .title {
  color: #0D1776;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.contacts-container .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contacts-container form input:active,
.contacts-container form textarea:active,
.contacts-container form input:focus,
.contacts-container form textarea:focus,
.contacts-container form select:active,
.contacts-container form select:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #0D1776;
}

.contacts-row .right {
  display: flex;
  align-items: center;
}

.services-2 {
  margin-bottom: 80px;
}

.services-3,
.services-5 {
  margin-bottom: 0px;
  padding: 0px 0px;
  background: #f4f6f8;
}

.services-4 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.services-7 {
  padding: 80px 0px;
  background: #f4f6f8;
}

.services-5 .advantages-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0px 0px;
}

.services-5 .advantage-column .number p {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.services-5 .advantage-column .image img {
  margin: 0 auto 20px;
  height: 70px;
  width: 70px;
}

.page-about {
  padding: 80px 0px 80px;
}

.page-about .about-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.page-about .about-row .right img {
  width: 100%;
  border-radius: 15px;
  display: block;
}

.page-about .about-row h1 {
  font-size: 34px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 10px;
}

.page-about .about-row hr {
  width: 100px;
  border: 2px solid #140B8A;
  margin-bottom: 30px;
  background: #062263;
}

.page-about .about-row .content p,
.about-bottom-container .content p {
  padding-bottom: 15px;
  line-height: 1.5;
}

.page-about .about-row .content ul,
.about-bottom-container .content ul {
  padding-bottom: 15px;
  line-height: 1.5;
}

.about-bottom-container {
  margin-top: 50px;
}

.page-about .about-row .content a,
.about-bottom-container .content a {
  color: #140B8A;
  font-weight: 500;
}

.page-about .about-row .content li,
.about-bottom-container .content li {
  line-height: 1.5;
  padding-bottom: 5px;
}

.page-about .about-row .content li:last-child,
.about-bottom-container .content li:last-child {
  padding-bottom: 0px;
}

.page-about .about-row .content strong,
.about-bottom-container .content strong {
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5;
}

.page-about .about-row .content h2,
.page-about .about-row .content h2 strong,
.about-bottom-container .content h2,
.about-bottom-container .content h2 strong {
  padding-bottom: 15px;
  font-size: 30px;
  color: #062263
}

.contacts-1 {
  padding: 80px 0px
}

.page-help .content h2 {
  padding-bottom: 15px !important;
  font-size: 40px !important;
  font-family: 'Raleway', sans-serif
}

.help-form .form-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 20px;
  margin-top: 10px;
}

.help-form .form-help-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 750px;
}

.help-form .form-help-row input {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  min-height: 55px;
  border: 1px solid #ddd;
  width: 100%;
  padding-left: 15px;
  border-radius: 100px;
}

.help-form .form-help-row input:active,
.help-form .form-help-row input:focus {
  border: 1px solid #062263;
  box-shadow: none;
  outline: none;
}

.help-form .input-submit input {
  background: linear-gradient(180deg, #062263 0%, #140B8A 100%);
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 18px !important;
  border-radius: 100px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 55px;
  min-width: 280px;
  max-width: 364px;
  width: 100%;
  border: 1px solid #ddd;
  margin-top: 10px;
}

.help-form .input-submit p {
  font-size: 16px;
  margin-top: 15px;
}

.posts-main-container-row {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 40px
}

.pt-cv-edit-view {
  display: none !important;
}

.posts-title p {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 30px;
}

.posts-main-container {
  margin-top: 80px;
}

.posts-main-container-row .left .pt-cv-href-thumbnail img {
  border-radius: 15px;
  max-height: 340px;
  object-fit: cover;
  width: 100%;
  min-height: 340px;
}

.posts-main-container-row .right .pt-cv-href-thumbnail img {
  border-radius: 15px;
  max-height: 265px;
  width: 100%;
  object-fit: cover;
}

.pt-cv-title a {
  font-family: Roboto;
  font-size: 18px !important;
  display: block;
  line-height: 1.5 !important;
  color: #333;
}

.pt-cv-pagination-wrapper {
  text-align: center !important;
}

.pt-cv-pagination-wrapper a {
  padding: 20px 70px !important;
  font-size: 18px !important;
  border-radius: 100px !important;
  background: linear-gradient(180deg, #062263 0%, #140B8A 100%) !important;
}

.reviews-1 {
  margin-top: 80px
}

.fixed-icons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}

.fixed-icons ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.fixed-icons ul li {
  margin-bottom: 10px;
}

.fixed-icons ul li:last-child {
  margin-bottom: 0px;
}

.fixed-icons ul li img {
  box-shadow: 0px 0px 10px #133F9F;
  max-width: 80px;
  display: block;
  width: 80px;
  border-radius: 100px;
}

.contact-form-popup,
.review-form-popup,
.phone-form-popup,
.anketa-form-popup {
  position: fixed;
  background: rgba(6, 34, 99, .5);
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}

.contact-form-popup .container,
.review-form-popup .container,
.phone-form-popup .container,
.anketa-form-popup .container {
  max-width: 700px !important;
  position: relative;
}

.phone-form-popup .contacts-container {
  background: #fff;
  padding: 20px
}

.contact-form-popup .close-popup,
.review-form-popup .close-popup,
.phone-form-popup .close-popup,
.anketa-form-popup .close-popup {
  position: absolute;
  top: 30px;
  z-index: 100;
  right: 50px;
}

.close-popup:hover {
  cursor: pointer;
}

.contact-form-popup form,
.review-form-popup form,
.anketa-form-popup form {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-image: url("../../../svg/cf-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 30px;
}

.contact-form-popup form .form-2-row,
.review-form-popup form .form-2-row,
.anketa-form-popup form .form-2-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-form-popup form .form-2-row input,
.review-form-popup form .form-2-row input,
.anketa-form-popup form .form-2-row input {
  height: 45px;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.contact-form-popup form .form-comment textarea,
.review-form-popup form .form-comment textarea,
.anketa-form-popup form .form-comment textarea {
  height: 90px;
  padding-left: 15px;
  width: 100%;
  padding-top: 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.contact-form-popup form .form-2-row select,
.review-form-popup form .form-2-row select,
.anketa-form-popup form .form-2-row select {
  width: 100%;
  height: 45px;
  font-size: 16px;
  padding-left: 15px;
  border: 1px solid #ddd;
  padding-right: 15px;
}

.contact-form-popup form .form-submit input,
.review-form-popup form .form-submit input,
.anketa-form-popup form .form-submit input {
  background: linear-gradient(180deg, #062263 0%, #140B8A 100%);
  box-shadow: 0px 0px 10px #133f9f;
  border-radius: 100px;
  border: none;
  display: flex;
  width: 280px;
  height: 65px;
  color: #fff;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  transition: 0.1s ease-in;
  text-transform: uppercase;
}

.contact-form-popup form .ajax-loader,
.review-form-popup form .ajax-loader,
.anketa-form-popup form .ajax-loader {
  display: none;
}

.contact-form-popup form .title,
.review-form-popup form .title,
.anketa-form-popup form .title {
  color: #0D1776;
  padding-bottom: 25px;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.contact-form-popup .left,
.review-form-popup .left,
.anketa-form-popup .left  {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form-popup form input:active,
.contact-form-popup form textarea:active,
.contact-form-popup form input:focus,
.contact-form-popup form textarea:focus,
.contact-form-popup form select:active,
.contact-form-popup form select:focus,
.review-form-popup form input:active,
.review-form-popup form textarea:active,
.review-form-popup form input:focus,
.review-form-popup form textarea:focus,
.review-form-popup form select:active,
.review-form-popup form select:focus,
.anketa-form-popup form input:active,
.anketa-form-popup form textarea:active,
.anketa-form-popup form input:focus,
.anketa-form-popup form textarea:focus,
.anketa-form-popup form select:active,
.anketa-form-popup form select:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #0D1776;
}

.footer-form .email input {
  height: 55px;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ddd;
  font-family: Roboto;
  color: #333;
  border-radius: 5px;
}

.footer-form .submit button {
  border: none;
  height: 55px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-left: 0px;
  border-radius: 5px;
  background: #fff;
}

.footer-form .submit button img {
  display: block;
  max-width: 16px;
  width: 100%;
}

.footer-form-container {
  display: grid;
  grid-template-columns: 10fr 2fr;
  gap: 20px;
}

.triangle img {
  width: 105%;
  margin-left: -2.5%;
}

.pt-cv-ifield {
  display: flex;
  flex-direction: column;
}

.pt-cv-ifield .pt-cv-href-thumbnail {
  order: 1;
}

.pt-cv-ifield .pt-cv-title {
  order: 2;
}

.pt-cv-ifield .pt-cv-content {
  order: 3;
  font-size: 16px;
  line-height: 1.5;
  color: #262626;
}

.pt-cv-view .pt-cv-readmore {
  padding: 10px 0px;
  font-weight: 600;
  font-size: 16px;
}

.reviews-main-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px
}

.reviews-main-container .review-column img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0px 0px 10px #133f9f !important;
  max-height: 580px;
  object-fit: contain;
  background: #fff;
}

.wpcf7-response-output {
  position: fixed;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  background: #f4f6f8;
  border: 1px solid #f4f6f8 !important;
  margin: 0px !important;
  max-width: 300px;
  border-radius: 5px;
  margin: 0px !important;
  max-width: 300px;
  border-radius: 5px;
  padding: 20px 20px !important;
  line-height: 1.5;
  width: 100%;
  box-shadow: 0px 0px 10px #133f9f !important;
}

.wpcf7 form .wpcf7-response-output {
  border: 1px solid #f4f6f8 !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.review-column img {
  transition: .2s ease;
}

.review-column:hover img {
  transform: scale(1.1);
  transition: .2s ease;
}

.review-left span {
  font-weight: 600;
}

.mobile-menu-section {
  position: fixed;
  top: 150px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  display: none;
  overflow-y: scroll;
  padding-bottom: 40px;
  z-index: 10;
}

.burger-close {
  display: none;
}

.mobile-menu-open {
  display: block
}

.mobile-menu-container {
  background: #062263;
  padding: 20px 0
}

.mobile-menu-container ul {
  list-style-type: none
}

.mobile-menu-container li.menu-1 ul {
  display: none
}

.mobile-menu-container .menu-1 {
  position: relative
}

.mobile-menu-container li a {
  color: #fafafa;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 5px;
  display: block
}
.menu-header-mobile .feedback a {
    background-color: yellow;
    color: black;
}

.mobile-menu-langs {
  padding: 20px 0
}

.mobile-menu-langs .current-lang a {
  padding: 10px 20px;
  display: inline-block;
  background: #062263;
  border: 1px solid #062263;
  border-radius: 2px;
  color: #fff
}

.mobile-menu-langs .current-lang a:hover {
  color: #062263 !important
}

.mobile-menu-langs a {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #062263;
  border-radius: 2px
}

.mobile-menu-container li ul.sub-menu a {
  font-size: 12px;
  padding: 7px 0
}

.mobile-menu-contacts ul {
  list-style-type: none
}

.mobile-menu-contacts ul li {
  padding-bottom: 10px;
  color: #062263;
  font-size: 16px;
  text-decoration: none
}

.mobile-menu-contacts ul li:last-child {
  padding-bottom: 0
}

.mobile-menu-contacts ul li a {
  color: #062263;
  font-size: 16px;
  text-decoration: none
}

.mobile-menu-langs ul {
  list-style-type: none;
  display: flex;
}

.mobile-menu-langs ul li {
  margin-right: 15px;
}

.mobile-menu-langs li a {
  color: #062263;
  text-decoration: none;
}

.header-main-row .logo {
  display: flex;
  align-items: center;
}

.header-main-row .logo .pulse {
  border-radius: 5px !important;
  margin-right: 15px;
  height: 100% !important;
}

.anketa-form-popup .contact-form-contacts-page-container p.desc{
  font-size: 16px;
  margin-bottom: 15px;
}

.anketa-form-popup .contact-form-contacts-page-container .form-1-row p{
  padding-bottom: 7px;
  font-size: 16px;
}

li.link-to-pay{
  border: none!important
}

.autor_statti{
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding-top: 25px;
}

.a_autor {
  padding: 30px 0px 0px !important;
}
.table {
border-collapse: collapse;
	margin-bottom: 15px;
}

.table tr th,
.table tr td {
border: 1px solid black;
}

.autor_statti {
	margin-top: 25px;
}
.page-single .single-row h2 {
    font-size: 24px;
}

.popup-overlay {
    display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1000;
}

.popup-close {
    position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	font-size: 30px;
}
	
.anketa_title {
    padding-bottom: 20px;
	text-align: center;
}
	
.anketa_field {
    padding-bottom: 5px;
	font-size: 15px;
}
	
.anketa_button{
    background: linear-gradient(180deg,#062263 0%,#140b8a 100%);
	box-shadow: 0 0 10px #133f9f;
	border-radius: 100px;
	border: none;
	display: flex;
	width: 200px;
	height: 40px;
	color: #fff;
	font-weight: 500;
	align-items: center;
    justify-content: center;
	transition: .1s ease-in;
	text-transform: uppercase;
	margin-top: 20px;
}

.anketa_allert{
	font-size: 15px;
    color: red;
    font-weight: 500;
}

.no_password {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 400px;
    justify-content: center;
    gap: 20px;
}

.post-password-form {
    display: flex;
    gap: 10px;
}
.posts-row.services-page {
	grid-template-columns: repeat(3, 1fr);
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table {
	width: 100%;
}

.single-product .single_add_to_cart_button {
	padding-bottom: 15px !important;
		padding-top: 15px !important;
}

.woocommerce-message a.button {
	border-radius: 10px;
	padding: 10px;
}

.pbl-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.pbl-container .payu-list-banks {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.pbl-container .payu-list-banks li label img {
	width: auto;
    height: 31px;
    object-fit: contain;
    margin: 0 !important;
    padding: 0;
}

.pbl-container .payu-list-banks li label {
    padding: 10px;
    display: flex;
    border: 1px solid #bbb;
    transition: all 250ms;
    width: 86px;
    justify-content: center;
    align-items: center;
}

.pbl-container .payu-list-banks li {
    padding: 5px 3px 0;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table thead {
	display: none !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead {
		display: none !important;
}
.woocommerce-breadcrumb {
	margin-bottom: 0;
}
.woocommerce ul.products.columns-4 li.product {
	width: unset !important;
}
ul.products li.product .button {
	padding: 15px 20px;
	color: #ffffff;
	background-color: #072263;
	border: 1px solid transparent;
}
ul.products li.product .button:hover {
		border: 1px solid #072263;
}



.btn-default1 {
	font-weight: 500;
    background: linear-gradient(180deg, #062263 0%, #140B8A 100%);
    color: #fff;
    padding: 20px 40px;
    border-radius: 100px;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px #133f9f;
    text-decoration: none;
    border: none;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s ease;
    display: inline-block;
    position: relative;
}

.added_to_cart.wc-forward {
	display: block;
}
.woocommerce-message a.button {
	background: #082263;
}
.single-product form.cart input[type=number] {
	width: 3em;
	border: 1px solid #cecece;
}

/* new styles for single page */
.page-single .single-row h1 {
	font-size: 50px;
}
.page-single .single-row h1 strong,.page-single .single-row h1 span {
	font-size: 50px;
}
.page-single .single-row h2 {
	font-size: 40px;
}
.page-single .single-row h2 strong, .page-single .single-row h2 span {
	font-size: 40px;
}
.page-single .single-row h3 {
	font-size: 30px;
}
.page-single .single-row h3 strong, .page-single .single-row h3 span {
	font-size: 30px;
}
.page-single .single-row h4 {
	font-size: 25px;
}
.page-single .single-row h4 strong, .page-single .single-row h4 span {
	font-size: 25px;
}

/* for images  */
.aligncenter {
	margin: 0 auto;
}
.alignright {
	margin-left: auto;
}
.alignleft {
	margin-right: auto;
}

@media screen and (max-width: 992px) {
	.page-single .single-row h1 {
	font-size: 40px;
}
.page-single .single-row h1 strong,.page-single .single-row h1 span {
	font-size: 40px;
}
.page-single .single-row h2 {
	font-size: 30px;
}
.page-single .single-row h2 strong, .page-single .single-row h2 span {
	font-size: 30px;
}
.page-single .single-row h3 {
	font-size: 25px;
}
.page-single .single-row h3 strong, .page-single .single-row h3 span {
	font-size: 25px;
}
.page-single .single-row h4 {
	font-size: 20px;
}
.page-single .single-row h4 strong, .page-single .single-row h4 span {
	font-size: 20px;
}
}

form.cart {
	margin-bottom: 15px !important;
}

/* for submenu styles */
.header-main .header-main-row .right li {
	padding: 20px 0;
}

.header-main .header-main-row .right li.menu-item-has-children ul li {
	margin: 0 0 15px 0;
	padding: 0;
}

li.menu-item-has-children {
	position: relative;
	display: none;
}

li.menu-item-has-children .sub-menu {
	position: absolute;
	top: 55px;
    flex-direction: column;
    z-index: 999;
    min-width: 350px;
    align-items: flex-start !important;
    background: #fff;
    padding: 10px 20px;
	opacity: 0;
	pointer-events: none;
}
@media screen and (max-width: 800px) {
	.mobile-menu-container li .sub-menu li a {
		color: #000;
		font-weight: 500;
	}
	li.menu-item-has-children .sub-menu {
		top: 30px;
		min-width: 100%;
	}
}
li.menu-item-has-children:hover .sub-menu{
		opacity: 1;
		pointer-events: all;
}
button.sub-menu-toggle {
	display: none;
}

.newyercap_block{
    position: relative;
}

.new_year_cap{
    position: absolute;
    top: -25px;
    left: 9px;
}