*, *:before, *:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}
ul, li {
    list-style: none;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
    border: 2px solid #000;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
    z-index: 10;
    opacity: 0.7;
    position: absolute;
    bottom: 10px;
    left: 50%;
  }
  .mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
            animation-name: drop;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
            animation-play-state: running;
  }
  .mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #000;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
  }
  @-webkit-keyframes drop {
    0% {
      top: 5px;
      opacity: 0;
    }
    30% {
      top: 10px;
      opacity: 1;
    }
    100% {
      top: 25px;
      opacity: 0;
    }
  }
  @keyframes drop {
    0% {
      top: 5px;
      opacity: 0;
    }
    30% {
      top: 10px;
      opacity: 1;
    }
    100% {
      top: 25px;
      opacity: 0;
    }
  }


/* scrollbar  webkit */

*::-webkit-scrollbar { 
    width: 24px;
    height: 230px;
    border-radius: 13px;
}
*::-webkit-scrollbar-button {  
    background-color: transparent;
 } 
*::-webkit-scrollbar-track {
      /* background-color: #fff; */
      
}
*::-webkit-scrollbar-track-piece { 
    background-color: #c4c4c4;
    border-radius: 13px;
    width: 28px;
}
*::-webkit-scrollbar-thumb {
    height: 82px;
    background-color: #2B4F91;
    /*box-shadow: inset 0 0 0px 6px #c4c4c4;*/
    border-radius: 13px;
    border: none;
    outline: none;
}

/* .advantages__text::-webkit-scrollbar-corner { background-color: #999;}
.advantages__text::-webkit-resizer { background-color: #666;}  */

/* end webkit scrollbar */

