

/* Start:/local/templates/mirdev/components/bitrix/menu/top_header_menu/style.css?17842906985782*/
.header-area-v1 .header-navigation .navigation-area .primary-menu {
    position: relative;
}

.header-navigation .main-menu ul li.menu-item--mega {
    position: static;
}

.header-navigation .main-menu ul li.menu-item--mega > ul.mega-sub-menu {
    position: absolute !important;
    top: calc(100% - 52px) !important;
    left: 70px !important;
    right: 0 !important;
    width: auto !important;
    min-width: 760px;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(0);
    border: 1px solid rgba(255, 170, 23, .22);
    border-radius: 18px;
    background: #191c22 !important;
    box-shadow: 0 24px 56px rgba(0, 0, 0, .42);
    overflow: hidden;
    z-index: 1001;
}

.header-navigation .main-menu ul li.menu-item--mega:hover > ul.mega-sub-menu {
    top: calc(100% - 52px) !important;
    transform: translateY(0);
}

/* В sticky-шапке верхняя строка скрыта, поэтому мегаменю
   должно начинаться ровно под нижней границей навигации. */
.header-navigation.sticky .main-menu ul li.menu-item--mega > ul.mega-sub-menu,
.header-navigation.sticky .main-menu ul li.menu-item--mega:hover > ul.mega-sub-menu {
    top: 100% !important;
}

