@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/* 
max-width container 1328px
min-width 320px
max-width 1920px
*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

html,body {
    height: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #404040;
}
a {
    color:#404040;
    text-decoration:none;
}
a:hover: {
    color:#F54821;
}
body._lock {
  overflow: hidden;
}

ul,ol,li {
  list-style: none;
  margin-bottom:0;
}

img {
  vertical-align: top;
    width: auto;
    height: auto;
    max-width: 100%;
}

._container {
    max-width:1440px;
    width:100%;
    margin: 0 auto;
    padding-right: 56px;
    padding-left: 56px;
    
}
@media (max-width:1360px) {
        /* ._container  {max-width:970px;padding-right: 56px;padding-left: 56px;} */
        ._container  {padding-right: 56px;padding-left: 56px;}
}
@media (max-width:991.98px) {
        /* ._container  {max-width:750px;padding-right: 32px;padding-left: 32px;} */
        ._container  {padding-right: 32px;padding-left: 32px;}
}
@media (max-width:767.98px) {
        ._container  {max-width:none;padding-right: 24px;padding-left: 24px;}
}


.pic_fon{
    border: 1px solid rgb(40 40 40 / 20%);
    height: 96px;
    width: 96px;
    padding:28px;
    float:left;margin-right: 20px; 
}
.page {
    max-width: 656px;
    margin-left: auto;
    margin-right: auto;
}

.page > ul, ol > li {
  padding: 5px;
  margin-left: 9px;
}
.page > ul > li::before {
  content: "\2022";
  color: #F54821;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

hr {
    width: 100%;
    opacity: 0.2;
    border: none;
    height: 1px;
    background-color:#404040;
    margin-top:56px;
    margin-bottom: 56px;
}


/* HEADERS */

H1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 40px;
}
H2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 31px;
    margin-top: 50px;
}
H3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
H4{
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-top: 36px;
    margin-bottom: 8px;
}
H5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* Colors */

.bg_orange{
background: #F54821;
}
.bg_dark-gray{
background: #404040;
}
.bg_white {
    background-color: #fff;
}
.orange{
color: #F54821;
}
.dark-gray{
color: #404040;
}
.white {
    color: #fff;
}

/* TEXT_TYPES */

.txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.txt_reg {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.small_txt {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}
.txt_bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.bold_red {
    font-weight: 700;
    color: #F54821;
}

.wrapper {
    position: relative;
    min-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    display:flex;
    flex-direction:column;
}
main {
    flex: 1 1 auto;
}
._lock main {
    background:#404040;
    opacity:0.15;
    transition: all 0.1s ease;
}

/* Шапка */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 22px 0px;
}
@media (max-width:991.98px) {.header {padding: 11px 0px;}}
.header_container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}
@media (max-width:767.98px) {
        .header_container  {padding-right: 30px !important;}
}
.header_logo {
  position: relative;
  z-index: 5;
  width: 171px;
  height: 48px;
}


.header_logo img {
  width: 171px;
  height: 48px;
}

.icon_top_a {
    padding-left: 3em !important;
}
/* МедиаКлассы для малых экранов */
@media (max-width:1360px) {
  .header_logo {
    width: 143px;
    height: 40px;
  }
  .header_logo img {
    width: 143px;
    height: 40px;
  }
  .menu_link {
    font-size: 13px;
  }
  .icon_top_a {
    padding-left: 1.5em !important;
}
}

/* -- Выравниваем иконки слева шапки -- */
@media (max-width:767.98px) {
    .social__top {
    margin-left: auto;
  }
}

@media (max-width:991.98px) {
    body._touch .social__top {
        margin-left: auto;
    }
    body._touch .icon_top_a {
        padding-left: 1em !important;
    }
    body._touch .icon_top_img {
        width:24px; 
        height:24px;
    }
    body._touch .header_logo {
        width: 143px;
        height: 40px;
    }
    body._touch .header_logo img {
        width: 143px;
        height: 40px;
    }
    body._touch .menu_link {
        font-size: 13px;
        font-weight: 500;
    }
    /* body._touch .icon_top_a {
        padding-left: 3em !important;
    } */
    body._touch .icon_top_img {
        width:inherit; 
        height:inherit;
    }
}

