
.inline-fl {
    display: flex;

}
@media screen and (max-width: 640px) {
    .inline-fl {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .block-stages .stage-item {
        padding: 30px 20px;
    }
}
.premium {
    margin-bottom: 70px
}

.premium-wrap {
    background-color: #111111;
    padding: 100px 0;
    margin-top: 160px;
}

.premium-title {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}

.premium-title span{
    color: #05CB63;
}

.title-sub-descr {
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
    opacity: 0.6;
    line-height: 1.6;
    text-align: center;
}

.premium-price {
    margin-bottom: 40px;
    margin-top: 30px;
    font-size: 17px;
    text-align: center;
    color: #fff;
}

.premium-blocks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.premium-block {
    width: 33.33%;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    padding: 35px;
}

.premium-block .premium-name{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.premium-block .premium-desk{
    font-size: 13px;
    color: #fff;
    opacity: 0.6;
}

.premium-blocks .top-line{
    box-shadow: inset 0px 4px 0px 0px #05CB63;
}

.premium-blocks .top-left-dot{
    position: relative;
    overflow: hidden;
}

.premium-blocks .top-left-dot::before{
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 10px ;
    background-color: #05CB63;
    left: -20px;
    top: -20px;
}

.premium-form-input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.premium-form-input .name, .premium-form-input .email, .premium-form-input .phone, .premium-form-input button{
    width: 20%;
}

.premium-wrap .inp {
    position: relative;
    margin: auto;
    margin: 0;
    margin-bottom: 40px;
}

.premium-wrap.inp .label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    color: #9098A9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all .2s ease;
    padding-left: 20px;
}

.premium-wrap.inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .15s ease;
    background-color: #fff;
    opacity: 0.6;
}

.premium-wrap.inp input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid rgba(255,255,255,0.6);
    background: none;
    border-radius: 0;
    color: #fff;
    transition: all .15s ease;
}


.premium-wrap.inp input:not(:placeholder-shown) + span {
    transform: translateY(-26px) scale(0.75);
}

.premium-wrap.inp input:focus {
    background: none;
    outline: none;
}

.premium-wrap.inp input:focus + span {
    transform: translateY(-26px) scale(0.75);
}

.premium-wrap.inp input:focus + span + .border {
    transform: scaleX(1);
}

.premium-wrap.m-inp {
    width: 48%;
}

.premium-form {
    text-align: center;
    margin-bottom: 100px;
}

.premium-form .form-button{
    padding: 0px 30px;
    height: 40px;
    margin-top: 10px;
    background-color: #05CB63;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;   
}

.premium-form .form-button:hover{
    cursor: pointer;
    background-color: #04B558;
    color: #fff;
}
.premium-form .checkbox-label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
}
.premium-form .checkbox-default {
    display: none;
}
.premium-form .checkbox-custom {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    background-color: #333333;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}
.premium-form input:checked + .checkbox-custom:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #00ff37;
}
.premium-form .checkbox-default + .checkbox-custom:before {
    content: '';
}
.premium-form .checkbox-text {
    font-size: 13px;
    margin-top: -2px;
    color: #9098A9;
}
.recomended-block {
    display: flex;
}

.recomended .recomended-img {
    min-width: 130px;
}

.recomended .recomended-img img{
    height: auto;
}

