/*
Theme Name: Hello Elementor Child for mtelecom.info
Theme URI: http://mtelecom.info/
Author: Oles Bykov
Author URI: https://o-les.ru
Description: My WordPress Hello Elementor child theme.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: hello-elementor-child
*/

.none {
  display: none;
}

/*body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

#content {
	/*min-height: 100vh;*/
  /*flex: 1 0 auto;
}

footer {
	flex: 0 0 auto;
}*/

body {
  font-size: 1rem;
}

.nobr {
  white-space: nowrap;
}

/***** TITLE *****/
.entry-title {
  padding: 15px;
  /*background-color: var( --e-global-color-e8fbbf4 );*/
  font-size: 2rem;
}
@media (max-width: 1024px) {
  /**/
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 1.5rem;
  }
}

/***** elementor-flip-box *****/
.elementor-flip-box {
  border-radius: 3px;
}

/***** FOOTER RO LOGO+LINK *****/
.link-ref {
  display: inline-block;
}
.link-ref-title {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 130%;
  color: #fff;
  transition: color 0.3s;
}
.link-ref-logo {
  width: 109px;
  height: 38px;
  position: relative;
}
.link-ref .link-ref-logo {
  width: 109px;
  height: 38px;
  position: relative;
}
.link-ref .link-ref-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2022/12/ico-ro-logo-colored-0.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  transition: 0.3s;
}
.link-ref:hover .link-ref-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/uploads/2022/12/ico-ro-logo-colored-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  transition: 0.3s;
}
.link-ref {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  /**/
}
@media (max-width: 767px) {
  .link-ref {
    display: flex;
    justify-content: center;
  }
  .link-ref-title {
    text-align: center;
    font-size: 0.9rem;
  }
}

/***** FOOTER CONTACT *****/
.footer-contact,
.footer-contact a {
  color: #ffffff !important;
  font-size: 0.9rem;
}
.footer-contact a:hover {
  color: #0080c9;
  transition: all 0.5s;
}

#footerlinktooles,
#footerlinktooles a {
  color: #ffffff;
  font-size: 1rem;
  text-align: right;
}
#footerlinktoolesicon {
  filter: grayscale(100%);
  max-width: 16px;
  max-height: 16px;
  transition: all 0.5s;
}
a:hover #footerlinktoolesicon {
  filter: grayscale(0%);
}

@media (max-width: 1024px) {
  #footerlinktooles,
  #footerlinktooles a {
    color: #ffffff;
    font-size: 1rem;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer-contact,
  .footer-contact a {
    color: #ffffff !important;
    font-size: 1.2rem;
  }
  #footerlinktooles,
  #footerlinktooles a {
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
  }
}

/***** CONTACTS *****/
.contacts-contactpage,
.contacts-contactpage a {
  color: #3c3c3c !important;
  font-size: 1.2rem;
}
#map {
  height: 70vh;
  width: 100%;
  -webkit-filter: grayscale(100%);
  transition: 0.5s;
  opacity: 0.8;
}
#map:hover {
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.map-hint {
  padding: 20px;
  min-height: 55px;
  min-width: 195px;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  background-color: #0080c9;
  -webkit-filter: grayscale(0%);
}

.map-balloon {
  padding: 20px;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
  background-color: #0080c9;
  -webkit-filter: grayscale(0%);
}

