@import url("fonts/Circe/stylesheet.css");
@import url("fonts/Montserrat/stylesheet.css");
@import url("bootstrap.min.css");
@import url("slick.css");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input[type="text"]:focus,
button:focus,
input[type="text"]:active,
button:active { outline: none; }


body {
  font-family: 'Circe', 'Montserrat', sans-serif;
  color: #3B4252;
  font-size: 16px;
  line-height: normal;
  background-color: #F3F3F3;
  position: relative;
}

a, a:visited  {
  color: #45A6FF;
  font-size: 18px;
}

a:hover {
  color: #45A6FF;
  font-size: 18px;
  opacity: 0.5;
}

table {
  width: 100%;
}

img {
  max-width: 100%;
}

/*MARGINS - PADDINGS*/
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}
/*EMD MARGINS - PADDINGS*/

/*HEADER*/
header {
  position: relative;
  z-index: 1;
}

.header-elem {
  padding: 18px 0;
}

/*LOGO*/
.header-elem-logo {
  display: flex;
  align-items: center;
}

.header-elem-logo a,
.header-elem-logo a:hover,
.header-elem-logo a:visited {
  color: #3B4252;
  text-decoration: none;
  display: flex;
  align-items: center;
  opacity: 1;
}

.header-elem-logo--logo {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/vector-logo.svg');
}

.header-elem-logo--firstname {
  margin-left: 3px;
  font-family: 'Montserrat';
  font-weight: 800;
}

.header-elem-logo--lastname {
  font-family: 'Montserrat';
  font-weight: 600;
}
/*END LOGO*/

.header-elem-menu {
  margin-left: auto;
}

.header-elem-menu-label {
  display: inline-block;
  margin-right: 4px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
/*END HEADER*/

/*LAMP*/
.lamp-container {
  width: 100%;
  height: auto;
}

.lamp-container img {
  max-width: 100%;
}
/*END LAMP*/

/*Backgtounds*/
.vector-001 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  padding: 360px 0;
  background-image: url(../img/vector-001.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 540px;
}

.vector-002 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: calc(100vh);
  padding: 0px 0;
  background-image: url(../img/vector-002.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 540px;
}

.vector-003 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0px 0;
  background-image: url(../img/vector-003.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 720px;
}

.vector-004 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0px 0;
  background-image: url(../img/vector-004.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 600px;
}
/* END Backgtounds*/

/*FISRT*/
.first, .second, .third, .fourth, .five, .six {
  position: relative;
}

.first {
  padding: 0 0;
}

.second {
  padding: 60px 0;
}

.third {
  background-color: #FFFFFF;
  padding: 60px 0;
}

.fourth {
  padding: 60px 0;
}

.five {
  background-color: #FFFFFF;
  padding: 60px 0;
}

.six {
  padding: 60px 0;
}

.first-container {
  transition: all 0.5s ease-in-out;
}

.title-1 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 38px;
  line-height: 38px;
}

.title-2 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
}

.title-2 span {
  font-weight: 400;
}

.title-3 {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 32px;
  line-height: 32px;
}

