.prices-table{border-radius:12px;text-align:left;overflow:hidden}.prices-table__row{height:48px;line-height:1.2;background-color:var(--c-white)}@media screen and (max-width:690px){.prices-table__row{font-size:14px}}.prices-table__row:not(:last-child){border-bottom:1px solid var(--c-grey)}.prices-table__td{padding:12px 16px}@media screen and (max-width:500px){.prices-table__td{padding:7px 10px}}.prices-table__item{width:37%}@media screen and (max-width:690px){.prices-table__item{width:calc(50% - 50px)}}@media screen and (max-width:500px){.prices-table__item{width:calc(50% - 40px)}}.prices-table__item-included{width:26%}@media screen and (max-width:690px){.prices-table__item-included{width:100px}}@media screen and (max-width:500px){.prices-table__item-included{width:80px;padding-right:0px}}.text-action{color:var(--c-text)}.tab-box{background-color:var(--c-white);padding:8px;border-radius:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.tab-box-scroll{overflow:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(100% + 16px)}.tab-box .tab-button{width:auto;padding:0 20px;height:40px;border-radius:8px;color:var(--c-text);background-color:var(--c-white);cursor:pointer;-webkit-transition:0.4s ease-in-out;transition:0.4s ease-in-out}.tab-box .tab-button:hover{color:var(--c-black)}.tab-box .tab-button.active{cursor:default;color:var(--c-white);background-color:var(--c-black)!important}@media screen and (max-width:690px){.tab-box .tab-button{font-size:14px}}.white .tab-box{background-color:var(--c-grey2);border:1px solid var(--c-grey)}.white .tab-box .tab-button{background-color:var(--c-grey2)}.tab-item-element:not(.open){display:none}.calculator{padding-top:80px;padding-bottom:80px}.calculator-box{position:relative}.calculator .tab-item-box{-webkit-transition:0.4s ease-in-out;transition:0.4s ease-in-out;opacity:1}.calculator .tab-item-box:not(.open){opacity:0;pointer-events:none}.calculator .tab-item-box.tab1{position:absolute;width:100%;height:100%;top:0;left:0}.calculator .element-title{color:var(--c-text)}.calculator .table{width:calc(50% - 12px)}@media screen and (max-width:690px){.calculator .table{width:100%;margin-bottom:40px}}.calculator .table .prices-table{-webkit-box-shadow:0px 6px 24px rgba(98,102,125,0.1);box-shadow:0px 6px 24px rgba(98,102,125,0.1)}.calculator .table .prices-table__item-trafic{width:48%}@media screen and (max-width:970px){.calculator .table .prices-table__item-trafic{width:calc(74% - 115px)}}@media screen and (max-width:690px){.calculator .table .prices-table__item-trafic{width:calc(100% - 215px)}}@media screen and (max-width:500px){.calculator .table .prices-table__item-trafic{width:calc(100% - 195px)}}.calculator .table .prices-table__item-volume{width:74%}@media screen and (max-width:970px){.calculator .table .prices-table__item-volume{width:calc(100% - 115px)}}@media screen and (max-width:970px){.calculator .table .prices-table .price{width:115px}}.calculator .table .discount span{color:var(--c-white);font-size:14px;font-weight:600;background-color:var(--c-black);width:53px;height:24px;border-radius:8px}.calculator .calculate-column{width:519px;max-width:calc(50% - 12px)}@media screen and (max-width:1000px){.calculator .calculate-column{max-width:calc(50% - 36px)}}@media screen and (max-width:690px){.calculator .calculate-column{max-width:100%;width:100%}}.calculator .calculate-column .input-box{position:relative}.calculator .calculate-column .input-box span{position:absolute;left:68px;top:16px;display:none;pointer-events:none}.calculator .calculate-column .input-box.activ span{display:block}.calculator .calculate-column input{padding:16px}.calculator .calculate-column label{font-size:12px;margin-bottom:4px}.calculator .calculate-column .price-row .muted,.calculator .calculate-column .price-row .price{color:var(--c-text)}.calculator .calculate-column .price-row .discount{color:var(--c-black)}.calculator .calculate-column .price-row span:not(.muted){font-weight:600}.calculator .result-element .calculate-column{width:100%}.calculator .result-card{max-width:calc(50% - 12px);background-color:rgba(255,255,255,0)!important}@media screen and (max-width:690px){.calculator .result-card{max-width:100%;width:100%}}