 .plan_link{
                                        position: absolute;
                                        top:1px;
                                        top: 5px;
                                        right: 29px;
                                    }
                                    .plan_img{
                                        border: 2px solid #ff8a00;
                                        width: 75px;
                                        margin-bottom: -4px;
                                    }
 @media  (max-width: 700px) {
     .plan_link{
                                       
                                        top:0 !important;
                                       
                                        right: 0 !important;
                                        
                                    }
                                    .plan_img{
                                        border: 1px solid #ff8a00;
                                        width: 45px !important;
                                        
                                    }
  }


fieldset {
	padding: 0;
	border: 0;
}
.reviews-list {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto 60px;
}
input:focus, button:focus {
      outline: none;
}
.ticket-comment-header {
  min-width: 280px;
}

.white-saas-generator-copyright {
  display: none !important;
}
.catalog-article p, ol, ul, li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 180% !important;
}
#button {
    display: inline-block;
    background-color: #00010c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 35px;
    left: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.catalog-banners {
    max-width: 100%;
    max-height: 450px;
}
#button::after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiBoZWlnaHQ9IjMycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik0xOC4yMjEsNy4yMDZsOS41ODUsOS41ODVjMC44NzksMC44NzksMC44NzksMi4zMTcsMCwzLjE5NWwtMC44LDAuODAxYy0wLjg3NywwLjg3OC0yLjMxNiwwLjg3OC0zLjE5NCwwICBsLTcuMzE1LTcuMzE1bC03LjMxNSw3LjMxNWMtMC44NzgsMC44NzgtMi4zMTcsMC44NzgtMy4xOTQsMGwtMC44LTAuODAxYy0wLjg3OS0wLjg3OC0wLjg3OS0yLjMxNiwwLTMuMTk1bDkuNTg3LTkuNTg1ICBjMC40NzEtMC40NzIsMS4xMDMtMC42ODIsMS43MjMtMC42NDdDMTcuMTE1LDYuNTI0LDE3Ljc0OCw2LjczNCwxOC4yMjEsNy4yMDZ6IiBmaWxsPSIjRkZGRkZGIi8+PC9zdmc+") !important;
    color: #fff;
    display: block;
    padding-top: 8px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.catalog-article {
    padding: 45px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-color: white;
    margin: 50px auto 0 auto;
}
.block-nav-catalog ul {
    display: block;
    float: left;
    padding-inline-start: 0;
}
.block-nav-catalog ul li {
    display:  inline-block;
    padding: 10px 15;
    margin: 0 10px 10px 0;
    list-style: none;
}
.block-nav-catalog ul li a {
    text-decoration: none;
    --active-inner: #fff;
    --focus: 1px $orange;
    --border: #E5E5E5;
    --border-hover: $orange;
    --background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    padding: 5px 10px;
    color: black;
    font-size: 14px;
}
.block-nav-catalog {
    display: inline-block;
    width: 100%
}
.catalog-menu {
    padding: 45px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.slick-dots {
    position: inherit !important;
}
.catalog-article ul li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
}
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (max-width: 480px) {
.slide-arrow, .catalog-page-photos-slider .slide-arrow {
    position: absolute;
    right: 50px !important;
}
.action-catalog {
    display: none !important;
    max-width: 355px;
}
}
@media (min-width: 500px) {
  .videootzyvy .project-card-features-item .text-small{
    max-width: 160px;
    text-align: right;
  }
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }

}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}



