html{
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 210px;
}

body,html{
    overflow-x: hidden;
    padding-right:0px !important;
    background: linear-gradient(90deg, #11998E 0%, #38EF7D 100%);
}
button:active, button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0 !important;
}
a:active, a:focus { outline: none; }
a {
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
}
.form-control:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*----------------header-----------------------*/
header{
    padding: 15px 0 5px;
    width: 100%;
    background: #F2F2F2;
}
.block-navbar{
    float: right;
    display: inline-block;
}
.block-navbar_ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.block-navbar_ul li{
    display: inline-block;
    padding: 5px 10px 5px;
}
.block-navbar_ul-svg{
    fill:#828282;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.block-navbar_ul-svg:hover{
    fill:#139E8D;
}
.block-navbar_ul-svg.active {
    fill:#139E8D;
}
/*---------------------------------------*/
.menu{
    float: right;
    position: relative;
    z-index: 2060;
}
.btn-success{
    background: #139E8D;
    border-radius: 5px;
    border-color: #139E8D;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.btn-success:hover{
    background: #0B8677;
    border-color: #0B8677;
}
.btn-close{
    display: none;
}
.menu-content{
    display: none;
    position: absolute;
    right: 0;
    min-width: 303px;
    margin-top: 4px;
    background: #FFFFFF;
    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    z-index: 9999;
}
.menu-content-nav li a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #11998E;
}
.menu-content-nav li.login-for-menu {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #314e4c;
}
.transform {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.transform-active {
    display: block;
}

.btn-success-border{
    background: none;
    border: 2px solid #11998E;
    box-sizing: border-box;
    border-radius: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #11998E;
    padding: 8px 20px;
    margin-top: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.btn-success-border:hover{
    color: #11998E;
}
.btn-success-border-white{
    text-decoration: none;!important;
    background: none;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 20px;
    margin-top: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.collapse_img{
    width: 50px;
    margin: 13px 6px 2px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.collapse_img:hover{
    opacity: 0.5;
}
.btn-menu{
    padding: 7px 28px 6px;
    margin-left: 20px;
}
.btn-menu img{
    margin-top: -3px;
    margin-right: 10px;
}
.icon-xs{
    display: none;
}
.menu-content-nav{
    margin-bottom: 20px;
}
/*--------------------------------------*/
.container-body{
    padding: 16px 0 15px;
    text-align: center;
    min-height: 600px;
}
.form-content{
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 5px #11998E;
    border-radius: 10px;
    padding: 22px 35px 40px;
    max-width: 544px;
    width: 100%;
    display: inline-block;
    margin: 24px auto 100px;
}
.form-content_img{
    margin-bottom: 32px;
}
.form-content h3:not([class*="popover-title"]){
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 32px;
}
.form-content_label{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 14px;
 }
.border-red {
    border: 1px solid #FF0000 !important;
}
.input-group-addon{
    border: none;
    background: none;
    padding: 0;
}
.input-group-btn{
    padding: 4px 5px 0 10px;
    text-align: left;
}
.input-group_width{
    display: inline-block;
    width: 287px;
    height: 41px;
    background: #F2F2F2;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
}
.form-control-border{
    border: none;
    background: none;
    box-shadow: none;
    margin-top: 2px;
    padding-left: 3px;
}
.search-account{
    position: relative;
    display: inline-block;
}
.search-account_total{
    position: absolute;
    left: 0;
    right: 0;
    top: 43px;
    background: #F2F2F2;
    box-shadow: 0px 2px 5px rgba(119, 119, 119, 0.25);
    border-radius: 5px;
    display: inline-block;
    width: 287px;
    text-align: left;
    padding-bottom: 5px;
}
.transform2{
}
.search_display-none{
    display: none;
}
.transform-active2 {
    display: block;
}
.search-account_overflow{
    overflow-y: scroll;
    max-height: 220px;
}
#style-4::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
#style-4::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}
#style-4::-webkit-scrollbar-thumb {
    background-color: #828282;
}

.search-account_total-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-account_total-ul li a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #4F4F4F;
}
.search-account_total-ul .active{
    background: #E5E5E5;
}
.search-account_total-ul li a:hover{
    text-decoration: none;
}
.search-account_total-ul li{
    padding: 10px 12px;
}
.search-account_total-ul li img{
    margin-right: 15px;
}
.search-account_photo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.loading{
    animation: preloader-rotate 1.5s infinite linear;
}
@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.search-account_total-loading{
  position: absolute;
    right: 10px;
    top: -35px;
}
/*-------------------------------------footer--------------------------*/
footer{
    text-align: center;
    position: absolute;
    width: 100%;
}
footer.footer-ru{
    background-color: #F2F2F2;
}
.footer-flex {
    display: flex;
    padding: 40px 0;
}
.footer-flex a {
    color: #333333;
}
.footer-block {
    text-align: start;
}
.first-block-item {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 15px;
    display: block;
}
.footer-logo {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #43C079 !important;
    margin-bottom: 20px;
    display: block;
}
.footer-logo:hover {
    text-decoration: none !important;
    color: #207d50;
}
.special-footer-block {
    background: linear-gradient(89.78deg, #9EF9A8 0.22%, #91FFBB 99.83%);
    border-radius: 10px;
    padding: 20px 40px;
    text-align: center;
    height: fit-content;
}
.special-footer-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #243E2A;
    display: block;
}
.special-footer-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #243E2A;
    display: block;
    margin: 20px 0;
    max-width: 370px;
}
.special-to-prices {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF !important;
    padding: 10px;
    background: #139E8D;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}
.special-to-prices:hover {
    text-decoration: none !important;
}
.footer-head {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 25px;
}
.footer-link {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}
.footer-link:last-child {
    margin-bottom: 0;
}
.footer-p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 26px 0 18px;
}
.footer-a_p{
    margin-bottom: 0;
    margin-top: 26px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}
.footer-a_p a{
    color: #fff;
}
/*----------------------------------------Аккаунт------------------------------------*/
.account_photo{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-top: 4px;
}
.account_name{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 7px;
}
.account_nick{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.btn-slide{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 12.5px;
    padding: 4px 19px;
}
#myCarousel{
    width: 250px;
    display: inline-block;
}
.check-block{
    width: 100%;
    background: #F2F2F2;
    /*padding:0px 0 62px;*/
    /*margin-top: 60px;*/
}
.panel-result{
    background: #FFFFFF;
    border: 0.5px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px 20px;
    width: 350px;
    margin-bottom: 0px;
    display: inline-block;
    margin-top: -160px;
}
.btn-big{
    padding: 18px 80px;
    font-size: 18px;
}
.check-block_p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #4F4F4F;
    width: 320px;
    display: inline-block;
    margin: 45px 0 0;
}
.check-block_p-pt{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #4F4F4F;
    width: 320px;
    padding-top: 20px;
    display: inline-block;
}
.panel-result_width{
    text-align: center;
    width: 100px;
    display: inline-block;
}
.panel-result_width-number{
    margin-bottom: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #4F4F4F;
}
.panel-result_width-p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #828282;
    margin: 0;
 }
