.nopadding,
.no-gitter {
  padding: 0 !important;
  margin: 0 !important;
}

/*
 *  Manuals page
 */
.manuals__brand-name{
  width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.01) inset;
  color: #454545;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 11px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.manuals__brand-name::first-letter,
.manuals__brand-type::first-letter{
  text-transform: uppercase;
}
.manuals__brand-name:before{
  content: "Раскрыть +";
  width: auto;
  padding: 0 12px;
  height: 42px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background-color: #fdca4e;
  text-shadow: -1px 1px #616e8f;
}
.manuals__brand-name.active:before{
  content: "Закрыть -";
}
.manuals__list{
  display: none;
  padding: 0 25px 20px;
}
.manuals__list-inner{
  width: 100%;
  /*display: flex;
  flex-wrap: wrap;*/
  columns: 3;
  column-gap: 24px;
  column-rule: 24px solid transparent;
}
@media only screen and (max-width: 1000px) {
  .manuals__list-inner{
    columns: 2;
  }
}
@media only screen and (max-width: 640px) {
  .manuals__list-inner{
    columns: 1;
  }
}
.manuals__brand-type{
  width: 100%;
  margin: 0 0 5px -20px;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
}
.manual-link{
  margin: 8px 0;
  font-size: 14px;
  vertical-align: top;
}

/*
 *    Preorder popup 
 */

.popup-wrapper{
  z-index: -10;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  transition: opacity linear 0.3s, z-index linear 0.3s;
  display: flex;
  align-items: center;
}
.popup-wrapper._visible{
  opacity: 1;
  z-index: 99999;
}
.popup._feadback{
  max-width: 480px;
  padding: 20px 40px;
  margin: auto;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 0px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

/*
 *    Preorder popup 
 */
.form__title{
  color: #000;
  font-size: 18px;
  text-align: center;
}
.form__success{
  display: none;
  font-size: 28px;
  padding: 20px 20px 20px 25px;
  position: relative;
  margin: 15px 0;
}
.form__success-sub{
  font-size: 18px;
}
.form__question{}
.form__question-title{}
.form__asterix{
  color: red;
}
.form__input._text{
  width: 100%;
  margin: 10px 0;
  padding: 4px 12px;
  font-size: 18px;
  border: 1px solid #e0e0e0;
}
.form__input._error{
  border-color: red
}

.form__question textarea{
  width: 100%;
  height: 72px;
  margin: 10px 0;
  padding: 4px 12px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
}

.form__input._text[data-placeholder="current-url"],
.form__input._text[data-placeholder="current-page-title"],
.form__input._text[data-placeholder="goods-url"],
.form__input._text[data-placeholder="goods-page-title"],
.form__input._text[data-placeholder="motor"],
.form__input._text[data-placeholder="table"],
.form__input._text[data-placeholder="devices"]{
  display: none;
}
.form__submit-wrap{
  width: 100%;
  text-align: center;
}
.g-recaptcha{
  margin: 6px 0 10px;
}
.g-recaptcha > div{
  margin: 0 auto
}
.bton,
.bton--form-submit{
    text-transform: none;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;

    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
    background-color: #1fa8e1;

    -webkit-transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s;
    text-shadow: -1px 1px #5a5a5a;
  }
  .bton--form-submit{
    background: #1fa8e1;
  }
  .bton--form-submit:focus{
    padding: 8px 20px;
  }
  .bton--form-submit:hover{
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .4);
    background-color: rgba(31, 168, 225, 0.8);
  }
  .bton--form-submit:active{
    background-color: rgba(31, 135, 179, 1);
  }

.bton._blue{
    background-color: #003a76;
}
.bton._yellow{
  background-color: #939cb2;
}

.privacy-notice._on-partnership{
  padding: 8px 0 0;
  font-size: 11px;
}

.bton--with-gradient i{
  padding: 0 8px 0 0;
  vertical-align: text-top;
}