@media (max-width: 767px) {
  .header {
    padding: 11px 0;
  }
  .header_logo {
    width: 143px;
    height: 40px;
  }
  .header_logo img {
    width: 143px;
    height: 40px;
  }
  .menu_link {
    font-size: 13px;
    font-weight: 500;
  }
  .icon_top_a {
    padding-left: 3em !important;
  }
  .icon_top_img {
    width:inherit; 
    height:inherit;
  }

}

.menu_icon {
  display: none;
}

.menu_link {
  color: #404040;
  font-size: 14px;
  font-weight: 600;
}
.menu_sub-list>li>a.menu_link {
 font-weight: 500;
}
.menu_link:hover {
  text-decoration: none;
  color:#F54821;
}
.active > .menu_link {
    color: #F54821;
}
.menu_list > li {
  position: relative;
  margin: 0;
  padding: 0px 0px 0px 0px;

}
.menu_list > li+li::before {
  content: ".";
  color: #F54821;
  position: relative;
  bottom: 3px;
  font-weight: bold;
  font-size: larger;
  padding: 0 11px;
}

@media (max-width:991.98px) {
  .menu_list > li+li::before {
    content: ".";
    color: #F54821;
    position: relative;
    bottom: 3px;
    font-weight: bold;
    font-size: larger;
    padding: 0 4px;
  }
}

@media (min-width:1359.98px) {
  .menu_list > li+li::before {
    content: ".";
    color: #F54821;
    position: relative;
    bottom: 3px;
    font-weight: bold;
    font-size: larger;
    padding: 0 18px;
  }
}

.menu_sub-list {
  position: absolute;
  top: 100%;
  left: -20px;
  background-color: #fff;
  padding: 24px;
  min-width: 200px;
  width: auto;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.menu_sub-list li {
  color: #F54821;
  position: relative;
  margin: 0px 0px 18px 0px;
}
.menu_sub-list li:last-child {
  margin: 0px 0px 0px 0px;
}
.menu_sub-link {
  color: #404040;
}
.menu_sub-link:hover {
  text-decoration: none;
  color: #F54821;
}
.menu_arrow {
  display: none;
}

/* ----------------------- */
body._pc .menu_list > li:hover .menu_sub-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  pointer-events: all;
}
body._touch .menu_list > li {
  display: flex;
  align-items: center;
}

body._touch .menu_link {
  flex: 1 1 auto;
}
body._touch .menu_arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 7px;
  transition: transform 0.3s ease 0s;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid rgb(167, 167, 167);
}

body._touch .menu_list > li._active .menu_sub-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  pointer-events: all;
}
body._touch .menu_list > li._active .menu_arrow {
  transform: rotate(-180deg);
}


/* ----------------------- */

@media (min-width: 768px) {
  .menu_list {
    display: flex;
    align-items: center;
  }
  .menu_list >li {
    padding: 10px 0;
  }
  .menu_sub-list {
    transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    pointer-events: none;
  }
}



