  * {
    transition: 0.5s;
    /* text-align: left; */
  }

  .root {
    width: 100%;
    position: relative;
    min-height: 400px;
    contain: style;
  }
/* 
  i,
  p,
  b,
  a,
  label {
    font-family: 'Manrope', Arial, sans-serif;
    padding: 4px;
  }
 */
  .manrope {
    font-family: 'Manrope', Arial, sans-serif;
    padding: 4px;
    text-align: left;
  }

  .italyDetails {
    color: #a6a9ab;
    size: 12px;
  }

  .verticalSeparator {
    width: 30px;
    height: 0px;
  }

  .trackWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-style: solid;
    border-width: 2px;
    border-color: #009b47;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
	border-radius:6px;
  }

  .inputsWrap,
  .inputsWrap1 {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
  }

  .inputsWrap {
    margin-top: 30px;
  }

  .inputsWrap1 {
    margin-top: 20px;
  }

  .grayText {
    color: #a6a9ab;
  }

  .note {
    size: 8px;
    margin-left: 20px;
  }

  .fromWrap,
  .toWrap,
  .lenghtWrap,
  .widthWrap,
  .heightWrap,
  .weightWrap {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .lenghtWrap,
  .widthWrap,
  .heightWrap,
  .weightWrap {
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
  }

  .adressInput,
  .sizesInput,
  .calcButton {
    display: flex;
    /*height: 48px;*/
    font-family: 'Manrope', Arial, sans-serif;
  }

  .adressInput,
  .sizesInput {
    display: flex;
    flex: 1;
    /*margin-right: 16px; */
    /*margin-bottom: 16px;*/
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: #009b47;

  }

  input:active,
  input:hover,
  input:focus {
    outline: 0;
    outline-offset: 0;
  }

  .adressInput {
    margin-right: 0px;
    margin-bottom: 0px;
	font-size: 13px;
  }

  .adressSpan {
    min-height: 26px;
  }

  .fromWrap,
  .toWrap {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 16px;
  }

  /*.checkboxWrap {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; 
        font-size: 16px;
        margin-bottom: 8px;
    }*/

  .sizesInput {
    width: calc(100% - 22px);
    min-width: 100px;
    margin-bottom: 30px;
  }

  /*.checkbox {
        height: 30px; 
        width: 30px;
        min-width: 30px;
        margin-right: 16px;
    }*/

  .stripe {

    display: flex;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    align-content: center;
    height: 0px;
    width: 45%;
    border-style: solid;
    border-width: 1px;
    border-color: #009b47;
    background-color: #009b47;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .calcButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border: 1px;
    background-color: #009b47;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: -25px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
	text-transform:uppercase;
  }

  .calcButton:hover {
    background-color: #55b200;
    transition: 0.5s;
  }

  .calcButton:active {
    background-color: #1a7126;
    transition: 0.2s;
  }

  #placesFrom,
  #placesTo {
    position: absolute;
    max-width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    z-index: 200;
    box-shadow: 0px 0px 7px #3a4438;
    /* добавить тени */
  }

  ::-webkit-scrollbar {
    background-color: #e4ffe0;
    width: 22px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgb(116, 151, 120);
    border-radius: 3px;
  }

  .optionFrom,
  .optionTo {
    cursor: pointer;
    background-color: #e0ffe0;
    font-size: 16px;
    min-height: 50px;
    display: flex;
    align-items: center;
    /* line-height: 32px; */

  }

  .optionFrom:hover,
  .optionTo:hover {
    background-color: rgb(161, 241, 181);
  }

  .optionFrom:active,
  .optionTo:active {
    background-color: rgb(116, 151, 120);
  }

  .hiddenOptionFrom {
    height: 0px;
    min-height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    font-size: 0px;
  }

  .blocks {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .blockTariff {
    flex: 1;
    margin-top: 0px;
    padding: 8px;
    min-height: 30px;
    /* 
        border-style: solid;
        border-width: 1px;
        border-color: #00a920; 
        */
    font-family: 'Manrope', Arial, sans-serif;
  }

  .block {
    width: 90px;
    margin-top: 0px;
    padding-left: 4px;
    padding-top: 4px;
    min-height: 30px;
    /* 
        border-style: solid;
        border-width: 1px;
        border-color: #00a920; 
        */
    font-family: 'Manrope', Arial, sans-serif;
  }

  .block,
  .blockTariff {
    display: flex;
    align-items: center;
    min-height: 84px;
  }

  .tableHeader {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #17832b;
    color: #e0ffe0;
    font-weight: 600;
  }

  .directionFrom,
  .icon,
  .directionTo,
  .weightWrapper {
    margin-right: 20px;
  }

  .cityFrom,
  .cityTo {
    font-weight: bold;
  }

  .weightWrap1 .substring,
  .volumeWeightWrap .substring {
    color: black;
  }

  .block_text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    word-wrap: break-word;
    width: 95%;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .block_title {
    word-wrap: break-word;
    width: 95%;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .trackingItem {
    display: flex;
    flex-direction: row;
    height: 80px;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
  }

  .trackingItemBackGroundError {
    background-color: #ffe0e0;
  }

  .deliveryMethodWrap {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .deliveryMethodButton {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #009b47;
    cursor: pointer;
  }

  .deliveryMethodButtonLeft {
    border-right-width: 1px;
  }

  .deliveryMethodButtonRight {
    border-left-width: 1px;
  }

  .deliveryMethodButton:hover {
    color: #000;
  }

  .deliveryMethodButton:active {
    color: #fff;
    background-color: #00a920;
    transition: 0.2s;
  }

  .headerV2,
  .marketingPoster,
  .resultTile {
    border-style: solid;
    border-width: 1px;
    border-color: #a6a9ab;
    box-shadow: 0px 0px 7px #cacec9;
  }

  .headerV2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .resultTile {
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
  }

  .priceButton {
    text-align: center;
    width: 200px;
    background-color: #009b47;
    color: white;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cheepAbsoluteLabel {
    position: absolute;
    background-color: #f5e814;
    margin-bottom: 45px;
  }

  .tariffName {
    margin-bottom: 0px;
  }

  .priceBlockInTile {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    margin-right: 10px;
    width: 200px;
  }

  .directionWrapper {
    display: flex;
    flex-direction: row;
  }

  .directionFrom,
  .directionTo {
    display: flex;
    flex-direction: column;
    line-height: 18px;
  }

  .weightWrapper {
    display: flex;
    flex-direction: column;
  }

  .weightWrapper,
  .directionWrapper {
    margin: 4px;
  }

  .weightWrap1,
  .volumeWeightWrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

  .globalTilesWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .renderResultColumn {
    display: flex;
    flex-direction: column;
    flex: 2;
  }

  .resultTile,
  .contractSpan {
    display: flex;
    flex-direction: row;
  }

  .contractSpan {
    margin-top: 2px;
    margin-bottom: 8px;
    cursor: pointer;
  }

  .tariffBlockInTile,
  .priceBlockInTile {
    display: flex;
    flex-direction: column;
  }

  .tariffBlockInTile {
    margin-left: 20px;
    margin-top: 25px;
    line-height: 18px;
  }

  .tariffName {
    font-size: 26px;
    font-weight: bold;
    word-spacing: 1.0;
    line-height: 28px;
  }

  .priceBlockInTile {
    margin-right: 30px;
    margin-left: 12px;
  }

  .duration {
    font-size: 16px;
    color: #a6a9ab;
    padding-bottom: 20px;
  }

  .marketingPoster {
/*    display: flex;*/
display:none;
    flex-direction: column;
    justify-content: space-around;
    /* 
        width: 280px;
         */
    height: 400px;
    width: 285px;
    /* 
        height: 460px; 
        */
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contractTitle,
  .contractPercents {
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
  }

  .contractPercents {
    color: #009b47;
    margin-top: 0px;
  }

  .enterContractWrap {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    background-color: #f5e814;
    margin-top: 24px;
    margin-bottom: 16px;
    align-self: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    cursor: pointer;
  }

  .enterContractWrap:hover {
    background-color: #fff200;
  }

  .enterContractWrap:active {
    background-color: #eeebac;
  }

  .contractWrap {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 5px;
    align-items: center;
  }

  .substring {
    font-size: 16px;
    color: #a6a9ab;
    line-height: 18px;
  }

  .icon img {
    height: 45px;
  }

  .smallIcon img,
  .cssBullet {
    height: 25px;
  }

  #fromAdressSpan {
    height: min-content;
  }

  #weightResult2,
  #VolumeweightResult2 {
    padding-left: 0px
  }

  @media (max-width: 420px) {
    .block {
      width: 60px;
    }

    .resultTile {
      margin-right: 0px;
    }

    .inputsWrap {
      /*  margin-top: 20px;
            margin-left: 20px; */
    }

    .inputsWrap1 {
      margin-top: 20px;
    }

    .directionFrom,
    .icon,
    .directionTo,
    .weightWrapper {
      margin-right: 10px;
      margin-left: 0px;
    }

    .tariffBlockInTile {
      margin-left: 10px;
      line-height: inherit;
    }

    .priceBlockInTile {
      margin-right: 10px;
      width: 140px;
    }

    .tariffName {
      font-size: 18px;
      line-height: 20px;
    }

    .priceButton span {
      font-size: 18px;
    }

    .priceButton {
      /* margin-top: 17px; */
      padding-top: 5px;
      padding-bottom: 5px;
      width: 140px;

    }

    /*.commentGrayText {font-size: 14px;}*/
    .sizesInput {
      min-width: 200px;
    }

    .duration {
      font-size: 14px;
    }

    .enterContractWrap {
      width: 230px;
    }
  }

  @media (min-width: 420px) and (max-width: 560px) {
    .sizesInput {
      margin-right: 40px;
    }

    .resultTile {
      margin-right: 0px;
    }

    .tariffBlockInTile {
      margin-left: 10px;
      line-height: inherit;
    }

    .priceBlockInTile {
      width: 140px;
      margin-right: 20px;
    }

    .tariffName {
      font-size: 22px;
      line-height: 24px;
    }

    .priceButton span {
      font-size: 19px;
    }

    .priceButton {
      /* margin-top: 17px; */
      padding-top: 5px;
      padding-bottom: 5px;
      width: 140px;
    }
  }

  @media (max-width: 360px) {
    .adressInput {
      width: 278px;
    }

    .marketingPoster {
      height: 460px;
      /* height: 520; */
    }
  }

  @media (max-width: 320px) {
    .adressInput {
      width: 237px;
    }
  }

  @-ms-viewport {
    width: device-width;
  }

  @-o-viewport {
    width: device-width;
  }

  @viewport {
    width: device-width;
  }