.sub-title {
  font-family: 'Montserrat';
  font-weight: 800;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

.sub-description {
  padding-top: 10px;
  font-size: 16px;
  line-height: auto;
}

.first-container-actions {
  margin-top: 20px;
}
/*END FIRST*/

/*FLEX*/
.w-full {
  width: 100%;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}
/*END FLEX*/

/*ICONS*/
.icon {
  display: inline-block;
}

.icon-menu {
  background-image: url('../img/hamburger_icon.svg');
  background-size: contain;
  height: 16px;
  width: 28px;
  cursor: pointer;
}

.icon-close {
  background-image: url('../img/icon-close-white.svg');
  background-size: contain;
  height: 22px;
  width: 22px;
  cursor: pointer;
}

.icon-close-blue {
  background-image: url('../img/icon-close-black.svg');
  background-size: contain;
  height: 22px;
  width: 22px;
  cursor: pointer;
}
/*END ICONS*/

/*COLORS*/
.gray {
  color: #777B87;
}
/*END COLORS*/

/*FORMS*/
.btn,
a.btn,
a.btn:visited {
  font-family: 'Montserrat';
  display: inline-block;
  padding: 20px 36px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 222px;
  background-color: #45A6FF;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.btn:hover,
a.btn:hover {
 background-color: #2C99FD;
 opacity: 1;
 text-decoration: none;
}

.btn:active,
a.btn:active {
  background-color: #1589F4;
}

.btn:disabled,
.btn[disabled] {
  opacity: 50%;
}
/*END FORMS*/

/*SCROLL*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #45A6FF;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #2C99FD;
  cursor: pointer;
}
/*END SCROLL*/

/*SERVICE*/
.services {
  margin-top: 36px;
}

.service-container {
  padding: 80px 40px;
  box-shadow: 0px 4px 50px 0px #00000026;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
  min-height: 350px;
}

.service-container h3 {
  text-align: center;
}

.service-list {

}

.service-list ul {
  list-style-type: none;
  margin: 0 0 0 0;
}

.service-list ul li {
  text-align: center;
}

.service-list ul li a {
  display: inline-block;
  padding: 20px 20px 0 20px;
  max-width: 100%;
  color: #3B4252;
}
/*END SERVICE*/

/*PORTFOLIO*/
.portfolio-container {

}

.portfolio-container h2 {
  margin-top: 20px;
}

.portfolio-links {
  margin-top: 20px;
  text-align: center;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.portfolio-links a {
  font-family: 'Montserrat';
  font-size: 14px;
  margin-right: 8px;
  color: #777B87;
}

.portfolio-links a:last-of-type {
  margin-right: 0;
}

.portfolio-links a.active,
.active {
  color: #45A6FF;
}

.portfolio-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 36px;
}

.portfolio-category-name {
  font-family: 'Montserrat';
  font-size: 14px;
  text-transform: uppercase;
  color: #777B87;
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio-item-name {
  margin-bottom: 10px;
}

.portfolio-description {
  font-family: 'Circe';
  font-size: 16px;
  margin-bottom: 20px;
}

.portfolio-description p {
  margin-bottom: 6px;
}

.portfolio-description p:last-of-type {
  margin: 0;
}

.portfolio-description ul, 
.portfolio-description ol {
  margin-left: 20px;
}

.portfolio-image {
  margin-top: 36px;
  width: 100%;
  height: auto;
}

.portfolio-image-pic {
  max-width: 100%;
}

.filter-action {
  cursor: pointer;
}
/*END PORTFOLIO*/

/*CLIENTS*/
.clients-carusel {
  margin-top: 36px;
}

.clients-item {
  box-shadow: 0px 4px 50px 0px #00000026;
  background-color: #FFFFFF;
  padding: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 234px;
}

.clients-item-image {
  max-width: 100%;
}

.clients-carusel-actions {
  display: flex;
  min-height: 36px;
  justify-content: flex-end;
  align-items: center;
}

.slick-action-prev {
  background-color: transparent;
  border: none;
  display: flex;
  width: 92px;
  height: 9px;
  background-image: url('../img/back_button.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 9px;
}

.slick-action-next {
  background-color: transparent;
  border: none;
  display: flex;
  width: 92px;
  height: 9px;
  background-image: url('../img/next_button.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 9px;
}
/*END CLIENTS*/

/*WHOM*/
.whom {

}

.whom-title {

}

.whom-title-small {
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
}

.whom-title-large {
  font-size: 92px;
  font-weight: 800;
  line-height: 60px;
}

.whom-title-middle {
  font-size: 33px;
  font-weight: 300;
/*  line-height: 33px;*/
}

.whom-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 2px solid rgb(59 66 82 / 50%);
}

.whom-list {

}

.whom-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.whom-list ul li {
  padding: 4px 4px;
}
.whom-list ul li a {
  font-family: 'Montserrat';
  font-size: 14px;
  color: #777B87;
}
/*END WHOM*/

/*BLOG*/
.blog {

}

.blog .title-2 {
  margin-bottom: 18px;
}

.blog-item {
  margin-top: 18px;
}

.blog-title-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 36px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

.blog-title-action-link {
  display: flex;
  align-items: center;
}

.blog-item-image {
  width: 100%;
  height: 150px;
  background: url('https://proweb63.ru/assets/chema/images/blog/12550322274s.png');
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  margin-bottom: 18px;
}

.blog-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 45px;
}

.blog-item-title h4 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 700;
}

.blog-item-description {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: 'Circe';
  font-size: 16px;
  color: #777B87;
  position: relative;
  z-index: 2;
  min-height: 96px;
}

.blog-item-description:after {
  content: '';
  width: 100%;
  height: 92px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(64 77 99 / 10%) 100%);
}

.blog-item-action {
  margin-top: 10px;
}

a.blog-item-action-link {
  text-transform: uppercase;
  font-size: 16px;
}

.contentHelp pre {
  line-height: 0;
  margin: 0 0 16px 0;
  font-size: 16px;
  font-family: 'Circe', 'Menlo', 'Monaco', 'Consolas', 'Courier New', monospace;
  display: block;
  overflow: unset;
}

.contentHelp code {
  font-family: inherit;
  line-height: normal;
}

.contentHelp code:not(pre code) {
  color: #e56f6f;
}

.contentHelp table {
  margin-bottom: 16px;
}

.contentHelp table thead {
  background-color: #dfdfdf;
}

.contentHelp table thead tr th {
  padding: 4px 4px;
}

.contentHelp table tr {
  border-bottom: 1px solid rgb(59 66 82 / 20%);
}

.contentHelp table tr td {
  padding: 4px 4px;
}

.contentHelp-footer {
    padding-top: 15px;
    border-top: 1px solid rgb(59 66 82 / 20%);
}

.contentHelp-footer,
.show-reiting {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentHelp-footer .ya-share2,
.contentHelp-footer .show-reiting {
    margin-bottom: 15px;
}

.contentHelp-footer .b-me-view {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 14px;
}

.contentHelp-footer .show-reiting {
    padding         : 1px 10px;
    background-color: #ffffff;
    border-radius   : 10px;
}

.contentHelp-footer .totalvotes {
    display: none;
}

.totalvotes {
    display: inline-block;
}

.drop-down-category-container {
  border: 1px solid #45A6FF;
  margin-bottom: 20px
}

.drop-down-category-menu {
  padding: 8px 8px;
}

.b-item-heading_blog {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 800;
  text-align: center;
}

.b-item-heading_blog a {
  color: #3B4252;
}

.b-category__blog {
  height: 100%;
  max-height: 300px;
  overflow: auto;
}

.list-group-item,
.list-group-item:visited {
  display: block;
  padding: 8px 8px;
  border-bottom: 1px solid rgb(59 66 82 / 20%);
  font-family: 'Montserrat';
  font-size: 14px;
  color: #777B87;
}

.list-group-item:hover {
  font-family: 'Montserrat';
  font-size: 14px;
  opacity: 0.5;
  color: #777B87;
}

.b-img-banner {
  width: 100%;
  padding-bottom: 20px;
}

.contentHelp {
  font-family: 'Circe';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}


.contentHelp h1,
.contentHelp h2,
.contentHelp h3,
.contentHelp h4 {
  font-family: 'Montserrat';  
  margin-bottom: 16px;
}

.contentHelp h1 {
  font-size: 32px;
  font-weight: 800; 
}

.contentHelp h2 {
  font-size: 26px;
  font-weight: 800;    
}

.contentHelp h3 {
  font-size: 22px;
  font-weight: 800;  
}

.contentHelp p {
  padding-bottom: 8px;
}

.contentHelp ul,
.contentHelp ol {
  margin-left: 20px;
  margin-bottom: 8px;
}
/*END BLOG*/

/*FOOTER*/
.footer {
  padding: 30px 0;
}

.footer-logo {
  display: flex;
  align-items: center;
  min-height: 45.6px;
}

.footer-logo .header-elem-logo {
  padding-right: 4px;
}

.footer-logo .footer-site-name {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  padding-left: 4px;
  border-left: 1px solid #C4C4C4;
  color: #777B87;
}

.footer-site-info {
  text-align: right;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  color: #777B87;
}
/*END FOOTER*/

/*NAVIGATIONS*/
.navigation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgb(29 36 52 / 50%);
  background-image: url('../img/menu-background.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.navigation .header-elem-logo a, 
.navigation .header-elem-logo a:hover, 
.navigation .header-elem-logo a:visited,
.navigation .header-elem-menu-label,
.navigation-contacts a, 
.navigation-contacts a:hover, 
.navigation-contacts a:visited,
.navigation-contacts-separator {
  color: #EEEEEE;
}

.navigation-list {
  height: calc(100vh - 102px);
  display: flex;
  align-items: center;
  overflow: auto;
}

.navigation-list nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navigation-list nav li {
  padding: 4px 0;
}

.navigation-list nav li a {
  font-size: 32px;
  font-weight: 800;
  color: #EEEEEE;
}

.navigation-list nav li a:hover {
  color: #45A6FF;
  opacity: 1;
}

.navigation-contacts {
  height: 30px;
  display: flex;
}

.navigation-contacts-separator {
  margin: 0 4px;
}
/*END NAVIGATIONS*/


/*APPLICATION MODAL*/
.wrap-pop-up {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #F3F3F3;
  overflow: auto;
  padding-bottom: 30px;
}

.form-group {
  margin-top: 6px;
  margin-bottom: 8px;
}

.form-group .control-label {
  font-size: 18px;
  font-family: 'Circe';
}

input[type="text"]:focus,
button:focus,
input[type="text"]:active,
button:active { outline: none; }

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
select,
textarea {
  border: 1px solid #E9E9E9;
  font-family: 'Circe';
  font-size: 16px;
  padding: 8px 8px;
  border-radius: 5px;
  width: 100%;
}

textarea.form-control {
  height: 80px;
}


input[type='text']:focus, input[type='text']:focus-visible,
input[type='password']:focus, input[type='password']:focus-visible,
input[type='email']:focus, input[type='email']:focus-visible,
input[type='tel']:focus, input[type='tel']:focus-visible,
select:focus, select:focus-visible,
textarea:focus, textarea:focus-visible {
  border: 1px solid #45A6FF!important;
  font-family: 'Circe';
  font-size: 16px;
  padding: 8px 8px;
  border-radius: 5px;
  width: 100%;
}

.form-group .btn {
  margin: 8px 0;
}

.b-border-side {
  border-bottom: 1px solid rgb(59 66 82 / 20%);
}

.wrap-pop-up .b-border-side .title-2 {
  margin-top: 16px;
}

.b-border-side p {
  padding: 8px 0;
}
/*APPLICATION MODAL*/


.page {

}

.page-container {

}

.page-header {
  text-align: center;
}

.page-header-filter {
  border-bottom: 1px solid rgb(59 66 82 / 20%);
  padding-bottom: 8px;
}

.page-header-filter ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.page-header-filter ul li {
  padding: 9px 18px;
  font-family: 'Montserrat';
  font-size: 16px;
}

/*BLOG*/
.sisea-search-form {
  display: flex;
  margin: 16px 0 24px 0;
  width: 100%;
}

.input-group {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 8px;
}

.sisea-search-form .btn {
  padding: 10px 26px;
  font-size: 12px;
}

.grid-blog .blog-item {
  margin-top: 0;
  margin-bottom: 24px;
}


.blog-page-info {
  margin: 16px 0;
  font-size: 18px;
}

.pagination,
.result_search .sisea-paging {
  list-style-type: none;
  margin: 16px 0 36px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 4px;
}

.pagination li a,
.result_search .sisea-paging .sisea-page {
  border: 1px solid #E9E9E9;
  font-family: 'Circe';
  font-size: 16px;
  padding: 8px 8px;
  border-radius: 5px;
  min-width: 48px;
  display: flex;
  justify-content: center;
}

.pagination li a.active,
.sisea-paging .sisea-current-page {
  background-color: #45A6FF;
  color: #FFFFFF;
}

.result_search .sisea-paging .sisea-result-pages {
  display: none;
}

.result_search .sisea-result {
  margin-bottom: 16px;
}
/*END BLOG*/

/*SERVICES*/
.service-table tr td {
  padding: 2px 0px;
  border-bottom: 1px dashed rgb(59 66 82 / 50%);
}

.service-table tr td:nth-child(even) {
  text-align: center;
}

.service-table-sites-120 {
  min-height: 120px;
}

.b-adaptive-advantages {
    display        : flex;
    padding        : 20px 10px;
    align-items    : center;
    justify-content: flex-start;
    min-height: 110px;
}

.b-adaptive-advantages-img {
    margin-right: 15px;
    min-width: 55px;
    max-width: 55px;
}

.b-adaptive-advantages-img img {
    width: 100%;
}

.new-item-serv {
  padding: 30px 0 0 0;
  box-shadow: 0px 4px 50px 0px #00000026;
  background-color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
}

.new-item-serv-title {
  font-family: 'Montserrat';
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
  padding: 0 30px;
}

.new-item-serv-title p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 800;
}

.new-item-serv-list {
  font-size: 18px;
}

.new-item-serv-list p {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px;
  border-bottom: 1px solid rgb(59 66 82 / 50%);
}

.new-item-serv-list p span:first-of-type {
    color: #ffffff;
    font-size: 14px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #45A6FF;
}

.new-item-serv-list p span:last-of-type {
  flex: 1;
  margin-left: 6px;
}

.new-item-serv-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 30px 16px 30px;
}

.new-item-serv-price-cl:first-of-type {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 800;
}

.our-skils img {
  max-width: 90px;
}
/*END SERVICES*/

/*FLIP CARDS*/
   .focus-industries-item {
        color: #3B4252;
        background: linear-gradient(139.56deg, #45A6FF 10.06%, #9ecef7 53.72%, #45A6FF 88%);
        min-height: 210px;
    }
    
    .flip-card {
      background-color: transparent;
      perspective: 1000px;
    }
    
    .flip-card-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }
    
    .flip-card:hover .flip-card-inner {
      transform: rotateY(180deg);
    }
    
    .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    
    .flip-card-front, .flip-card-back {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .flip-card-front img {
        max-width: 110px;
    }
    
    .flip-card-back {
      transform: rotateY(180deg);
    }
/*END FLIP CARDS*/

/*SERVICES*/
  .question-wrap {

  }

  .question-list {

  }

  .question-list-item {
    margin-bottom: 16px;
  }

  .question {
    padding: 8px 8px;
    background: #fff;
    font-size: 18px;
    cursor: pointer;
  }

  .answer {
    font-size: 16px;
    padding: 8px 8px;
    background: #fff;
    display: none;
  }

  .enterview {
    display: flex;
    margin-bottom: 16px;
    gap: 16px;
    align-items: center;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 50px 0px #00000026;
    padding: 8px;
  }

  .enterview--box {
    max-width: 80px;
  }
      

/*START SEO*/
        .seo-srv-container {
          margin-bottom: 30px;
        }
        
        .seo-srv-container textarea {
            width: 100%;
            min-height: 200px;
            margin-bottom: 15px;
            resize: vertical;
        }
        
        .seo-srv-container ul {
          margin-left: 20px;
        }
        
        .stats {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        .stat-box {
            background-color: #f1f1f1;
            padding: 15px;
            border-radius: 4px;
            min-width: 200px;
            flex-grow: 1;
        }
        
        .stat-value {
            font-size: 24px;
            font-weight: bold;
            color: #2c3e50;
        }
        
        .highlight {
            padding: 2px;
            border-radius: 2px;
        }
        
        .water {
            background-color: rgba(52, 152, 219, 0.3);
        }
        
        .spam {
            background-color: rgba(231, 76, 60, 0.3);
        }
        
        .key {
            background-color: rgba(46, 204, 113, 0.3);
        }
        
        .mixed {
            background-color: rgba(155, 89, 182, 0.3);
        }
        
        .results {
            margin-top: 30px;
        }
        
        .keywords {
            margin-top: 20px;
        }
        
        .keyword {
            display: inline-block;
            margin: 5px;
            padding: 5px 10px;
            background-color: #eaf2f8;
            border-radius: 4px;
            cursor: pointer;
        }
        
        .keyword:hover {
            background-color: #d4e6f1;
        }
        
        .keyword-count {
            color: #7f8c8d;
            font-size: 0.9em;
            margin-left: 5px;
        }
        
        .progress-container {
            margin: 15px 0;
        }
        
        .progress-bar {
            height: 20px;
            background-color: #ecf0f1;
            border-radius: 4px;
            overflow: hidden;
        }
        
        .progress {
            height: 100%;
        }
        
        .progress-label {
            margin-top: 5px;
            font-size: 14px;
            color: #7f8c8d;
        }
        
        .danger {
            background-color: #e74c3c;
        }
        
        .warning {
            background-color: #f39c12;
        }
        
        .success {
            background-color: #2ecc71;
        }
/*END SEO*/
/*END SERVICES*/




/*MOBILE*/
@media (max-width: 767px) {
  .clients-carusel-actions {
    margin-top: 20px;
    justify-content: center;
  }

  .whom-title {
    border: none;
    margin-bottom: 20px;
  }
}
/*END MOBILE*/