@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "SegoeUISemiBold";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*/ Miscellaneous
 ---------------------------------- */
 .pr-10 {
     padding-right: 10px;
 }
.mt-20 {
    margin-top: 20px;
}
.space-bottom {
    padding-bottom: 20px;
}
.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
/*Forms
 ----------------------------------*/
 .form-control {
     border-radius: 0;
     background: #ffffff;
     height: 40px;
     padding-right: 30px;
     border-color: #acacac;
     color: #666666;
     position: relative;
     -webkit-appearance: none;
     -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
     box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
 }
.form-control::-webkit-input-placeholder {
    color: inherit;
}
.gray-bg .form-control,
.header-top-dropdown .form-control,
.header-dropdown .form-control,
#footer.light .form-control {
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
    border-color: #f1f1f1;
    background-color: #ffffff;
}
label ~ .form-control-feedback {
    top: 25px;
}
.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    top: 0;
}
/*Pricing tables
 ----------------------------------*/
 .pricing-tables {
     margin: 60px 0 0;
 }

/*Animate.cs*/
 .animated {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
 }
/*custom.cs*/
 .modal-header .price {
     color: #fff;
 }

.pricing-bg-colored .pricing:hover {
    background: transparent;
}
@media screen and (min-width: 992px) {
    .button_tight_top {
        margin: 0;
    }
}

.button_tight_top{
    font-size: 15px;
}
.pricing-bg-colored .pricing:hover li i.fa-custom-round{
    background: #fff;
    color:inherit;
}
.fa-custom-round{
    font-size: 70%;
    color: #fff;
    background: #b9b9b9;
    padding: 5px 6px;
    border-radius: 20px;
    float: left;
    margin-right: 10px;
}
.d-none{
    display:none;
}
/*pricing_tables.cs*/
 .no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
     padding: 0;
 }