/* ---- Бургер и внутри бургера ---- */
@media screen and (max-width: 767px) {
  .menu_icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu_icon span,
  .menu_icon::before,
  .menu_icon::after {
    position: absolute;
    left: 0;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #F54821;
  }
  .menu_icon::before,
  .menu_icon::after {
    content: "";
  }
  .menu_icon::before {
    top: 0;
  }
  .menu_icon::after {
    bottom: 0;
  }
  .menu_icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .menu_icon._active span {
    transform: scale(0) translate(0px, -50%);
  }
  .menu_icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu_icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
  .menu_body {
    position: fixed;
    top: -150%;
    right: 0;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 120px 30px 30px 30px;
    transition: all 0.3s ease 0s;
    overflow: scroll;
  }
  .menu_body._active {
    top: 0;
  }
  .menu_body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    background-color: #fff;
    z-index: 2;
  }
  .menu_list > li {
    flex-wrap: wrap;
    margin: 0px 0px 30px 0px;
  }
  .menu_list > li+li::before {
    content: "";
    color: #F54821;
    position: relative;
    bottom: 6px;
    font-weight: bold;
    font-size: larger;
    padding: 0;
  }
  .menu_list > li:last-child {
    margin-bottom: 0;
  }
  .menu_list > li._active .menu_sub-list {
    display: block;
  }
  .menu_link {
    font-size: 24px;
    font-weight: 500;
  }
  .menu_sub-list {
    position: relative;
    background-color: #fff;
    flex: 1 1 100%;
    margin: 20px 0px 0px 0px;
    display: none;
    border: none;
    box-shadow:none;
  }
  .menu_sub-link {
    font-size: 20px;
    color: #000;
  }
  .menu_sub-list li {
    list-style-type: disc;
    margin: 0px 0px 28px 10px;
  }
  .menu_sub-list li:last-child {
    list-style-type: disc;
    margin-left: 10px;
  }
  .menu_sub-list a {
    color: #404040;
    opacity: 50%;
  }
  .menu_sub-list a:hover, a:active {
    color: #F54821;
    opacity: 1;
  }
}



/* ---- Бургер и внутри бургера ДУБЛИРОВАНИЕ ДЛЯ ТАЧСКРИНОВ РАЗРЕШЕНИЕМ 992 и меньше!!! ---- */
@media (max-width: 991.98px) {
     body._touch .menu_list {
         display: block;
         
     }
  body._touch .menu_icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  body._touch .menu_icon span,
  body._touch .menu_icon::before,
  body._touch .menu_icon::after {
    position: absolute;
    left: 0;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #F54821;
  }
  body._touch .menu_icon::before,
  body._touch .menu_icon::after {
    content: "";
  }
  body._touch .menu_icon::before {
    top: 0;
  }
  body._touch .menu_icon::after {
    bottom: 0;
  }
  body._touch .menu_icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  body._touch .menu_icon._active span {
    transform: scale(0) translate(0px, -50%);
  }
  body._touch .menu_icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  body._touch .menu_icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
  body._touch .menu_body {
    position: fixed;
    top: -150%;
    right: 0;
    width: 85%;
    max-width: 360px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 120px 30px 30px 30px;
    transition: all 0.3s ease 0s;
    overflow: scroll;
  }
  body._touch .menu_body._active {
    top: 0;
  }
  body._touch .menu_body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    background-color: #fff;
    z-index: 2;
  }
  body._touch .menu_list > li {
    flex-wrap: wrap;
    margin: 0px 0px 30px 0px;
  }
  body._touch .menu_list > li+li::before {
    content: "";
    color: #F54821;
    position: relative;
    bottom: 6px;
    font-weight: bold;
    font-size: larger;
    padding: 0;
  }
  body._touch .menu_list > li:last-child {
    margin-bottom: 0;
  }
  body._touch .menu_list > li._active .menu_sub-list {
    display: block;
  }
  body._touch .menu_link {
    font-size: 24px;
    font-weight: 500;
  }
  body._touch .menu_sub-list {
    position: relative;
    background-color: #fff;
    flex: 1 1 100%;
    margin: 20px 0px 0px 0px;
    display: none;
    border: none;
    box-shadow:none;
  }
  body._touch .menu_sub-link {
    font-size: 20px;
    color: #000;
  }
  body._touch .menu_sub-list li {
    list-style-type: disc;
    margin: 0px 0px 28px 10px;
  }
  body._touch .menu_sub-list li:last-child {
    list-style-type: disc;
    margin-left: 10px;
  }
  body._touch .menu_sub-list a {
    color: #404040;
    opacity: 50%;
  }
  body._touch .menu_sub-list a:hover, a:active {
    color: #F54821;
    opacity: 1;
  }
  
  /* ---- Порядок элементов меню !!! ---- */ 
  body._touch .header_menu {
      order:2 !important;
  }
    body._touch .social__top {
      order:1 !important;
  }
  body._touch .header_container {
    padding-right: 40px;
  }
}