.map-img {
  float: right;
  height: 80px;
  width: 80px;
  -webkit-filter: grayscale(0%);
}
.wpcf7 {
}
.mtelecom__field {
  display: block;
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  width: 100%;
  max-width: 740px;
  position: relative;
  /*margin-bottom: 20px;*/
  margin-top: 5px;
}
.mtelecom__inputs {
  box-sizing: border-box;
  /*width: 320px;*/
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mtelecom__field,
  header {
    width: 90%;
    max-width: 500px;
  }
  .mtelecom__inputs {
    flex-direction: column;
    align-items: center;
  }
}
.mtelecom__field input,
.mtelecom__field select,
.mtelecom__field button,
.mtelecom__field textarea,
.mtelecom__inputs button {
  background-color: #fff;
  border: 2px solid #0080c9;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  height: 50px;
  outline: 0;
  padding: 0 20px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.5s;
}
button,
[type="submit"],
[type="button"] {
  background-color: #0080c9;
  border: 2px solid #0080c9;
  color: #fff;
  transition: 0.5s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background: #3c3c3c;
  transition: 0.5s;
}
textarea:active {
  border: 2px solid #3c3c3c;
  transition: 0.5s;
}
.mtelecom__field textarea {
  height: 150px;
  padding: 20px;
}
.mtelecom__inputs button {
  max-width: 150px;
}
.mtelecom__field label {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  transition: all 200ms;
  top: 12px;
  left: 10px;
  background-color: #fff;
}
.mtelecom__field input:focus + label,
.mtelecom__field input:not(:placeholder-shown) + label,
.mtelecom__field textarea:focus + label,
.mtelecom__field textarea:not(:placeholder-shown) + label,
.mtelecom__field select:focus + label,
.mtelecom__field select:not(:placeholder-shown) + label {
  top: -10px;
  left: 10px;
  font-size: 11px;
  background-color: #0080c9;
  color: #fff;
  padding: 2px 10px;
}
@media (max-width: 1024px) {
  #map {
    height: 70vh;
    width: 100%;
    -webkit-filter: grayscale(100%);
    transition: 0.5s;
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  #map {
    height: 50vh;
    width: 100%;
    -webkit-filter: grayscale(100%);
    transition: 0.5s;
    opacity: 0.8;
  }
}

/***** LOGO *****/
.show-logo {
  background-color: #fff;
  border-radius: 3px;
}
#logo-in-header {
  margin-top: 17px;
}

/***** LINKS *****/
a {
  color: #e30613;
}

/***** FONTS *****/
@font-face {
  font-family: "Tahoma";
  src: url("/fonts/Tahoma.woff2") format("woff2"),
    url("/fonts/Tahoma.woff") format("woff"),
    url("/fonts/Tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Tahoma" !important;
}

@font-face {
  font-family: "Tahoma-Bold";
  src: url("/fonts/Tahoma-Bold.woff2") format("woff2"),
    url("/fonts/Tahoma-Bold.woff") format("woff"),
    url("/fonts/Tahoma-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
b,
strong {
  font-family: "Tahoma-Bold" !important;
}

/***** PARTICLES BACKGROUND *****/
.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}
/* ---- particles.js container ---- */ /*#background{ position:relative; width: 100%; height: 100%; background-color: #000000; background-image: url("https://static.tildacdn.com/tild3664-3931-4437-a638-666535613136/linii-abstrakciya-fo.jpg"); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } */
* 
/***** QUOTES *****/
div.quote {
  font-size: 1.2rem;
  background-color: #0080c9eb;
  background: linear-gradient(130deg, transparent 40px, #0080c9eb 0) top left,
    linear-gradient(50deg, transparent 40px, #0080c9eb 0) bottom left,
    linear-gradient(0, transparent 0, #0080c9eb 0) top right,
    linear-gradient(0, transparent 0, #0080c9eb 0) bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  min-height: 250px;
  /*display: table!important;*/
}
/*div.quote div.elementor-widget-wrap {
  display: table-cell!important;
  vertical-align: middle;
}*/
/*.quote .elementor-widget-blockquote {
	--e-column-margin-left: 50px;
	margin-left: 50px;
}*/
@media (max-width: 1024px) {
  div.quote {
    font-size: 1.2rem;
    background-color: #0080c9eb;
    background: linear-gradient(130deg, transparent 40px, #0080c9eb 0) top left,
      linear-gradient(50deg, transparent 40px, #0080c9eb 0) bottom left,
      linear-gradient(0, transparent 0, #0080c9eb 0) top right,
      linear-gradient(0, transparent 0, #0080c9eb 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  div.quote {
    font-size: 1.2rem;
    background-color: #0080c9eb;
    background: linear-gradient(130deg, transparent 20px, #0080c9eb 0) top left,
      linear-gradient(50deg, transparent 20px, #0080c9eb 0) bottom left,
      linear-gradient(0, transparent 0, #0080c9eb 0) top right,
      linear-gradient(0, transparent 0, #0080c9eb 0) bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }
}

/***** SERVICE *****/
.service-list-ol ol {
  margin: 0 0 0 -1rem;
}
ul {
  list-style-image: linear-gradient(50deg, transparent 3px, #0080c9 35%);
}

.elementor-flip-box__layer__description {
  font-size: 1rem !important;
} /*описания во флип-боксах*/
