/*! 
 * Template Name: devAid - Bootstrpa 4 Theme for developers
 * Version: 2.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: https://themes.3rdwavemedia.com/
*/
/* ======= Base ======= */
body {
  font-family: monospace;
  color: #444;
  background-color: #FEEDD3;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.div_tar {
  padding: 10px;
  border-radius: 50px;
  padding-bottom: 50px;
}

.img_tar {
  width: 200px;
}

.texfa {
  color: red;
}

h1, h2, h3, h4, h5, h6 {
  font-family: monospace;
  font-weight: 700;
  color: #17baef;
}

a {
  color: #17baef;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #0e98c5;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: monospace;
  padding: 8px 16px;
  font-weight: bold;
}

.btn .svg-inline--fa, a.btn .svg-inline--fa {
  margin-right: 5px;
}

.btn:focus, a.btn:focus {
  color: #fff;
}

a.btn-cta-primary, .btn-cta-primary {
  background: #000;
  border: 1px solid #074f66;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

a.btn-cta-primary:hover, .btn-cta-primary:hover {
  background: #053c4e;
  border: 1px solid #053c4e;
  color: #fff;
}

a.btn-cta-secondary, .btn-cta-secondary {
  background: #F38756;
  border: 1px solid #ef814f;
  color: #505050;
  font-weight: 800;
  text-transform: uppercase;
}

a.btn-cta-secondary:hover, .btn-cta-secondary:hover {
  background: #EF5D19;
  border: 1px solid #8f340a;
  color: #fff;
}

.text-highlight {
  color: #074f66;
}

.offset-header {
  padding-top: 90px;
}

pre code {
  font-size: 16px;
}

/* ======= Header ======= */
.header {
  padding: 10px 0;
  color: #fff;
  position: fixed;
  width: 100%;
  
}

.header.navbar-fixed-top {
  background: #fff;
  z-index: 9999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.header.navbar-fixed-top .logo a {
  color: #FF7F27;
}

.header .logo {
  margin: 0;
  font-size: 26px;
  width: 60%;
}

.header .logo a {
  color: #FF7F27;
}

.header .logo a:hover {
  text-decoration: none;
}

.header .main-nav .navbar-collapse {
  padding: 0;
}

.header .main-nav .navbar-toggler {
  margin-right: 0;
  margin-top: 0;
  background: none;
  float: right;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 8px;
  right: 10px;
  top: 10px;
  background: #000;
}

.header .main-nav .navbar-toggler:focus {
  outline: none;
}

.header .main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.header .main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.header .main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.header .main-nav .nav .nav-item {
  font-weight: bold;
  margin-right: 30px;
  font-family: monospace;
}

.header .main-nav .nav .nav-item .nav-link {
  color: #505050;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  font-size: 14px;
  padding: 15px 10px;
}



.header .main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}

/* ======= Promo Section ======= */
.promo {
  background-image: url(img/1_en_new.jpg);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 900px;
  color: rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {

.promo {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 700px;
    color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/1_en.jpg);
    padding: 130px 0px 0px 0px;
}

}
.promo .title {
  font-size: 98px;
  color: #074f66;
  margin-top: 0;
}

.promo .title .highlight {
  color: #eebf3f;
}

.promo .intro {
  font-size: 28px;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.promo .btns .btn {
  margin-right: 15px;
  font-size: 18px;
  padding: 8px 30px;
}

.promo .meta {
  margin-top: 120px;
  margin-bottom: 30px;
  color: #0a7396;
}

.promo .meta li {
  margin-right: 15px;
}

.promo .meta a {
  color: #0a7396;
}

.promo .meta a:hover {
  color: #074f66;
}

.promo .social-media {
  background: #ef814f;
  padding: 10px 0;
  margin: 0 auto;
}

.promo .social-media li {
  margin-top: 15px;
}

.promo .social-media li.facebook-like {
  margin-top: 0;
  position: relative;
  top: -5px;
}

/* ======= About Section ======= */
.about {
  padding: 40px 0;
  background: #FEEDD3;
}

.about .title {
  padding-left: 10px;
  padding-right: 10px;
  color: #505050;
}

.about .intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about .item {
  position: relative;
  margin-bottom: 30px;
}

.about .item .icon-holder {
  position: absolute;
  left: 30px;
  top: 0;
  background-color: #F5F5F5;
}

.about .item .icon-holder .svg-inline--fa {
  font-size: 24px;
  color: #074f66;
}

.about .item .content {
  padding-left: 60px;
}

.about .item .content .sub-title {
  margin-top: 0;
  color: #074f66;
  font-size: 18px;
}

/* ======= Features Section ======= */
.features {
  background: #17baef;
  color: #fff;
  padding-bottom: 20px;
}

.features .title {
  color: #505050;
}

.features a {
  color: #074f66;
}

.features a:hover {
  color: #042a36;
}

.features .feature-list li {
  margin-bottom: 10px;
  color: #074f66;
}

.features .feature-list li .svg-inline--fa {
  margin-right: 5px;
  color: #fff;
}

/* ======= Docs Section ======= */
.docs {
  padding: 80px 0;
  background: #f5f5f5;
}

.docs .title {
  color: #074f66;
  margin-top: 0;
  margin-bottom: 30px;
}

.docs .docs-inner {
  max-width: 800px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}

.docs .block {
  margin-bottom: 60px;
}

.docs .code-block {
  margin: 30px inherit;
}

.docs .code-block pre[class*="language-"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* ======= License Section ======= */
.license {
  padding: 80px 0;
  background: #FEEDD3;
}

.license .title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #505050;
}

.license .license-inner {
  max-width: 800px;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}

.license .info {
  max-width: 760px;
  margin: 0 auto;
}

.license .cta-container {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.license .cta-container .speech-bubble {
  background: #EF814F;
  color: #505050;
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.license .cta-container .speech-bubble:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #EF814F;
}

.license .cta-container .icon-holder {
  margin-bottom: 15px;
}

.license .cta-container .icon-holder .svg-inline--fa {
  font-size: 56px;
}

.license .cta-container .intro {
  margin-bottom: 30px;
}

/* ======= Contact Section ======= */
.contact {
  padding: 80px 0;
  background: #FEEDD3;
  color: #fff;
}

.contact .contact-inner {
  max-width: 760px;
  margin: 0 auto;
}

.contact .title {
  color: #505050;
  margin-top: 0;
  margin-bottom: 30px;
}

.contact .intro {
  margin-bottom: 60px;
}

.contact a {
  color: #074f66;
}

.contact a:hover {
  color: #042a36;
}

.contact .author-message {
  position: relative;
  margin-bottom: 60px;
}

.contact .author-message .profile {
  position: absolute;
  left: 30px;
  top: 15px;
  width: 100px;
  height: 100px;
}

.contact .author-message .profile img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.contact .author-message .speech-bubble {
  margin-left: 155px;
  background: #FECD84;
  color: #505050;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}

.contact .author-message .speech-bubble .sub-title {
  color: #505050;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 30px;
}

.contact .author-message .speech-bubble a {
  color: #fff;
}

.contact .author-message .speech-bubble:after {
  position: absolute;
  left: -10px;
  top: 60px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #FECD84;
}

.contact .author-message .speech-bubble .source {
  margin-top: 30px;
}

.contact .author-message .speech-bubble .source .title {
  color: #0c86ae;
}

.contact .info .sub-title {
  color: #0e98c5;
  margin-bottom: 30px;
  margin-top: 0;
}

.contact .social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
  display: inline-block;
  margin: 0 auto;
}

.contact .social-icons li {
  float: left;
}

.contact .social-icons li.last {
  margin-right: 0;
}

.contact .social-icons a {
  display: inline-block;
  background: #EF814F;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 8px;
  float: left;
}

.contact .social-icons a:hover {
  background: #e6ad14;
}

.contact .social-icons a .svg-inline--fa {
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

/* ======= Footer ======= */
.footer {
  display: block;
  position: relative;
  margin: 0;
  padding: 0
}

@media print {
  .footer {
      display: none
  }
}

.footer__section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem
}

.footer__divider {
  display: block;
  height: 1px;
  background: #f8f9fa;
  width: 100%
}

.footer__link {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2;
  margin-top: .75rem;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: all .1s linear
}

.footer__link:focus {
  outline: none
}

.footer__link:hover {
  color: #007bff;
  border-bottom-color: rgba(0,123,255,.23)
}

.footer__heading {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  margin-top: 1rem;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: all .1s linear
}

a.footer__heading:hover {
  color: #007bff;
  border-bottom-color: rgba(0,123,255,.23)
}

.footer-rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center
}

@media (max-width: 991.98px) {
  .footer-rating {
      justify-content:center
  }
}

.footer-rating__hidden {
  display: none
}

.footer-rating__result {
  margin-left: .5rem
}

.footer-rating__text {
  display: block;
  position: relative;
  color: #080503;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1;
  top: .125rem
}

.footer-rating__star {
  display: block;
  position: relative;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: .125rem;
  margin-right: .125rem
}

.footer-rating__star:first-child {
  margin-left: 0
}

.footer-rating__star:last-child {
  margin-right: 0
}

.footer-rating__star path {
  fill: #ffeeba;
  transition: all .1s linear
}

.footer-rating__star:hover {
  cursor: pointer
}

.footer-rating__star-active path {
  fill: #ffdb6d
}

.footer-rating__star-hover path {
  fill: #ffc107
}

.footer-phones {
  display: flex;
  flex-direction: row;
  justify-content: flex-end
}

@media (max-width: 991.98px) {
  .footer-phones {
      justify-content:center
  }
}

.footer-phones__item {
  display: block;
  text-decoration: none;
  color: #080503;
  font-size: 1.75rem;
  font-weight: 700;
  margin-right: 1.75rem;
  transition: all .1s linear
}

.footer-phones__item:first-child {
  margin-left: auto
}

.footer-phones__item:last-child {
  margin-right: 0
}

@media (max-width: 991.98px) {
  .footer-phones__item {
      margin-left:auto;
      margin-right: auto;
      margin-top: 1rem
  }
}

@media (max-width: 991.98px) {
  .footer-phones__item.hid {
      display:none
  }
}

.footer-phones__item svg {
  fill: #080503;
  display: inline-block;
  position: relative;
  height: 1.75rem;
  width: 1.75rem;
  top: .25rem;
  transition: all .1s linear
}

.footer-phones__item .pre {
  font-weight: 400
}

.footer-phones__item:hover {
  color: #007bff
}

.footer-phones__item:hover svg {
  fill: #007bff;
  animation-name: footer-animate;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  transform-origin: center;
  transition: all .1s linear
}

@keyframes footer-animate {
  0% {
      transform: rotate(0)
  }

  25% {
      transform: rotate(18deg)
  }

  50% {
      transform: rotate(12deg)
  }

  to {
      transform: rotate(0)
  }
}

@media (max-width: 991.98px) {
  .footer-copyright {
      display:flex;
      flex-direction: column;
      text-align: center
  }
}

.footer-copyright__company {
  display: block;
  color: #080503;
  font-size: 1rem;
  font-weight: 400
}

@media (max-width: 991.98px) {
  .footer-copyright__company {
      margin-bottom:1rem
  }
}

.footer-copyright__company-link {
  display: inline-block;
  color: #080503;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .1s linear;
  border-bottom: 1px solid transparent
}

.footer-copyright__company-link:hover {
  color: #007bff;
  border-bottom-color: rgba(0,123,255,.23)
}

.footer-copyright__link {
  display: block;
  color: #080503;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .1s linear;
  border-bottom: 1px solid transparent;
  margin-right: .75rem
}

.footer-copyright__link:hover {
  color: #007bff;
  border-bottom-color: rgba(0,123,255,.23)
}

.footer-copyright__link:first-child {
  margin-left: auto
}

.footer-copyright__link:last-child {
  margin-right: 0
}

@media (max-width: 991.98px) {
  .footer-copyright__link {
      margin-left:auto;
      margin-right: auto!important
  }
}

.footer-seo {
  display: block;
  position: relative
}

.footer-seo h1,.footer-seo h2,.footer-seo h3,.footer-seo h4,.footer-seo h5 {
  color: #6c757d;
  font-size: .8rem;
  font-weight: 400;
  padding: 0;
  line-height: 1.2;
  text-align: left;
  margin: .25rem 0
}

.footer-seo ol,.footer-seo p,.footer-seo ul {
  color: #6c757d;
  font-size: .8rem;
  font-weight: 300;
  text-align: justify;
  line-height: 1.2;
  margin: .25rem 0
}

@media (max-width: 991.98px) {
  .footer-seo ol,.footer-seo ul {
      padding-left:15px
  }
}

.footer-seo ol li,.footer-seo ul li {
  color: #6c757d;
  font-size: .8rem;
  font-weight: 300;
  text-align: justify;
  margin: 0;
  line-height: 1.2
}

.footer-seo a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  border: 1px solid transparent;
  transition: all .1s linear
}

.footer-seo a:hover {
  border-color: rgba(209,204,199,.33)
}


@media (max-width: 767px) {

  .header .logo{
    width: 100%;
  }
  
  .header .main-nav .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 68px;
    position: absolute;
    background: #fff;
  }

  .m-60px-b {
    width: 100%;
    max-width: 1400px;
    position: relative;
    text-align: center;
    margin: 1;
  }

  .header .main-nav .navbar-collapse .navbar-nav {
    margin-left: 10px;
  }
  .header.navbar-fixed-top {
    height: 70px;
  }
  .promo .btns .btn {
    margin-right: 0;
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  .promo .title {
    font-size: 66px;
  }
  .promo .meta {
    margin-top: 60px;
  }
  .promo .meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
  .contact .author-message {
    text-align: center;
  }
  .contact .author-message .profile {
    position: static;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .contact .author-message .speech-bubble {
    margin-left: 0;
  }
  .contact .author-message .speech-bubble:after {
    display: none;
  }
  .contact .social-icons a {
    width: 36px;
    height: 36px;
    margin-right: 2px;
    font-size: 18px;
  }
  .contact .social-icons a .svg-inline--fa {
    margin-top: 7px;
  }
}


/*===== Загрузка сайта =====*/
.contpre_png {
  width: 100px;
  border-radius: 20px;
}

#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
z-index: 30;
backdrop-filter: blur(5px);  
}

.contpre small{font-size:25px;}

.contpre{
width: 250px;
height: 100px;
position: absolute;
left: 50%;top: 48%;
margin-left:-125px;
margin-top:-75px;
color:#fff;
font-size:40px;
letter-spacing:-2px;
text-align:center;
line-height:35px;
}

#p_prldr .svg_anm {
position: absolute;
width: 41px;
height: 41px;
background-size:41px;    
margin: -16px 0 0 -16px;
}    