html {
    height: 100%;
}
body {
    position: relative;
    background: #fafafa;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    min-height: 100%;
    padding-bottom: 160px;
    box-sizing: border-box;
}

.clear:after {
    content: ' ';
    display: block;
    float: none;
    clear: both;
    height: 0;
    visibility: hidden;
}

.site-content{
    min-height: 500px;
    padding-top: 60px;
}
.left {
    float: left;
}

.right {
    float: right;
}

.bg-box {
    width: 100%;
    margin: 0 auto;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;  
}
.btn {
    padding: 10px;
    color: white;
    background-color: #11906d;
    text-decoration: none;
    display: inline-block;
}
.btn:hover {
    background-color: #14a77e;
}
.animation {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.text{
    font-size: 17px;
    padding: 5px;
}
.italic{
    font-size: 18px;
    font-style: italic;
    padding: 5px;
}
.footer{
    background: #4f535b;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bold{
    font-weight: bold;
}
.white{
    background: #fafafa;
}
.gray{
    background: #f2f2f2;
}
.block{
    display: block;
    text-decoration: none;
}

.header{
    background: white;
    margin: 0px 0px;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 500;
    box-shadow: 0 3px 4px -2px rgba(0,0,0,0.36);
}
.header-logo{
    padding-left: 0px;
    margin-top: 10px;
}
.header-menu{
    margin-right: 0px;
    display: inline-block;
}

.menu-list{
    margin: 0;
    padding: 0;
}

.menu-list li{
    list-style-type: none; 
}
.menu-link {
    text-decoration: none;
    color: black;
    display: block;
    box-sizing: border-box;
    padding: 20px 10px;
    height: 60px;
}
.menu-link.arrow {
    padding-right: 25px;
    background: url('/images/arrow-menu.svg') no-repeat;
    background-position: right center;
    background-size: 18px;
}
.menu-link.arrow:hover {
    padding-right: 25px;
    background: url('/images/arrow-menu-hover.svg') no-repeat;
    background-position: right center;
    background-size: 18px;
}
.main-bg {
    background: url('/imgages/bg.png');
    background-color: rgba(0,0,0,.40);
    background-repeat: repeat,repeat;
    background-size: auto,auto;
    background-position: left top;
    height: inherit;
    letter-spacing: 0;
    position: relative;
    -moz-transition: background-color .5s,padding-top .5s;
    -webkit-transition: background-color .5s,padding-top .5s;
    transition: background-color .5s,padding-top .5s;
}
.menu-link:hover,
.menu-link.selected{
    padding-bottom: 27px;
    border-bottom: 5px solid #146060;
    color: #146060;
    display: inline-block;
}

.podmenu-info{
    font-size: 15px;
    display: none; 
    position: absolute;
    background-color: #fff;
    padding: 20px 25px;
    line-height: normal;
    z-index: 2;
    box-shadow: inset 0 3px 4px -2px rgba(0,0,0,0.36);
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.dropdown-row{
    width: 100%;
    text-align: center;
    padding: 8px 10px;
    color:black ;     
    font-weight: 300;
    text-decoration: none;
}
.podmenu-item{
    max-width:230px;  
}
.podmenu-link{
    margin: 10px 0;
    padding: 0;
    width: 100%;
    display: block;
    text-decoration: none;
    color: black;
}
.podmenu-link:hover{
    color: #14a77e;
}

.menu-item:hover>.podmenu-info{
    display: block;
}

.menu-demo .menu-link-inner{
    background: #14a77e;
    color: #FFF;
    padding: 5px 15px;
    border-radius: 5px;
    white-space: nowrap;
}
.menu-demo .menu-link:hover,
.menu-demo .menu-link.selected{
    border-bottom-color:  #146060;
}

.menu-youtube{
    margin-top: 18px;
    margin-left: 10px;
    min-width: 85px;
}

.banner{
    background-color: #000;
}


.content-title{
    text-align: center;
    font-size: 30px;
    padding: 10px 0px 5px 0px;
    color: black;
}
.content-text{
    text-align: justify;
    max-width: 1200px;
    margin: 0 auto;
}

.solution{
    
}
.solution-block {
    background: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 380px;
    min-height: 370px;
}
.solution-block .btn {
    background-image: url(/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px;
    display: inline-block;
    padding-right: 30px;
    background-position-x: 90px;
}
.left-align{
    text-align: left;    
}
.solution-block:hover{
    box-shadow: 0 0 4px  rgba(0,0,0,0.36);
}
.solution-block-image{
    overflow: hidden;
    max-height: 200px;
}
.solution-block-text{
    min-height: 100px;
    padding: 10px 25px 15px 25px;
}
.solution-block-title {
    color: black;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid black;
    font-size: 16px;
}
.solution-block-title:hover {
    color: #11906d;
}
.phone-number-contact {
    margin-left: 75px;
}
.contact-numbers{
    margin-top: 10px;
}
.solution-block-article{
    color:black;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}
.solution-block-link{
    margin-top: 50px;
    margin-bottom: 0px;
    color: #14a77e;
}
.solution-block-link:hover{
    text-decoration: underline;
}

.footer-content{
    padding: 15px 0px;
}
.contact-block{
    width: 140px;
    margin: 10px;
}
.contact-link{
    text-decoration: none;
    color: #cccccc;
    height: 20px;
    width: 100%;
    font-size:12px;
}
.contact-link:hover{
    color: #14a77e;
}
.contact-block li{
    list-style-type: none;   
}
.contact-title a{
    text-decoration: none;
    margin-bottom: 20px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.contact-title a:hover{
    color: #14a77e;
}
.contact-block ul{
    margin: 0;
    padding: 0;
}
.slider-text{
    word-wrap:break-word;
    margin-right: 40px !important;
}

.feedback-block{
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    text-align: center;
}
.feedback-submit{
    padding: 15px;
    width: 100px;
    color:white;
    background-color: #11906d;
    border-radius: 5px;
}
.feedback-submit:hover{
    background-color:#14a77e;
}

.feedback-button{
    margin-top: 30px;
}
.feedback-button .btn{
    font-size: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}
.feedback-form input {
    width: 100%;
    height: 40px;
    box-sizing:border-box;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    padding-left: 10px;
    margin: 5px auto;
}
.feedback-form .error {
    color: red;
}
.background{
    width: 100%;
    max-width:1920px;
    background: #FFF;
}

.feedback-title{
    background: white;
    border-radius: 40px;
    opacity: 0.7;
}

.feedback-text{
    background: white;
    padding: 10px;
    border-radius: 20px;
    opacity: 0.7;
}

.menu-icon{
    height: 60px;
    width: 65px;
    display: block;
}
.menu-icon-link{
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-left: 15px;
    background: url("/images/menu_icon.png");
    background-repeat: no-repeat;    
}
.main-icon-and-logo{
    z-index: 600;
    display: block;
    position: relative;
    background: #FFF;
}
.display-block{
    display: block !important; 
}
@media screen and (min-width: 973px) {
    .menu-icon{
        display: none;
    }
}

@media screen and (max-width: 972px) {
    .header-logo{
        padding-left: 15px;
    }
    .menu-mobile-open .menu-list{
        display: block;
    }
    .menu-list{
        display: none;
        position: absolute;
        left: 0;
        background-color: white;
        box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    }
    .menu-icon-link:active>.menu-list{
        display: block;
    }
    .menu-icon-link{
        display: block;
    }
    .menu-item{
        float: none;
    }
    .menu-link{
        height: 34px;
        padding: 0px 15px;
        width: 100%;
    }
    .menu-list li{
        max-height: 50px;
        padding-top: 10px;
    }
    .podmenu-info{
        display: none !important;
    }
    .menu-link:hover{
        padding-bottom: 0;
    }    
    .menu-link.arrow{
        background: 0;
    } 
    .menu-link.arrow:hover{
        background: 0;
    } 
    .main-icon-and-logo:after {
        content: ' ';
        display: block;
        float: none;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    .menu-youtube{
        margin-top: -5px;
        margin-bottom: 10px;
    }
}


.product-block{
    padding: 0px 0 10px 0;
}

.product-title{
    font-size: 23px;
    text-align: center;
    color: #14a77e;
    padding-bottom: 25px;
}

.product-table-header{
    font-weight: bold;
}


.product-table table{
    border: 1px solid #14a77e;
    border-collapse: collapse; 
    margin: 0 auto;
    max-width: 800px;
}

.product-table td{
    padding: 8px; 
    border: 1px solid #14a77e;
    text-align: center;
}

.product-table-pluses td{
    text-align: inherit;
}

.product-table-services{
    padding: 30px 0;
    border: 0px solid green;
    margin: 0 auto;
    max-width: 800px;
}

.product-table-services table{
    border-collapse: collapse; 
    border: none !important;
}

.product-table-services td{
    vertical-align: top;
    padding: 20px;
}

.product-table-services-line{
    border-bottom: 1px solid green;
}

.product-table-services-img{
    margin-bottom: 10px;
}

.product-table-services-img img{
    width: 350px;
}

.product-table-services-title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #4e8d6a;
}

.product-table-services-title img{
    width: 40px;
}

.product-table-advantages{
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-table-advantages-cell{
    padding: 5px;
    width: 230px; 
    text-align: center !important;
    border: none !important;  
    vertical-align: baseline; 
}

.product-table-advantages-title{
    font-style: oblique;
    font-size: 20px;
    padding-bottom: 20px;
}

.product-table-advantages td:last-child{
    border-right: 0px solid #14a77e !important;
}

.product-table-advantages img{
    width: 70px;
    padding: 10px 0;
}




.product-table-versions{
    display: flex;
    margin: 0 auto;
    border: 0px solid #14a77e;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items:  flex-start;
}

.product-table-versions-second-table td{
    padding: 5px 5px;
}

.product-table-versions-second-table thead{
    height: 56px !important;
}

.product-table-versions-second-table tbody td{
    padding: 10px 5px;
}

.product-table-versions td{
    width: 180px;
    padding: 17px 5px;
    border: 1px solid #14a77e;
    text-align: center !important;
}

.product-table-versions table{
    max-width: 600px;
    vertical-align: text-top;
    border-collapse: collapse;
}

.product-table-versions thead{
    border-bottom: 2px solid #14a77e;
    color: azure;
    font-size: 16px;
    font-weight: bold;
    background-color: #14a77e;
}

.product-table-versions tbody{
    font-size: 15px;
    font-weight: bolder;
}

.product-table-versions thead:first-child td{
    padding: 5px;
}

.popular-price{
    color: azure;
    background-color: #0ea0d0;
    font-size: 12px;
    margin: 0px;
}

.popular-td{
    vertical-align: top;
    padding: 0px !important;
}

.td-net, .td-standard, .td-auto, .td-cloud{
    padding-right: 0px;
}

.cell-net{
    margin: 0 0 0 40px;
}

.cell-standard, .cell-auto{
    margin: 0 0 0 18px;
}

.product-table-versions sup{
    font-style: oblique;
    font-size: 10px;
}

.td-cloud{
    padding: 0px !important;
    margin: 0 0 0 0;
    vertical-align: top;
}

.label-new{
    background-color: red;
    color: azure;
    font-size: 12px;
    width: 35px;
}

.footnote{
    font-size: 14px;
    color: #3b3e40;
    max-width: 1200px;
    margin: auto;
}

.footnote-detail{
    font-size: 14px;
    color: #3b3e40;
    max-width: 1200px;
    margin: auto;
}

.product-table-versions tfoot{
    font-size: 16px;
    font-weight: bold;
}

.buy-button{
    color: azure;
    background-color: #14a77e;
    border-radius: 10px;
    padding: 3px 0;
    text-decoration: none;
    cursor: pointer;
}

a.buy-button{
    max-width: 200px;  
    display: block;
}

.buy-button:hover{
    background-color: #30d0a3;
}

.by-action{
    background-color: red;
}

.by-action:hover{
    background-color: darkred;
}

.detail-button{
    color: #228B22;
    font-size: 14px;
    margin-top: 5px;
}

.detail-button a:hover{
    color: darkgreen;
}

.interview-block tr:last-child td:last-child a{
    display: block;
    height: 78px;
    padding: auto;
}

.product-table-versions tfoot td{
    vertical-align: top;
    border: none;
}

.detail-button a{
    text-decoration: none;
    color: #228B22;
}

.buy-button a{
    text-decoration: none;
    color: azure;
}




.description-version{
    width: 50px;
}

th{
    font-weight: bold;
    border: 1px solid #14a77e;
    border-bottom: 2px solid #14a77e;
    padding: 7px;
    background-color: #14a77e;
    color: azure;
}

.version-column{
    width: 80px;
}

th:first-child, td:first-child {
    text-align: left;
}

.first-column{
    font-weight: bold;
    border: 1px solid #4f535b;
    background-color: #14a77e;
    color: azure;
}

.sign-circle{
    border-radius: 15px;
    border: 0px solid #14a77e;
    background-color: #14a77e;
    height: 15px;
    width: 15px;
    margin: 0 auto;
}

.sign-x{
    font-weight: bold;
    font-size: 20px;
}

.td-number{
    font-weight: bold;
}

.product-table-license td:first-child {
    text-align: center;
}


.slide1{
    width: 100%;
    height: 100%; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.slide2{
    width: 100%;
    height: 100%; 
    background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.slide3{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.slide4{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.slide1 a, .slide2 a, .slide3 a, .slide4 a{
    text-decoration: none;
    color: white;
}

.slide1 a:hover, .slide2 a:hover, .slide3 a:hover, .slide4 a:hover{
    border-bottom: 2px solid white;
}

.phone-number a{
    color: #11906d;
    font-weight: 600;
}


.youtube-icon{
    height:50px;
    margin-top:9px;
}

.phone-icon{
    height: 15px;
    padding-top: 5px;
}

.phone-icon img{
    height: 23px;
    margin: 17px 8px 0 50px;
}


/* SLIDER START */
.slider{
    width: 100%;
}
.slider-slide-size{
    width: 100%;
}
.swiper-container{
    width:100%;
    max-width:1920px;
}

.slider-slide{
    position: relative;
}

.slider .swiper-pagination-bullet-active{
    background-color:#14AB82;
}

.slider-slide-back{
    min-height: 350px;
    background: #000;
}

.swiper-slide-active .slider-slide-back,
.swiper-slide-prev .slider-slide-back,
.swiper-slide-next .slider-slide-back{
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #000000 68%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#000000 68%);
    background: radial-gradient(ellipse at center, #ffffff 0%,#000000 68%);    
}

.slider-slide-content,
.slider-slide-image{
    position: absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    overflow: hidden;
}

.slider-slide-image{
    background-size: cover;
    opacity:0.7;    
}
.slider-slide-content{
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    padding-top: 4%;
    user-select:none;
}
.slider-slide-button{
    background: #EA7C39;
    text-decoration: none;
    color: #FFF;
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
}

.slider-slide-button:hover{
    background-color:#EC8A4F;
}
.slider-slide-logo{
    
}
.slider-slide-logo img{
    width: 30%;
    max-width: 642px;
}

.slider-slide-sublogo,
.slider-slide-header,
.slider-slide-points{
    color:#FFF;
    font-size:1.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: bold;   
    padding-left: 5px;
    padding-right: 5px;
}

.slider-slide-sublogo,
.slider-slide-logo,
.slider-slide-header,
.slider-slide-points{
    margin-bottom: 2%;     
}
.slider-slide-points-one{
    margin-bottom: 0.5%;         
}
.slider-slide-points-one:before{
     content: "✔";
     padding-right: 5px
}

.slider-slide-header{
    padding-top: 1%;
    font-size:2.2em;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    line-height: 1.2em;
}

.slider-slide-beforeButton{
    min-height: 70%;
}
.slider .swiper-button-next{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2314AB82'%2F%3E%3C%2Fsvg%3E");    
}
.slider .swiper-button-prev{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2314AB82'%2F%3E%3C%2Fsvg%3E");
}
.slider .swiper-button-next,
.slider .swiper-button-prev{
    opacity:0.5;
    transition: opacity ease-in-out 0.2s;
}

.slider .swiper-button-next:hover,
.slider .swiper-button-prev:hover{
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .slider-slide-header{
        padding-top: 0px;
        font-size:1.7em;
    }    
    @media screen and (max-width: 600px) {
        .slider-slide-points{
            display: none;
        }
        .slider-slide-header{
            font-size:1.5em;    
            padding-top: 1%;
        }
        .slider .swiper-button-next,
        .slider .swiper-button-prev{
            display: none
        }
    }
}

.slider-anim-apear1,
.slider-anim-apear2,
.slider-anim-apear3,
.slider-anim-apear4{
    transition: ease-in-out 1s;    
    opacity: 0;
}

.slider-anim-apear1{ transition-delay: 0s;}
.slider-anim-apear2{ transition-delay: 1s;}
.slider-anim-apear3{ transition-delay: 2s;}
.slider-anim-apear4{ transition-delay: 3s;}

.swiper-slide-active .slider-anim-apear1,
.swiper-slide-active .slider-anim-apear2,
.swiper-slide-active .slider-anim-apear3,
.swiper-slide-active .slider-anim-apear4{
    opacity: 1;
}

.swiper-slide-prev .slider-anim-apear1,
.swiper-slide-next .slider-anim-apear1,
.swiper-slide-prev .slider-anim-apear2,
.swiper-slide-next .slider-anim-apear2,
.swiper-slide-prev .slider-anim-apear3,
.swiper-slide-next .slider-anim-apear3,
.swiper-slide-prev .slider-anim-apear4,
.swiper-slide-next .slider-anim-apear4{
    transition: none;
}

/*/ SLIDER END */

.action-bar{
    padding: 10px;
    text-align: center;
    background: #14a77e;
    color: #FFF;
}

.action-bar-link{
    text-decoration: none;
    display: inline-block;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 5px 10px;
    border-radius: 6px;
    margin: 5px 10px;
}

.action-bar-link:hover{
    background: #FFF;
    color:#ea7c39;
}

.footer-sublinks{
    padding-top: 10px; 
    padding-bottom: 50px;
}

.footer-sublinks-one{
  float: left; 
  margin-left:10px;
  margin-right: 35px;
}

.footer-sublinks-one a{
  font-weight: 600;
  font-size: 12px;
}

.all-right-reserved{
    color: white;
}

.main-banner {
    background: url(/images/main_banner_6.png) no-repeat;
    background-position: center;
    height: 400px;
    padding-top: 100px;
    /*filter: blur(1px);
    opacity: 0.7;*/
}

.products-banner {
    background: url(/images/products-banner.png) no-repeat;
    background-position: center;
    height: 400px;
    padding-top: 100px;
}

.contacts-banner {
    background: url(/images/contacts-banner.png) no-repeat;
    background-position: center;
    height: 400px;
    padding-top: 100px;
    
}

.feedback-banner {
    background: url(/images/feedback_banner.png) no-repeat;
    background-position: right;
    height: 400px;
    padding-top: 100px;
}

.main-banner-text {
    text-shadow: 1px 1px 1px rgb(6, 4, 6);
    margin: 0 auto;
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    /*position: absolute;
    top: 150px;*/
    /*width: 100%;*/
}

@media (max-width: 972px) {
  .main-banner-text{
    top: 80px;
    font-size: 7vw;
    padding: 0 18px
    width: 90vw;
  }
}

.feedback-form-box {
    padding-top: 30px;
}

textarea.feedback-input {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    font-family: Arial;
    font-size: 16px;
    padding-top: 9px;
    padding-left: 10px;
    margin: 5px auto;
}

.yandex-map{
    
}


.contact-content-box{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
}

.contact-content-title{
    text-align: center;
    /*font-size: 35px;*/
    font-size: 4vh;
    padding: 20px 0px 20px 0px;
    color: black;
}

.contact-content-box{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
}

.contact-content-text{
    
}

.contact-form-wrap{
    text-align: center;
}


.interview-block{
    margin: 40px 0;
}

.interview-block-title{
    font-size: 18px;
    font-weight: bold;
    color: #14a77e;
    text-align: center;
    padding-bottom: 25px;
}

.interview-block-table{
    max-width: 1200px;          
}

.interview-block-table form{
    
}

.interview-block-table-title td{
    background-color: #14a77e;
    color: azure; 
    font-weight: bold;
    padding: 7px;
}

.interview-block table{
    border: 1px solid #14a77e;
    border-collapse: collapse;
}

.interview-block td{
    border: 1px solid #14a77e;
    padding: 10px;
}

.interview-block tr:last-child td:last-child{
    background-color:  #14a77e;      
    color: azure;            
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    padding: 0;
}

.interview-block tr:last-child td:last-child div{
    padding: 25px 0px 0px 0px;
}

.interview-block a{
    text-decoration: none;
    color: azure;
}

.interview-block tr:last-child td:last-child:hover{
    background-color:  #146060;      
    color: lightgrey;            
}

.interview-block td:last-child{
    text-align: center;
}

.landing{
    position: fixed;
    top: -100vh;  
    opacity: 0;
    overflow: auto;
    z-index: 700;  
    height: 100vh;
    width: 100vw;
}

.show-landing .landing{          
    transform: translateY(100vh);
    opacity: 1;
}

.main-site{
    
}

body.show-landing{
    overflow: hidden;
}

.landing-anim{
    transition: all 0.5s ease-in-out;
}

/* всплывающее окно на главной */
.main-popup,
.finance-after-signup-popup {
    position: fixed;
    top: -130vh;  
    left: 0px;
    opacity: 0;
    height: 100%;
    width: 100vw;
    z-index: 700;
}

.main-popup-content.finance-after-signup {
    height: auto;
}

.main-popup-content{
    background-color: #fafafa;
    height: 350px;
    width: 500px;
    color: #3b3e40;
    margin: 150px auto;   
    padding: 20px;
    box-shadow: 10px 10px 15px -1px rgba(0,0,0,0.31);
    
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;
}

.main-popup-button{
    background-color: #14a77e;
    color: azure;
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
}

.main-popup select{
    padding: 4px;
    margin: 10px 0px;
}

.main-popup input{
    padding: 7px; 
    box-sizing:border-box;
    margin-bottom:5px;
    width:100%;
}

.main-popup-error{
    display: none;
    color: red;
}

.main-popup-error-show{
    display: block;
}

.main-popup-button:hover{
    background-color: #30d0a3;
}

.show-main-popup {
    transform: translateY(130vh);
    opacity: 1;
}

.hide-main-popup{
    display: none;
}

.main-popup-anim{
    transition: all 0.5s ease-in-out;
}

.content-title-sub {
    font-size: 18px;
    text-align: center;
    color: #000;
}

.content-title-big {
    font-size: 66px;
    color: #11906d;
    text-shadow:1px 1px 0px rgba(255,255,255,0.5);
}

.section-title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #11906d;
    margin-top: 20px;
    text-shadow:1px 1px 0px rgba(255,255,255,0.5);
}

.tile-table {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 50px;
    border-spacing: 0px;
    border-collapse: collapse;
}

.tile-table td{
    border-right:1px solid #11906d;
}
.tile-table td:last-child{
    border-right:none;
}

.tile-table-title,
.tile-table-text {
    text-align: center !important;
}

.tile-table-title {
    font-weight: bold;
    font-size: 18px;
    color: #11906d;
    width: 300px;
    text-shadow:1px 1px 0px rgba(255,255,255,0.5);
}

.tile-table-text {
    padding-top: 10px;
    vertical-align: top;
    font-size: 16px;
    color: #000;
}

.title-table-text.cell-price {
    font-weight: bold;
}

.tile-table-buy {
    padding: 20px 10px 0 10px;
}

.tile-table-buy .buy-button {
    margin: 0 auto;
    width: 140px;
    font-size: 16px;
    text-align: center;
}

#finance_popup_form input {
    width: 488px;
}

.main-popup-content.finance {
    height: auto;
}

.finance-landing-home-ref {
    margin-top: 100px;
    margin-bottom:20px;
    text-align: center;
}

.finance-landing-home-ref a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.finance-landing{
  background: #fff url('/images/finances_back.jpg') no-repeat top center; 
  background-size:cover
}

.finance-landing .site-content{
  padding-top:0px;
  min-height:initial;
}

.finance-landing .content-title{
  padding-bottom: 0px;
}


.finance-columns:after{
   content:"";
   display:block;
   clear:both;
}

.finance-column{
   width:50%;
   float:left;
}

.finance-columns-with-form .finance-column:first-child{
   width:70%;
}
.finance-columns-with-form .finance-column:last-child{
   width:30%;
}


.finance-register-column{
   max-width:300px;
   text-align:center;
   margin:0px auto;
}

.finance-register-column input{
  width:100%;
  margin-bottom:5px;
  padding: 7px; 
  box-sizing:border-box;
}

.finance-advantages{
  list-style:none;
  font-size:16px;
  margin-top: 70px;
  margin-left: 20px;
} 

.finance-advantages li{
  margin-bottom: 10px;
}

.finance-after-signup-popup-text {
    margin-bottom: 10px;
}

.DictionaryPage{
    padding: 20px;
}
.DictionaryContent{
    display: flex;
}
.DictionaryContentBox{
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    flex: 1;
}
.ColumnDescription{
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.TypeColumn{
    max-width: 500px;
}
.TypeContent{
    margin-left: 20px;
}
.DictionaryTitle{
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 300;
    word-break: break-word;
    color: #363636;
    font-size: 28px;
    line-height: 1;
}
.CategoryList{
    padding: 0;
    margin: 0;
}
.DescriptionFields{
    margin: 0;
}
.TypeCategoryListItem{
    display: block;
    color: black;
    margin-left: 40px;
}
.TypeCategoryListItem:hover{
    color: green;
    background-color: #efefef;
}

a.link {
    color: #14a77e;
    text-decoration: none;
    border-bottom: 1px solid #14a77e;
    padding: 1px 0;
}
a.link:hover {
    color: #146060;
    text-decoration: none;
    border-bottom: 1px solid #146060;
}
.btn {
    outline: none;
    background-color: #14a77e;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 5px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    display: inline-block;
    font-weight: bold;
}
.btn:hover {
    background-color: #146060;
}
.btn.action {
    background-color: red;
}

.btn.action:hover{
    background-color: darkred;
}
.form_pay table td:nth-child(1) {
    text-align: left;
}
.form_pay table td:nth-child(2) {
    text-align: right;
}
.input_text {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    padding-left: 10px;
    margin: 5px auto;
}
.tariff {
    float: left;
    width: 33%;
}
.tariff .title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.tariff .price {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.tariff .price_old {
    margin-top: 20px;
    font-weight: bold;
    text-decoration: line-through;
    color: #ad2f2f;
    font-size: 20px;
}
.tariff .price_day {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.advantage {
    
}
.advantage .title {
    color: #146060;
    font-weight: bold;
    font-size: 20px;
}
.advantage li {
    list-style-type: none;
    line-height: 30px;
}
.advantage li:before {
    color: #146060;
    content: "✓ ";
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}
.advantage li.no_active:before {
    color: #ccc;
}
.advantage li.no_active {
    color: #ccc;
}
.bg-box.block {
    padding-top: 40px;
}
.content-text .subtitle {
    color: #146060;
    font-weight: bold;
    font-size: 20px;
}
.content-text .subtitle.no_active {
    color: #ccc;
}
.popup.modal {
    border-radius: 0;
    line-height: 18px;
    padding: 0;
}
.popup .title {
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, #146060, #14a77e);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #146060),color-stop(1, #14a77e));
}
.popup .content {
    padding: 10px;
}