.pricing {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #eee;
}
.pricing:hover {
    box-shadow: 0 0 15px #b5b5b5;
}
.pricing:hover h4 {
    color: #3d78d8;
}
.pricing-head {
    text-align: center;
}
.pricing h3, .pricing h4 {
    margin: 0;
    line-height: normal;
    font-weight: bold;
}
.pricing-head h3 {
    color: #fafafa;
    padding: 12px 2px;
    background: #3d78d8;
    border-radius: 3px 3px 0 0;
}
.pricing-content-compact {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.pricing-content li:last-child{
    border-bottom: 0;
}
.pricing-content-compact li {
    display: flex;
    align-items: center;
    color: #888;
    font-size: 14px;
    min-height: 50px;
    padding:0;
    margin: 3px 15px;
    border-bottom: dashed 1px #e6e6e6;
}
.pricing-content-compact li:not(:first-child) {
    flex-wrap: wrap;
}

/*Pricing Foote*/
 .pricing-footer {
     color: #777;
     font-size: 11px;
     line-height: 17px;
     text-align: center;
     padding: 0 20px 19px;
     border-radius: 0 0 3px 3px;
 }
/*Pricing Activ*/
 .price-active, .pricing:hover {
     z-index: 9;
     margin-top: -15px;
 }
.no-space-pricing {
    padding: 0 15px;
}
/*Pricing Table Colored Background Version
 -----------------------------------*/
 .price-active, .pricing-bg-colored	.pricing:hover {
     margin-top: 0;
 }
.pricing-bg-colored .pricing {
    overflow: hidden;
}
.pricing-bg-colored .pricing {
    border: 1px solid #e6e6e6;
}
/*.pricing-bg-colored .pricing:hover {
     background: #3d78d8;
 */
  .pricing-bg-colored2 {
      background: #ffffff;
  }
    /*.pricing-bg-colored .pricing:hover li, .pricing-bg-colored .pricing:hover li i, .pricing-bg-colored .pricing:hover .pricing-head p {
     color: #fff;
 */
  .pricing-bg-colored .pricing:hover li .b-check-c{
      background: #ff9728;
        /*color:  white*/
  }
        /*.pricing-bg-colored .pricing-head i {
     color: #3d78d8;
     padding-top: 20px;
     margin-top: 10px;
 */
  .pricing-bg-colored .pricing-head p {
      color: #777;
      line-height: 17px;
      text-align: center;
      padding: 0 20px 19px;
      border-radius: 0 0 3px 3px;
      border-bottom: 1px solid #F5F9E7;
  }
.pricing-bg-colored h3 {
    border-bottom: 1px solid #fff;
}
.pricing-bg-colored h4 {
    color: #999;
    font-size: 70px;
    padding: 5px 0 15px;
    background: #f1f1f1;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 #fff;
}
.pricing-bg-colored .pricing:hover h4 {
    background: #fff;
}
.pricing-bg-colored h4 i {
    top: -8px;
    font-size: 28px;
    position: relative;
}
.pricing-bg-colored h4 span {
    /*top: -10px*/
display: block;
    /*margin-top: 5px*/
font-size: 14px;
    position: relative;
}
.pricing-bg-colored .pricing-footer {
    padding: 2px 0 20px;
}
.btn-pricing {
    padding: 1px 2px;
    height: 27px;
    font-size: 15px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    color: white;
    background-color: #3d78d8 ;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
    /*Pricing Pag*/
    .price-active, .pricing:hover {
    margin-top: 0;
}
    .no-space-pricing [class^="col-"], .no-space-pricing [class*=" col-"] {
        padding: 10px;
    }
    /*End Pricing Pag*/
}
        /*main_button.cs*/
 .btn-dark{
     border-radius:10px;
     text-transform: none;
 }
.btn-dark {
    color: #f1f1f1;
    background-color: #333333;
    border-color: #333333;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    color: #ffffff;
    background-color: #666;
    border-color: #666;
}
.b-check{
    background: #3d78d8;
    color: white;
    padding: 5px 5px;
    border-radius: 20px;
    float: left;
    margin-right: 10px;
}
.b-check.tooltipster{
    cursor:pointer;
    margin-top:-15px;
    float:right;
    padding: 5px 9px;
    max-width:50px;
}
.b-check-c{
    background: #3d78d8;
    color: white;
    padding: 0 10px;
    border-radius: 20px;
    margin-right: 3px;
    margin-left: 3px;
}
.segoe_ui_semi{
    font-family: "SegoeUISemiBold";
    font-size: -webkit-xxx-large;
}
.segoe_ui_reg{
    font-family: "SegoeUIRegular";
}
.segoe_ui_bold{
    font-family: "SegoeUIBold";
}
.tarrif li{
    padding: 10px;
}
.tarrif li:hover .b-check{
    background-color: #ff9728;
}
.pricing-content  li {
    vertical-align: middle;
    height: 50px;
}
.pricing-bg-colored .pricing-footer {
    padding: 2px 0 0;
    margin-bottom: 0;
}
.trans .pricing-footer h4{
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.pricing-footer h4{
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.pricing-bg-colored h4 {
    margin-bottom: 0;
}
.pricing-bg-colored .pricing:hover h4 {
    background: #f1f1f1;
    color: #ff9728;
}
.pricing:hover .pricing-head.my h3 {
    background: #ff9728;
}
.pricing-bg-colored .pricing:hover {
    background: transparent;
}
.text-tariff{
    font-family: "SegoeUIRegular";
    font-size: 35px;
    text-align: center;
    line-height: 1;
    color:#222;
    @media (max-width: 992px) {
        font-size: 25px;
    }
}
        /*animations.cs*/
@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}
.pricing-bg-colored .tarif_lite{
    padding-bottom: 1px;
}
.pricing-bg-colored .tarif_lite span{
    margin-top: 0;
}
.col-sm-6-custom{
    width: 20%;
    @media (max-width: 992px) {
        width: 50%;
        float: left;
    }
    @media (max-width: 768px) {
        width: 100%;
    }
}
.pricing-head, .btn-pricing, .info_span_smart{
    background-color: #3d78d8;
}
.info_span_smart{
    position: absolute;
    top:50%;
    right: 0;
}
.pricing:hover .btn-pricing,
.pricing:hover .info_span_smart {
    background-color: #ff9728;
    color: white;
}
.tariff-price{
    height: 125px;
}
.pricing-footer h4.tariff-price-tr{
    height: 140px;
    padding-bottom: 0;
}
.pricing .extra-main-price{
    font-size: 18px;
}
.pricing .extra-main-price i.fa-dollar{
    font-size: 16px;
    top: 0;
}
.pricing-extra{
    height: 315px;
}
.pricing-extra-tr{
    height: 390px;
}
.pricing-extra li,
.pricing-extra-tr li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.pricing-description{
    height: 210px;
}
.pricing-info{
    height: 160px;
}
.price-attention{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.calc-sums{
    background-color:#f1f1f1;
    margin-top:15px;
}
.calc-sums-item{
    line-height: 17px;
    text-align: center;
    padding: 20px ;
    font-size: 11px;
}
.calc-sums-item h4{
    color: #777;
    font-size:40px;
}
.calc-sums-item h4>span:last-child{
    top: -10px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    position: relative;
}
.calc-sums-item i{
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
.currency{
    display: flex;
    gap: 20px;
    align-items: center;
}
.currency label{
    margin-bottom: 0;
}
.currency select.currency-select{
    padding: 6px 30px 6px 12px;
}