.left_menu > a.active {
     color:#F54821;
}


/* Контакты */ 















/* Подвал */
.footer {
    width: 100%;
    background-color:#404040;
    padding-top: 56px;
    padding-bottom: 24px;
    margin: auto;
    color: #fff;
    margin-top:80px;
}
@media (max-width:991.98px) {
    .footer {
        margin-top:40px;
    }
}
.footer span {
    opacity:0.35;
}

.footer > a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #F2F2F2;
}

.footer > a:active, a:hover {
    transition: all 0.3s ease 0s;
    color: #F54821;
    text-decoration: none;
}
.footer > div {
    text-align: left;
}

.footer {
font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
}

.footer a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #F2F2F2;
}

.footer a:active, .footer a:hover {
    transition: all 0.3s ease 0s;
    color: #F54821;
    text-decoration: none;
}

.footer img {
    margin-right:15px;
}

.footer ul {
    list-style-position: outside;
    padding-left: 20px;
}
.footer li {
    list-style-type: disc;
    color: #F54821;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    position: relative;
}

@media (min-width: 577px) {
main {
    padding-top:75px;
    margin-left: 71px;
    margin-right: 71px;
}
}

@media (max-width: 576px) {
    .icon_top_a {
        padding-right:0em !important;
        padding-left:1em !important;
    }

main {
    padding-top:94px;
}
}

@media (min-width: 992px) {
main {
    padding-top:94px;
}
}






/* Главная блоки */


.main_blocks_top {
    color: #000;
}

.inlineleft {
    display: inline-block;
    float: left;
}

.flexleft {
    display: flex;
    float: left;
}

.main_top_blocks1 {
    height:402px;
    margin: 0px 8px 8px 0px;
    padding:8px;
    background-color: gray;
    background-size: cover;
    background-position:center;
    position: relative;
}

.main_top_blocks1_inner {
    display: inline-block;
    background-color: #fff;
    margin-left:16px;
    margin-top:16px;
    padding:8px 16px 8px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #404040;
}

.blocks_inner_bottom {
    display: flex;
    background-color: #fff;
    margin: 0px;
    padding: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #404040;
    position: absolute;
    bottom:16px;
    left:16px;
    border: none;
}

.bip_right {
  left: unset;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

/* promo блоки */
.promo_block {
    height:318px;
    margin: 0px 8px 8px 0px;
    padding: 40px 40px 24px 40px;
    background-color: #F2F2F2;
    color:#404040;
    position: relative;
    transition: all 0.3s ease 0s;
    overflow:hidden;
    cursor:pointer;
}
.promo_block:hover {
    background-color: #F54821;
    color:#FFF;
}
.promo_block h2 {
    padding:0;
    margin:0;
}
.promo_block p {
    padding-top:24px;
    height:150px;
    overflow:hidden;
}
.promo_block:hover h2 {
    color:#FFF;
}
.last_promo_day {
    position: absolute;
    left: 40px;
    bottom: 24px;
    border:1px solid #404040;
    padding: 7px 16px;
}
.promo_block:hover .last_promo_day {
    border:1px solid #FFF;
}
.promo_block i {
    position: absolute;
    bottom: 35px;
    right: 32px;
    color:#F54821;
}
.promo_block:hover i {
    color:#FFF;
}


/*main_top_block_right_title*/
.mtbrt {
    height:197px;
    margin: 0px 8px 8px 0px;
    padding:24px;
    background-color: #F2F2F2;
}

.mtbrt:hover {
    transition: all 0.3s ease 0s;
    background-color: #F54821;
}

.mtbrt H3 {
    font-size: 24px;
}

.mtbrt:hover H3 {
    transition: all 0.3s ease 0s;
    color: #FFF;
}


.mtbrt span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #404040;
}

