@import url("ywlayout-fonts.css");     /* Шрифты */
@import url("ywlayout-variables.css"); /* Глобальные переменные */
@import url("ywlayout-grid.css");      /* Импортируем сетку */
@import url("ywlayout-menu.css");      /* Главное меню */
@import url("ywlayout-panel.css");     /* Панели */
@import url("ywlayout-button.css");    /* Кнопки */
@import url("ywlayout-footer.css");    /* Подвал */
@import url("ywlayout-images.css");    /* Изображения */
@import url("ywlayout-forms.css");     /* Формы */
@import url("ywlayout-city.css");     /* Окно с городами */

/**
 * 
 * @YW Layout — это открытый и бесплатный HTML, CSS и JS фреймворк, который используется 
 * веб-разработчиками для быстрой вёрстки адаптивных дизайнов сайтов и веб-приложений.
 * 
 * Версия: 2.0.4a
 * Начало создания: 24-06-2021
 * Апдейт: 14-07-2021
 * Автор:  Абрамов Сергей Анатольевич - i@yourwriter.ru
 * Веб-сайт:  https://simple-layout.ru
 * Автор: Сергей Абрамов (https://yourwriter.ru)
 * 
 **/ 



 /* Классы разработки */
 .border-test1 {border: 1px solid #fff !important; background-color: red !important; color: #fff !important;}
 .border-test2 {border: 1px solid #fff !important; background-color: black !important; color: #fff !important;}
 .border-test3 {border: 1px solid #fff !important; background-color: green !important; color: #fff !important;}

/* Сетка */
html {width: 100%; height: 100%; background-color: var(--main-bg);}
body {width: 100%; height: 100%; background-color: var(--main-bg);}

.dark-mode {width: 100%; height: 100%; background-color: var(--dm-main-bg);}
.dark-mode body {width: 100%; height: 100%; background-color: var(--dm-main-bg);}

body {
  margin: 0;
  font-family: var(--main-font);
  font-size: var(--main-font-size);
  font-weight: var(--main-font-bold);
  line-height: var(--main-font-line);
  color: var(--main-font-color);
  text-align: left;
  background-color: var(--main-bg);
  
}

.dark-mode body {background-color: var(--dm-main-bg); color: var(--dm-main-font-color);}

header {width: 100%; overflow: hidden; }
main {min-height: 80%;}
section {width: 100%; overflow: hidden;}
footer {width: 100%; overflow: hidden;}

ul {list-style: none;}



/* .container {width: var(--main-max-width); margin: 0 auto; overflow: hidden;} */
/* .outer {width: 100%; padding-right: var(--main-margin); overflow: hidden;} */


a {color: #000;}
.dark-mode a {color: #fff;}


/* Дизайн  */
.ui {border-radius: 4px;}




/* Типографика  */
.text-center  {text-align: center;}
.text-left    {text-align: left;}
.text-right   {text-align: right;}
.text-just    {text-align: justify;}
.text-upper   {text-transform: uppercase;}

.text-white {color: #ffffff !important;}
.text-black {color: #000000 !important;}
.text-red   {color: #ff0000 !important;}
.text-green {color: #00ff00 !important;}
.text-blue  {color: #0000ff !important;}





.p-t-10 {padding-top: 10px !important;}
.p-t-20 {padding-top: 20px !important;}
.p-t-30 {padding-top: 30px !important;}
.p-t-40 {padding-top: 40px !important;}
.p-t-50 {padding-top: 50px !important;}
.p-t-60 {padding-top: 60px !important;}
.p-t-70 {padding-top: 70px !important;}
.p-t-80 {padding-top: 80px !important;}
.p-t-90 {padding-top: 90px !important;}
.p-t-100 {padding-top: 100px !important;}

.p-b-10 {padding-bottom: 10px !important;}
.p-b-20 {padding-bottom: 20px !important;}
.p-b-30 {padding-bottom: 30px !important;}
.p-b-40 {padding-bottom: 40px !important;}
.p-b-50 {padding-bottom: 50px !important;}
.p-b-60 {padding-bottom: 60px !important;}
.p-b-70 {padding-bottom: 70px !important;}
.p-b-80 {padding-bottom: 80px !important;}
.p-b-90 {padding-bottom: 90px !important;}
.p-b-100 {padding-bottom: 100px !important;}

.m-t-10 {margin-top: 10px;}
.m-t-20 {margin-top: 20px;}
.m-t-30 {margin-top: 30px;}
.m-t-40 {margin-top: 40px;}
.m-t-50 {margin-top: 50px;}
.m-t-60 {margin-top: 60px;}
.m-t-70 {margin-top: 70px;}
.m-t-80 {margin-top: 80px;}
.m-t-90 {margin-top: 90px;}
.m-t-100 {margin-top: 100px;}

.m-b-10 {margin-bottom: 10px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-100 {margin-bottom: 100px;}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  font-family: "Roboto Light" !important;
  margin-top: var(--main-margin);
  margin-bottom: 0.5rem;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 { font-size: 2.7rem; }
h2, .h2 { font-size: 2rem; }
h3, .h3 { font-size: 1.75rem; }
h4, .h4 { font-size: 1.5rem; }
h5, .h5 { font-size: 1.25rem; }
h6, .h6 { font-size: 1rem; }



p {font-size: 1rem; line-height: 1.1rem; margin-bottom: calc(var(--main-margin)); padding: 0px;}


.image-12 {width: 100%; display: block; overflow: hidden;}
.image-12 img {width: 100%;}

.ul-bread {display: block; width: 100%;}
.ul-bread li {display: inline-block; font-size: 0.9rem;}

:root {
      /* Кастомный цвет меню и интерфейса */
    --main-bg-ui-border-custom: #0000ff;
    --main-bg-ui-border-custom-hover: #0000ef;
    --main-bg-ui-item-custom:  #0000f0;
    --main-bg-ui-item-custom-hover: #0000aa;
    --main-bg-ui-menu-custom:  #0000f0;
    --main-bg-ui-menu-custom-sub:  #ffffff;
    --main-bg-ui-menu-hover-custom:  #0000aa;
    --main-bg-ui-menu-hover-custom-sub:  #0000aa;
    --main-ui-color-custom:  #fff;
    --main-ui-color-custom-sub:  #000000;
    --main-ui-color-hover-custom-sub:  #fff;
    --main-ui-menu-color-hover-custom: #fff;

    
}

* {font-family: Lato-Bold, Arial, sans-serif;}
html, body {background-color: #555; background-image: url('/assets/img/bbg.jpg');}
ul, ol {display: block; padding: 10px 20px;}



/* Шапка */
header {}


.h1-200 {height: 160px; display: block;  padding-top: 50px;}
.text-center-j {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Шапка */
#logoimg {height: 40px !important; margin-top: 7px;}

#main-banner {
    /* background: linear-gradient(90deg, rgba(66, 102, 224, 1) 0%, rgba(66, 0, 200, 1) 85%); */
    /* background: url('../images/mbg5.jpg') no-repeat; */
    background-size: cover;
    color: #ffffff; 
    min-height: 450px; 
    /* border-bottom: 5px solid #0000aa; */
  }

.head-item-flex {display: flex !important; flex-direction: row !important;}
.sale-info {width: 100px; margin: 0px auto;}
.col-center {display: flex; flex-direction: column; align-items: center;}
.sale-label {
  background: red;
  width: 120px;
  font-size: 36px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid #ffffff;
  transform: rotate(-15deg);
  box-shadow: 2px 2px 3px rgba(0, 0, 150, 0.5);
}

.head-price .sale-prof {
  background: rgba(0, 0, 255, 0.5);
  text-align: center;
  padding: 20px 0px;
  font-size: 36px;
  border-radius: 7px;
} 
.head-price .sale-prof span {
  text-decoration: line-through;
  color: #ccc;
  vertical-align: super;
}

.btn-hb {border: 1px solid #fff !important;}
.btn-hb:hover {border: 1px solid #999 !important;}

.call-box {background: rgba(0, 0, 0, 0.3); padding: 15px; border-radius: 7px; font-size: 1em;};



#mainh1 {color: #fff;}
#mainh1 span {font-weight: 700; font-size: 1.5em; line-height: 0.7; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);}
#mainh1 strong {font-size: 1.2em; font-weight: 600; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}

.all-items-center {display: flex; align-content: center; flex-wrap: wrap; flex-flow: wrap;  align-items: center;}

/* /Шапка конец */


/* Три блока */
#threebox {}
#threebox .container {
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), -4px 4px 4px rgba(0, 0, 0, 0.4);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.threebox-h1 h1 {text-align: center; font-weight: 600 !important; font-family: Tahoma, Geneva, Verdana, sans-serif;}
.threebox-h1 p {text-align: center; font-size: 16px;}

.circle-outer {display: flex; flex-direction: column; align-items: center; text-align: center;}

.circle-outer .circle-image {max-width: 150px; margin: 20px 0px; }
.circle-outer h2 {font-weight: 600;}

/* /Три блока */

/* Нет сраным конструкторам! */
#noconst {
  background: #1565D8;
  min-height: 100px;
  border-bottom: 5px solid #1565A0;
  border-top: 5px solid #1565A0;
}
#noconstid {color: #fff; padding: 20px 20px 0px 20px; display: block; text-align: center; font-weight: bold;}
#noconstp {color: #fff; text-align: center; padding: 0px 40px 20px 40px;;}
/* /Нет сраным конструкторам! */


/* Профессиональные технологии */
#techbox {}

#techbox .container {
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), -4px 4px 4px rgba(0, 0, 0, 0.4);
}
/* /Профессиональные технологии */


/* HTML, CSS, JS */
..hcj-outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hcj-logo {
  float: left;
  max-width: 30%;
  margin: 5%;
}
.hcj-h2 {
  max-width: 85%;
  padding: 0 5%;
  font-weight: bold;
}
/* /HTML, CSS, JS */










/* Линия с телефонами */
.phone-line {
  background-color: #1b2026;
  border-top: 3px solid #38424f;
  border-bottom: 3px solid #38424f;
  min-height: 50px;
}
.phone-click-0 {font-size: 3.5em; color: #fff; display: inline-block;}
.phone-click-0 span {font-size: 0.5em;}

.phone-click {
  font-size: 2.5em;
  color: #fff;
  margin: 10px;
  display: inline-block;
}

.phone-click span {
  font-size: 0.5em;
}
.phone-click-2 {font-size: 2em; color: #fff;  display: inline-block;}
.phone-click-3 {font-size: 1.3em; color: #fff; margin: 15px; display: inline-block;}
.phone-click-3 i {font-size: 1.5em;}
/* /Линия с телефонами конец */


/* Основной контент конец */

#maincont {
    
}
#maincont > .container {
  background-color: #fff;
  padding: 40px 0px 40px 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), -4px 4px 4px rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  

  
}

/* /Основной контент конец */


/* Этапы разработки */
#steps {
  background: #1565D8;
  min-height: 100px;
  border-bottom: 5px solid #1565A0;
  border-top: 5px solid #1565A0;
}


#stepsh1 {color: #fff; padding: 20px 20px 0px 20px; display: block; text-align: center; font-weight: bold;}
#stepsp {color: #fff; text-align: center; padding: 0px 40px 20px 40px;;}

#stepsBlock {padding-top: 20px;}
#stepsBlock > div {border-bottom: 2px solid rgba(255, 255, 255, 0.3);}
#stepsBlock > div > span {color: rgba(255, 255, 255, 0.5); padding: 0px !important; display: block; font-size: 35px; font-weight: 700; background: rgba(0, 0, 255, 0.3); width: 50px; height: 50px; border-radius: 50%; margin: 10px auto;}
#stepsBlock > div {width: 100%; }
#stepNum1.active {border-bottom: 2px solid #fff;}
#stepNum1.active > span {color: rgba(255, 255, 255, 1);}
#stepNum2.active {border-bottom: 2px solid #fff;}
#stepNum2.active > span {color: rgba(255, 255, 255, 1);  background: #0000ce;}
#stepNum3.active {border-bottom: 2px solid #fff;}
#stepNum3.active > span {color: rgba(255, 255, 255, 1);}
#stepNum4.active {border-bottom: 2px solid #fff;}
#stepNum4.active > span {color: rgba(255, 255, 255, 1);}
#stepNum5.active {border-bottom: 2px solid #fff;}
#stepNum5.active > span {color: rgba(255, 255, 255, 1);}
#stepNum6.active {border-bottom: 2px solid #fff;}
#stepNum6.active > span {color: rgba(255, 255, 255, 1);}

.stepInfo1H3 {color: #fff; font-size: 20px; font-weight: 700; padding: 30px 0px 15px 0px;}
.stepInfo1P {color: #fff; font-size: 16px; font-weight: 400;}

/* /Этапы разработки */




.breadcrumbs-page {display: block; list-style: none !important; list-style-type: none !important; padding-bottom: 20px;}
.breadcrumbs-page > li {display: inline-block !important; list-style: none !important; list-style-type: none; background-image: none !important; padding: 0px !important; font-size: 11px;}
.breadcrumbs-page > li > a {font-size: 11px; text-decoration: underline;}
.breadcrumbs-page > li > a:hover {text-decoration: none;}

.footer-menu li {list-style: circle; margin-left: 16px; padding-bottom: 3px;}
.footer-menu li a:hover {text-decoration: underline;}

.mini-footer {padding-top: 15px; display: block; text-align: center; border-top: 1px solid #e0e0e0; margin-top: 15px;}
.mini-footer p {margin: 0px; !important;}

.sidebar-adress {background: url('../img/adress.png') no-repeat top left; min-height: 62px; padding-left: 80px; padding-top: 15px;}
.sidebar-adress .span-adress {text-align: center; display: block;}

.a-hover:hover {text-decoration: underline;}

.h2-content {font-size: 1.6em !important; margin-top: 20px;}
/*  */

.div-example {
      display: flex;
      border: 1px solid #999; 
      border-radius: 4px;
      height: 30px; 
      background-color: #595959; 
      color: #fff;
      margin: 5px 0px; 
      flex-direction: row;
      font-size: 14px; 
      justify-content: center;
      align-content: center;
      align-self: center;
      align-items: center;
      /* padding-top: 5px;  */
      overflow: hidden; 
      font-weight: bold;
}

.div-example-2 {
      display: flex;
      border: 1px solid #999; 
      border-radius: 4px;
      height: 30px; 
      background-color: #393939; 
      color: #fff;
      margin: 5px 0px; 
      flex-direction: row;
      font-size: 14px; 
      justify-content: center;
      align-content: center;
      align-self: center;
      align-items: center;
      /* padding-top: 5px;  */
      overflow: hidden; 
      font-weight: bold;
}