.header-navigation .main-menu ul li.menu-item--mega > ul.mega-sub-menu > li.mega-menu-shell {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.header-navigation .main-menu ul li.menu-item--mega > ul.mega-sub-menu > li.mega-menu-shell:hover {
    background: transparent !important;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-panel {
    display: block;
    width: 100%;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group {
    padding: 24px 22px 22px;
    border-right: 1px solid rgba(255, 255, 255, .08);
    min-width: 0;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-grid .mega-menu-group:last-child {
    border-right: 0;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #dfe5ef;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__title i {
    color: #ffaa17;
    font-size: 15px;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list li {
    display: block !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    border: 0 !important;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list li:last-child {
    margin-bottom: 0;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list a {
    display: block !important;
    padding: 9px 10px !important;
    border-radius: 12px;
    border: 0 !important;
    color: rgba(255, 255, 255, .82) !important;
    background: transparent !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35 !important;
    margin: 0 !important;
    transition: background-color .25s ease, color .25s ease, transform .25s ease;
    white-space: normal;
}

.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list a:hover,
.header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list a.is-current {
    color: #fff !important;
    background: rgba(255, 170, 23, .14) !important;
    transform: translateX(4px);
}

@media (max-width: 1399px) {
    .header-navigation .main-menu ul li.menu-item--mega > ul.mega-sub-menu {
        left: 48px !important;
        right: 16px !important;
        width: auto !important;
        min-width: 720px;
    }

    .header-navigation .main-menu ul li.menu-item--mega .mega-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .header-navigation .main-menu ul li.menu-item--mega {
        position: relative;
    }

    .header-navigation .main-menu ul li.menu-item--mega > ul.mega-sub-menu {
        position: static !important;
        width: 100% !important;
        min-width: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent !important;
        transform: none;
    }

    .header-navigation .main-menu ul li.menu-item--mega > ul.mega-sub-menu > li.mega-menu-shell {
        padding: 0;
    }

    .header-navigation .main-menu ul li.menu-item--mega .mega-menu-grid {
        grid-template-columns: 1fr;
    }

    .header-navigation .main-menu ul li.menu-item--mega .mega-menu-group {
        padding: 18px 20px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    .header-navigation .main-menu ul li.menu-item--mega .mega-menu-grid .mega-menu-group:last-child {
        border-bottom: 0;
    }

    .header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list a {
        padding: 8px 0 !important;
        border-radius: 0;
    }

    .header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list a:hover,
    .header-navigation .main-menu ul li.menu-item--mega .mega-menu-group__list a.is-current {
        background: transparent !important;
        transform: none;
        color: #ffaa17 !important;
    }
}

/* End */


/* Start:/local/templates/mirdev/styles.css?174696678019687*/
.header-area-v1 .header-navigation .site-branding .brand-logo {
  flex-direction: row-reverse;
}

.modal-content h4 {
    font: 44px 'BebasNeueBold';
    margin: 8px 0 48px;
    color: #242633;
    text-align: center;
    position: relative;
}

.modal-content h4:after {
    content: "";
    border-bottom: 2px solid #ffaa17;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 120px;
    width: 100%;
    bottom: -36px;
}

.inp_text:hover, .inp_text:active, .inp_text:focus, .textarea:hover, .textarea:active, .textarea:focus {
    border-color: #ffaa17;
}

.modal-body {
    padding: 0 15px;
    padding-bottom: 80px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

button.close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    font-size: 32px;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

#CallMe .modal-header {
    padding: 30px;
    position: relative;
    display: block;
}

#CallMe .row {
    justify-content: center;
}

.modal-body input, .modal-body textarea {
    background-color: #f4f4f4;
}

.inp_text {
    height: 70px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 16px;
}
.inp_text, .textarea {
    padding: 24px 30px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #212121;
    background-color: #f4f4f4;
    transition: .5s;
}

#CallMe .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#CallMe .btn, .btn:focus {
    background-color: #ffaa17;
    transition: .4s;
    padding: 24px 40px;
    font: 15px 'Geometria-Bold';
    text-transform: uppercase;
    color: #fff;
    outline: none;
    border-radius: 10px;
}

.btn:hover, .btn:active:hover, .btn:active:focus, .btn:active {
    background-color: #ffaa17;
    filter: brightness(80%);
    color: #fff;
    box-shadow: none;
    outline: none;
}

.inp-checkbox:checked + .checkbox_text:before {
    content: '\f14a';
    color: #ffaa17;
}
.inp-checkbox + .checkbox_text:before {
    font-family: FontAwesome;
    content: '\f0c8';
    font-size: 28px;
    color: #f4f4f4;
    display: inline-block;
    position: absolute;
    left: -45px;
    top: 6px;
}

.inp-checkbox {
    position: absolute;
    left: -9999px;
}


.checkbox_text {
    position: relative;
    margin: 8px 0 0;
    margin-left: 45px;
    font-weight: normal;
    font: 14px 'Geometria';
    text-align: left;
    display: block;
    color: #212121;
    max-width: 200px;
}

.modal_checkbox_text {
    margin: 0 10px 20px;
}

.modal_checkbox_text a {
    display: contents;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.checkbox {
    margin-bottom: 0.2em;
  }

  /* для элемента input c type="checkbox" */
  .custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  /* для элемента label, связанного с .custom-checkbox */
  .custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }

  /* создание в label псевдоэлемента before со следующими стилями */
  .custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }

  /* стили при наведении курсора на checkbox */
  .custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    border-color: #fff1b3;
  }

  /* стили для активного чекбокса (при нажатии на него) */
  .custom-checkbox>input:not(:disabled):active+span::before {
    background-color: #ffdeb3;
    border-color: #ffdeb3;
  }

  /* стили для чекбокса, находящегося в фокусе */
  .custom-checkbox>input:focus+span::before {
    box-shadow: 0 0 0 0.2rem rgba(255, 208, 0, 0.25);
  }

  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .custom-checkbox>input:focus:not(:checked)+span::before {
    border-color: #80bdff;
  }

  /* стили для чекбокса, находящегося в состоянии checked */
  .custom-checkbox>input:checked+span::before {
    border-color: #ffaa17;
    background-color: #ffaa17;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }

  /* стили для чекбокса, находящегося в состоянии disabled */
  .custom-checkbox>input:disabled+span::before {
    background-color: #e9ecef;
  }

  form .error {
    color: #ffaa17;
    min-height: 22px;
    min-width: 5px;
  }
  form input.form_control.valid {
    margin-top: 37px;
}
  form .hide_inp {
      display: none;
  }

  .it-slogan {
    margin: 12px;
  }
  .it-logo {
    max-width: 27%;
  }

  .sticky .it-logo {
    display: none;
  }

  .nav-pages a {
    padding: 5px;
  }
  .system-nav-orange .nav-current-page {
    padding: 1px 5px;
  }

@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

}

/*vidget*/
.video-widget {
  display: none;
  position: fixed;
  left: 0;
  z-index: 999999;
  bottom: 0;
}

.video-widget__container {
  font-family: Helvetica;
  z-index: 999999;
  overflow: hidden;
  border-style: solid;
  background: #eee;
  -webkit-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
  transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
  -o-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
  -moz-transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
  outline: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 20px;
  box-shadow: rgba(0, 0, 0, .2) 0 10px 20px;
  position: absolute;
  left: 25px;
  bottom: 25px;
  border-radius: 5px;
  border-width: 2px;
  width: 130px;
  height: 180px;
  border-color: #f4da8b;
}

.video-widget__container:hover {
  -webkit-transform: scale(1.1) translate(5px, -5px);
  -moz-transform: scale(1.1) translate(5px, -5px);
  -ms-transform: scale(1.1) translate(5px, -5px);
  -o-transform: scale(1.1) translate(5px, -5px);
  transform: scale(1.1) translate(5px, -5px);
  border-color: #ffffff;
}

.video-widget__video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: 200;
  -webkit-transition: opacity .4s ease-in-out 0s;
  -o-transition: opacity .4s ease-in-out 0s;
  -moz-transition: opacity .4s ease-in-out 0s;
  transition: opacity .4s ease-in-out 0s;
  opacity: .9;
}

.video-widget__close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  z-index: 250;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
  transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
  -o-transition: opacity .2s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
  -moz-transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -moz-transform .3s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s;
  transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s, -moz-transform .3s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
}

.video-widget__close:after,
.video-widget__close:before {
  position: absolute;
  left: 9px;
  top: 1px;
  content: "";
  height: 18px;
  width: 2px;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
  box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
}

.video-widget__close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-widget__close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-widget__container:hover .video-widget__close {
  opacity: .5;
}

.video-widget.video-widget[data-state=opened] .video-widget__container {
  width: 230px;
  height: 380px;
  border-radius: 5px;
  border-color: #f4da8b;
}

.video-widget.video-widget[data-state=opened] .video-widget__close {
  opacity: .5;
}

.video-widget.video-widget[data-state=opened] .video-widget__close:before {
  display: none;
}

.video-widget.video-widget[data-state=opened] .video-widget__close:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg)
}