.ticket-comment-createdon {
    display: block !important;
    font-size: 14px !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
}
.search-btn {
    background-color: #c5c5c512;
    border: none;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    border-radius: 15px;
    transition: 0.4s;
    margin-top: -7px;
}
.form-control {
  margin-top: 5px;
    background: #f5f5f5;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    display: block;
    padding: 17px 24px;
    width: 100%;
    margin: 10px 0px 20px 0;
}
.form-control-calendar {
    background: url(../img/icon/calendar.svg) right 20px center no-repeat #f5f5f5;
}
#comment-form {
    background-color: #fff;
    max-width: 780px;
    padding: 25px 25px;
}
.comment-name, .comment-email {
    width: 50%;
    float: left;
    font-size: 14px;
    color: black;
    padding-right: 15px;
}
.search-btn:hover {
    background-color: #f3f2f2;
    padding: 4px 35px 1px 6px;
}
.search-btn:hover svg path {
    fill:  black;
}
.ticket-comment-rating {
    float: right;
    margin-top: -39px;
}
.ticket-comment-link {
  display: none !important;
}
.table {
  margin-bottom: 40px;
}
.footer-contact-links h3 {
  margin: 20px 0;
}
.footer-contact-links p {
      margin-top: 20px;
}
.table > thead > tr > th {
    border-bottom: none !important;
}
.table > thead > tr > th {
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.table > tbody > tr > td {
    line-height: 1.428571;
}
.contact-page {
  display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around !important;
}
.contact-page .contacts-block-desc {
    min-height: 135px;
    min-width: 220px;
}
.contact-page h3 {
  margin-bottom: 25px;
}
.table > tbody > tr > td {
    border-top:none !important;
}
.table > tbody > tr > td:hover {
    background-color: #e8e8e8;
}
.about-img {
    float: left;
    margin: 0 25px 25px 0;
    border-radius: 8px;
    width: 100%;
    max-width: 480px;
}
.static-block {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto 30px;
    line-height: 24px;
    font-size: 16px;
}
.catalog-page-photos.about {
    padding: 65px 8% 30px 8%;
    color: #fff;
    text-align: center;
    background-color: #1f1d1d;
}
.catalog-page-photos.about img {
  opacity: 0.6;
  transition: 0.3s;
}
.catalog-page-photos.about a:hover img{
  opacity: 1;
}
.static-block p {
      margin-bottom: 20px;
}
.table .bg {
    background-color: #f9f9f9;
}
.catalog-projects-block.about {
    padding: 30px 45px 30px 45px;
}
.about .catalog-page-photos-slide {
  max-width: 360px;
  height: 555px;
}
.table i {
    padding: 6px;
    border-radius: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    background-color: #92b53f;
}
.table td:nth-child(2n), .table td:nth-child(3n), .table td:nth-child(4n) {
    width: 23%;
    font-size: 13px;
    line-height: 1.42857143;
    padding: 20px 10px;
}
.table.dop-uslugi td:nth-child(2n) {
    width: 70%;
}
.ready-projects-slide a:-webkit-any-link, .ready-projects-slide a {
    color: white !important;
    text-decoration: none !important;
}
.ready-projects-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #00000042;
}
.reviews-list .ready-projects-slide {
  float: left;
  max-width: 410px;
  margin-bottom: 20px;
}
.reviews-list .slide picture {
  z-index: 0;
}
.ready-projects-slide-inner {
  z-index: 1;
}
#mse2_filters .mse2_number_slider {
	background-color: #f0f4f9;
    border: 0;
    height: 8px;
}
.btn-more {
    width: 100% !important;
    max-width: 320px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em;
    margin-left: -.6em;
    width: 1.8em;
    border-radius: 100%;
    height: 1.8em;
    background-color: #f9b000;
    border: 0;
}
.catalog-filter-dropdown-content {
	max-height: 200px;
    overflow: auto;
    padding-right: 15px;
    margin-right: -20px;
}
#mse2_filters .mse2_number_slider {
    max-width: 312px;
    left: 8px;
}
#mse2_sort .sort span {
    color: #ec9025;
    font-size: 22px;
    position: absolute;
    right: 10px;
}
#mse2_sort .sort[data-dir="desc"] span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E") !important;
    display: block;
    width: 16px;
    position: absolute;
    right: 0;
    top: 4px;
}
.blog-article {
    max-width: 600px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-bottom: 30px;
}
.blog-article a {
    color: #878787;
    transition: 0.3s;
}
.blog-article a:hover {
    color: #ec9024;
}
.ticket-meta {
    display: flex;
    border: none !important;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.faq-block .faq-block-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000070;
}
.ticket-meta .date_ago, .ticket-meta .fullname {
  min-width: 130px;
}
.ticket-meta .ticket-rating {
    right: 25px;
    position: absolute;
}
.blog-article h1{
    font-size: 40px;
    line-height: 45px;
    margin: 35px 0;
    font-family: 'Montserrat';
}
.blog-article h2 {
    font-size: 24px;
}
.blog-article h3 {
    font-size: 20px;
}
.blog-article h4 {
    font-size: 18px;
}
.blog-article h2, .blog-article h3, .blog-article h4, .blog-article h5 {
    font-family: 'Montserrat';
}
.blog-article-content img.main-image {
     margin: 0 -114px;
     padding-bottom: 25px;
}
.blog-article-content {
    font-family: "PT Serif","Georgia",serif;
    color: #000;
    line-height: 1.5;
}
.project-card-table .right-column {
    width: 385px;
}
#comments-tpanel {
  display: none !important;
}
#mse2_sort .sort[data-dir="asc"] span:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath d='M0 16.67l2.829 2.83 9.175-9.339 9.167 9.339 2.829-2.83-11.996-12.17z'/%3E%3C/svg%3E") !important;
    display: block;
    width: 16px;
    position: absolute;
    right: 0;
    top: 4px;
}
a.popular-projects-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00000042;
}
.ws-chat .ws-chat-container .ws-chat-copyright, .ws-chat .ws-chat-container .ws-chat-copyright-footer {
  display: none !important;
}
.change-view__btn.active svg rect {
  stroke: #FF8A00 !important;
}
.project-card-full-info__title {
  font-size: 20px;
}
.planning-card-pictures {
    display: inherit;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}