.check-block_p-pt{
    margin-bottom: 10px;
}
/*----------------------------------------Аккаунт-табы-----------------------------------*/
.nav-pills{
    display: inline-block;
    background-color: #11998E;
    border-radius: 5px;
}
.nav-pills > li > a {
    width: 270px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border: 2px solid #139E8D;
    color: #11998E;
    background: #fff;
}
.nav-pills > li + li {
    margin-left: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #11998E;
    border: 2px solid #139E8D;
    box-sizing: border-box;
}
.nav-pills > .li-left > a {
    border-radius: 5px 0 0 5px;
}
.nav-pills > .li-right > a {
    border-radius:0 5px 5px 0;
}
.nav-pills > li.disabled:hover{
    background: #ddd;

}.nav-pills > li.disabled a:focus{
    background: #ddd;
}
.nav-pills > li.disabled > a{
    background: #ddd;
    border: 2px solid #aaa;
    border-right: transparent;
}
.btn-collapse{
    background: none;
    border: none;
    padding-bottom: 0;
    margin-top: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #828282
}
.loading-block{
    margin-top: 17px;
    margin-bottom: 15px;
}
.tab-pane-p-bottom{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4F4F4F;
    padding-top: 15px;
    display: inline-block;
    width: 330px;
}
.collapse-style{
    width: 615px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 28px 15px;
    text-align: left;
}
.collapse-style-title{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #333333;
    margin-bottom: 35px;
}