.video-widget.video-widget[data-state=opened] .video-widget__close:hover {
  opacity: 1;
}

.video-widget__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  height: 50px;
  border-radius: 5px;
  z-index: 300;
  -webkit-box-shadow: rgba(0, 0, 0, .25) 0 4px 15px;
  box-shadow: rgba(0, 0, 0, .25) 0 4px 15px;
  text-align: center;
  -webkit-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
  transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
  -o-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
  -moz-transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s;
  transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
  visibility: hidden;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  color: #000000 !important;
  text-align: center;
  vertical-align: middle;
  line-height: 54px;
  text-transform: uppercase;
  opacity: 0
}

@media screen and (max-width: 480px) {
  .video-widget__button {
      font-size: 14px;
  }
}

.video-widget__button:hover {
  background-color: #ffaa17;
  text-decoration: none;
}

.video-widget.video-widget[data-state=opened] .video-widget__button {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1023px) {
  .video-widget__close {
      opacity: .5;
  }
}

@media only screen and (max-width: 480px) {
  .video-widget__container {
      left: 15px;
      bottom: 15px;
      width: 90px;
      height: 125px;
  }
}
/*style map*/
.contact-map-section .map-box {
  height: 483px;
  position: relative;
}

.contact-map-section .map-box .iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.contact-map-section .map-box .wrapper {
  width: 1160px;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
  position: relative;
  outline: none;
}
.contact-map-section .map-box .bl_cont {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 40px 0px rgba(54,54,54,0.2);
  width: 400px;
  float: left;
  margin: 50px 0 0;
  height: 380px;
  padding: 38px 31px;
}

.contact-map-section .map-box .bl_cont .title {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 36px;
}

.contact-map-section .map-box .bl_cont .tel {
  display: inline-block;
  vertical-align: top;
  background-size: 28px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 15px;
  line-height: 30px;
}

.contact-map-section .map-box .bl_cont .adr {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 38px;
  background-size: 28px;
  line-height: 26px;
  margin: 0;
}

.contact-map-section .map-box .bl_cont .zakaz {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  outline: none;
  cursor: pointer;
  background: #ffaa17;
  color: #222429;
  overflow: hidden;
  text-align: center;
  line-height: 59px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.3) !important;
  border-top: 1px solid rgba(255,255,255,0.3) !important;
  box-shadow: 0px 10px 30px -10px #ffaa17!important;
  margin: 47px 10px 0;
  text-decoration: none;
  padding: 0;
}
.contact-map-section .map-box .icon-map {
  position: relative;
  top: 41px;
  
}

.contact-map-section .map-box .icon-map-color {
  color: #ffaa17;
}

.contacts-link-padding {
  top: 12px;
  position: relative;
}

/*slider tarifs*/



