

/* Start:/local/templates/sgm_landings/libs/slick.css?17700383581646*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none!important;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slick.css.map */
/* End */


/* Start:/local/templates/sgm_landings/libs/datepicker.css?17700383586025*/
/*!
 * Datepicker v0.6.3
 * https://github.com/fengyuanchen/datepicker
 * 
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 * 
 * Date: 2017-09-29T14:28:02.764Z
 */
.dateWrapper{
  position: absolute;
  display: none;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 10;
  width: 320px;
  padding: 16px 24px;
  box-sizing: border-box;
}
@media (max-width: 360px) {
  .dateWrapper{
    width: 300px;
    padding: 16px 8px;
    box-sizing: border-box;
    left: -8px;
  }
}
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  color: #1D2F3C;;
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.datepicker-panel > ul > li:hover {
  background: rgba(130, 200, 49, 0.1);
}

.datepicker-panel > ul.days > li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  margin-right: calc((100% - 238px) / 6);
}
.datepicker-panel > ul.days > li:nth-child(7n) {
  margin-right: 0;
}
.datepicker-panel > ul.week {
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 8px;
}
.datepicker-panel > ul.week > li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  color: #7A858D;
  margin-right: calc((100% - 238px) / 6);
}
.datepicker-panel > ul.week > li:nth-child(7n) {
  margin-right: 0;
}
.datepicker-panel > ul.month_control > li{
  color: #7A858D;
}
.datepicker-panel > ul.month_control > li:first-child{
  width: calc(100% - 60px);
  text-align: left;
  border-radius: 0;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1D2F3C;
}
.datepicker-panel > ul.month_control > li:first-child:hover{
  background: #fff;
}

.datepicker-panel > ul.year_control > li{
  color: #7A858D;
}
.datepicker-panel > ul.year_control > li:first-child{
  width: calc(100% - 60px);
  text-align: left;
  border-radius: 0;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1D2F3C;
}
.datepicker-panel > ul.year_control > li:first-child:hover{
  background: #fff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #D7DBDE;
}

.datepicker-panel > ul > li.highlighted {
  background-color: none;
  color: #82C831;
}

.datepicker-panel > ul > li.highlighted:hover {
  background: rgba(130, 200, 49, 0.1);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  background-color: #82C831;
  color: #fff;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/* End */


/* Start:/local/templates/sgm_landings/css/header_footer.css?17700383584881*/
/* ====================================== HEADER ======================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #F0F0F0;
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
.header_btns {
    display: flex;
    align-items: center;
}
header .container {
    height: 100%;
}
.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}
.header_logo a {
    display: flex;
}
.header_btns {
    display: flex;
    align-items: center;
}

.header_phone {
    display: flex;
    flex-flow: column nowrap;
}
.header_phone a {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1D2F3C;
    text-decoration: none!important;
}
.header_phone p {
    font-size: 11px;
    line-height: 15px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #7A858D;
    text-transform: uppercase;
    margin: 0;
}
.btn.header_btn {
    margin-left: 24px;
}

.revealIcon {
    cursor: pointer;
}
.revealIcon svg {
    width: 24px;
    height: 24px;
    fill: #82C831;
}
.header_reveal {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9000;
    display: none;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(120, 160, 190, 0.3);
}
.header_revealContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 16px;
}


@media (min-width: 768px) {
    .header_reveal {
        display: none!important;
    }
}
@media (max-width: 767px) {
    header {
        height: 64px;
    }
    .header_logo img.mobile {
        height: 48px;
    }

    .header_btn.mobile,
    .revealIcon.mobile {
        display: inline-flex!important;
    }
    .btn.small.header_btn {
        height: 32px;
        margin-left: 16px;
    }
}
@media (max-width: 374px) {
    .header_logo img.mobile {
        height: 40px;
    }
}
/* ====================================== HEADER END ======================================*/


main {
    box-sizing: border-box;
    min-height: 100vh;
    padding-top: 100px;
    background: #FFFFFF;
}
main.public font {
    display: none;
}
@media (max-width: 767px) {
    main {
        padding-top: 64px;
    }
}

/* ====================================== FOOTER ======================================*/
footer {
    position: relative;
    background: #fff;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.1);
}
.footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    height: 96px;
    padding: 0 112px;
}
.footer_logo {
    min-width: 248px;
    height: 56px;
}

.footer_lk {
    display: none;
}