.block-filters_section-content{
    display: inline-block;
    width: 520px;
    vertical-align: top;
    padding-left: 15px;
    position: relative;
}
.block-filters_section-img{
    vertical-align: top;
    width: 50px;
}
.block-filters_section-content-switch{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
}
.switch {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 50px;
}
.switch input {
    display:none;
}
.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.slider:before {
    background-color: #fff;
    bottom: 6px;
    content: "";
    height: 18px;
    left: 7px;
    position: absolute;
    transition: .4s;
    width: 18px;
}
input:checked + .slider {
    background-color: #139E8D;
}
input:checked + .slider:before {
    transform: translateX(18px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.block-filters_section-content_title{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    padding-bottom: 0px;
}
.checkbox-width{
    width: 235px;
    margin-bottom: 15px;
    display: inline-block;
}
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 2px;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-bottom: -4px;
    margin-left: -20px;
}
.checkbox-width{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
}
.radio .cr {
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    top: 25%;
    left: 20%;
}
.radio .cr .cr-icon {
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.block-filters_section_margin{
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.block-filters_section_margin-border{
    border-bottom: 0.3px solid #E4E1E1;
}
.block-filters_section-bottom{
    padding: 5px 0 10px;
    text-align: center;
}
.btn-success-big{
    padding: 17px 110px;
}

.data-event_div{
    margin: 15px auto 30px;
    width: 615px;
    display: inline-block;
}
.data-event_div span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    color: #777777;
    padding: 2px 17px;
    background: #E5E5E5;
}
.data-event_div-line{
    width: 100%;
    height: 0.5px;
    background: #777777;
    margin-top: -15px;
}
/*------------------------*/
.collapse-style-timetable{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    margin: 10px 0;
}
.block-weight{
    width: 615px;
    margin: 0 auto;
    display: inline-block;
}
.test-title{
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    text-align: left;
    margin-right: 12px;
}
.shedding{
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.test-block{
    width: 100%;
    background: #FFFFFF;
    border: 0.5px solid #E5E5E5;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.test-block-top{
    background: rgba(242, 242, 242, 0.3);
    border-radius: 10px 10px 0px 0px;
    padding: 15px 10px;
    margin-bottom: 15px;
}
.test-block-no_result{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4F4F4F;
    padding: 55px;
}
.test-block-top-1-4{
    display: inline-block;
    width: 110px;
}
.test-block-top-1-3{
    display: inline-block;
    width: 145px;
}

.test-block-top-img-left{
    margin-right: 6px;
}
.test-block-top-p_mt{
    position: relative;
    top: -15px;
}
.test-block-top-1-2{
    display: inline-block;
    width: 280px;
}
.test-block-top-p{
    padding-top: 5px;
    margin-bottom: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #4F4F4F;
}
.test-block-top-title{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 0;
    padding-top: 5px;
}
/*----------------------------------------Аккаунт-табы 4-----------------------------------*/

.data-event_div{
    margin: 15px auto 30px;
    width: 615px;
    display: inline-block;
}
.data-event_div span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    color: #777777;
    padding: 2px 17px;
    background: #E5E5E5;
}
.data-event_div-line{
    width: 100%;
    height: 0.5px;
    background: #777777;
    margin-top: -15px;
}


.block-event{
    background: #FFFFFF;
    width: 615px;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    display: inline-block;
    margin: 13px auto;
}
.block-event-addition{
    border: 2px solid #009C42;
}
.block-event-deletion{
    border: 2px solid #FF0000;
}
.block-event-addition_photo-width{
    width: 100%;
}
.block-event_top{
    text-align: left;
    margin-bottom: 15px;
}
.block-event_top-account-position{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.block-event_top-photo{
    width: 67px;
    height: 67px;
    border-radius: 40px;
}
.block-event_top-account-position_label-photo{
    position: absolute;
    right: -6px;
    bottom: -4px;
}
.block-event_top-signature{
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
    padding-top: 5px;
}
.block-event_top-signature-div{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 10px;
    display: inline-block;
}
.block-event_top-signature-div a{
    color: #0024DE;
}
.block-event_top-data{
    vertical-align: top;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #777777;
}
.span-addition{
    color: #009C42;
}
.span-deletion{
    color: #FF0000;
}
.block-photo-comment{
    border: 0.5px solid #777777;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    text-align: left;
}
.block-photo-comment-left{
    display: inline-block;
    width: 412px;
    vertical-align: top;
}
.block-photo-comment-left_top{
    display: inline-block;
    padding-bottom: 10px;
}
.block-photo-comment-left_top-photo{
    width: 54px;
    border-radius: 50%;
}
.block-photo-comment-left_top-text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    vertical-align: top;
    display: inline-block;
    padding-left: 15px;
    padding-top: 13px;
}
.block-photo-comment-left_top-text a{
    color: #0024DE;
}
.block-photo-comment-left_text{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
}
.block-photo-comment-img{
    width: 100px;
    vertical-align: top;
}
.block-notifications{
    background: #009C42;
    width: 615px;
    padding: 35px 20px;
    color: #fff;
    display: inline-block;
    margin: 13px auto;
    text-align: left;
}
.block-notifications_text{
    vertical-align: top;
    display: inline-block;
    width: 285px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 9px 15px 0 20px;
}
.block-notifications_img{
    vertical-align: top;
}
.block-notifications_btn{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #009C42;
    margin-top: 18px;
}
.block-event_a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #0024DE;
    float: left;
}
.block-event_a:hover{
    color: #0024DE;
}
.block-event_map{
    width: 100%;
    height: 345px;
    margin-top: 10px;
}
.users-width{
    text-align: center;
    width: 165px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}
.users-width_a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #0024DE;
}
.users-width_img{
    width: 100px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.photo-user-like{
    vertical-align: top;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-top: 5px;
}
.user-like-name{
    vertical-align: top;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: inline-block;
    width: 340px;
    margin-left: 15px;
    margin-top: 14px;
}
.user-like-name a{
    color: #0024DE;
}
.photo-like{
    height: 64px;
    vertical-align: top;
}
.user-like{
    margin-bottom: 12px;
}
.user-like_right{
    text-align: right;
    width: 90px;
    display: inline-block;
}
.changes-account_p{
    padding-left: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    display: inline-block;
    width: 440px;
    margin-bottom: 0;
    vertical-align: top;
    margin-top: 13px;
}
.changes-account_p-top{
    margin-top: 5px;
}
.changes-account_img{
    vertical-align: top;
}
.changes-account{
    text-align: left;
    margin-bottom: 25px;
}
.changes-account_p p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    margin-bottom: 0;
}

.download-btn{
    width: 615px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #777777;
    background: #FFFFFF;
    border: 2px solid #777777;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 15px auto 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.block-filters_section-bottom_a-modal{
    display: none;
}
.video{
    width: 564px;
}

/*-------------------------------------*/
.btn-success-big-w{
    width: 305px;
    padding: 18px;
    margin-top: 15px;
    position: relative;
}
.btn-success-big-100{
    width: 100%;
    padding: 18px;
    margin-top: 15px;
    position: relative;
}
.loading-position{
    position: absolute;
    right: 23px;
    top: 17px;
}
/*-------------------------------------*/
.test-block-row{
    padding: 10px 0;
}
.test-block-row div{
    vertical-align: top;
}
.test-block-row-photo{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    vertical-align: top;
}
.test-block-row-name{
    vertical-align: top;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #0023DD;
    margin-top: 25px;
}
.test-block-row-cell{
    vertical-align: top;
}
.test-block-row-cell-number{
    margin-top: 6px;
    display: inline-block;
    width: 65px;
    padding: 10px 5px;
    background: rgba(242, 242, 242, 0.7);
    border: 1px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #333333;
    margin-bottom: 5px;
}
.test-block-row-cell-a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #777777;
}
.text-block-private-account {
    max-width: 450px;
    margin: 0 auto 2em;
}
.shedding-mlr{
   display: inline-block;
    width: 580px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #BDBDBD;
}
.rows-wrap .shedding-mlr:last-child {
    display: none;
}