.service-area-v1.tarifs {
  padding-top: 30px;
}
#services.service-area-v1 {
  padding-top: 30px;
}


#header-message-it-mir {
  background: #ffaa17;
  color: #1c1e22;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  gap: 5px;
  line-height: 1;
  flex-wrap: wrap;
}

#header-message-it-mir a {
  color: #1c1e22;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tarifs::-webkit-scrollbar {
  height: 1px;               /* ширина scrollbar */
}

/*new tarifs*/
.slider-tarifs-v2 {
  display: flex;
  padding: 0 35px;
  align-items: flex-start;
  justify-content: center;
  min-height: 130vh;
  background: #f0f4f9;/*linear-gradient(to left top, #f0f4f9, #fff8eb);*/
}
.wrapper.slider-tarifs-v2 {
  max-width: 1400px;
  width: 100%;
  position: relative;
}
.wrapper.slider-tarifs-v2 i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper.slider-tarifs-v2 i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper.slider-tarifs-v2 i:first-child{
  left: -22px;
}
.wrapper.slider-tarifs-v2 i:last-child{
  right: -22px;
}
.wrapper.slider-tarifs-v2 .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.slider-tarifs-v2 .carousel::-webkit-scrollbar {
  display: none;
}
.slider-tarifs-v2 .carousel.no-transition {
  scroll-behavior: auto;
}
.slider-tarifs-v2 .carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.slider-tarifs-v2 .carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.slider-tarifs-v2 .carousel :where(.card) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.slider-tarifs-v2 .carousel :where(.img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-tarifs-v2 .carousel .card {
  scroll-snap-align: start;
  height: 1050px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
  position:relative;
}
.slider-tarifs-v2 .carousel .card .img {
  background: #ffaa17;
  height: 308px;
  width: 308px;
  border-radius: 50%;
  margin-top: 25px;
}
.slider-tarifs-v2 .card .img img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.slider-tarifs-v2 .text-slider{
  text-align: center;
  padding: 10px;
}

.slider-tarifs-v2 .card-footer {
  width: 100%;
  text-align: center;
  position:absolute;
  bottom:0;
}
.slider-tarifs-v2 .carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.slider-tarifs-v2 .carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

@media screen and (max-width: 900px) {
  .wrapper.slider-tarifs-v2 .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
  .slider-tarifs-v2 .carousel .card {
    height: auto;
  }
  .slider-tarifs-v2 .carousel .card .img {
    height: 148px;
    width: 148px;
  }
  .slider-tarifs-v2 .card .img img {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 600px) {
  .wrapper.slider-tarifs-v2 .carousel {
    grid-auto-columns: 100%;
  }
}

.testimonial-slider-one .slick-arrow {
  color: #ffaa17;
  font-size: 44px;
}

.testimonial-slider-one .prev,
.testimonial-slider-one .next {
  position: absolute;
  top: 30%;
  height: 60px;
  width: 60px;
  z-index: 1;
  cursor: pointer;
}

.testimonial-slider-one .next {
  right: -70px;
}

.testimonial-slider-one .prev {
  left: -50px;
}
@media (min-width: 1205px) {
  .about-area-v3 .about-img-box:after {
    border: 3px solid #ffaa17;
    border-radius: 35px;
    bottom: -72px;
    content: "";
    height: 215px;
    left: 321px;
    position: absolute;
    transform: rotate(45deg);
    width: 215px;
    z-index: 0;
  }
}

@media (max-width: 1204px) { 
  .about-area-v3 .about-img-box:after {
    bottom: 31px;
  }
}
@media (max-width: 550px) {
  .slider-tarifs-v2 .text-slider {
    padding: 10px 10px 130px;
  }

  .portfolio-item .main-btn.callback{
    margin: 10px 0;
  }
}
/* End */


/* Start:/local/templates/mirdev/template_styles.css?178429437811134*/
.portfolio-area-v1 .portfolio-item .portfolio-img {
    border: 2px solid #ffaa17;
    border-radius: 10px;
}

.about-area-v1 .about-img img {
    width: 500px;
    max-width: 100%;
}

.service-text {
    margin-top: 10px;
}

@media(max-width:375px) {
    .service-area.service-area-v1 .single-service-item .icon {
        margin-right: auto;
        margin: 0 auto 15px;
    }
}

#team.team-area-v1 .single-team-member .member-info {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}

.section-title-white p {
    color: #fff;
}


/*whatsapp styles*/
.whatsapp-button {
		position: fixed;
		right: 13px;
		bottom: 90px;
		transform: translate(-50%, -50%);
		background: #25D366; /*цвет кнопки*/
		border-radius: 50%;
		width: 55px; /*ширина кнопки*/
		height: 55px; /*высота кнопки*/
		color: #fff;
		text-align: center;
		line-height: 53px; /*центровка иконки в кнопке*/
		font-size: 35px; /*размер иконки*/
		z-index: 9999;
		}
		.whatsapp-button a {
		color: #fff;
		}
		.whatsapp-button:before,
		.whatsapp-button:after {
		content: " ";
		display: block;
		position: absolute;
		border: 50%;
		border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
		left: -20px;
		right: -20px;
		top: -20px;
		bottom: -20px;
		border-radius: 50%;
		animation: animate 1.5s linear infinite;
		opacity: 0;
		backface-visibility: hidden;
		}

		.whatsapp-button:after{
		animation-delay: .5s;
		}

		@keyframes animate
		{
		0%
		{
        transform: scale(0.5);
        opacity: 0;
		}
		50%
		{
        opacity: 1;
		}
		100%
		{
        transform: scale(1.2);
        opacity: 0;
		}
		}
		@media (max-width : 800px) {
		.whatsapp-button {
		    bottom: 50px;
            right: 0px; /*отступ кнопки слева от экрана(right - справа)*/
            width: 80px;
            height: 80px;
            line-height: 70px;
            font-size: 65px;
		}

		.whatsapp-button {
		width: 100px; /*ширина кнопки*/
		height: 100px; /*высота кнопки*/
		line-height: 97px;
		font-size: 65px;

		}
		}

		.czm-notify {
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -5px;
  right: -5px;
  display: flex;
  transition: 0.3s ease all;
}
.czm-notify-hide {
  opacity: 0;
  visibility: hidden;
}
.czm-notify-circle {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  background-color: #f25;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;

  transition: 0.3s ease all;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.czm-notify-circle-show {
  opacity: 1;
  visibility: visible;
}
.czm-bounce {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: czmBounce;
  transform-origin: center bottom;
  /* animation: czmBounce 1s ease infinite; */
}

.consultation-pulse {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;

  transform: scale(0);
  animation: czmPulse 2s infinite;
  opacity: 1;
  visibility: visible;
  background-color: #10c335;
}

@keyframes czmPulse {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
		@keyframes czmBounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    transform: translate3d(0, -1px, 0);
  }
}

/*modal whatsapp*/
.consultation__wrapper {
    position: fixed;
    right: 3rem;
    bottom: 185px;
    z-index: 100;
}

.consultation__info_block {
    border-top: 14px solid;
    border-radius: 5px 5px 0 0;
}

.consultation__info {
    position: relative;
    background-color: #fff;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    display: inline-block;
}

.consultation__info:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    right: 10px;
    left: auto;
    border-width: 10px;
    border-top-color: #e9e9e9;
}

.czm-speech-bubble-close {
    position: absolute;
    top: -23px;
    right: 2px;
    opacity: 1;
    transition: 0.3s ease all;
    cursor: pointer;
    width: 8px;
    height: 8px;
}

.consultation__info:after {
    border-width: 9px;
    margin-right: 1px;
    border-top-color: #fff;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: 100%;
    right: 10px;
    left: auto;
    border-width: 9px;
    margin-right: 1px;
    border-top-color: #fff;
}

#reviews {
  padding-bottom: 50px;
}
#formSuccess {
  padding-top: 20px;
}