.mtbrt:hover span {
    transition: all 0.3s ease 0s;
    color: #FFF;
}

.mtbrt div {
    position: absolute;
    right:23px;
    bottom: 24px;
    color:#F54821;
}

.mtbrt:hover div  {
    transition: all 0.3s ease 0s;
    color:#FFF;
}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 600,
  'GRAD' 0,
  'opsz' 48
}

.hover_red:hover  .main_top_blocks1_inner {
    transition: all 0.3s ease 0s;
    display: inline-block;
    background-color: #F54821;
    margin-left:16px;
    margin-top:16px;
    padding:8px 16px 8px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFF;
}
.hover_red:hover .blocks_inner_bottom {
    transition: all 0.3s ease 0s;
    background-color: #F54821;
    color: #FFF;
}



.hover_red:hover .main_top_blocks1 {
    transition: all 0.3s ease 0s;
    border: 0px solid #F54821;
    box-shadow: inset 0px 0px 0px 4px #F54821;
}




.kvadrat {
    position:absolute;
    top:0px;
    left:0px;
    width:24px;
    height:24px;
    border: 2px solid #F54821;
    color: #F54821;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.etapy_raboty {
    border:0px;
    padding:0px 20px 36px 0px;
    height:186px;
    width:75%;
}


@media (max-width: 767px) {

.etapy_raboty {
    height: 100%;
    width: 85%;
}
.etapy_raboty H4 {
    margin-top:0px;
    margin-left: 20px;
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 16px;
}
}

/* Контактная форма */



.m0 {
    margin: 0px;
    padding: 0px;
}


/* Фото скинали */
.foto-skinal {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: -1;
}


/*кнопка "наверх"*/
.scrollup{
width:40px;
height:40px;
opacity:0.65;
position:fixed;
bottom:30px;
right:30px;
display:none;
background: url('img/icon_top.png') no-repeat;
z-index:99;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
  .scrollup {
    bottom:10px;
    right:10px;  
  }  
}

.grayscale {
filter: grayscale(1);
transition: all 0.3s ease;
}
.grayscale:hover {
filter: grayscale(0);
}

.button-fm, .button-fm:active, .button-fm:focus {
    color:#F54821;
    border:1px solid #F54821;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 40px;
    white-space: nowrap;
    margin: 50px 0 0 0 !important;
    width: auto !important;
    transition: all 0.3s ease;
    border-radius: 0;
    outline: none;
    cursor:pointer;
}
.button-fm:hover {
    transition: all 0.3s ease 0s;
    box-shadow: inset 0px 0px 0px 2px #F54821;
}