.test-block-bottom{
    border-top: 1px solid #BDBDBD;
    padding-top: 25px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.test-block-bottom-btn{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #11998E;
    background: #FFFFFF;
    border: 2px solid #139E8D;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 156, 66, 0.25);
}
.test-block-bottom-btn:hover{
    background: #C7EAE5;
    color: #11998E;
}
.test-block-row-p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #333333;
}
/*-------------------------------------*/
.test-block-body-col{
    display: inline-block;
    position: relative;
    width: 170px;
    margin:5px 10px 20px;
}
.test-block-body-col-btn{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 12px;
    background: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 12.5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    height: 27px;
    width: 140px;
    padding-top: 3px;
}
.test-block-body-col-btn:hover{
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0);
}
.shadow-block{
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180.12deg, rgba(51, 51, 51, 0) 0.11%, #333333 87.42%);
}
.test-block-body-col-p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #0023DD;
    margin-top: 9px;
}
.btn-success-pb{
    margin-bottom: 20px;
}
/*------------------настройка-------------------*/
.modal-dialog-width{
    width: 544px;
}
.modal-content{
    border-radius: 15px;
    box-shadow: none;
    border: none;
    text-align: center;
    padding-bottom: 20px;
}
.modal-header{
    border: none;
    padding: 15px 35px 0;
    position: relative;
}
.modal-title{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
    margin-top: 18px;
    margin-bottom: 17px;
}
.modal-header_close{
    position: absolute;
    right: 15px;
    top: 13px;
    opacity: 1;
}
.modal-body-p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 23px;
}
.modal-body{
    padding: 10px 20px;
}
.modal-bode-ul{
    text-align: left;
    list-style: none;
    padding-left: 0px;
    margin-left: 30px;
}
.modal-bode-ul li{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #4F4F4F;
    margin-bottom: 15px;
    padding-left: 40px;
    background: url("/img/spy30/ic_baseline-done.svg") no-repeat left center;
}
.modal-body-p a{
    color: #4F4F4F;
    text-decoration: underline;
}
.modal-body-p_error{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FF0000;
    margin-bottom: 0;
    padding-top: 9px;
}
.form-group-left{
    text-align: left;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #4F4F4F;
    width: 100%;
}
.modal-body-input{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    height: 37px;
}
.modal-body-input:focus {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    height: 37px;
}
.form-control-pl{
    padding-left: 10px;
}
.btn-none-style{
    background: none;
    border: none;
    margin-top: -4px;
    margin-right: -5px;
   padding-bottom: 10px;
}
.btn-none-style:focus{
    box-shadow: none;
}
.form-modal-w{
    width: 100%;
    max-width: 410px;
    display: inline-block;
}
.form-group-left_top{
    margin-top: 15px;
}

.modal-body-img-min{
    padding: 5px 4px;
}
.modal-body-padding{
    padding: 8px;
    text-align: left;
}

.modal-dialog-width-min{
    max-width: 354px;
    width: 100%;
}
.modal-sm {
    width: 350px;
}
.modal-photo_div{
    display: inline-block;
    padding: 15px;
    height: 105px;
    width: 107px;
    text-align: center;
    vertical-align: top;
}
.modal-photo-active{
    border: 5px solid #11998E;
    box-shadow: 0px 0px 10px 5px rgba(17, 153, 142, 0.5);
    border-radius: 50%;
}
.modal-photo{
    width: 75px;
    height: 75px;
    margin-bottom: 7px;
    display: block;
}
.modal-photo_div-a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #4F4F4F;
}
.modal-photo_div-a:hover{
    color: #11998E;
    text-decoration: none;
}
.modal-photo_div-a{
    display: none;
}
.modal-photo_div:hover .modal-photo_div-a{
    display: block;
}





.modal-body_table{
    text-align: left;
}
.modal-body_table thead th{
    border: none;
}
.modal-body_table > thead > tr > th,
.modal-body_table > tbody > tr > th,
.modal-body_table > tfoot > tr > th,
.modal-body_table > thead > tr > td,
.modal-body_table > tbody > tr > td,
.modal-body_table > tfoot > tr > td {
    padding: 8px;
    border-top: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}
.modal-body_table > thead > tr > th {
    border: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}
/*Default*/
.checkbox2{padding-left:20px}
.checkbox2 label{display:inline-block;position:relative;padding-left:5px;font-weight:400;}
.checkbox2 label::after,.checkbox2 label::before{display:inline-block;position:absolute;left:0;margin-left:-20px;margin-top:-10px }
.checkbox2 label::before{content:"";width:20px;height:20px;border:2px solid #139E8D;border-radius:2px;background-color:#fff;-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;-o-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out}
.checkbox2 label::after{width:16px;height:16px;top:0;padding-left:3px;padding-top:2px;font-size:11px;color:#555}
.checkbox2 input[type=checkbox]{opacity:0}
.checkbox2 input[type=checkbox]:focus+label::before{outline:none;}
.checkbox2 input[type=checkbox]:checked+label::after{content:url(/img/spy30/checkmark.svg)}

/* Primary */
.checkbox-primary input[type=checkbox]:checked+label::before{background-color:#139E8D;border-color:#139E8D}
.checkbox-primary input[type=checkbox]:checked+label::after{color:#fff}


.modal-footer{
    margin: 0 20px 30px;
    border-bottom: 0.5px solid #E5E4E4;
    text-align: right;
}
.modal-footer_p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 15px;
    border-top: 1px solid #BDBDBD;
    padding-top: 15px ;
}
.modal-footer_p a{
    color: #0024DE;
}
.modal-footer_p span{
    font-weight: bold;
}
.modal-footer_btn{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 38px;
    background: #139E8D;
    border-radius: 5px;
}
.modal-body_table-th_r{
    text-align: right;
}
.modal-body_table-th_l{
    width: 270px;
}
.btn-default{
    display: none;
    border: none;
    background: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #139E8D;
}
.btn-default_center{
    margin: 0 auto 15px;
    display: inline-block;
}
.form-content-padding{
    padding-right: 25px;
    padding-left: 25px;
}
/*------------------настройка2-------------------*/
.installation-top{
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 25px 40px;
    width: 347px;
    display: inline-block;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    margin: 10px auto 5px;
}
.form-content_p{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 12px;
}
.ab_timer span{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #139E8D;
}
.ab_timer {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 12px;
}
.special_price_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 16px;
}
.form-content_p span{
    font-weight: 500;
}

.form-content_error{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FF0000;
    margin-bottom: 20px;
}
.form-content-icon{
    margin-bottom: 25px;
}
.form-content-a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #87878C;
    text-decoration: none;
}
.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}
.block-left{
   text-align: left;
    width: 250px;
    display: inline-block;
    margin-bottom: 25px;
}