.project-nav-thumbnails-container {
    position: absolute;
    bottom: -15px;
    padding: 10px 20px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(0 0 0), rgb(0 0 0));
}
.choose-project-selects .catalog-filter-dropdown{
  margin: 0 !important;
  padding: 15px;
  width: 100%;
  max-width: 300px;
}
.choose-project-selects .catalog-filter-dropdown__button::after {
  background-image: none;
}
.choose-project-selects select {
  margin-bottom: 40px;
}

button.admin-panel-link {
    background-color: #fff0;
    border: none;
    padding: inherit;
    cursor: pointer;
}
.project-nav-thumbnails .project-nav-slide {
  max-width: 80px;
  cursor: pointer;
}
.project-card-button svg rect {
    fill: #000000;
}
.project-card-button.voted svg rect {
    fill: #ffffff;
}
.project-card-button.voted {
    background-color: #FF8A00;
    transition: all 0.2s ease;
}
.project-card-button.voted svg path {
    stroke: #ffffff;
    fill: #ffffff;
}
.project-card-button.voted svg{
    width: 22px;
    height: 22px;
    fill: #ffffff;
    stroke: #ffffff;
    transition: all 0.2s ease;
}
.ticket-rating .rating, .ticket-comment-rating .rating {
    font-weight: 300 !important;
}
.ticket-comment-link a {
  color: #000;
  text-decoration: none;
}
i.glyphicon.glyphicon-arrow-up:after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.07 12.237C19.4726 11.6269 19.6849 10.911 19.68 10.18C19.68 9.313 19.365 8.56 18.735 7.92C18.105 7.281 17.36 6.961 16.498 6.961H14.311C14.708 6.129 14.908 5.321 14.908 4.538C14.908 3.554 14.762 2.772 14.472 2.191C14.2053 1.63393 13.7591 1.18274 13.205 0.91C12.649 0.637 12.024 0.5 11.328 0.5C10.905 0.5 10.533 0.656 10.21 0.967C9.85297 1.32 9.59697 1.775 9.43997 2.33C9.28908 2.85594 9.16228 3.38849 9.05997 3.926C8.96497 4.436 8.81798 4.796 8.61897 5.006C8.21297 5.451 7.76897 5.99 7.28897 6.621C6.45197 7.723 5.88497 8.375 5.58697 8.577H2.18197C1.74197 8.577 1.36697 8.735 1.05697 9.05C0.906046 9.19895 0.786855 9.37693 0.706593 9.5732C0.62633 9.76948 0.58666 9.97998 0.589975 10.192V18.269C0.589975 18.715 0.744975 19.096 1.05597 19.411C1.36597 19.727 1.74097 19.884 2.18097 19.884H5.75997C5.94298 19.884 6.51397 20.053 7.47497 20.389C8.49497 20.751 9.39097 21.027 10.166 21.216C10.9367 21.4049 11.7274 21.5003 12.521 21.5H14.124C15.292 21.5 16.233 21.161 16.945 20.484C17.657 19.806 18.01 18.884 18.002 17.714C18.499 17.066 18.747 16.317 18.747 15.467C18.7473 15.2857 18.7349 15.1046 18.71 14.925C19.025 14.361 19.182 13.755 19.182 13.108C19.1831 12.814 19.1455 12.5211 19.07 12.237Z' fill='%23CED5DE'%3E%3C/path%3E%3C/svg%3E");
    display: block;
    width: 22px;
    height: 44px;
    margin: -6px 0px 0px -38px;
    position: absolute;
 }
 i.glyphicon.glyphicon-arrow-down:after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.07 12.237C19.4726 11.6269 19.6849 10.911 19.68 10.18C19.68 9.313 19.365 8.56 18.735 7.92C18.105 7.281 17.36 6.961 16.498 6.961H14.311C14.708 6.129 14.908 5.321 14.908 4.538C14.908 3.554 14.762 2.772 14.472 2.191C14.2053 1.63393 13.7591 1.18274 13.205 0.91C12.649 0.637 12.024 0.5 11.328 0.5C10.905 0.5 10.533 0.656 10.21 0.967C9.85297 1.32 9.59697 1.775 9.43997 2.33C9.28908 2.85594 9.16228 3.38849 9.05997 3.926C8.96497 4.436 8.81798 4.796 8.61897 5.006C8.21297 5.451 7.76897 5.99 7.28897 6.621C6.45197 7.723 5.88497 8.375 5.58697 8.577H2.18197C1.74197 8.577 1.36697 8.735 1.05697 9.05C0.906046 9.19895 0.786855 9.37693 0.706593 9.5732C0.62633 9.76948 0.58666 9.97998 0.589975 10.192V18.269C0.589975 18.715 0.744975 19.096 1.05597 19.411C1.36597 19.727 1.74097 19.884 2.18097 19.884H5.75997C5.94298 19.884 6.51397 20.053 7.47497 20.389C8.49497 20.751 9.39097 21.027 10.166 21.216C10.9367 21.4049 11.7274 21.5003 12.521 21.5H14.124C15.292 21.5 16.233 21.161 16.945 20.484C17.657 19.806 18.01 18.884 18.002 17.714C18.499 17.066 18.747 16.317 18.747 15.467C18.7473 15.2857 18.7349 15.1046 18.71 14.925C19.025 14.361 19.182 13.755 19.182 13.108C19.1831 12.814 19.1455 12.5211 19.07 12.237Z' fill='%23CED5DE'%3E%3C/path%3E%3C/svg%3E");
    display: block;
    width: 22px;
    height: 44px;
    margin: -23px 0px 0px 4px;
    transform: rotate(-180deg);
    position: absolute;
 }
 .comment-reply {
  margin-top: 25px;
 }
 .ticket-comment {
  margin-left: 40px;
 }