.cookie-notice {
  position: fixed;
  left: 50%;
  bottom: 10px;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(520px, calc(100% - 24px));
  padding: 7px 9px 7px 12px;
  color: #2d2d2d;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(34, 34, 34, 0.12);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.14);
  font-size: 11px;
  line-height: 1.35;
  transform: translateX(-50%);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice__text {
  flex: 1 1 auto;
}

.cookie-notice__text a {
  color: #d27a00;
  text-decoration: underline;
}

.cookie-notice__ok,
.cookie-notice__close {
  flex: 0 0 auto;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.cookie-notice__ok {
  min-width: 34px;
  padding: 4px 8px;
  color: #111;
  background: #ffaa17;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.cookie-notice__close {
  width: 22px;
  height: 22px;
  padding: 0;
  color: #555;
  background: transparent;
  font-size: 18px;
  line-height: 22px;
}

.cookie-notice__ok:focus,
.cookie-notice__close:focus {
  outline: 2px solid rgba(255, 170, 23, 0.55);
  outline-offset: 2px;
}

.itmir-captcha-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-consent-note {
  max-width: 960px;
  margin: 0 auto 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.form-consent-note a,
.footer-legal-links a {
  color: #ffaa17;
  text-decoration: underline;
}

.contact-area-v2 .form-consent-note {
  color: #666;
}

.contact-area .contact-form form[name="feedback"] .row > .col-lg-6 .form_group {
  position: relative;
  padding-top: 28px;
}

.contact-area .contact-form form[name="feedback"] .row > .col-lg-6 .form_group > label.error {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-height: 20px;
  margin: 0;
  color: #ffaa17;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.contact-area .contact-form form[name="feedback"] .row > .col-lg-6 .form_group > label.error:empty {
  visibility: hidden;
}

.contact-area .contact-form .form_group > select.form_control {
  height: 70px;
}

.contact-area .contact-form .form_group > select.form_control + .nice-select {
  float: none;
  width: 100%;
  margin-top: 0;
}

.footer-area-v1 .footer-widget-area .footer-top .newsletter-item {
  padding-left: 56px;
  padding-top: 14px;
}

.footer-area-v1 .newsletter-item form {
  display: block;
  width: 100%;
}

.footer-area-v1 .newsletter-item .form_group {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 16px;
  align-items: stretch;
  margin: 0;
}

.footer-widget-area .footer-top .newsletter-item form .form_control {
  height: 56px;
  padding: 0 20px;
  color: #f7f7f7;
  background: #24272d;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  box-shadow: none;
}

.footer-widget-area .footer-top .newsletter-item form .form_control::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.footer-widget-area .footer-top .newsletter-item .main-btn {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 56px;
  padding: 0 28px;
  border-radius: 6px;
  line-height: 1;
  white-space: nowrap;
}

.footer-area-v1 .newsletter-item .form-consent-note {
  max-width: 100%;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}

.footer-legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 8px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

#CallMe .modal-consent {
  width: 100%;
  margin: 4px 0 24px;
}

#CallMe .modal-consent .custom-checkbox {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: #2f3342;
}

#CallMe .modal-consent .modal_checkbox_text {
  display: flex !important;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  color: #2f3342;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

#CallMe .modal-consent .modal_checkbox_text::before {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 1px 10px 0 0;
}