/*Overwrite bitrix selectbox style*/
.selectBox{
  width: auto !important;
  height: 35px !important;
  line-height: 35px !important;
  padding-left: 0;
  margin-left: 12px;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0  !important;
}
.selectBox-dropdown .selectBox-label {
  display: inline-block !important;
  width: auto !important;
  padding-right: 32px !important;
}
.selectBox .mdi-menu-down:before{
  line-height: 35px !important;
}

/*
  Catalog button
*/
/*
.header_panel .btn_basket .btn {
    text-shadow: -1px 1px #616e8f;
}
.header_panel .btn_basket .btn {
    font-size: 16px;
}
.header_panel .btn_basket a {
    line-height: 48px;
    height: inherit;
    color: #fff;
    font-size: 14px;
}
.header_panel .btn {
    border-radius: 0;
}
.header_panel .btn_catalog .btn_blue, .header_panel .btn_green {
    box-shadow: none;
}
.btn_green {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
    background-color: #fdca4e;
}
.btn_blue, .btn_blue:focus, .btn_blue:hover, .btn_green, .btn_green:focus {
    color: #fff;
}
.btn {
    border-radius: 2px;
    display: block;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
}
*/

/*
 *  Tabs on delivery and pay page
 */
.tabs-switches{
  font-size: 0;
}
.tabs-switch{
  height: 50px;
  padding: 3px 18px;
  margin: 0;
  display: inline-block;
  line-height: 45px;
  font-size: 18px;
  text-shadow: -1px 1px #5a5a5a;
  background-color: #003a76;
  color: #fff;
  cursor: pointer;
  border: 0;
  outline: 0;
}
.tabs-switch._selected,
.tabs-switch._selected:hover{
  background-color: rgb(158 198 89);
  cursor: default;
  color: #fff;
}
.tabs-switch:hover{
  color: #fff;
  /*background-color: rgba(31, 168, 225, 0.8);*/
}
.tabs._for-content-page{
  padding: 10px 20px;
  border: 5px solid rgba(31, 135, 179, 1);
}
.tab{
  display: none;
}
.tab._active{
  display: block;
}

/*
 *  Top menu
 */
  .submenu{
    position: relative;
  }
  .submenu__label{
    z-index: 4;
    padding: 0 24px 0 10px;
    margin: 0;
    position: relative;
    display: block;
    line-height: 40px;
    color: #000;
    font-weight: normal;
  }
  .submenu__label::after{
    content: "\f419";
    width: 24px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-family: "Material Design Icons";
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
  }
  .submenu__opener:checked ~ .submenu__label,
  .submenu:hover .submenu__label{
    background-color: #fff;
    box-shadow: 1px -4px 4px 0 rgba(0, 0, 0, .2);
  }
  .submenu__opener:checked ~ .submenu__label::after,
  .submenu:hover .submenu__label::after{
    content: "\f377";
  }
  .submenu__opener{
    display: none;
  }
  .submenu__inner{
    width: 100%;
    min-width: 200px;
    padding: 6px 12px;
    z-index: 3;
    position: absolute !important;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    box-shadow: 1px -1px 5px 0 rgba(0, 0, 0, .2);
    position: absolute;
    top: 100%;
    left: 0;
  }

  .submenu__opener:checked ~ .submenu__inner,
  .submenu__label:hover ~ .submenu__inner,
  .submenu:hover .submenu__inner{
    visibility: visible;
    opacity: 1;
  }

  .submenu__item{
    display: block;
    float: none !important;
  }
  .submenu__item a{
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
  }


/*
 *  go2top
 */

#toTop {
  color: #fff;
  text-align: center;
  bottom: 0;
  top: 0;
  margin: auto;
  display: none;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  position: fixed;
  left: 18px;
  text-decoration: none;
  width: 62px;
  /*background: url(../images/to-top-arrow.png) no-repeat center;*/
  background-color: #003a76;
  text-transform: uppercase;
  z-index: 100;
  border-radius: 50%;
  font-size: 52px;
  text-shadow: -1px 1px #616e8f;
  cursor: pointer;
}