.recomended .recomended-text {
    margin-left: 40px;
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {
    .recomended .recomended-text {
        margin-right: 40px;
    }
}
.recomended .recomended-text .recomended-post {
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #05CB63;
    letter-spacing: 1px;
}

.recomended .recomended-text .recomended-name {
    color: #fff;
    font-weight: 600px;
    margin: 10px 0;
}

.recomended .recomended-text .recomended-desc {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
}


.recomended .recomended-hr {
    height: 1px;
    background-color: #DEE5ED;
    margin: 40px 0 20px;
}


@media screen and (max-width: 1024px) {
    .premium-form-input .name, .premium-form-input .email, .premium-form-input .phone, .premium-form-input button{
        width: 48%;
    }

    .title-sub-descr {
        margin-bottom: 20px;
    }

    .premium-form-input .phone, .premium-form-input button{
        width: 100%;
    }

    .premium-form-input button{
        width: 164px;
        margin: 0 auto;
    }

    .premium-form .inp {
        margin-bottom: 20px;
    }

    .premium-form {
        margin-bottom: 70px;
    }
    .premium-form .form-button {
        order: 1;
    }
    .premium-form .checkbox-label {
        margin-bottom: 40px;
    }
    .premium-form .checkbox-text {
        text-align: left;
    }

.recomended-block {
    flex-direction: column;
}

.recomended .recomended-img {
    margin: 0 auto;
}

.recomended .recomended-img img {
    margin: 0 auto;
}
}

@media screen and (max-width: 992px) {
    .premium-blocks {
        justify-content: space-around;
    }
    .premium-block {
        width: 50%;
    }
    .premium-title {
        font-size: 30px;
    }

    .title-sub-descr {
        font-size: 15px;
        line-height: 1.3;
    }
    .premium-price {
        font-size:15px;
    }

    .premium-wrap .inp {
        position: relative;
        margin: auto;
        margin: 0;
        margin-bottom: 20px;
    }
    
}

@media screen and (max-width: 576px) {
    .premium-block {
        width: 98%;
        margin: 0 auto;
    }

    .premium-wrap .m-inp {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;

    }
    
}
.inp {
    position: relative;
    margin: auto;
    margin: 0;
    margin-bottom: 20px;
}

.inp .label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    color: #9098A9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all .2s ease;
}

.inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .15s ease;
}

.inp input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 12px 0;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #C8CCD4;
    background: none;
    border-radius: 0;
    color: #223254;
    transition: all .15s ease;
}


.inp input:not(:placeholder-shown) + span {
    transform: translateY(-26px) scale(0.75);
}

.inp input:focus {
    background: none;
    outline: none;
}

.inp input:focus + span {
    transform: translateY(-26px) scale(0.75);
}

.inp input:focus + span + .border {
    transform: scaleX(1);
}

.bottom-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 70%;
}

.m-inp {
    width: 48%;
}

.bottom-form .textarea {
    width: 100%;
}

.bottom-form button {
    background-color: #05CB63;
    width: 165px;
    
    border-radius: 4px;
    border: none;
    padding: 11px 27px; 
    color: #fff;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    font-size: 15px;
    font-weight: 600;
}

.bottom-form button:hover {
    cursor: pointer;
    background-color: #04B558;
    color: #fff;
}

