/*

Theme Name: TeamLead / Miro

Version: 1.0

Description: Описание темы

Author: My Name is ...

Author URI: сайт разработчика (если есть)

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.wow {
  visibility: hidden;
}
.gopa, .gopa2{
  margin-top: 3rem;
}
.gopa img{
  display: flex;
  justify-content: flex-end;
}
.gopa h2, .gopa2 h2{
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 14px;
  color: #123559;
}
.gopa2 p, .gopa p{
  line-height: 2;
  font-weight: 300;
}
.gopa2 ul li, .gopa ul li{
  font-weight: 300;
}
h2{
  color: #123559;
}
/* NAV */

.menu-main-container .menu{
    display: flex;
}
.menu-main-container .menu li{
    margin-left: 21px;
}
.menu-main-container .menu li a{
  text-decoration: none;
  font-size: 1rem;
  color: #123559;
  font-weight: 300;
}
.menu-main-container .menu li a:hover{
  color: #3162ff;
}
header{
    height: 72px;
    width: 100%;
    display:flex;
    justify-content: space-between;
    padding: 21px;
    align-items: center;
    z-index: 999;
}
.scrolled{
  position: fixed;
  top: 0;
   background-color: #ffffff;
   box-shadow: 0px 1px 10px #dfdfdf;
}
.wrapper{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}
.footer-block{
    display: flex;
    justify-content: space-between;
    padding: 21px;
    max-width: 1280px;
    width: 100%;  
}
.footer-contact-phone{
    display: flex;
}        
.footer-contact-phone img{
  width: 21px;
  margin-right: 7px;
}
.footer-contact-phone a{
  color: #3162ff;
  text-decoration: none;
  margin-right: 7px;
}
.block-top{
    min-height: 100px;
    background-color: bisque;
    border-radius: 10px;
}
/* PAGE */
.main-heading{
    display: flex;
    height: 100vh;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    align-items: center;
    margin-top: -72px;
    padding: 0 21px;
    background-image: url(images/bg_bg.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
}
.main-heading h1{
  font-size: 4rem;
  line-height: 1;
}
.main-heading-box{
  flex-basis: 55%;
  display: flex;
  justify-content: center;
}
.main-header-text{
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  padding-left: 21px;
}
.main-heading-box img{
  width: 60%;
}
section{
  max-width: 1280px;
  margin-top: 3rem;
  
}
.wp-block-columns{
  max-width: 1280px;
  padding: 0 36px;
}
.wp-block-image img{
  height: auto;
}

.block-prise-noline{
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  /* box-shadow: 3px 1px 12px rgb(201, 201, 201); */
  padding: 0 7px; 
}
.block-prise-noline p{
  font-weight: 100;
}
.block-prise-noline ul li, .block-prise ul li{
  font-weight: 100;
}
.block-prise-noline .wp-block-image img {
  width: 31px;
}
.block-prise-noline .block-prise-header-noline{
  margin-top: 1.75rem;
}
.block-prise{
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  border: 2px solid #3162ff;
  box-shadow: 3px 1px 12px rgb(201, 201, 201);
  padding: 0 7px;
}
.block-prise-header{
  background-color: #3162ff;
  color:#ffffff;
  text-align: center;
  margin: 0 -7px;
}
.block-prise p{
  font-weight: 100;
}
.block-prise-header p{
  padding: 4px 0;
}
.section-block{
  display: flex;
  justify-content: space-between;
}
.section-block-box{
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 36px;
}
.section-block-box img{
  height: auto;
}
.buttons-miro{
  border-radius: 25px;
  background: #00449e;
  color: #ffffff;
  padding:  7px 14px;
  border: none;
}
.aui div{
  display: flex;
  justify-content: center;
  margin-top: 14px;
}
.aui div input, .aui div textarea, .aui div select{
  border: 1px solid #d6d6d6;
  padding: 7px 14px;
  width: 80%;
  border-radius: 5px;
}
#personal-data-area{
  font-size: 0.8rem;
}
#personal-data-area a{
  text-decoration: none;
}
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}