@media (max-width: 980px) {
  #toTop {
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 28px;
  }
}

#toTop:hover {
  /*background-color: #fdca4e;*/
}

/* */
.list-links{
  overflow: hidden;
}
.list-link{
  height: 390px;
  padding: 20px 20px 0px 0;
  margin: 0;
}
.list-link__link{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  align-items: flex-start;
  justify-content: flex-end;
}
.list-link__img{
  background-size: contain;
	background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  position: absolute;
  z-index: -1;
}
.list-link__img::after{
  z-index: -1;
  content: " ";
  display: block;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .1) 70%);
  background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .1) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease-out .3s;
  transition: ease-out .3s;
  opacity: 1;
}
.list-link__title{
  padding: 10px 12px;
  color: #fff;
  width: 100%;
  line-height: 22px;
  font-size: 20px;
}
.list-link__caption{
  padding: 10px 12px;
  color: #fff;
  -webkit-transition: ease-out .3s;
  transition: ease-out .3s;
}

/*
 *  Статьи
 */

.article{}
.article__img-wrap{
  text-align: center;
}
.article__img{
  max-width: 100%;
}


/*
 *  Технология пошива
 */


.tehnologija-poshiva{
  /*border-top: 1px solid #eee;*/
}
.tehnologija-poshiva__link{
  padding-bottom: 20px;
  border-radius: 50%;
  text-align: center;
}
.tehnologija-poshiva__pic{
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 4px 12px 10px rgba(91, 91, 91,0.06);
  border-radius: 50%;
}

.tehnologija-poshiva__title{
  min-height: 70px;
  margin: 6px;
  font-size: 16px;
  color: #323d66;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  /* top: 100%; */
  bottom: 12px;
  right: 0;
  left: 0;
  max-width: 260px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
  border-radius: 8px 8px;
  border-bottom: 2px solid #323d66;
  text-shadow: 1px 1px #fafafa;
  background: rgba(247, 247, 247,0.7);
}

.tehnologija-poshiva-table-wrap{}