.footer_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-evenly;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.footer_contactsBlock {
    min-width: 168px;
    margin: 0;
}
.footer_contactsBlock p {
    font-size: 11px;
    color: #7A858D;
    line-height: 15px;
    text-align: left;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 4px 0;
}
.footer_contactsBlock a {
    color: #1D2F3C;
    font-weight: 500;
    line-height: 25px;
}



@media (max-width: 1440px) {
    .footer_row {
        padding: 0 32px;
    }
}
@media (max-width: 1079px) {
    .footer_row {
        padding: 0 24px;
    }
    .footer_logo {
        display: none;
    }
    .footer_contacts {
        justify-content: flex-start;
    }
    .footer_contactsBlock {
        margin-right: 2%;
    }
}
@media (max-width: 767px) {
    .footer_row, .footer_contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_row {
        height: auto;
    }
    .footer_contacts {
        margin: 24px 0;
    }
    .footer_contactsBlock {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-flow: column;
        margin-bottom: 16px;
        margin-right: 0;
    }
    .footer_contactsBlock:last-child {
        margin-bottom: 0;
    }
    .footer_contactsBlock p {
        text-align: center!important;
    }
    .footer_contactsBlock a {
        color: #82C831!important;
    }
    .footer_social {
        margin: 0 0 24px;
    }
}
/* ====================================== FOOTER END ======================================*/

/* End */


/* Start:/local/templates/sgm_landings/css/btn.css?17700383582998*/

/* ====================================== BTN ======================================*/
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    height: 48px;
    padding: 0 32px;
    border: 0;
    border-radius: 24px;
    margin: 0;
    outline: none;

    line-height: 18px;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;

    color: #FFF;
    background: #FEAA59;

    cursor: pointer;
    transition: all 0.3s;
}
.btn:hover,
.btn:focus {
    color: #FFF;
    text-decoration: none;
    background: #F88D27;
    box-shadow: 0 4px 8px rgba(254, 170, 89, 0.6);
}
.btn:active {
    color: #FFF;
    background: #F88D27;
    box-shadow: none;
}


.btn.small {
    height: 32px;
    padding: 0 24px;

    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.06em;
}


.btn.green {
    color: #82C831;
    background: #F3FAEA;
}
.btn.green:hover,
.btn.green:focus {
    text-decoration: none;
    color: #fff;
    background: #82C831;
    box-shadow: 0 4px 8px rgba(130, 200, 49, 0.5);
}
.btn.green:active {
    text-decoration: none;
    color: #fff;
    background: #82C831;
    box-shadow: none;
}

.btn.blue {
    color: rgba(255, 255, 255, 0.2);
    background: #78A0BE;
}
.btn.blue:hover,
.btn.blue:focus {
    text-decoration: none;
    color: #fff;
    background: #78A0BE;
    box-shadow:none;
}
.btn.blue:active {
    text-decoration: none;
    color: #fff;
    background: #78A0BE;
    box-shadow: none;
}


/*Когда появятся стили иконочную кнопку по умолчанию надо сделать оранжевой*/
.btn.iconic {
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #c1e498;
    background: none;
}

.btn.iconic:hover,
.btn.iconic:focus,
.btn.iconic:active {
    background: #F3FAEA;
    box-shadow: none;
}

.btn.iconic svg {
    fill: #82C831;
    width: 24px;
    height: 24px;
    transition: all 0.3s;
}

.btn.iconic.blue {
    border: none;
    background: #78A0BE;
}

.btn.iconic.blue:hover,
.btn.iconic.blue:focus,
.btn.iconic.blue:active {
    background: #78A0BE;
}

.btn.iconic.blue svg {
    fill: rgba(255, 255, 255, 0.2);
}

.btn.iconic.blue:hover svg,
.btn.iconic.blue:focus svg,
.btn.iconic.blue:active svg {
    fill: #fff;
}




.btn.inactive,
.btn.inactive:hover,
.btn.inactive:focus,
.btn.inactive:active {
    color: #D7DBDE;
    border-color: #F0F0F0;
    background: #F0F0F0;
    box-shadow: none;
    cursor: default;
}
.btn.inactive svg,
.btn.inactive:hover svg,
.btn.inactive:focus svg,
.btn.inactive:active svg {
    fill: #D7DBDE;
}



.doubleBtn {
    display: flex;
    align-items: center;
    border-radius: 24px;
    overflow: hidden;
}
.doubleBtn_separator {
    width: 1px;
    height: 56px;
    background: rgba(255, 255, 255, 0.2);
}

