/*
Theme Name: Fchain-new
Author: Serg Denisenko
Description: New Fchain theme
Version: 0.1
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansgeorgian.css);

.mobmenu-pc .mobmenu-wrap {
    color: #fff!important;
    width: 320px!important;
    height: 101vh!important;
    padding: 120px 0px 0px!important;
    background-color: #fff!important;
    border-right: 1px solid rgb(244, 244, 244)!important;
}
.mobmenu .mobmenu-main ul li a, .mobmenu-pc ul li a {
    padding-top: 10px!important;
    color: #666666!important;
    font-size: 16px!important;
    padding-bottom: 10px!important;
    display: block;
    text-transform: inherit!important;
    padding-right: 10px!important;
}
ol {
    margin-left: 15px!important;
}
.burger{
    z-index:112!important;
}

.header .burger.open:before, .close-mobmenu:before {
    background-color:#000!important;
}

.header .burger.open:after, .close-mobmenu:after {
    background-color:#000!important;
}

.mobmenu-pc ul li a:hover {
    color: #08070b!important
}
.mobmenu.open {
    z-index:111;
}
.mobmenu-pc ul li a {
    border-bottom: 1px solid rgb(244, 244, 244)!important;
}
.header .burger.open:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 5px;
    background-color: #08070b!important;
}
.header .burger.open:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
    background-color: #08070b!important;
}
.menu-item-has-children .sub-menu {
    display:none;
}
.mobmenu-pc .sub-menu__wrap {
    position: absolute;
    left: 100%;
    min-width: 355px;
    width: auto;
    min-height: 101vh!important;
    top: -120px;
    bottom: 0px;
    background-color: #fff!important;
    border-right: 1px solid rgb(244, 244, 244)!important;
    border-left: 1px solid rgb(244, 244, 244)!important;
    display: none;
    padding: 99px 0px 0;
}

.mobmenu-arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.mobmenu-right {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*-------------------search-----------------*/
.t-search__list {
  margin: 0 10px 30px;
  border-bottom: 1px solid #d1d2d4;
  padding-bottom: 30px; }

.t-search__item {
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  text-decoration: none;
  margin: 10px; }

.t-search__item-date {
  font-size: 16px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.t-search__item-title {
  color: #d33625;
  font-size: 24px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.t-search__item-btn {
  font-size: 16px;
  color: #666;
  margin-top: 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.t-search__item-img {
  width: 100%;
  overflow: hidden; }

.t-search__item-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  height: auto;
  display: block; }

.t-search__item-content {
  padding: 30px 0px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.t-search__item:hover .t-search__item-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.t-search__btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto; }

.search-in .page-section__title {
  max-width: 70%; }

.search-in__content p:not(:last-child) {
  margin-bottom: 20px; }

.search-in__img {
  display: none;
  margin-bottom: 30px; }

.search-in__img img {
  width: 100%;
  height: auto; }

.search-in__content {
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px);
  padding-right: 35px; }

.search-in__content img {
  width: 50%;
  height: auto; }

.search-in__content ul {
  margin-bottom: 20px; }

.search-in__right {
  width: 230px; }

.search-in .search-in__type p {
  margin-bottom: 15px; }

.search-in__type ul {
  width: 100%;
  position: relative; }

.search-in__type ul li:not(:last-child) {
  margin-right: 10px; }

.search-in__type ul li span {
  color: #666666; }

.search-in__social {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d1d2d4; }

.search-in__inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d1d2d4; }

@media only screen and (max-width: 1024px) {
  .t-search__item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
  .search__bottom-content {
    min-height: 130px; }
  .search__bottom-item, .contacts__item {
    width: 100%; }
    .news__top-item {
        width: 100%!important;
        float: left;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
  .search__top-img,
  .search__top-content,
  .search__bottom-item,
  .search__bottom-link {
    width: 100%; }
  .search__top-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .search__bottom {
    margin-top: 0; }
  .search__bottom-link {
    padding: 40px 20px 100px 20px; }
  .search__top-content {
    margin: 0;
    min-height: 0; }
  .search__top-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
    .t-search__list {
    margin: 0 0px 30px; }
  .t-search__item {
    width: 100%; }
  .section-black__inner {
    margin: 0;
    width: 100%; }
  .search-in__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px; }
  .search-in__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0; }
  .search-in .page-section__title {
    max-width: 100%; } 
    .page-top__subtitle {
        max-width: 100%!important;
    }
}