/* pretty radio */
.block-left-width{
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
    vertical-align: top;
    color: #139E8D;

}
label > input[type="radio"] {
    display: none;

}
label > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: #139E8D;
    position: relative;
    bottom: -1px;
}
label > input[type="radio"]:checked + * {
    color: #fff;
    background: #139E8D;
}
label > input[type="radio"]:checked + *::before {
    background: radial-gradient(#fff 0%, #fff 40%, transparent 50%, transparent);
    border-color: #fff;
}
/* basic layout */

label > input[type="radio"] + * {
    display: inline-block;
    padding: 13px 16px;
    width: 250px;
    height: 50px;
    border: 1px solid #139E8D;
    margin-bottom: 0;
}
label > .input-top[type="radio"] + * {
    border-radius: 5px 5px 0 0;
}
label > .input-bottom[type="radio"] + * {
    border-radius:0 0 5px 5px ;
}

.mt-60px {
    margin-top: 60px;
}
.pt-0px {
    padding-top: 0px;
}
.mt-10px {
    margin-top: 10px;
}
.pt-10px {
    padding-top: 10px;
}
.pb-10px {
    padding-bottom: 10px;
}
.mb-10px {
    margin-bottom: 10px;
}
.mb-15px {
    margin-bottom: 15px;
}
.mr-5px {
    margin-right: 5px;
}
.mr-10px {
    margin-right: 10px;
}
.mr-20px {
    margin-right: 20px;
}
.ml-10px {
    margin-left: 10px;
}

.likes-results-wrap .rows-wrap {
    max-height: 500px;
    overflow-y: scroll;
}

.mirror-vertically {
    transform: rotateX(180deg);
}

.max-width-100px {
    max-width: 100px;
}

.w-100pc {
    width: 100%;
}
.w-100px {
    width: 100px;
}
.w-50px {
    width: 50px;
}
@media (min-width: 768px) {
    .story-wrap {
        width: 167px;
        height: 297px;
        margin-bottom: 10px;
        overflow: hidden;
    }
}
.more-payment-options {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 509px) {
    .more-payment-options {
        max-width: 290px;
    }
}
@media (min-width: 510px) {
    .more-payment-options {
        max-width: 435px;
    }
}

@media (max-width: 767px) {
    footer .container {
        padding-top: 25px;
    }
}

.scrollbar2 {
    max-height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

img, video {
    max-width: 100%;
}

#myModal12 {
    z-index: 1049;
}

.block {
    display: block;
}

.payment-button {
    border: 1px solid #1d9e8d;
    display: block;
    width: 135px;
    height: 80px;
    float: left;
    border-radius: 5px;
    /*background-color: #f0efeb;*/
    -webkit-box-shadow: 7px 10px 5px -6px rgba(199,199,199,1);
    -moz-box-shadow: 7px 10px 5px -6px rgba(199,199,199,1);
    box-shadow: 7px 10px 5px -6px rgba(199,199,199,1);
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 80px;
    padding: 0px 10px;
}
.payment-button img {
    max-height: 100%;
}

.services-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
a.services-item, a.services-item:hover {
    color: #11998E;
}
.services-item {
    display: block;
    float: left;
    width: 100px;
    height: 100px;
}
.services-item svg {
    width: 50px;
}
.services-item .icon-wrap {
    height: 50px;
}

.analyze-select-wrap {
    height: 105px;
    width: 107px;
    float: left;
    position: relative;
}
.delete-analyze-button, .delete-temp-analyze-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    border: 1px solid grey;
    background-color: #fff;
}
.scrollbar2 .user-like {
    width: 100%;
    display: block;
}

#toTop {
    text-align: center;
    position: fixed;
    bottom: 70px;
    left: 25px;
    cursor: pointer;
    display: none;
    color: rgb(255 255 255);
    font-size: 40px;
    background-color: #27c586;
    border: 1px solid #139E8D;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 3;
}
#toTop svg {
    width: 65%;
}

iframe#omni_widget_iframe_1809-e653urby {
    bottom: 70px!important;
}



/*------------------настройка3-------------------*/
.btn-a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
   margin-top: 20px;
    text-align: center;
    color: #11998E;
}

/*---------------instashpion-tutorial------------------*/

.form-content-width-tutorial{
    background: #FFFFFF;
    box-shadow: 0 5px 20px 5px #11998E;
    border-radius: 10px;
    padding: 22px 35px 40px;
    display: block;
    margin: 24px 0 100px 0;
    float: none;
}
.form-content-width-tutorial .card{
    cursor: pointer;
}
.form-content-tutorial-text{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
}
.btn-tutorial-button{
    display: inline-block;
    text-align: left;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 25px;
    border: none;
    padding-left: 0px;
}
.level-two{
    font-size: 22px;
}
.tutorial-img{
    text-align: center;
}
.tutorial-img img{
    max-width: 500px;
}
.tutorial-list{
    list-style-type: circle;
}
.text-tutorial > .card-body{
    margin-top: 20px;
}
.tutorial-btn-header{
    text-align: left;
    display: flex;
    justify-content: space-between;
    vertical-align: center;
    margin-top: 20px;
}
.tutorial-arrow{
    display: inline-block;
    min-width: 2vh;
    min-height: 2vh;
    width: 2vh;
    height: 2vh;
}
.tutorial-arrow-rotate{
    transform: rotate(180deg);
}
.arrow-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------------------------------------------------------*/