.doubleBtn.blue {
    background: #78A0BE;
}
/* End */


/* Start:/local/templates/sgm_landings/css/pagination.css?17700383581917*/
/* ====================================== SLIDER PAGINATION ======================================*/
.sliderPagination {
    margin-top: 16px;
}
.sliderPagination_dots li button {
    display: inline-block;
    vertical-align: top;

    box-sizing: border-box;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #7A858D;
    border-radius: 50%;

    font-size: 0;
    line-height: 0;
    outline: none;

    color: transparent;
    opacity: 0.5;
    background: none;
    transition: background-color 0.5s, opacity 0.5s;
    cursor: pointer;
}
.sliderPagination_dots li.slick-active button {
    background: #82C831;
    opacity: 1;
    border: 0;
}
.sliderPagination_dots li {
    display: inline-block;
    margin: 0;
    letter-spacing: normal;
    width: 10px;
    height: 10px;
    padding: 0 5px;
}
.sliderPagination_dots li:before{
    content: none;
}
.sliderPagination_dots {
    margin: 0;
    line-height: 0;
    text-align: center;
}











.sliderPagination.smart {
    max-width: 220px;
    overflow: hidden;
    text-align: left;
    position: relative;
}
.sliderPagination.smart ul {
    width: 2000px;
    text-align: left;
    transition: margin, 0.3s;
}
.sliderPagination.smart::before {
    content: "";
    background: linear-gradient(to right, #FFFFFF 39.02%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: 0.3s;
    z-index: 1;
    display: block;
}
.sliderPagination.smart::after {
    content: "";
    background: linear-gradient(to left, #FFFFFF 39.02%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 22px;
    transition: 0.3s;
    z-index: 1;
    display: block;
}
.sliderPagination.smart.js_move::before,
.sliderPagination.smart.js_end::before {
    width: 22px;
}
.sliderPagination.smart.js_end::after {
    width: 0;
}
/* End */


/* Start:/local/templates/sgm_landings/css/reveal.css?17700383581171*/
/*====================================== REVEAL ======================================*/
.reveal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
}
.reveal.underHeader {
    z-index: 8990;
}
.reveal.highest {
    z-index: 99999;
}
.reveal.dark {
    background: rgba(26%, 31%, 35%, 0.8);
}
.reveal_container {
    display: flex;
    width: 100%;
    height: 100%;
}
.reveal_container.center {
    justify-content: center;
    align-items: center;
}
.reveal_block {
    position: relative;
    padding: 40px 48px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);
}
.reveal_block.center {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
.reveal_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    fill: #7A858D;
    cursor: pointer;
}

@media (max-width: 767px) {
    .reveal_container.mobTop {
        align-items: flex-start;
    }
    .reveal_block {
        width: 100%;
        padding: 32px 16px;
    }
}
/* End */


/* Start:/local/templates/sgm_landings/css/forms_n_selects.css?177003835812711*/
input, button, select, textarea {
    font-family: Rubik, Arial, sans-serif;
    line-height: 18px;
    font-size: 14px;
    color: #1D2F3C;
}
input::-ms-clear {
    display: none;
}
input:focus,
textarea:focus {
    outline: none;
    padding-right: 12px;
    border-color: #82C831;
}
textarea.resizeVertical {
    resize: vertical!important;
    min-height: 70px;
}

/*====================================== MAIN FORM AND INPUTS STYLES ======================================*/
.form {
    position: relative;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-content: flex-start;
    box-sizing: border-box;
    width: 100%;
}
.form.whiteContainer {
    padding: 40px 48px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);
}
form.small {
    max-width: 584px;
}
form.wide {
    max-width: 820px;
}


.form_title {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.02em;
}
.form_title.left {
    text-align: left;
}
.form_header {
    margin: 24px 0;
}
.form_inputHeader {
    width: 100%;
    font-weight: bold;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 16px;
}
.form_inputHeader.noMargin {
    margin-bottom: 0;
}
.form_inputCaption {
    font-size: 15px;
    color: #7A858D;
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    line-height: 1;
}
.form_inputCaptionAccent {
    color: #424548;
}
.form_inputCaptionIcon {
    margin: 0;
    vertical-align: middle;
}