/* ------FORMS----- */
.form {
  padding: 0;
  margin: 0;
  max-width: 544px; 
  font-family: 'Montserrat';
  font-style: normal;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.form-item {
  padding: 0 0 25px 0;
}
.div_name {
  padding-right: 16px ;
}
@media (max-width:576px){.div_name {padding-right: 0;}}
.form_label {
  display: block;
  margin: 0;
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
}
.form-input {
  height: 40px;
  width: 100%;
  border: 1px solid #404040;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding: 0px 16px;
  outline: none;
  box-shadow:none;
}
.form-input:focus, .form-input:active {
  outline: none;
  box-shadow:none;
  border-color: #F54821;
}
.form-input:hover {
  transition: all 0.3s ease 0s;
  border: 1px solid #F54821;
  box-shadow: inset 0px 0px 0px 1px #F54821;
}
.form-input::placeholder {
  opacity: 50%;
}
.form-input:hover::placeholder {
  color: #F54821;
}
.form-input._error {
  border: 1px solid #F54821;
}
textarea.form-input {
  min-height: 120px;
  resize: vertical;
  padding: 9px 16px;
}
.form span {
  display: block;
  padding-top: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #F54821;
  display: none;
}
._error span {
  display: inherit;
}
.attach > label{
  cursor: pointer;
}
.attach > input{
  display: none;
}
.clip {
  margin: -3px 14px 0 1px;
}
.formPreview {
  color: #404040;
  padding: 0;
  opacity: 50%;
  margin: -23px 0 0 0;
}
.formPreview img {
  padding:0; margin:0;
  width:50%;
}
.form-button {
  width:100%;
  background-color: #f54821; 
  height:40px;
  cursor:pointer;
  border: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 0 16px;
}
.form-button:hover {
  transition: all 1s ease 0s;
  background-color: rgb(107, 31, 14); 
}
.alert-info {
    background-color: #fff;
    border: none;
    color: #404040;
    padding: 0;
    margin: 0;
}
.alert-info a {
    color: #404040;
}
.alert-info a:hover {
    color: #F54821;
}
.form-input:focus::placeholder,input:hover::placeholder {
  color: transparent;
}


/* -------Калькулятор-------- */
.calculator {
  width: 100%;
  height: auto;
  border: none;
  padding: 32px 56px 40px 48px;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.calculator h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 24px;
}
.calculator span { 
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
}
.calculator #input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #404040;
  padding-top:9px;
  padding-left: 16px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.calculator #divideByThree {
  width: 16px;
  height: 16px;
  margin-top: 11px;
  margin-bottom: 9px;
  margin-right: 16px;
}
.calculator #divideByFive, #divideByFour, #divideByTwelve, #divideBy24, #divideBy36, #divideBy48 {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-bottom: 9px;
  margin-right: 16px;
  padding: 0;
}
.calculator input.form-button {
  margin-top: 15px;
  margin-bottom: 20px;
}
.calculator .paid_div, #firstPaidDiv {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #404040;
}
.calculator .rubl {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.calculator #result, #resultcop, #firstPaidcop, #firstPaid {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #F54821;
}


.otzyv {
  width: 432px !important;
  max-width: 100%;
  min-width: 327px;
  height: auto;
  border: none;
  padding: 32px 56px 40px 48px;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
}
#ticketForm {
    max-width:100% !important;
}
@media (max-width: 600px) {
    .otzyv {
        padding: 16px 28px 20px 24px;
    }
}
@media (max-width: 500px) {
    .otzyv {
        padding: 16px 0 20px 0;
        box-shadow: none;
        margin-left:-15px;
    }
}
.otzyv h2 {
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
}
.otzyv label {
  padding-top: 16px;
}
.otzyv #input {
  width: 216px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #404040;
  padding-top:9px;
  padding-left: 16px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
.otzyv input.form-button {
  margin-top: 15px;
  margin-bottom: 20px;
}
.rating-label {
white-space: nowrap;
width: 100px;
overflow: hidden;
}
/* ------------ RATING AREA -------------*/
  .rating-area {
margin: 0 auto;
position: absolute;
top: 0;
left: 103px;
}
.rating-area:not(:checked) > input {
display: none;
}
.rating-area:not(:checked) > label {
float: right;
width: 18px;
padding: 0;
padding-left: 5px;
cursor: pointer;
font-size: 22px;
line-height: 22px;
color: rgba(40, 40, 40, 0.3);
}
.rating-area:not(:checked) > label:before {
content: '★';
}
.rating-area > input:checked ~ label {
color: #F54821;

}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
color: #F54821;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
color: #F54821;
}
.rate-area > label:active {
position: relative;
}
/* ------------ RATING AREA -------------*/
/* ------------ RATING RESULT -------------*/
.rating-result {
margin: 0 auto;
padding-left: 5px;
display: inline-block;
position: absolute;
top: 0;
left: 103px;
font-size: 0;
}
.rating-result span {
padding: 0;
font-size: 22px;
line-height: 22px;
color: rgba(40, 40, 40, 0.3);
}
.rating-result > span:before {
  content: '\2605';
}
.rating-result > span.active {
  color: #F54821;
}
/* ------------ RATING RESULT -------------*/
.tickets-row {
  font-size: 14px;
  line-height: 21px;
}
.tickets-row H2 {
  margin: 40px 0 16px 0;
}
.tickets-row .rating-label {
  font-size: 12px;
  line-height: 21px;
}
.tickets-row .rate_content {
  margin: 0px 0 8px 0;
}
.tickets-row .rate + .rate_content {
    margin-top:16px;
}