.tehnologija-poshiva-table{
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
.tehnologija-poshiva-table thead{
  font-size: 18px;
  background-color: #1f87b3;
  color: #fff;
}
.tehnologija-poshiva-table th{
  padding: 12px 24px;
  font-weight: 400;
  text-shadow: -1px 1px #5a5a5a;
}
.tehnologija-poshiva-table tr{
  border: 1px solid #eee;
}
.tehnologija-poshiva-table td{
  padding: 18px;
}
.tehnologija-poshiva-table tr td:first-child{
  font-size: 24px;
}
.tehnologija-poshiva-table tr:nth-child(even) td{
  background-color: #f7f7f7;
}
.tehnologija-poshiva-table th:last-child,
.tehnologija-poshiva-table td:last-child{
  min-width: 200px;
  text-align: center;
}
.tehnologija-poshiva-table__link{
  padding: 8px 22px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  background-color: #1fa8e1;
}
.tehnologija-poshiva-table__notice{
  margin: 6px 0 0;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
}
@media only screen and (max-width: 640px) {
  .tehnologija-poshiva-table{
    font-size: 14px;
    line-height: 1.1;
  }
  .tehnologija-poshiva-table th{
    font-size: 15px;
    padding: 6px 12px;
  }
  .tehnologija-poshiva-table td {
    padding: 6px 10px;
  }

  .tehnologija-poshiva-table th:last-child,
  .tehnologija-poshiva-table td:last-child{
    min-width: auto;
  }
}


/*
 *  Шары
 */
.shares{}
.shares._in-news{}
.shares._in-item{}
.shares__title{
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-right: 4px;
}
.shares__inner{
  display: inline-block;
  vertical-align: middle;
}
.available_block,
.emarket-catalog-detail .info_main .available_block{
  height: auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 760px) {
  .available_block,
  .emarket-catalog-detail .available_block{
    line-height: 28px;
    justify-content: space-between;
    flex-direction: column;
  }
}

/*
 *  Smartfilter hint
 */



.filter-hint__btn{
  color: rgba(31, 135, 179, 1);
    font-size: 26px;
    line-height: 1;
    width: 6px;
    vertical-align: middle;
}
.filter-hint__btn._close{
  display: none;
}
.filter-hint__activator{
  display: none;
}
.filter-hint__text{
  padding: 4px 4px 4px 6px;
  border-left: 4px solid rgb(31, 135, 179);
  background-color: #f7f7f7;
  color: #000;
  display: none;
  text-transform: none;
}
.filter-hint__activator:checked ~ .filter-hint__text{
  display: block;
}
.filter-hint__activator:checked ~ .filter-hint__btn._open{
  display: none;
}
.filter-hint__activator:checked ~ .filter-hint__btn._close{
  display: inline-block;
}


/*
 *    Order overwrites
 */

.bx-soa-section-title-count{
  margin-left: 10px;
}
.bx-soa-more-btn.col{
  display: flex;
  justify-content: space-between;
}


.show_block_label._name{
  cursor: pointer;
  font-weight: normal;
  text-shadow: 0px 0px #fff;
  transition: text-shadow 0.3s linear;
  text-transform: uppercase;
  font-weight: normal;
}
.show_block_label._name:hover{
  text-shadow: 0px 0px #1fa8e1;
}
.show_block_label._name .mdi{
  display: inline-block;
  transition: transform linear 0.2s;
}
.show_block_label._name:hover .mdi{
  transform: scale(1.4);
}
.show_block_label._name.rasprodazha {
	color: #f00;
}
.show_block_label._more{
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}

.show_filter_block{
  display: none;
}

.show_filter_block ~ .bx_filter_block{
  display: none;
}
.show_filter_block:checked ~ .bx_filter_block{
  display: block;
}

.show_filter_block ~ .show_block_label .mdi-unfold-less{
  display: none;
}
.show_filter_block:checked ~ .show_block_label .mdi-unfold-less{
  display: inline-block;
}
.show_filter_block:checked ~ .show_block_label .mdi-unfold-more{
  display: none;
}

.bx_filter_title_seperator{
  padding-bottom: 15px;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
}

.bx_filter_more_label{
  font-size: 16px;
  font-weight: normal;
  color: rgba(31, 135, 179, 1);
  transition: color linear 0.2s;
  cursor: pointer;
}
.bx_filter_more_label .mdi{
  width: auto;
  float: none;
  display: inline-block;
  transition: transform linear 0.2s;
}

.bx_filter_more_label:hover{
  color: rgba(31, 168, 225, 0.8);
}
.bx_filter_more_label:hover .mdi{
  transform: scale(1.4);
}
.bx_filter_more{
  display: none;
}
.bx_filter_more ~ .bx_filter_value{
  display: none;
}
.bx_filter_more:checked ~ .bx_filter_value{
  display: block;
}
.bx_filter_more:checked ~ .bx_filter_more_label{
  display: none;
}


/*
 *  Article content
 */
.article__content{}
.article__content img{
  max-width: 100%;
  height: auto;
}


.slaider_block h1{
  font-size: 26px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .slaider_block h1{
    display: none;
  }
}



/*
 * Frontpage mini pics after slider
 */

.mini-slides{
  padding-bottom: 0;
  margin-top: 24px;
  /*border-top: 1px solid #eee;*/
  border: 0;
}
.mini-slides__block{}
.mini-slides__link{}
.mini-slides__img{
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .mini-slides{
    display: none;
  }
}


/*
 * Frontpage social block color hovers
 */

.social-link._vk:hover{ background-color: #3C5B9B; }
.social-link._ok:hover{ background-color: #f7931e; }
.social-link._fb:hover{ background-color: #3C5B9B; }
.social-link._insta{
  background: #999; 
  position: relative;
}
.social-link._insta .fa{
  z-index: 2;
  position: relative;
}
.social-link._insta::before{
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f09433;
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  transition: opacity ease-out 0.3s;
}
.social-link._insta:hover::before{
  opacity: 1;
}
.social-link._tw:hover{ background-color: #359BED; }
.social-link._yt:hover{ background-color: #F03434; }
.social-link._tg:hover{ background-color: #5682a3; }


/*
 *  New footer
 */

.footer._new{
  padding: 18px 0 0;
  background-color: #fafafa;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .1) inset;
  border-bottom: 1px solid #eee;
}
.footer__cols{
  padding: 18px 18px 18px;  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__cols::before,
.footer__cols::after{
  display: none;
}
.footer__col{
  text-align: left;
}
.footer__col._left{
  max-width: 400px;
}
.footer__contacts{
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
  margin: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #1c1c1c;
}
.footer__contacts-title,
.footer__socials .social-block__title{
  width: 100%;
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
  margin: 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1c1c1c;
  text-align: left;
}
.footer__contacts-link{
  color: #1c1c1c;
}
.footer__contacts-text{}
.footer__contacts-text._mb12{
  margin-bottom: 12px;
}

.footer__socials._socials .social-links{
  text-align: left;
}
.footer__socials._socials .social-link{
  text-align: center;
}

.footer__menu{
  display: flex;
}

@media only screen and (max-width: 640px) {
  .footer__menu{
    padding-top: 24px;
    flex-direction: column;
  }
}

.footer__menu-col{
  padding: 6px 22px;
  display: flex;
  flex-direction: column;
}
.footer__menu-caption{
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
  margin: 0 0 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1c1c1c;
  text-align: left;
}
.footer__menu-item{
  margin-left: 12px;
}
@media only screen and (max-width: 640px) {
  .footer__menu-item{
    font-size: 16px;
  }
}
.footer__cards{
  font-family: Roboto, Tahoma, Verdana, Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 14px 22px;
  font-size: 14px;
  font-weight: bold;
  color: #1c1c1c;
  text-align: left;
}

.footer__socials{}
.footer__socials .social-link{
  margin: 0 6px 0 0;
}
.footer__socials .social-link > .fa {
  font-size: 28px;
}
.footer__col._right{}

.footer__copyright{
  margin: 24px 0 0;
  padding: 18px 18px 18px;
  background-color: #003a76;
  box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, .25) inset;
}
.footer__copyright-inner::before,
.footer__copyright-inner::after{
  display: none ;
}
.footer__copyright-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.footer__copyright-left{
  width: 600px;
  font-size:16px;
  padding: 0 0 12px;
  text-shadow: -1px 1px #5a5a5a;
}
.footer__copyright-right{
  font-size:12px;
  text-shadow: -1px 1px #5a5a5a;
}
.footer__copyright a{
  color: #fff;
}

.sp-form[sp-id="118061"] {
  width: 100%;
  padding: 0;
  margin: 0;
}

.sp-form[sp-id="118061"] input[type="checkbox"] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.sp-form[sp-id="118061"] .sp-form-fields-wrapper {}

.sp-form[sp-id="118061"] .sp-form-control {
  background: #ffffff;
  border-color: #c8c8c8;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  padding-left: 8.75px;
  padding-right: 8.75px;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 35px;
  width: 100%;
  vertical-align: middle;
}

.sp-form[sp-id="118061"] .sp-button {
  margin: 0 0 0 6px;
  border-radius: 0px;
  background-color: #003a76;
  color: #ffffff;
  width: auto;
  font-weight: bold;
  text-shadow: -1px 1px #5a5a5a;
}

.sp-form[sp-id="118061"] .sp-button-container {
  text-align: left;
}
.sp-form[sp-id="118061"] .sp-field {
  padding: 0;
}
.sp-form[sp-id="118061"] .sp-link-wrapper {
  padding: 0;
}
.sp-form-horizontal .sp-element-container .sp-field{
  min-height: auto;
}
.social-block__titles{
  margin: 0 0 16px;
}