.form_btnCell {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.form_btnCell.left {
    justify-content: flex-start;
}


.form_cell {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 24px;
    width: 100%;
    vertical-align: top;
    transition: margin-bottom, 0.3s;
}
.form_cell.half {
    width: calc(50% - 8px);
}
.form_cell.cellHorizontal {
    flex-flow: row nowrap;
    align-items: center;
}
.js_relationHidden {
    display: none;
}
.js_relationHidden.open {
    display: block;
}


.form_cell input,
.form_cell textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D7DBDE;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-appearance: none;
}
.form_cell input {
    height: 48px;
    padding-left: 16px;
    padding-right: 24px;
}
.form_cell.cellHorizontal .inputSmall {
    width: 56px;
    padding: 8px;
}
.form_cell textarea {
    height: 70px;
    padding: 16px 8px 0 16px;
    resize: none;
}


.form_cell .form_placeholder {
    position: absolute;
    pointer-events: none;
    left: 16px;
    top: 15px;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    background-color: #fff;
    padding: 0 5px;
    line-height: 19px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #6A747B;
}
.form_cell.filled .form_placeholder {
    top: -8px;
    left: 16px!important;
    border-radius: 8px;
}
.form_cell.onFocus .form_placeholder {
    top: -8px;
    left: 16px!important;
    color: #82C831;
    border-radius: 8px;
}
.form_cell.onError .form_placeholder {
    color: #D81615;
}
.form_cell.phoneCell .form_placeholder {
    left: 39px;
}
.form_cell.cellHorizontal .form_placeholder {
    position: static;
    margin-right: 8px;
}
.form_cell.fileInput {
    display: inline-flex;
    width: 304px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-right: 16px;
}

.form_cell.onFocus input,
.form_cell.onFocus textarea{
    border-color: #82C832;
}
.form_cell.onError input,
.form_cell.onError textarea {
    border-color: #D81615;
}

/* ====== Error ======  */
.form_inputError {
    display: none;
    color: #D81615;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0.02em;
    margin-top: 4px;
    text-align: left;
    /*position: absolute;*/
}
.slLandingAdd .js_error {
    margin-bottom: 0;
}

/* ====== Cleaner ======  */
.svgCleaner {
    width: 18px;
    height: 18px;
    fill: #1D2F3C;
    opacity: 0.54;
    cursor: pointer;
}
.form_cell .svgCleaner {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width: 16px;
    height: 48px;
}
.form_cell.filled .svgCleaner {
    display: block;
}

/* ====== CHECKBOX ======  */
.checkbox {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    cursor: pointer;
}
.checkbox label {
    width: calc(100% - 32px);
    margin-left: 8px;
    line-height: 19px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #7A858D;
    display: block;
    cursor: pointer;
}
.checkbox label a {
    line-height: 19px;
    font-size: 14px;
    letter-spacing: 0.02em;
}
.checkbox .checkbox_icon {
    display: none;
}
.checkbox input {
    display: none;
}
.checkbox .checkbox_icon {
    width: 24px;
    height: 24px;
}
.checkbox .checkbox_icon.iconUnchecked {
    display: block;
}
.checkbox.checked .checkbox_icon.iconChecked {
    display: block;
}
.checkbox.checked .checkbox_icon.iconUnchecked {
    display: none;
}
.checkbox.form_cell.onError label {
    color: #D81615;
}
.checkbox.js_showHiddenRelation.checked {
    margin-bottom: 16px;
}


.checkbox.switchStyle {
    flex-flow: row nowrap;
    align-items: center;
}
.checkbox.switchStyle img {
    width: 48px;
    height: 32px;
    padding-top: 4px;
}
.checkbox.switchStyle label {
    margin-left: 16px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #000000;
}


/* ====== FILE INPUT ======  */
.fileInput input {
    /*position: absolute;*/
    /*height: 80px;*/
    /*border: none;*/
    /*opacity: 0;*/
    /*z-index: 9999;*/
    /*cursor: pointer;*/
    display: none;
}
.fileInput_info {
    display: flex;
    width: 100%;
    height: 80px;
    border-radius: 10px;

    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
}



.fileInput_iconContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    min-height: 80px;
    background: #F6F9FB;
    border-radius: 8px;
    transition: background-color 0.3s;
}
.fileInput_icon {
    width: 32px;
    height: 32px;
    fill: #D7DBDE;
}


.fileInput.filled .fileInput_iconContainer {
    background: #F3FAEA;
}
.fileInput.filled .fileInput_icon {
    fill: #82c831;
}


.fileInput.onError .fileInput_icons {
    background: #F6F9FB;
}
.fileInput.onError .fileInput_icon {
    fill: #D81615;
}