@media (min-width: 768px) {
    .show-on-sm-only {
        display: none;
    }
}
@media (min-width: 992px) {
    .notification-period-wrap {
        text-align: right;
        padding-right: 23px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .lg-hide {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .md-hide {
        display: none;
    }
}
.change-auto-reg {
    background: #fff;
    padding: 2em;
    position: relative;
}
.change-auto-reg__content {
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 800px;
}
.revive-block__content {
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.change-auto-reg__text{
    flex: 0 0 65%;
    max-width: 75%;
    color: #11998E;
}
.revive-block__text {
    max-width: 75%;
    color: #11998E;
}
.change-auto-reg__action{
    flex: 0 0 25%;
    max-width: 25%;
}
.revive-block__action {
    max-width: 25%;
}
.change-auto-reg__close {
    position: absolute;
    width: 2em;
    height: 2em;
    right: 3em;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0;
}
.change-auto-reg__close img{
    width: 100%;
}
@media screen and (max-width: 900px){
    .change-auto-reg {
        padding-right: 4em;
    }
    .change-auto-reg__content{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .change-auto-reg__text{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1em;
    }
    .change-auto-reg__action{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .change-auto-reg__close {
        right: 1em;
        top: 1em;
        transform: none;
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.p-10px {
    padding: 10px;
}
.info-block {
    border: 2px solid #22a096;
    border-radius: 5px;
    color: #27a298;
}
.info-block a, .info-block a:hover, .info-block a:focus {
    text-decoration: underline;
    color: #27a298;
    font-weight: bold;
}

.flex-tr {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 5px 0;
    border-radius: 10px;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}

.flex-tr .td {
    margin: 5px 0;
}

.vip_more_hint > .row > div {
    padding: 5px 0;
}

.table-price-vip .buyVipBtn {
    width: 100%;
    max-width: 15em;
}
.table-price-vip .infoVipBtn {
    width: 100%;
    max-width: 15em;
    margin-bottom: 20px;
    background-color: #fff;
    border-color: #0B8677;
    color: #0B8677;
}
#demo .info-vip-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}
.table-price-vip .vip_more_hint {
    background-color: white;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
}

.spy-event-container {
    max-width: 615px;
    margin: 0 auto;
}

.btn-about {
    color: #11998E;
}
.btn-about > svg {
    vertical-align: middle;
    margin-left: 7px;
}

/* AB тест модалок */




.info-widget {
    text-align: center;
}
.info-widget__media {

}
.info-widget__text {

}
.h150px {
    height: 150px;
}
.w290px {
    width: 290px;
}
.w280px {
    width: 280px;
}
.w40px {
    width: 40px!important;
}
.w30px {
    width: 30px!important;
}
.h50px {
    line-height: 50px;
    height: 50px;
}
.mb25px {
    margin-bottom: 25px;
}
.block-left-floated {
    text-align: left;
    width: 250px;
    display: block;
    float: left;
}
.block-left-width-alt {
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0;
    vertical-align: top;
}
.p5px {
    padding: 5px;
}

.analyzes-select-header {
    background-color: #DDDDDD;
    padding: 5px;
    color: #616161;
}
.green-text-part {
    color: #11998E;
}
.red-text-part {
    color: #FF0000;
}

.inactive-button, .inactive-button:focus, .inactive-button:hover {
    color: #139E8D;
    background: #ffffff;
    border: 2px solid #139E8D;
}
.active-button, .active-button:focus, .active-button:hover {
    color: #fff;
    background: #139E8D;
    border: 2px solid #139E8D;
}

@media (max-width: 500px) {
    .analyze-type-wrap .btn {
        width: 100%;
        border-radius: 4px!important;
        margin-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .test-block-top-1-3-max {
        width: 180px;
    }
}


#spy-bind-card-widget-wrap {
    background-color: #fff;
    font-size: 16px;
}

.notification-settings {
    padding: 8px;
    border-top: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

#notification-period {
    border-color: #1d9e8d;
    border-width: 2px;
    font-size: 12px;
    padding: 6px;
    border-radius: 2px;
}


.update-feed-btn {
    min-width: 238px;
    min-height: 46px;

    background: rgba(19, 158, 141, 1);
    box-shadow: 0px 2px 4px rgba(0, 156, 66, 0.25);
    border-radius: 10px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    text-align: center;
    color: rgba(255, 255, 255, 1);
}
.update-feed-btn.dots-loading {
    width: 360px;
}
.update-feed-btn:hover, .update-feed-btn:focus {
    color: rgba(255, 255, 255, 1);
    background: rgba(19, 158, 141, 1);
}
.update-feed-btn.disabled {
    color: rgba(255, 255, 255, 0.75);
    background: rgba(19, 158, 141, 0.5);
}
.feed-update-stats {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    /* identical to box height */

    text-align: center;

    color: #333333;
    background: #FFFFFF;
    border: 1px solid #8A8585;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    line-height: 25px;
}
@media (min-width: 767px) {
    .feed-update-stats {
        width: 615px;
        margin: 0 auto;
    }
}
.next-update-timer-wrap {
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 10px;
    line-height: 35px;
    padding: 3px;
}

.dots-loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite;
}

@keyframes loading {
    60%  { text-shadow: 0.35em 0 0 currentColor; }
    100% { text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor; }
}

.promo-btn-wrap {
    position: fixed;
    bottom: 65px;
    right: 50px;
    width: 100px;
    height: 159px;
}
.promo-btn-wrap img {
    max-width: 100%;
    max-height: 100%;
}
.promo-btn-wrap .promo-btn-title-wrap {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.promo-btn-wrap .promo-btn-timer-wrap {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #fff;
}
.promo-btn-wrap .promo-btn-icon-wrap {
    margin-top: 5px;
    margin-bottom: 5px;
}
.promo-btn-vip-wrap .promo-btn-icon-wrap {
    border: 3px solid #00CD71;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 7px;
}
.promo-btn-premium-wrap .promo-btn-icon-wrap {
    background: #000000;
    border-radius: 10px;
    padding: 8px;
}
.promo-btn-vip-wrap .promo-btn-timer-wrap {
    background: #00CD71;
    border-radius: 10.5px;
}
.promo-btn-premium-wrap .promo-btn-timer-wrap {
    background: #333333;
    border-radius: 10.5px;
}
.promo-btn-self-analyze-wrap .promo-btn-timer-wrap {
    background: #C70B6C;
    border-radius: 10.5px;
}
.promo-btn-premium-wrap .btn-icon {
    width: 83px;
    height: 83px;
}
.promo-btn-vip-wrap .btn-icon {
    width: 85px;
    height: 85px;
}

#self-analyze-promo-modal .modal-header {
    height: 245px;
    background: radial-gradient(76.07% 90.63% at 0% 100%, #FDDB86 1%, rgba(240, 105, 66, 0) 100%), radial-gradient(74.61% 74.61% at 22.02% 100%, #FFAD05 13%, rgba(255, 63, 0, 0) 100%), linear-gradient(159.86deg, #4263DF 5.92%, rgba(213, 53, 133, 0) 77.32%), #E11B7E;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}
#vip-promo-modal .modal-header {
    height: 222px;
    background: #00CD71;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}
#self-analyze-promo-modal .modal-title {
    color: #FFFFFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    line-height: 21px;
}
#premium-promo-modal .modal-title {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
}
#vip-promo-modal .modal-title {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
#self-analyze-promo-modal .order-btn {
    width: 268px;
    height: 40px;

    background: radial-gradient(76.07% 90.63% at 0% 100%, #FDDB86 1%, rgba(240, 105, 66, 0) 100%), radial-gradient(74.61% 74.61% at 22.02% 100%, #FFAD05 13%, rgba(255, 63, 0, 0) 100%), linear-gradient(159.86deg, #4263DF 5.92%, rgba(213, 53, 133, 0) 77.32%), #E11B7E;
    border: 0.5px solid #BDBDBD;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
#self-analyze-promo-modal .modal-body {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

#premium-promo-modal .modal-content {
    background: #171717;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
}
#premium-promo-modal .order-btn {
    width: 268px;
    height: 40px;

    background: #EDCC6F;
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #171717;
}

#vip-promo-modal .order-btn {
    width: 268px;
    height: 40px;

    background: #00CD71;
    box-shadow: 0px 4px 10px rgba(0, 149, 246, 0.25);
    border-radius: 3px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.vip-service-icon-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}
.vip-service-title-wrap {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;

    color: #000000;
}
.vip-service-desc-wrap {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.vip-service-wrap {
    min-height: 190px;
}

a.dismiss-white-btn, a.dismiss-white-btn:hover {
    color: #fff;
}
a.dismiss-grey-btn, a.dismiss-grey-btn:hover {
    color: #333;
}

#vip-promo-modal, #premium-promo-modal, #self-analyze-promo-modal {
    z-index:9999;
}

.container-320 {
    max-width: 320px;
}
.quiz-block-wrap {
    margin-bottom: 40px;
}
.quiz-block {
    height: 195px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    padding: 15px 20px 14px 20px;
}
.quiz-block .block-title {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.quiz-block .block-description {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}
.quiz-block .step1-wrap {
    padding-top: 20px;
}
.btn-quiz, .btn-quiz:hover, .btn-quiz:focus {
    padding: 10px 20px;
    background: #51D39D;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;

    font-size: 14px;
    line-height: 16px;

    color: #FFFFFF;
}

button.close:hover, button.close:focus {
    opacity: 1!important;
}


.telegram-settings-wrap.disabled label::before {
    border: 2px solid #8B8B8B   ;
}


.card-bind-fake-users {
    margin: 20px 0;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FF8C3F;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-bind-fake-users span {
    margin-left: 7px;
}
.order-card-tariff_body {
    padding: 15px;
}
.order-card-tariff_content {
    display: inline-flex;
}
.order-card-tariff_content h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    margin-top: 0;
    text-align: left;
}
.order-card-tariff_img {

}

.order-card-tariff_img img{
    width: 72px;
    margin-right: 15px;
}

.order-card-tariff{
    margin: 20px auto;
    max-width: 287px;
    border-radius: 10px;
    color: #ffffff;
    height: 165px;
}

.order-card-tariff.black{
    background-color: #000000;
}
.order-card-tariff.green{
    background-color: #00CD71;
}

.order-card-tariff_title.sub-title{
        margin-top: -10px;
        text-align: left;
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
}

.order-card-tariff_title.price{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}

.order-card-tariff_actions{
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
}
.order-card-tariff_link{
    margin-right: 20px;
}
.order-card-tariff_link.black a{
    color: #F2C94C;
}
.order-card-tariff_button.black a{
    background: #EDCC6F;
    color: #000000;
}

.order-card-tariff_link.green a{
    color: #FFFFFF;
}
.order-card-tariff_button.green a{
    background: #FFFFFF;
    color: #139E8D;
}

#offerPremiumModal .modal-content {
    background: #000000;
}
#offerPremiumModal .modal-title {
    color: #ffffff;
}
#offerPremiumModal .modal-body-p {
    color: #ffffff;
    font-size: 16px;
}
#offerPremiumModal .modal-body-ul {
    display: table;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 300;
    line-height: 21px;
}
#offerPremiumModal .modal-body-ul li{
    text-align: left;
}