#CallMe .modal-consent a {
  color: #ffaa17;
  text-decoration: underline;
}

.hero-area.bg_cover .row {
  flex-wrap: wrap-reverse;
}

.breadcrumbs-area {
  padding: 209px 0 140px !important;
}

.team-area-v3 .single-team-member .team-img .team-overlay .team-content .members-info h4, .team-area-v3 .single-team-member .team-img .team-overlay .team-content .members-info p {
  color: #ff9204;
  -webkit-text-stroke: 1px #000000;
  text-stroke: 1px #000000; 
}

.sidebar-widget-area .widget.categories-widget .widget-link li a.active {
  color: #ffaa17;
}

.about-list-item {
  margin-top: 15px;
}

@media (max-width:550px) {
  .hero-area.bg_cover .row img {
    max-width:100%;
  }

  .hero-area.bg_cover{
        padding: 0 0 15px;
  }
    .consultation__info_block, .whatsapp-button {
        display: none;
    }

    .hero-area .main-btn {
      margin-bottom: 30px;
    }

    .cookie-notice {
      bottom: 6px;
      gap: 6px;
      width: calc(100% - 12px);
      padding: 6px 7px 6px 9px;
      font-size: 10px;
    }
}

@media (max-width: 991px) {
  .footer-area-v1 .footer-widget-area .footer-top .newsletter-item {
    padding-left: 0;
    padding-top: 0;
    margin-top: 22px;
  }
}

@media (max-width: 767px) {
  .footer-area-v1 .newsletter-item .form_group {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-widget-area .footer-top .newsletter-item .main-btn {
    width: 100%;
    min-width: 0;
  }

  .footer-area-v1 .newsletter-item .form-consent-note {
    font-size: 10px;
    text-align: center;
  }
}

/* End */
/* /local/templates/mirdev/components/bitrix/menu/top_header_menu/style.css?17842906985782 */
/* /local/templates/mirdev/styles.css?174696678019687 */
/* /local/templates/mirdev/template_styles.css?178429437811134 */