.fileInput_text,
.fileInput_emptyText {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    padding-left: 8px;
}
.fileInput.filled .fileInput_text {
    display: flex;
}
.fileInput_text,
.fileInput.onError .fileInput_text,
.fileInput.filled .fileInput_emptyText {
    display: none;
}
.fileInput.onError .fileInput_emptyText {
    display: flex;
}



.fileInput_placeholder {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #1D2F3C;
}
.fileInput_size {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #7A858D;
}
.fileInput_delete {
    margin-bottom: 0;
    margin-top: 4px;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #7A858D;
    cursor: pointer;
}

/* ====== Error Element ======  */
.error.form_cell {
    display: flex;
    flex-flow: row nowrap;
}
.error .error_icon {
    width: 16px;
    height: 16px;
    margin-right: 16px;
}
.error .error_text {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #D81615;
}

/* ====== DATEPICKER ======  */
.datepicker-panel li::before {
    display: none!important;
}
.dateIcon {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 15px;
    right: 9px;
    fill: #D7DBDE;
}
.form_cell.onFocus .dateIcon {
    fill: #82c831;
}



/* ====== RADIO ====== */
.radioBtn {
    display: inline-flex;
    flex-flow: row wrap;
    width: 100%;
}
.radioBtn input {
    display: none!important;
}
.radioBtn_header {
    width: 100%;
    margin-bottom: 8px;
    line-height: 12px;
    font-size: 12px;
    text-align: left;
    color: #7A858D;
}
.radioBtn_header.bold {
    font-weight: bold;
}
.radioBtn_option {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}


/* RADIO BUTTON STYLE */
.radioBtn.buttonStyle .radioBtn_option {
    box-sizing: border-box;
    width: calc(25% - 3px);
    height: 32px;
    margin-right: 4px;
    border: 1px solid rgba(130, 200, 49, 0.3);
    border-radius: 24px;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #1D2F3C;
}
.radioBtn.buttonStyle .radioBtn_option:last-child {
    margin-right: 0;
}
.radioBtn.buttonStyle .radioBtn_option.chosen {
    background: rgba(130, 200, 49, 0.3);
}

.radioBtn.buttonStyle2 {
    flex-flow: row nowrap;

    box-sizing: border-box;
    border: 1px solid #F3FAEA;
    border-radius: 24px;

    overflow: hidden;
}
.radioBtn.buttonStyle2 .radioBtn_option {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 144px;
    height: 100%;
    border-left: 1px solid #F3FAEA;

    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #82C831;
}
.radioBtn.buttonStyle2 .radioBtn_option:first-child {
    border-left: 0;
}
.radioBtn.buttonStyle2 .radioBtn_option.chosen {
    background: #F3FAEA;
}


/* RADIO SWITCH STYLE 2 */
.radioBtn.switchStyle {
    width: auto;
    border-radius: 8px;
    background: #F6F9FB;
    overflow: hidden;
}
.radioBtn.switchStyle .radioBtn_option {
    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    width: 256px;
    height: 40px;
    border-radius: 8px;

    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #7A858D;
    transition: all 0.3s;
}
.radioBtn.switchStyle .radioBtn_option.chosen {
    background: #82C831;
    color: #FFFFFF;
    transition: all 0.3s;
}





/* RADIO LIST STYLE */
.radioBtn.listStyle .radioBtn_option {
    width: 100%;
    justify-content: flex-start;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    margin: 8px 0;
}
.radioBtn.listStyle .radioBtn_option:before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid #82C832;
    border-radius: 24px;
}
.radioBtn.listStyle .radioBtn_option.chosen:after {
    content: '';
    position: absolute;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #82C832;
    border-radius: 24px;
}
.radioBtn.listStyle .radioBtn_option:before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border: 1px solid #82C832;
    border-radius: 24px;
}
.radioBtn.listStyle .radioBtn_option.chosen:after {
    content: '';
    position: absolute;
    left: 5px;
    width: 8px;
    height: 8px;
    background: #82C832;
    border-radius: 24px;
}


/* ==== PLURAL ====== */
.js_pluralWrap {
    display: none;
}

/*====================================== MAIN FORM AND INPUTS STYLES ======================================*/

/*====================================== ANSWER ======================================*/

.answer {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    max-width: 100%;
    width: 584px;
}
.answer_icon {
    width: 120px;
    height: 120px;
    margin-top: 8px;
}
p.answer_header {
    margin: 16px 0;
}
p.answer_text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}