.our-clients__item {
    border:none!important;
}

.feedback-form__input {
    margin:5px 5px 15px!important;
}
.mod-submit{
    width: 100%!important;
}
.nf-error .ninja-forms-field {
    border: none!important;
    border-bottom: 1px solid #666666!important;
}
.nf-error-msg, .ninja-forms-req-symbol {
    font-size: 14px;
}
.nf-error-msg:before {
/*    content: '';*/
    position: absolute;
    left: 125px;
    top: 75px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e86969;
    clear: both;
}
.label-above .nf-field-label {
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 14px;
    color: #524f4f;
}
.nf-form-fields-required {
    color: #3c3434;
    padding-left: 10px;
    font-size: 16px;
}
.one-half {
    width: 47.5%!important;
}
.nf-after-form-content {
    display:none;
}
/*[data-slick-index="5"]{
    display:none!important;
}
[data-slick-index="6"]{
    display:none!important;
}*/
.career-choose {
    width: 100%;
}
.jplist-drop-down {
    float: left;
    height: 40px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin: 10px 10px 0 0;
    position: relative;
}
.jplist-drop-down .jplist-dd-panel {
  width: 100%!important;
  line-height: 40px!important;
  height: 40px;
}
.jplist-drop-down ul {
  width: calc(100% + 22px)!important;
  box-shadow: none!important;
  left: -1px;
  top: 8px!important;
}
.career__position {
  width: -webkit-calc(100% - 500px)!important;
  width: calc(100% - 500px)!important;
}
.options li:hover {
  color:#252323!important;
}
.jplist-drop-down ul li {
    height: 40px!important;
    line-height: 30px!important;
}
.career-choose {
    margin: 0 0px 30px!important;
}
.history {
  padding-top: 60px;
}
.b-menu li.submenu-description a {
  text-transform: uppercase;
  font-size: 12px!important;
}
.section-404__inner {
  padding-top: 150px;
}
.b-menu{
  border-bottom: 1px solid #dbdbdb;
}
.nf-form-content .list-select-wrap>div div:after {
    font-size: 15px!important;
    right: 15px!important;
    bottom: 15px!important;
    height: 20px!important;
    line-height: 20px!important;
}
.calc-input-wrapper .calc-input:focus{
    border: 1px solid #9737e0!important;
}
table {
    width: 100%;
    margin: 15px 0!important;
}
td {
    padding: 5px 10px!important;
    border: 1px solid #7a28858a!important;
    font-size: 14px!important;
    color: #444444!important;
}
.nf-before-form-content{
/*    display:none;*/
}
#nf-form-2-cont .nf-form-content, #nf-form-3-cont .nf-form-content, #nf-form-4-cont .nf-form-content {
    max-width: 100%;
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    min-height: 38px;
}
.nf-form-content .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: none!important;
/*
    border:none!important;
    border-bottom: 1px solid #c4c4c4!important;
*/
}
.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
    font-size: 14px;
}
.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"] {
    color: #fff!important;
    border: 0px!important;
    background: rgb(243, 52, 30)!important;
    padding: 16px 42px!important;
}
.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"]:hover {
    background: #B92312!important;
}
.calc-container .calc-list .calc-subtotal-list .sub-list-item.next-btn button {
    border-radius:0px!important;
}
.calc-drop-down option[value="0"] {display: none;}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #3e434c;
    color: #fff;
    transition: none;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #fff;
    border: 1px solid;
    color: #3e434c;
    transition: all .5s;
    width: 150px!important;
}
.fz17 {
    font-size: 17px;
}
.sub-menu__list {
    margin: 0;
}
.submenu-mob {
    margin: 0;
}
.btn-red {
    color: #fff;
    background-color: #f3321e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.recom-item__content_inner {
    overflow:hidden;
}
.btn-readmore:hover {
  border: 1px solid #f44735;
  background-color: #f44735;
  color: #fff; }
