.TariffsTable_Root_LRNHj {
  width: 100%;
  border: solid 1px #e1dfdf;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .TariffsTable_Root_LRNHj {
    border: none;
  }
}
.TariffsTable_Text_4E2Ro {
  padding: 50px;
  font-size: 16px;
  border: solid 2px #f4f4f4;
  border-top: 0;
}
@media (max-width: 768px) {
  .TariffsTable_Text_4E2Ro {
    border: none;
    padding: 0 20px;
    font-size: 14px;
  }
}
.TariffsTable_Row_mytwn {
  display: flex;
  justify-content: space-between;
  margin: 15px 20px;
  font-size: 16px;
  line-height: 30px;
}
.TariffsTable_Description_ulWqi {
  padding-right: 20px;
}
.TariffsTable_Value_CjgO5 {
  text-align: right;
}

.TariffsServices_Service_26aGJ {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  font-size: 16px;
  padding: 0 20px;
}

.TariffsAccordion_Root_SY1ty {
  border-bottom: 1px solid #e1dfdf;
}
.TariffsAccordion_Header_SdZkV {
  padding: 35px 100px 34px 20px;
  font-size: 16px;
  color: #476bb3;
  position: relative;
  cursor: pointer;
  transition: all 0.125s ease-in;
}
.TariffsAccordion_Header_SdZkV:after {
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% - 16px);
  width: 33px;
  height: 33px;
  background: #e1dfdf url(/images/plus_8633e5a016d31c5bc19df9db0bac2b3f.svg) center no-repeat;
  border-radius: 50%;
  transition: all 0.125s ease-in;
}
.TariffsAccordion_HeaderOpened_qOIKG:after {
  transform: rotate(45deg);
}
.TariffsAccordion_Children_b53aE {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.TariffsAccordion_ChildrenOpened_55O7O {
  max-height: none;
  margin-bottom: 30px;
}
.TariffsAccordion_ChildrenEnter_fmFmN {
  max-height: 0;
  margin-bottom: 0;
}
.TariffsAccordion_ChildrenEnterActive_DuUHr {
  max-height: 600px;
  margin-bottom: 30px;
}
.TariffsAccordion_ChildrenExit_3HKH2 {
  max-height: 600px;
  margin-bottom: 30px;
}
.TariffsAccordion_ChildrenExitActive_x356E {
  max-height: 0;
  margin-bottom: 0;
}

.TariffsVehicleSelect_Root_KlAAX {
  position: relative;
  min-width: 245px;
}
@media (max-width: 768px) {
  .TariffsVehicleSelect_Root_KlAAX {
    width: 100%;
    min-width: auto;
    margin-top: 16px;
  }
}
.TariffsVehicleSelect_Element_RrBAa {
  display: flex;
  flex-flow: column nowrap;
  border-bottom: 1px solid #bbc1d2;
  cursor: pointer;
}
.TariffsVehicleSelect_Label_9c8D8 {
  color: #909090;
  font-size: 10px;
}
.TariffsVehicleSelect_Button_yW6ac {
  position: relative;
  padding: 0 20px 2px 0;
  color: #595959;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  border: none;
  background: none;
}
.TariffsVehicleSelect_Button_yW6ac:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 3px;
  top: 4px;
  background: url(/images/triangle_8effd4826cb660876c102bcc3d8245fe.svg) no-repeat center center;
  background-size: contain;
}
.TariffsVehicleSelect_List_iuTdc {
  position: absolute;
  transform-origin: top;
  transition: transform 0.3s ease-in-out;
  background: #ffffff;
  border: solid 1px #bbc1d2;
  border-top: none;
  width: 100%;
  cursor: pointer;
  z-index: 1;
}
.TariffsVehicleSelect_ListEnter_J5OfT {
  transform: scaleY(0);
}
.TariffsVehicleSelect_ListEnterActive_VLlkt {
  transform: scaleY(1);
}
.TariffsVehicleSelect_ListExit_vHLuB {
  transform: scaleY(1);
}
.TariffsVehicleSelect_ListExitActive_b9ASy {
  transform: scaleY(0);
}
.TariffsVehicleSelect_Item_XEfoP {
  list-style: none;
  padding: 8px;
}
.TariffsVehicleSelect_Item_XEfoP:hover {
  background-color: #bbc1d2;
}

.TariffsPage_Root_hzEFp {
  width: 100%;
  margin: 0 auto;
  max-width: 705px;
}
.TariffsPage_Header_tSIHs {
  background-color: #e1dfdf;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 74px;
  padding: 14px 20px;
}
@media (max-width: 768px) {
  .TariffsPage_Header_tSIHs {
    flex-direction: column-reverse;
    background-color: transparent;
    border-bottom: none;
  }
}
.TariffsPage_LandingForm_ASO1F {
  margin: 40px 0 70px;
}
@media (max-width: 768px) {
  .TariffsPage_LandingForm_ASO1F {
    margin-top: 32px;
  }
}
.dv-tariffs-page {
  padding: 0 0 48px;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}
@media (max-width: 768px) {
  .dv-tariffs-page {
    margin-top: 32px;
  }
}
.dv-tariffs-page--single {
  margin-top: 32px;
}
.dv-tariffs-page--single h1 {
  text-align: center;
}
.dv-tariffs-page h1 {
  margin-top: 0;
}
.dv-tariffs-page__header {
  margin: 0 0 18px;
  padding: 0;
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
}
.dv-tariffs-page__info {
  margin-bottom: 32px;
}
.dv-tariffs-page__subheader {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
}
.dv-tariffs-page__block {
  width: 100%;
  margin: 0 auto;
  max-width: 705px;
}
.dv-tariffs-page__block p, .dv-tariffs-page__block h3 {
  padding: 0;
}
.dv-tariffs-page__block ol {
  padding: 0 0 0 18px;
}
@media (max-width: 768px) {
  .dv-tariffs-page__block {
    padding: 0 20px;
  }
}