/*====================================== ANSWER END ======================================*/




/*====================================== ADAPTIVE ALL ======================================*/
@media (max-width: 767px) {
    .form_title {
        font-size: 24px;
        line-height: 28px;
        color: #1D2F3C;
    }

    .answer {
        border-radius: 0 0 10px 10px;
    }
    .answer_icon {
        width: 80px;
        height: 80px;
        margin-top: 16px;
    }
    p.answer_header {
        margin: 16px 0 8px;
    }
    p.answer_text {
        margin-bottom: 24px;
    }

}

@media (max-width: 728px) {
    .dateWrapper.show {
        display: none!important;
    }
}

@media (max-width: 550px) {
    .form.whiteContainer {
        padding: 36px 16px;
    }
    .form_cell.half,
    .form_cell.half1,
    .form_cell.half2 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}




/* End */


/* Start:/local/templates/sgm_landings/css/fastSearch.css?17700383581424*/
/* ====== autocomplete ======  */
.ui-helper-hidden-accessible {
    display: none;
}

ul.ui-menu {
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    border: 1px solid #F0F0F0;
    border-top: 0;
    position: absolute;
    top: 49px;
    z-index: 10;
    border-radius: 0 0 10px 10px;
}
li.ui-menu-item {
    display: block;
    padding: 0;
    margin: 0;
}
ul li.ui-menu-item::before {
    display: none;
}
.ui-menu-item a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-weight: normal;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #1D2F3C;
    cursor: pointer;
    margin: 0;
    padding: 0 16px;
    list-style: none;
    text-decoration: none!important;
}
.ui-state-active,
.ui-menu-item a:hover {
    background: #F6F9FB;
    color: #1D2F3C;
}


.fastSearch {
    border-radius: 8px;
}
.fastSearch .form_placeholder {
    display: none!important;
}
.fastSearch.onFocus {
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
}
.fastSearch.onError {
    box-shadow: none;
}
.fastSearch.onFocus input {
    border-color: #D7DBDE;
}

.fastSearch.opened input {
    border-radius: 10px 10px 0 0;
}

.fastSearch_value {
    font-weight: bold;
}
.svgCleaner.fastSearch_cleaner {
    right: 40px;
}
.fastSearch_icon {
    position: absolute;
    top: 0;
    right: 10px;
    width: 24px;
    height: 48px;
    fill: #82c831;
}
/* End */


/* Start:/local/templates/sgm_landings/css/fileBlock.css?1770038358442*/

.fileBlock {
    display: flex;
    width: 50%;
    align-items: end;
    margin-bottom: 40px;
}

.fileBlock_text {
    margin-left: 24px;
    line-height: 100%;
}
.fileBlock_text p {
    color: #7A858D;
    font-size: 14px;
    line-height: 19px;
    margin: 8px 0 0 0;
}
.fileBlock_link {
    color: #1D2F3C;
    font-size: 18px;
    line-height: 100%;
}
@media (max-width: 768px) {
    .fileBlock {
        width: 100% !important;
    }
}
/* End */


/* Start:/local/templates/sgm_landings/styles.css?177003835810943*/
/*
Font: Rubik;
Colors{
    dark-blue: #1D2F3C;
    grey: #7A858D;
    bright-grey: #D7DBDE;
    white-grey: #F0F0F0;
    white-silver: #F6F9FB;
    orange: #FEAA59;
    green: #82C831;
    red: #D81615;
    Shadows (blue): #78A0BE;
}
viewport{
    width-desk >= 1280px;
    width-laptop 768 - 1279px;
    width-mobile 320 - 767px;
}
container{
    padding-desk:  80px;
    padding-laptop 24px;
    padding-mobile 16px;
}
*/


/* ====================================== BITRIX ======================================*/
.bx-core-dialog-overlay {
    z-index: 9997!important;
}
.bx-core-adm-dialog {
    z-index: 9998!important;
}
/* ====================================== BITRIX END======================================*/