#offerPremiumModal .btn-success-big-w{
    background: #EDCC6F !important;
    color: #000000 !important;
}

#offerPremiumModal .modal-footer-no a{
    color: #ffffff;
}
#offerVIPModal .modal-footer-no a{
    color: #000000;
}
.modal-footer-no{
    margin-top: 15px;
    margin-bottom: -10px;
}

#offerVIPModal .modal-header{
    background: #00CD71;
    border-radius: 15px 15px 0 0;
}
#offerVIPModal .modal-title{
    color: #ffffff;
}
#offerVIPModal .btn-success-big-w{
    background: #00CD71 !important;
    color: #ffffff !important;
    border: none !important;
}
#offerVIPModal .vip-order-modal__services{
    font-family: 'Roboto';
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
#offerVIPModal .vip-order-modal__service{
    max-width: 150px;

    margin: 5px 15px;
}
@media (max-width: 767px) {
    #offerVIPModal .vip-order-modal__service{
        margin: 0 0 15px 0 !important;
    }
    .info-widget_header.hot-offer{
        flex: 0;
    }
}
#offerVIPModal .vip-order-modal__service.img{

}
#offerVIPModal .vip-order-modal__service.title{
    font-weight: 600;
    font-size: 16px;
    margin: 14px 0;
}
#offerVIPModal .vip-order-modal__service.sub-title{

}