.tickets-row + .tickets-row::before {
    display: block;                  /* делаем псевдоэлемент блоком для последующего работы с ним, как с простым div'ом */
    width:100%;                    /* устанавливаем ширину линию. Можно использовать произвольную ширину */
    content: '';                     /* позволяет вставлять генерируемое содержание в текст страницы, которое первоначально в тексте отсутствует */
    margin-top:40px;
    height:1px;
    background-color: rgba(40,40,40,0.2);
}
.faq + .faq::before {
    display: block;                  /* делаем псевдоэлемент блоком для последующего работы с ним, как с простым div'ом */
    width:100%;                    /* устанавливаем ширину линию. Можно использовать произвольную ширину */
    content: '';                     /* позволяет вставлять генерируемое содержание в текст страницы, которое первоначально в тексте отсутствует */
    margin-top:0;
    height:1px;
    background-color: rgba(40,40,40,0.2);
}

.faq_additional {
    max-width: 850px;
    margin-left: 40px;
    margin-right:20px;
}
@media (max-width:767px) {
    .faq_additional {
        margin-left: 0px;
        margin-right:0px;
        padding:0;
    }
}

.faq {    
    position: relative;
}
.faq__title {
    position: relative;
    padding-right:30px;
    cursor: pointer;
    margin:10px 0;
}
.faq__title::before, 
.faq__title::after {
    content: '';
    width:10px;
    height: 2px;
    background-color:#404040;
    position: absolute;
    top: 15px;
    transition: all 0.3s ease 0s;
}
.faq__title::before {
    transform:rotate(-45deg);
    right: 5px;
}
.faq__title::after {
    transform:rotate(45deg);
    right: 11px;
}
.faq__title.active::before {
     transform:rotate(45deg);
     right: 5px;
}
.faq__title.active::after {
     transform:rotate(-45deg);
     right: 11px;
}
.faq__text {
    display: none;
}

/* CheckBox */
.checkbox__label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #404040;
    padding:0 28px;
    margin-top: 0;
    cursor:pointer;
}
.checkbox__label::before {
    content:"";
    display:block;
    width:12px;
    height:12px;
    border: 1px solid #404040;
    background-color:#fff;
    position: absolute;
    top:7px;
    left:0;
    z-index:1;
}
.checkbox__label::after {
    content:"";
    display:block;
    width:12px;
    height:12px;
    background: url("/assets/images/check.svg") no-repeat center;
    background-size: 10px 11px;
    background-color:#404040;
    opacity:0;
    position: absolute;
    top:7px;
    left:0;
    z-index:2;
    transition: opacity 0.3s ease;
}
.checkbox__input:checked + .checkbox__label::after {
    opacity:1;
}
form.ajax-form {
    margin-top:17px;
    position: relative;
}
.checkbox{
    position:relative;
} 
input.checkbox__input {
    -webkit-appearance:none;
    appearance:none;
    position:absolute;
}
.h260 {
    max-height:262px;
}

/* ---- FotoRama ---- */
.fotorama__thumb-border {
    border-color:#F54821;
}
.fotorama__thumb:hover {
    transition: all 0.3s ease 0s;
    box-shadow: inset 0px 0px 0px 2px #F54821;
}
.fotorama__loaded > .fotorama__img {
    z-index:-1;
}
.fotorama {
    padding: 0px 20px 0px 10px;
}
@media (max-width:767.98px) {
    .fotorama {
        padding: 0;
    }
}









/* Additional styles */