/* BLOCK PRICE */
.block-colloms{
  display: flex;
  flex-direction: row;
  
  padding: 50px 36px;
}
.block-collom-price{
  background-color: #fff;
  box-shadow: 0 8px 32px rgb(5 0 56 / 8%);
  border-radius: 12px;
  flex: 1 1 30%;
  display: flex;
}
.block-collom-price:nth-child(2){
  margin-left: 14px;
}
.collom-price-about{
  background-color: #fff;
  box-shadow: 0 8px 32px rgb(5 0 56 / 8%);
  border-radius: 12px;
  flex: 1 1 30%;
  display: flex;
  margin-left: 14px;
}
.collom-price-about .wrapper{
  margin: 7px 0;
  padding: 14px;
}
.collom-prise{
  padding: 14px;
  margin: 7px 0;
  flex: 1 1 49%;
}

.collom-price-about{
  flex: 1 1 30%;
}
.collom-prise-light{
  position: relative;
  display: flex;
}
.collom-prise-light .wrapper{
  z-index: 991;
}
.collom-price-blue{
  display: none;
  opacity: 0;

}
.collom-price-blue .wrapper{
  z-index: 997;
}
.collom-prise-light:hover > .collom-price-blue {
  position: absolute;
  top: -40px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid blue;
  left: 0;
  right: 0;
  bottom: -2rem;
  z-index: 990;
  display: block;
  opacity: 1;
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1) 4s;
}
.collom-pride-blue-header h4{
  margin: 0;
  padding: 7px;
  background-color: blue;
  text-align: center;
  color: #fff;
}
.collom-prise .wrapper hr,.collom-price-about .wrapper hr{
  border-bottom:#999;
  width: 100%;
}
.collom-price-wrapper{
  height: 50%;
  padding: 0 1vw;
}
.collom-price-btn{
  margin: 0;
  margin-bottom: 10px;
}
.collom-price-btn a{
  padding: calc(0.5em + 2px) calc(1em + 2px) !important;
  font-size: 1em;
}
.collom-prise .wrapper{
  align-items: flex-start;
  padding: 0 1vw;
  height: 100%;
}
.collom-prise .wrapper .wrapper-content{
  height: 100%;
} 
.collom-price-icon{
  min-height: 45px;
}
.collom-price-btn .wp-block-button__link{
  background-color: #4368fb;
}
.collom-price-about .wrapper div, .collom-prise .wrapper div{
  margin-top: 0.5rem;
}
.collom-price-title{
  min-height: 70px;
}
.collom-price-btn .wp-block-button__link.no-back{
  background: none;
  border: 1px solid #4368fb;
  color: #4368fb;
}
.collom-price-btn{
  margin: 0 auto;
}
/**************************\
  Animation Style
\**************************/
@keyframes mm-fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mm-slideIn {
  from { transform: translateY(35%); }
    to { transform: translateY(0); }
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mm-fadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mm-slideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal[aria-hidden='true'] {
  display: none;
}
/* @media screen and (min-width: 600px){
  .main-heading{
    height:40vh;
  }
  .block-colloms{
    flex-direction: column;
  }
  .block-collom-price{
    margin-top: 14px;
  }
  .block-collom-price:nth-child(2){
    margin-left: 0;
  }
  .collom-price-about{
    margin-left: 0;
    margin-top: 14px;
  } 
}*/


/* На экранах с разрешением 992 пикселей и менее установите цвет фона синий */
 @media screen and (max-width: 992px) {
  .main-heading{
    height:40vh;
  }
  .block-colloms{
    flex-direction: column;
  }
  .block-collom-price{
    margin-top: 21px;
    padding: 3rem;
  }
  .block-collom-price:nth-child(2){
    margin-left: 0;
  }
  .collom-price-about{
    margin-left: 0;
    margin-top: 21px;
    padding: 3rem;
  }
  .block-colloms h3{
    font-size: 3rem;
  }
  .block-colloms h4{
    font-size: 2.5rem;
  }
  .block-colloms p, .block-colloms ul {
    font-size: 2rem;
  } 
  .main-header-text span {
    font-size: 2rem;
  }
  .collom-price-btn a {
    padding: calc(0.5em + 2px) calc(1em + 2px) !important;
    font-size: 2em;
  }
  #feedback-main-div-en{
    font-size: 2rem !important;
  }
  .modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 80%;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
  }
}