.terminal__wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*width: 100vw;*/
    height: 100vh;
    position: relative;
    user-select: none;
}
.conditions__conditions-wrap {
    position: relative;
    height: 100%;
}
/* .conditions__conditions-wrap:before {
    content: "";
    position: absolute;
    bottom: -97px;
    left: 150px;
    display: block;
    width: 600px;
    height: 720px;
    background-image: url(images/terminal-girl.png);
    background-repeat: no-repeat;
    background-size: contain;
} */
.terminal__header {
    background-color: #2B4F91;
    color: #fff;
    height: 160px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 38px;
    padding-right: 87px;
    position: relative;
    /* overflow: hidden; */
}
.terminal__header:before { 
    content: "";
    position: absolute;
    width: 685px;
    height: 160px;
    bottom: 0;
    right: 176px;
    display: block;
    background-image: url(images/redline-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.terminal__header-tel {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-left: 67px;
    font-family: Fira Sans;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
}
.terminal__header-tel:before {
    content: "";
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(images/phone-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.terminal__footer {
    z-index: 5;
    margin-top: auto;
    /* position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; */
}
.terminal__footer-tablist {
    display: flex;
    flex-wrap: wrap;
    height: 97px;
    align-items: center;
    background-color: #2B4F91;
    color: #fff;
}
.terminal__footer-tabitem {
    flex-grow: 1;
    text-align: center;
    font-family: Fira Sans;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    /* width: 100%; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    user-select: none;
    cursor: pointer;
}
.terminal__footer-tabitem:not(:last-child) {
    border-right: 1px solid #fff;
}
.terminal__footer-tabitem.activeFooter {
    background-color: #EB5757;
}

.terminal__footer-tabitem.activeFooter:before {
    content: "";
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #EB5757;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
}
main {
    height: 100%;
}
.conditions-wrap {
    display: flex;
    flex-direction: column;
    /* padding-right: 49px; */
    align-items: flex-end;
}

.conditions-tabBlock {
    
    margin-top: 20px;
    margin-bottom: 25px;
}
.conditions-tabBlock__list {
    display: flex;
    flex-direction: row;
    height: 100%;
    flex-wrap: wrap; 
    align-items: flex-start;
    justify-content: space-between;
}
.conditions-tabBlock__item {
    margin-bottom: 10px;
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
.conditions-tabBlock__link {
    display: block;
    padding-left: 48px;
    position: relative;
    font-family: Fira Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    /* line-height: 29px; */
    color: #2B4F91;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    height: 30px;
}
.conditions-tabBlock__link:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(images/ArrowShadowCircle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.activeConditions:before {
    background-image: url(images/ArrowShadowCircleRed.svg);
}
.conditions-tabBlock__link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-image: url(images/terminal-link-underline_blue.svg);
    background-repeat: repeat-x;
    /* background-size: cover; */
    background-position: 0% 50%;
    left: 48px;
    bottom: 0px;
}
/* .conditions-tabBlock__link:hover:before {
    background-image: url(images/ArrowShadowCircle_Active.svg);
}
.conditions-tabBlock__link:hover {
    color: #EB5757;
} */
.conditions-innerBlock {
    width: 100%;
    height: 615px;
    overflow: hidden;
    background-color: #f2f2f2;
    /* margin-left: 284px; */
    padding-left: 24px;
    padding-top: 30px;
    padding-right: 24px;
    padding-bottom: 30px;
}
.conditions-concepts,
.conditions-param,
.conditions-require,
.conditions-warehouse,
.conditions-test,
.conditions-garanty,
.conditions-attach {
    height: 100%;
    overflow-y: auto;
}
.edge__list {
	display: flex;
	flex-wrap: wrap;
}
.edge__list li {
    display: flex;
    /* flex-direction: column-reverse; */
    align-items: center;
    justify-content: center;
    width: 50%;
}
.edge__list li span {
    width: 360px;
    text-align: center;
    margin-bottom: 15px;
}
/* .conditions-param p {
    display: flex;
} */
.conditions__img-desc {
    display: flex;
    flex-wrap: nowrap;
    /* align-items: center; */
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}
.conditions__img-text {
    display: flex;
    flex-direction: column;
    width: 930px;
}
.conditions-concepts__list {
    height: 100%;
    overflow-y: auto;
    padding-right: 45px;
}
.conditions-concepts__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.conditions-concepts__img {
    width: 100px;
    height: 100px;
}
.conditions-concepts__text {
    width: 932px;
    /* font-weight: 300; */
    /* font-size: 24px; */
    /* line-height: 130%; */
    color: #000000;
}
.conditions-concepts__text span {
    font-weight: bold;
}

.conditions-technical {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.conditions-technical p {
    width: 930px;
    /* font-weight: 200;
    font-size: 24px;
    line-height: 130%; */
}
.conditions-technical p span { 
    font-weight: 500;
}
.conditions-param h3 {
    font-size: 36px;
}
.conditions-param p {
    /* font-weight: 200;
    font-size: 24px;
    line-height: 130%; */
}

.conditions-param p span { 
    font-weight: 500;
}
/* TERMINAL RULES BLOCK */
.rules {
    display: flex;
    flex-wrap: nowrap;
}
.company-rules,
.individual-rules {
    width: 50%;
    overflow-x: hidden;
    padding-right: 70px;
    padding-left: 35px;
}
.company-rules {
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
    padding-bottom: 50px;
}
.individual-rules {
    padding-top: 56px;
    padding-bottom: 50px;
}
.company-rules__title {
    width: 600px;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 50px;
}
.company-rules__list-wrap {
    overflow: hidden;
    height: 450px;
}
.company-rules__list {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 105px;
    overflow-y: auto;
    padding-top: 40px;
}
.company-rules__item {
    width: 700px;
    margin-bottom: 60px;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.company-rules__item:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 65px;
    height: 7px;
    background-color: #EB5757;
}
.individual-rules {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    /* height: 500px; */
    justify-content: space-between;
}
.individual-rules__img {
    /* margin-bottom: 30px; */
    width: 150px;
}
.individual-rules__subList {
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 80px; */
    width: 820px;
    height: 161px;
    justify-content: space-between;
    align-content: space-between;
    position: relative;
}


.individual-rules__subList:before {
    content: "";
    position: absolute;
    display: block;
    width: 95%;
    height: 15px;
    background-image: url(images/long-dotted.svg);
    background-repeat: repeat-x;
    /* background-size: contain; */
    background-position: 0 50%;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    /* z-index: -1; */
}
.individual-rules__subItem {
    display: block;
    width: 67px;
    height: 67px;
    background-color: #2B4F91;
    margin-right: 50px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}
.individual-rules__subItem:last-child,
.individual-rules__subItem:nth-child(7) {
margin-right: 0;
}
.individual-rules__subItem:not(:last-child):not(:nth-child(7)):before {
    content: "";
    position: absolute;
    display: block;
    width: 90px;
    height: 15px;
    background-image: url(images/arrow+dot-hor.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    right: -57px;
    z-index: -1;
}
.individual-rules__subItem:nth-child(7):before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 50px;
    background-image: url(images/arrow+dot-ver.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    right: -10px;
    top: 50%;
    z-index: -1;
}
.individual-rules__subItem:nth-child(8):after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 50px;
    background-image: url(images/arrow+dot-ver-mini.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
    z-index: -1;
}
.individual-rules__list {
    display: flex;
    flex-wrap: nowrap;
    width: 637px;
    /* max-height: 161px; */
    /* remove on owl carousel */
    /* overflow: hidden; */
    
}
.individual-rules__item {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    min-width: 630px;
}
.individual-rules__item span{
    color: #2B4F91;
}
.owl-prev,
.owl-next {
    position: absolute;
    top: -60px;
    outline: none;
}
.owl-prev {
    left: -80px;
}
.owl-next {
    right: -80px;
}
/* END TERMINAL RULES BLOCK */

/* OFFERS BLOCK */
.offers {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.offers__list {
    width: 755px;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.offers__item {
    margin-bottom: 65px;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    color: #2B4F91;
    cursor: pointer;
    position: relative;
}
/* .offers__item.activeOffersItem {
    color: #EB5757;
} */

.offers__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    
    background-image: url(images/terminal-link-underline_blue.svg);
    background-repeat: repeat-x;
}
.offers__desc-wrap {
    width: 1300px;
    padding-top: 112px;
    padding-left: 125px;
    padding-right: 188px;
    /* padding-bottom: 200px; */
    overflow: hidden;
    height: 550px;
}
.offers__desc {
    height: 100%;
    overflow-y: auto;
}
.offers__desc-text,
.template__desc-text {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 130%;
    color: #000000;
}
.vip__desc-list,
.dev__desc-list,
.personal__desc-list {
    display: flex;
    flex-wrap: wrap;

}
.vip__desc-item,
.dev__desc-item,
.personal__desc-item {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 20px;
}
.personal__desc-title {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 400;
}
.template__desc-text ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.template__desc-text li {
    margin-bottom: 15px;
}
/* END OFFERS BLOCK */

/* FAQ BLOCK */
.faq {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}
.faq__list {
    width: 400px;
    padding: 56px 70px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.faq__item {
    margin-bottom: 65px;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
    color: #2B4F91;
    cursor: pointer;
    position: relative;
}

.faq__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-image: url(images/terminal-link-underline_blue.svg);
    background-repeat: repeat-x;
}
.faq__desc-wrap {
    width: 1400px;
    height: 700px;
    overflow: hidden;
    margin-top: 56px;
    margin-right: 100px;
}
.faq-desc {
	overflow-y: auto;
	height: 100%;
	padding-right: 25px;
}
.faq-link {
    width: 100%;
    display: block;
    height: 122px;
    background-color: #F2F2F2;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 130%;
    color: #000000;
    text-decoration: none;;
    display: flex;
    align-items: center;
    padding-left: 62px;
    position: relative;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.faq-link:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(images/ArrowShadowCircle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 44px;
    transition: .5s;
}
.faqLinkRotate:before {
    transform-origin: center center;
    transform:translateY(-50%) rotate(90deg);
}

.order-desc__block-wrap,
.quality-desc__block-wrap,
.deadlines-desc__block-wrap,
.price-desc__block-wrap {
    width: 1200px;
    height: 600px;
    overflow: hidden;
    margin: 40px auto;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    transition: .5s;
    /* display: none; */
}
.blockHeight {
    height: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.order-desc__block,
.quality-desc__block,
.deadlines-desc__block,
.price-desc__block {
    overflow-y: auto;
    padding-right: 70px;
    height: 100%;
}
/* END FAQ BLOCK */

/* price block */
.main-price {
    position: relative;
    height: 100%;
}
.main-price:before {
    content: "";
    position: absolute;
    bottom: -97px;
    left: 0;
    display: block;
    width: 600px;
    height: 720px;
    background-image: url(images/terminal-girl.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.price-wrap {
    height: 700px;
    overflow-y: hidden;
    width: 100%;
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}
.priceTable {
    overflow-y: auto;
    height: 100%;
    display: block;
    overflow-x: hidden;
    width: 100% !important;
}

table tr:nth-child(1) th {
    position: sticky;
    top: 0;
    background-color: #EB5857;
}

table tr:nth-child(1n + 2) th {
    position: sticky;
    top: 86px;
    background-color: #2B4F91;
    z-index: 1;
    max-width: 100%;
}
table tr:nth-child(1) th span {
    color: #fff !important;
}
table tr:nth-child(1n + 2) th span {
    color: #fff;
}
table th, table td {
    border-bottom: 1px solid #ddd;
    padding: 15px;
  }
    table td:last-child {
      display: none;
  }
/*      table td:nth-child(6) {
      display: none;
  }*/
  table tr:first-child th:last-child {
      display: none;
  }
  tbody {
	width: 100%;
	display: block;
}