/* ====================================== GENERAL ======================================*/
@font-face {
    font-family: 'Rubik';
    src: local('Rubik'), local('Rubik-Regular'),
    url('/local/templates/sgm_landings/fonts/Rubik/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium'), local('Rubik-Medium'),
    url('/local/templates/sgm_landings/fonts/Rubik/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Bold'), local('Rubik-Bold'),
    url('/local/templates/sgm_landings/fonts/Rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: Rubik, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 27px;
    color: #1D2F3C;
    background: #FFFFFF;
    margin: 0;
}
body.withModal {
    overflow: hidden;
}
div {
    display: block;
}
div.flex {
    display: flex;
    flex-flow: wrap row;
}
header, footer, main, .wrapper, section {
    width: 100%;
}
.container {
    max-width: 1200px;
    margin: auto;
}
.container.xTablet {
    max-width: 1200px;
    margin: auto;
}
.container.xMobile {
    max-width: 1200px;
    margin: auto;
}


.relative {
    position: relative;
}
.hidden {
    display: none!important;
}
/*Переделать на media min*/
.mobile {
    display: none!important;
}
.tablet {
    display: none;
}

.scroll::-webkit-scrollbar-track {background-color: #d7dbde80; opacity: 0.1;}
.scroll:hover::-webkit-scrollbar-track {background-color: #d7dbde}
.scroll::-webkit-scrollbar {width: 6px;}
.scroll::-webkit-scrollbar-thumb {border-radius: 4px;background-color: #82c83180;}
.scroll:hover::-webkit-scrollbar-thumb {background-color: #82c831}

.video_frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.whiteBillet {
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    border-radius: 10px;
}

.highlighted {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #82C831;
}
.hover {
    transition: color 0.2s, fill 0.2s;
}
.hover:hover {
    color: #82C831;
    fill: #82C831;
}
h1,
.h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #1D2F3C;
    margin: 80px 0 48px 0;;
}
h2,
.h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #1D2F3C;
    margin: 64px 0 40px 0;
}
h3,
.h3 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    color: #1D2F3C;
    margin: 32px 0 24px 0;
}
strong {
    font-weight: 500;
}
s, del {
    font-size: 15px;
    line-height: 21px;
    color: #7A858D;
}
p img {
    margin: 24px;
}
p.small_text,
a.small_text,
li.small_text {
    font-size: 15px;
    line-height: 22px;
}
p.grey_text,
li.grey_text {
    letter-spacing: 0.02em;
    color: #7A858D;
}
p {
    font-size: 18px;
    line-height: 27px;
    color: #1D2F3C;
    margin: 0 0 16px 0;
}
a {
    font-size: 18px;
    line-height: 27px;
    color: #82C831;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #82C831;
    text-decoration: underline;
    cursor: pointer;
}
a.external::after {
    content: url('/local/includes/icons/external.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    padding-left: 4px;
}

li {
    list-style-type: none;
    font-size: 18px;
    line-height: 27px;
    color: #1D2F3C;
    margin: 0 0 8px 0;
}
li:last-child {
    margin-bottom: 0;
}
ul{
    list-style-position: outside;
    padding: 0;
    margin: 0 0 16px 0;
}
ul li {
    padding-left: 24px;
    position: relative;
}
ul li::before{
    content: "";
    width: 16px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #82C831;
    position: absolute;
    left: 0;
    top: 11px;
}
ul ul li {
    padding-left: 21px;
    position: relative;
}
ul ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 13px;
    border-radius: 50%;
    background-color: #82C831;
    top: 10px;
}
ul ul {
    counter-reset: list2;
    padding-top: 17px;
    padding-left: 25px;
}
ul.no_marker li {
    padding-left: 0;
}
ul.no_marker li::before {
    content: none;
}
ol {
    counter-reset: list1;
    padding: 0;
    margin: 0 0 16px 0;
} /* Инициируем счетчик */
ol li {
    padding-left: 36px;
    position: relative;
}
ol li::before {
    font-weight: 500;
    margin-right: 16px;
    color: #82C831;
    counter-increment: list1; /* Увеличиваем значение счетчика */
    content: counter(list1); /* Выводим число */
    position: absolute;
    left: 0;
}
ol ol {
    counter-reset: list2;
    padding-top: 17px;
    padding-left: 20px;
} /* Инициируем счетчик вложенного списка */
ol ol li::before {
    font-weight: 500;
    margin-right: 13px;
    color: #82C831;
    counter-increment: list2; /* Увеличиваем значение счетчика вложенного списка */
    content: counter(list1) "." counter(list2); /* Выводим число */
}
.textCenter {
    text-align: center;
}
/* ====================================== GENERAL END ======================================*/

/* ====================================== SECTIONS ====================================== */
section {
    margin-bottom: 64px;
}
section > h2,
section .container > h2 {
    margin-top: 0;
    margin-bottom: 40px;
}
section > .block {
    margin: 0;
}
/* ====================================== SECTIONS END ====================================== */





/* ====================================== BLOCKS: ====================================== */
.nothing {
    width: 100%;
    text-align: center;
}
.nothing img {
    margin-bottom: 40px;
}
.nothing p:nth-child(2) {
    font-weight: 500;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
    color: #7A858D;
    margin-bottom: 8px;
}
/* ====================================== END BLOCKS ====================================== */

/* ====================================== TEXT BLOCKS ====================================== */
.formText {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 16px 0;
}
.formText .formText_name {
    font-size: 16px;
    color: #7A858D;
}
.formText .formText_value,
.formText .formText_value a {
    font-weight: 500;
    font-size: 16px;
    color: #1D2F3C;
}
/* ====================================== END TEXT BLOCKS ====================================== */

/* ====================================== SIDE IMAGE ====================================== */
.sideImage {
    position: absolute;
    top: 0;
    right: -120px;
    display: flex;
    justify-content: flex-end;
    max-height: 100%;
    height: 640px;
    max-width: 100%;
}
.sideImage_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.sideImage.noMask .sideImage_img {
    position: initial;
}
.sideImage_mask {
    position: relative;
    z-index: 1;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
}
@media (max-width: 1599px) {
    .sideImage {
        right: 0;
    }
}
/* ====================================== END SIDE IMAGE ====================================== */



/*====================================== SOCIAL BUTTONS ======================================*/

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 24px;
}
.social_button {
    margin-left: 24px;
}
.social_button:first-child {
    margin-left: 0;
}
.social_button svg {
    width: 24px;
    height: 24px;
    fill: #7A858D;
    cursor: pointer;
    transition: fill 0.3s;
}
.social_button:hover svg {
    fill: #82C831;
}

/*====================================== SOCIAL BUTTONS END ======================================*/


/*====================================== ADAPTIVE ALL ======================================*/
@media (max-width: 1279px) {
    section {
        margin-bottom: 64px;
    }
    .tablet {
        display: block;
    }
    .noTablet {
        display: none;
    }
    .container {
        margin: 0 24px;
    }
    .container.xTablet h1,
    .container.xTablet h2,
    .container.xTablet h3 {
        margin-left: 24px;
    }
    .container.xMobile {
        margin: 0 24px;
    }
}



@media (max-width: 767px) {
    h1,
    .h1 {
        margin-top: 40px;
        margin-bottom: 16px;
        line-height: 28px;
        font-size: 24px;
    }
    h2,
    .h2 {
        line-height: 28px;
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 16px;
    }
    h3,
    .h3 {
        line-height: 28px;
        font-size: 21px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    p, a {
        font-size: 15px;
        line-height: 20px;
    }
    .container {
        margin: 0 16px;
    }
    .container.xMobile h1,
    .container.xMobile h2,
    .container.xMobile h3,
    .container.xTablet h1,
    .container.xTablet h2,
    .container.xTablet h3 {
        margin-left: 16px;
    }
    .container.xMobile{
        margin: 0;
    }
    .mobile {
        display: inline-block!important;
    }
    .noMobile {
        display: none!important;
    }


    section {
        margin-bottom: 56px;
    }
    section > h2,
    section .container > h2 {
        margin-bottom: 16px;
    }
    .with_link > h2 {
        width: auto;
    }


    .textBlock_main {
        position: relative;
        display: inline-block;
        padding-right: 0;
        width: 100%;
    }
    .textBlock_main img{
        max-width: 100%;
        max-height: 300px;
    }
    .textBlock_side {
        display: none;
    }
    .textBlock_main .side_item {
        display: block;
    }
    #reveal_form input,
    #reveal_form textarea {
        font-size: 16px;
    }
}



/* End */
/* /local/templates/sgm_landings/libs/slick.css?17700383581646 */
/* /local/templates/sgm_landings/libs/datepicker.css?17700383586025 */
/* /local/templates/sgm_landings/css/header_footer.css?17700383584881 */
/* /local/templates/sgm_landings/css/btn.css?17700383582998 */
/* /local/templates/sgm_landings/css/pagination.css?17700383581917 */
/* /local/templates/sgm_landings/css/reveal.css?17700383581171 */
/* /local/templates/sgm_landings/css/forms_n_selects.css?177003835812711 */
/* /local/templates/sgm_landings/css/fastSearch.css?17700383581424 */
/* /local/templates/sgm_landings/css/fileBlock.css?1770038358442 */
/* /local/templates/sgm_landings/styles.css?177003835810943 */