.bottom-form .checkbox-label {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 5px 0 10px;
}
.bottom-form .checkbox-default {
    display: none;
}
.bottom-form .checkbox-custom {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #9098A9;
    background-color: #fff;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}
.bottom-form input:checked + .checkbox-custom:before {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #707070;
}
.bottom-form .checkbox-default + .checkbox-custom:before {
    content: '';
}
.bottom-form .checkbox-text {
    font-size: 13px;
    color: #9098A9;
    margin-top: -2px;
}
.ma-title {
    text-align: center;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #212B36;
    margin-bottom: 60px;
}
.form-section-h2{
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
    color: #212B36;
    margin-bottom: 20px;
    margin-top: 80px;
}

.form-section-p {
    margin: 0 5%;
    text-align: center;
    color: #637381;
    /* float: left; */
    margin-bottom: 60px;
}


@media screen and (max-width: 768px) {
    .form-section-h2 {
        font-size: 29px;

    }
    .bottom-form .inp .label {
        font-size: 14px;
        transition: all .2s ease;
        }

        .bottom-form .m-inp{
            width: 98%;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .bottom-form .textarea {
            width: 98%;
            margin: 0 auto;
            margin-bottom: 20px;
        }

    }

@media screen and (max-width: 576px) {
    .bottom-form{
        width: 100%;
    }

    .bottom-form {
        padding: 0 10px;
    }
    }
    .footerform .container {
            max-width: 1200px;
            margin: auto;
        }
        @media screen and (max-width: 1010px) {
            .bottom-form {
                width: 85%;
            }
        }
        @media screen and (max-width: 480px) {
            .bottom-form {
                width: 100%;
            }
        }

.wrapper-for-cases {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin: 50px 0;
}

.case {
  width: 25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  opacity: 1;
  max-width: 600px;
  margin: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  overflow: hidden;
  cursor: pointer;
}
.case:after {
  content: " ";
  display: table;
}
.case:hover .case-title {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.case-bg {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: opacity 350ms ease-in-out, -ms-transform 400ms ease-in-out;
  -webkit-transition: opacity 350ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 350ms ease-in-out, transform 400ms ease-in-out;
}
.case-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case-bg:hover {
  opacity: 0;
}
.case-title {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.65) 100%);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -ms-transition: opacity 400ms ease-in-out, -ms-transform 400ms ease-in-out;
  -webkit-transition: opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, transform 400ms ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.case-title__span {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.modal1 {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transition: opacity 300ms ease-in-out 1ms, visibility 1ms linear 302ms;
  transition: opacity 300ms ease-in-out 1ms, visibility 1ms linear 302ms;
  visibility: hidden;
  width: 100%;
  z-index: 20;
}

.modal1-show {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out 2ms, visibility 1ms linear;
  transition: opacity 300ms ease-in-out 2ms, visibility 1ms linear;
  visibility: visible;
}

.modal1-content {
  background: transparent;
  cursor: default;
  float: right;
  max-width: 850px;
  min-height: 100%;
  opacity: 0;
  padding: 45px 4.2105%;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  width: 100%;
}

.modal1-content-show {
  background: #FFF;
  opacity: 1;
}

.button--close {
  opacity: 0;
  position: fixed;
  z-index: 111;
  right: 4.2105%;
  top: 48px;
  background: none;
  border: none;
  width: 25px;
height: 25px;
border: 0;
background: transparent url(https://old.idma.ltd/data/images/close.svg) center no-repeat;
background-size: 15px 15px;
}
@media screen and (max-width: 992px) {
  .button--close {
    top: 25px;
  }
}
.button--close--show {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.overlay-modal {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .case {
    width: 33.333333333%;
  }
}
@media screen and (max-width: 992px) {
  .case {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .case {
    width: 50%;
  }
}
.modal-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    cursor: url(https://old.idma.ltd/code/gmb/img/cross.ico),default;
    cursor: -webkit-image-set(url(https://old.idma.ltd/code/gmb/img/cross.ico) 1x),default;

}
#modal {
      cursor: url(https://old.idma.ltd/code/gmb/img/cross.ico),default;
    cursor: -webkit-image-set(url(https://old.idma.ltd/code/gmb/img/cross.ico) 1x),default;
}
/*# sourceMappingURL=style.css.map */
.portfolio-p {
    margin-bottom: 50px;
}
.portfolio-btn {
    display: block;
    margin: 20px auto;
    max-width: 236px;
}
.project__header .title {
    color: #111;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 45px;
}
.project__content  p{
    color: #111;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.project__meta {
    margin-bottom: 25px;
}
.portfolio-more {
    text-align: center;
    font-size: 22px;
    margin-bottom: 35px;
}
.unit_faq {
  padding: 60px 0 0;
}
.ma-title {
  margin-bottom: 22px;
  letter-spacing: 1.3px;
}
.ma-subtitle {
  display: block;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #637381;
  margin-bottom: 79px;
}
#accordeon {
    display: block;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #DEE5ED;
}

.acc-head {
    padding: 15px 40px;
    background: #fff;
    cursor: pointer;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /*position: relative;*/
    color: #212B36;
}
#accordeon > div {
    position: relative;

}
#accordeon > div.active {
    background: #FAFCFF;
}
#accordeon > div.active .acc-head {
    background: #FAFCFF;
}
#accordeon > div.active:before {
    background: #05CB63;
}
#accordeon > div:not(:last-child) {
    border-bottom: 1px solid #DEE5ED;
}
#accordeon > div:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    left: 0px;

    background: #DEE5ED;
}
#accordeon > div .acc-head:after {
    position: absolute;
    content: "";
    background: url('../../images/arr-down.svg') no-repeat;
    width: 14px;
    height: 7px;
    top: 23px;
    transform: rotate(-180deg);
    right: 20px;
    transition: 0.2s all;
}
#accordeon > div.active .acc-head:after {
  transform: rotate(0deg);

}

.acc-body {
    padding: 0px 40px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #637381;
    display: none;
}
.acc-body p {
    padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .unit_faq {
    padding: 0;
  }
}
           