footer.footer-en {
    background-color: #F2F2F2;
    min-height: 273px;
}

.modal__title {
    display: block;
    width: 100%;
    max-width: 466px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #4f4f4f;
}

.modal__socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 18px 0 29px;
    padding: 0;
    list-style: none;
}

.modal__socials li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 25px 0 0;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
}

.modal__socials li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px rgba(11, 134, 119, 1);
    z-index: 1;
}

.modal__socials li:last-child {
    margin-right: 0 !important;
}

@media (min-width: 769px) {
    .modal__socials li {
        width: 75px;
        height: 75px;
    }
}

.modal__socials img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.modal__note-msg {
    display: block;
    position: absolute;
    width: 223px;
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 12px));
    margin-top: -5px;
    opacity: 0;
    text-align: left;
    font-family:'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #f2f2f2;
    text-transform: none;
    padding: 8px 10px 9px 11px;
    background-color: #4f4f4f;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    transition: opacity .3s ease-out, margin-top .3s ease-out;
    z-index: -1;
}

.modal__note-msg::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -21px;
    border: 11px solid transparent;
    border-top: 11px solid #4f4f4f;
    transform: translateX(-50%);
}

.modal__socials li.show .modal__note-msg {
    opacity: 1;
    margin-top: 0;
    z-index: 10;
}

.posr {
    position: relative;
}

.logo_header-custom {
    display: block !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 15px;
    width: 100px;
}

@media (min-width: 768px) {
    .logo_header-custom {
        transform: translateY(-30px);
        margin-left: 0;
        width: 120px;
    }
}

@media (min-width: 1200px) {
    .logo_header-custom {
        transform: translateY(-40px);
        width: 165px;
    }
}

.logo_footer-custom {
    width: 120px;
    margin-bottom: 10px;
    margin-top: -25px;
}

@media (min-width: 768px) {
    .logo_footer-custom {
        width: 140px;
        margin-top: -5px;
        margin-bottom: 0;
    }
}

.trustpilot__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 24px 0;
}

.trustpilot__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 104px;
    width: 210px;
    text-decoration: none !important;
}

.trustpilot__caption {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 16px;
}

.trustpilot__raiting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.trustpilot__arrs {
    display: flex;
    align-items: center;
}

.trustpilot__count {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.trustpilot__arrow {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
}
.trustpilot__arrow_active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32' fill='none'%3E%3Cpath d='M32.25 0H0V32H32.25V0Z' fill='%2373CF11'/%3E%3Cpath d='M16.125 21.5666L21.0297 20.3332L23.0789 26.5999L16.125 21.5666ZM27.4125 13.4666H18.7789L16.125 5.3999L13.4711 13.4666H4.83752L11.825 18.4666L9.17112 26.5332L16.1586 21.5332L20.4586 18.4666L27.4125 13.4666Z' fill='white'/%3E%3C/svg%3E");
}

.trustpilot__arrow_passive {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32' fill='none'%3E%3Cpath d='M33 0H0.75V32H33V0Z' fill='%23DCDCE6'/%3E%3Cpath d='M16.875 21.5666L21.7797 20.3332L23.8289 26.5999L16.875 21.5666ZM28.1625 13.4666H19.5289L16.875 5.3999L14.2211 13.4666H5.58752L12.575 18.4666L9.92112 26.5332L16.9086 21.5332L21.2086 18.4666L28.1625 13.4666Z' fill='white'/%3E%3C/svg%3E");
}

.bind-card__due-today {
    display: flex;
    padding: 18px 22px;
    background-color: white;
    margin: 0 auto 18px;
    border-radius: 5px;
    color: #139E8D;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    width: 297px;
    justify-content: space-between;
}

.bind-card__cost-per-day {
    display: flex;
    margin: 0 auto 15px;
    width: 265px;
    justify-content: space-between;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #333333;
}

.bind-card__after-week {
    margin: 10px auto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #87878C;
}

.new-year-container {
    padding: 0;
    height: 90px;
    background-color: #350F54;
}
.alert-header-panel.new-year-en {
    background-image: url("/img/new-year/en/new-year-sale_1440.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    height: 90px;
}
@media (max-width: 768px) {
    .alert-header-panel.new-year-en {
        background-image: url("/img/new-year/en/new-year-sale_768.png");
    }
}
@media (max-width: 320px) {
    .alert-header-panel.new-year-en {
        background-image: url("/img/new-year/en/new-year-sale_320.png");
    }
}
.rate-div-price-old {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: line-through;
    /*color: #000000;*/
    margin: 0;
}

#myModal19 .modal-body-p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #333333;
    margin-bottom: 32px;
}
#myModal19 .btn-success-big-w {
    width: 100%;
}
#myModal19 .error {
    color: red;
}
#myModal19 .square {
    border: 2px solid #11998E;
    border-radius: 0.15em;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: -35px;
    vertical-align: middle;
    font-size: 22px;
    background: #fff;
}
#myModal19 .agree-text {
    width: 80%;
    display: inline-block;
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}
#myModal19 .agree-text a {
    color: #11998E;
}
#myModal19 .error {
    text-align: center;
    font-weight: normal;
}