.text-no-comments {
    display: block;
    font-size: 22px;
    padding: 80px 0;
}
.comments .discuss-with-us__title {
  text-align: center;
}
#login {
  color: #000;
}
#login h2 {
  margin-bottom: 25px;
}
.discuss-blocks {
  max-width: 850px;
}
textarea {
    background-color: #f8f8f8;
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    display: block;
    padding: 17px 24px !important;
}
.videootzyvy {
  margin-bottom: 45px;
}
.videootzyvy .project-card-slider-block img {
  width: 100%;
}
.videootzyvy .project-card-full-info-container {
  margin-top: 25px;
}

.comment-reply a {
    border-bottom: 1px dashed #CED5DE;
    padding: 0;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 1.15;
    transition: 0.2s ease-in-out;
}
.comment-reply a:hover {
  color: #FF8A00;
}
.voted {
  transition: all 0.2s ease;
}
.comparison-table thead tr{
  background: #f8f8f8 !important;
}
.comparison-table tr:nth-child(odd) {
  background: #fff;
  height: 50px;
}
.comparison-table tr:nth-child(even) {
  background: #f8f8f8;
  height: 50px;
}
.slick-track {
  margin-left: 0;
}
::-webkit-scrollbar {
  width: 5px; 
  background-color: rgba(0,0,0,0,0.08);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

::-webkit-scrollbar-thumb:vertical {

  background: rgba(0,0,0,0.5);
  -webkit-border-radius: 100px;
}
::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61); 
  -webkit-border-radius: 100px;
}
.rating {
    display: block;
    position: absolute;
    right: 0px;
}
.multi-thumbnail {
  border: none !important;
}
a.multi-powered {
  display: none !important;
}

@media (min-width: 1000px) and (max-width: 1515px) {
.mail-us{
    display:none;
}
}
@media (max-width: 650px) {

.catalog-info, .catalog-description {
    margin: 14px 0;
}

.search-btn-mob{    display: inline-block !important;
    margin-right: -7px;}
#mse2_results{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.choose-project-info-mob{
        background: #f9f9f9 !important;
    color: #000 !important;
}
.project-card-info .project-card-buttons-block{
 float:right;
}
}

.search-btn-mob{display:none;}

                    .footer-social-links .social-link:hover svg g path {
    fill: #FF8A00;
}
.footer-social-links .social-link svg path {

    fill: #fff;
}
