/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: auto; }

body {
  height: auto;
  overflow: visible; }

body ::-moz-selection {
  color: #fff;
  background: #000; }

body ::selection {
  color: #fff;
  background: #000; }

body ::-moz-selection {
  color: #fff;
  background: #000; }

.swiper-slide:not(:first-child) {
  display: block; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* OTHERS STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*==========  Popup Style  ==========*/
.popup-wrapper {
  position: fixed;
  z-index: 444;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0; }

.popup-wrapper.active .bg-layer {
  opacity: 1; }


.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: ""; }

.popup-align {
  padding: 80px 20% 90px 20%;
  overflow: hidden; }

.popup-content .btn-close {
  position: absolute;
  right: -10px;
  top: -10px; }

.popup-title {
  margin-bottom: 30px; }
  .popup-title-sm {
    margin-bottom: 15px; }

/*==========  Hover  ==========*/
/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 991px) {
  .popup-align {
    padding: 55px 6% 55px 6%; }
  .popup-container.size-2 {
    max-width: 95%; } }

@media (max-width: 768px) {
  .popup-title {
    margin-bottom: 25px; } }

@media (max-width: 575px) {
  .popup-title {
    margin-bottom: 20px; } }

/*==========  Swiper Style  ==========*/
.swiper-entry {
  position: relative; }

.swiper-container {
  z-index: auto; }

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize; }

.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize; }

.swiper-pagination {
  line-height: 0;
  z-index: 2; }

.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 20px;
  bottom: auto; }

.single-slide-swiper .swiper-container .swiper-wrapper {
  cursor: default; }

.swiper-cs .swiper-pagination {
  margin-top: 50px;
  width: 100%;
  display: block;
  position: static; }
  .swiper-cs .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
    background-color: #D9D9D9;
    opacity: 1;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    outline: none; }
  .swiper-cs .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #17A9EF; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .swiper-cs .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #17A9EF; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .swiper-cs .swiper-pagination {
    margin-top: 40px; } }

@media (max-width: 1199px) {
  .swiper-cs .swiper-pagination {
    margin-top: 30px; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* seo text */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.info-box {
  background-color: #000;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 15px 30px; }
  .info-box h5 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px; }
  .info-box p {
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7); }

.block-map {
  position: relative;
  padding-bottom: 30%; }
  .block-map .map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 575px) {
  .block-map {
    padding-bottom: 60%; } }

/*==========  Form Style  ==========*/


.input {
  position: relative;
  height: 55px;
  border: 1px solid #D8D8D8;
  font-size: 16px;
  padding: 0 20px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  outline: none;
  z-index: 1;
  color: #242424; }
  .input::-webkit-input-placeholder {
    color: #242424; }
  .input::-moz-placeholder {
    color: #242424; }
  .input:-ms-input-placeholder {
    color: #242424; }
  .input::-ms-input-placeholder {
    color: #242424; }
  .input::placeholder {
    color: #242424; }
  .input:focus {
    border-color: #17A9EF;
    -webkit-box-shadow: 0px 0px 0px 1px #17A9EF;
            box-shadow: 0px 0px 0px 1px #17A9EF; }

textarea.input {
  padding: 20px;
  resize: none;
  height: 140px; }

.invalid {
  border-color: red;
  color: red; }

.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  font-size: 16px; }

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  font-size: 16px; }

.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  font-size: 16px; }

.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
  font-size: 16px; }

.form-group input,
.form-group textarea,
.form-group input::placeholder,
.form-group textarea::placeholder {
  font-size: 16px; }

.form-group .input {
  margin-bottom: 30px; }

.form-group .SumoSelect {
  margin-bottom: 30px; }

form .btn input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1; }

.search-form {
  position: relative; }
  .search-form .input {
    height: 40px;
    padding-right: 40px;
    border-radius: 10px; }
  .search-form .btn {
    padding: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .search-form .btn svg {
      width: 24px;
      fill: #B2B2B2;
      -webkit-transition: all 0.32s ease-out;
      transition: all 0.32s ease-out; }

.SumoSelect > .CaptionCont {
  border: 1px solid #E6E6E6!important;
  border-radius: 10px;
  height: 55px;
  line-height: 55px;
  font-size: 16px; }
  .SumoSelect > .CaptionCont > span {
    cursor: pointer;
    color: #383838; }
  .SumoSelect > .CaptionCont > label {
    cursor: pointer;
    width: 40px;
    -webkit-transition: 0.24s;
    transition: 0.24s; }
  .SumoSelect > .CaptionCont > .options li.opt {
    border-bottom: 1px solid #E6E6E6; }

.SumoSelect > .optWrapper {
  border: 1px solid #E6E6E6;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: calc(100% - 1px);
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.32s;
  transition: 0.32s; }

.SumoSelect.open > .CaptionCont > label {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.SumoSelect.open > .optWrapper {
  top: calc(100% - 1px);
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.checkbox-entry {
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0;
  min-width: 30px;
  min-height: 20px;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out; }
  .checkbox-entry input {
    display: none; }
  .checkbox-entry span {
    position: relative;
    font-size: 16px;
    color: #242424;
    line-height: 20px;
    padding-left: 30px;
    display: block;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out; }
  .checkbox-entry span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: 1px #8F8F8F solid;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out; }
  .checkbox-entry span:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 7px;
    width: 6px;
    height: 6px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    background-color: #fff; }
  .checkbox-entry input:checked + span:before {
    background-color: #17A9EF;
    border-color: #17A9EF; }
  .checkbox-entry input[type=radio] + span:before,
  .checkbox-entry input[type=radio] + span:after {
    border-radius: 50%; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .search-form .btn:hover svg {
    fill: #17A9EF; }
  .checkbox-entry:hover {
    opacity: 0.8; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .input {
    height: 50px; }
  .SumoSelect > .CaptionCont {
    height: 50px;
    line-height: 50px; } }

@media (max-width: 768px) {
  .form-group .input {
    margin-bottom: 15px; } }

@media (max-width: 575px) {
  .checkbox-entry span {
    font-size: 15px;
    padding-left: 25px; } }

a {
  -webkit-transition: all .34s ease-out;
  transition: all .34s ease-out; }

/*==========  Accordeon Style  ==========*/
.accordeon-title {
  cursor: pointer;
  padding: 25px 55px 24px 30px;
  margin-top: 10px;
  background-color: #F7F9FC;
  position: relative;
  -webkit-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out; 
  margin-right: 0;}
  .accordeon-title .title {
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    color: #242424; }
  .accordeon-title .icon-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out; }
    .accordeon-title .icon-arrow:after, .accordeon-title .icon-arrow:before {
      background: #383838;
      width: 1px;
      height: 10px; }

.accordeon-title.active .icon-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.accordeon-title.active .title {
  color: #17A9EF; }

.accordeon .accordeon-title:first-of-type {
  margin-top: 0; }

.accordeon-content {
  padding: 25px 25px 20px; }

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .accordeon-title:hover {
    background: #f0f2f5; }
    .accordeon-title:hover .title {
      color: #17A9EF; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .accordeon-title {
    padding: 20px 40px 19px 20px; }
    .accordeon-title .icon-arrow {
      right: 20px; }
  .accordeon-content {
    padding: 20px 20px 15px; } }

@media (max-width: 575px) {
  .accordeon-title {
    padding: 15px 40px 14px 15px; }
    .accordeon-title .icon-arrow {
      right: 15px; }
  .accordeon-content {
    padding: 15px 10px; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TABS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tab-title {
  display: none;
  padding: 12px 15px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  color: #383838; }
  .tab-title:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 5.5px 0 6.5px;
    border-color: #1A1A1A transparent transparent transparent;
    -webkit-transition: 0.24s;
    transition: 0.24s; }

.tab-nav {
  position: relative;
  z-index: 2; }
  .tab-nav .tab-toggle {
    margin-bottom: -30px; }

.tab-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
  border-radius: 65px;
  padding: 18px 28px; }
  .tab-toggle div {
    display: inline-block;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative;
    line-height: 1.2em;
    border-right: 1px solid rgba(36, 36, 36, 0.1);
    padding: 5px 15px; }
    .tab-toggle div:last-of-type {
      border-right: 0; }
    .tab-toggle div span {
      -webkit-transition: all 0.32s ease-out;
      transition: all 0.32s ease-out;
      cursor: pointer;
      color: #383838;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    .tab-toggle div.active span {
      color: #17A9EF; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .tab-toggle div span:hover {
    color: #17A9EF; } }

@media (max-width: 768px) {
  .tab-title {
    display: block; }
  .tab-toggle {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.32s;
    transition: 0.32s;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
    background: #FFF;
    border-radius: 0;
    padding: 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #E6E6E6; }
    .tab-toggle div {
      border-right: 0;
      padding: 0;
      margin-bottom: 10px; }
      .tab-toggle div:last-of-type {
        margin-bottom: 0; }
      .tab-toggle div span {
        font-size: 14px; }
  .tab-nav.active .tab-title:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
  .tab-nav.active .tab-toggle {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
  .tab-toggle div {
    display: block; } }

@media (max-width: 575px) {
  .tab-toggle li {
    font-size: 14px;
    padding: 12px 5px 15px 5px; }
    .tab-toggle li.active {
      font-weight: 400; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Decor Style */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.decor {
  position: absolute;
  line-height: 0; }
  .decor.index {
    z-index: -1; }
  .decor.pos1 {
    bottom: 0;
    left: 0; }
  .decor.pos2 {
    top: -30%;
    left: 0; }
  .decor.pos3 {
    top: -2%;
    right: 0; }
  .decor.pos4 {
    bottom: -20%;
    left: 0; }
  .decor.pos5 {
    bottom: -80%;
    left: 0; }
  .decor.pos6 {
    bottom: -20%;
    right: 0; }
  .decor.pos7 {
    top: -10%;
    left: 0; }
  .decor.pos8 {
    bottom: -10%;
    right: 0; }

@media (max-width: 1199px) {
  .decor {
    display: none; } }

/*==========  Elements Style  ==========*/
.out-achievement {
  background: linear-gradient(92.89deg, #07A1EB 0.32%, #69CEFE 97.88%);
  border-radius: 24px;
  padding: 21px 0 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .out-achievement .item {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 30px 40px 20px 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
    .out-achievement .item:last-of-type {
      border-right: 0; }
    .out-achievement .item .number {
      margin-bottom: 8px;
      color: #fff; }

.thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .thumbnail-list:last-of-type {
    border-bottom: none; }
  .thumbnail-list .title {
    font-weight: 500; 
    color: #242424;
  }
  .thumbnail-list .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
    background: linear-gradient(270.21deg, #67CDFC 3.11%, #1BACED 99.83%); }
    .thumbnail-list .icon img {
      position: absolute;
      width: 36px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.thumbnail-01 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
  border-radius: 46px;
  padding: 30px 40px 30px 40px; }
  .thumbnail-01 .title {
    margin-bottom: 15px;
    text-align: center;
    min-height: 56px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #242424;  }
  .thumbnail-01 .image {
    position: relative;
    padding-bottom: 50%; }
    .thumbnail-01 .image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 90%; }
  .thumbnail-01-wrap > div {
    margin-bottom: 80px; }

.form-block {
  background: #F7F9FC;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  padding: 60px 10%; }
  .form-block .title {
    margin-bottom: 10px; }
  .form-block .des {
    margin-bottom: 30px; }

.thumbnail-02 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.11);
  border-radius: 46px;
  padding: 42px 75px 44px 75px;
  position: relative; 
  min-height: 318px;
  }
  .thumbnail-02 .icon {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(270.21deg, #67CDFC 3.11%, #1BACED 99.83%);
    position: absolute;
    top: -20px;
    left: 0; }
    .thumbnail-02 .icon img {
      width: 28px;
      height: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .thumbnail-02 .title {
    margin-bottom: 12px; 
  color: #242424;}
  .thumbnail-02-wrap > div {
    margin-bottom: 80px; }

.contact-block {
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
 /* padding: 80px 15px 40px;*/
  text-align: center;
  height: 100%;
  background-color: #fff; }
  .contact-block .title {
    margin-bottom: 10px;
    color: #242424;}
  .contact-block .img {
    display: block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: linear-gradient(270.21deg, #67CDFC 3.11%, #1BACED 99.83%);
    padding: 20px;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .contact-block .img img {
      display: block;
      width: 100%;
      height: auto; }

.our-works-info .title {
  margin-bottom: 35px; }

.our-works-list {
  margin-bottom: 50px; }
  .our-works-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .our-works-list li b {
      font-weight: 500;
      color: #242424;
      min-width: 200px;
      padding-right: 15px; }

.block-free {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 65px 8%; }
  .block-free-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .block-free-inner .item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      text-align: center;
      padding: 0 25px; }
      .block-free-inner .item .icon {
        display: block;
        position: relative;
        width: 92px;
        height: 92px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        margin: 0 auto 15px auto; }
        .block-free-inner .item .icon img {
          max-width: 50px;
          max-height: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }

.cost-calculation {
  padding: 80px 100px;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.09);
  border-radius: 24px;
  background-color: #fff; }
  .cost-calculation-item .title {
    margin-bottom: 20px; }
  .cost-calculation-item .info {
    padding-bottom: 10px;
    padding-left: 22px; }
  .cost-calculation-item .checkbox-entry {
    margin-right: 30px;
    margin-bottom: 10px; }
  .cost-calculation-image {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden;
    line-height: 0; }
    .cost-calculation-image img {
      border-top-right-radius: 24px;
      border-bottom-right-radius: 24px; }
  .cost-calculation .mr-top {
    margin-top: 50px; }
  .cost-calculation-quantity {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px; }
    .cost-calculation-quantity span {
      display: block;
      text-align: center;
      margin-bottom: 8px;
      font-weight: 500;
      font-size: 14px;
      color: #4B4B4B; }

.quantity-product {
  position: relative;
  display: inline-block; }
  .quantity-product:before {
    content: '';
    display: block;
    height: 1px;
    width: 7px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    right: 8px; }
  .quantity-product input {
    border: 1px solid #E6E6E6;
    height: 48px;
    width: 88px;
    font-size: 16px;
    color: #242424;
    text-align: center;
    padding-right: 30px;
    padding-left: 5px;
    outline: none; }
  .quantity-product .add {
    position: absolute;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: rgba(1, 1, 1, 0);
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    outline: none; 
    border: 0;}
    .quantity-product .add:before, .quantity-product .add:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 6px;
      background-color: #242424;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: top;
              transform-origin: top; }
    .quantity-product .add:before {
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
    .quantity-product .add:after {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }
  .quantity-product .dec {
    position: absolute;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: rgba(1, 1, 1, 0);
    -webkit-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    outline: none; 
    border: 0;}
    .quantity-product .dec:before, .quantity-product .dec:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 6px;
      background-color: #242424;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
    .quantity-product .dec:before {
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
    .quantity-product .dec:after {
      -webkit-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg); }

.tab-inner {
  padding: 85px 95px 55px 95px;
  background-color: #F7F9FC; }
  .tab-inner-tarif {
  padding: 55px 95px;
  background-color: #F7F9FC; }
  
  .tab-inner-info {
    margin-bottom: 30px; }
    .tab-inner-info .title {
      margin-bottom: 12px;
      color: #242424; }
    .tab-inner-info .price {
      margin-bottom: 24px;
      margin-top: 14px; }
    .tab-inner-info:last-of-type {
      margin-bottom: 0; }
	 

/*==========  Hover  ==========*/
@media (min-width: 1200px) {
  .quantity-product .add:hover,
  .quantity-product .dec:hover {
    background-color: #E6E6E6; } }

/*==========  MEDIA QUERIES  ==========*/
@media (max-width: 1368px) {
  .out-achievement .item {
    padding: 20px 20px 15px 20px; }
  .thumbnail-list {
    padding: 15px 0; }
    .thumbnail-list .icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
      width: 60px;
      height: 60px;
      margin-right: 20px; }
  .thumbnail-01 {
    padding: 25px; }
    .thumbnail-01-wrap > div {
      margin-bottom: 40px; }
  .form-block {
    padding: 45px 4%; }
    .form-block .des {
      margin-bottom: 25px; }
  .thumbnail-02 {
    padding: 40px 55px 40px 55px; }
    .thumbnail-02 .title {
      margin-bottom: 8px; }
    .thumbnail-02 .icon {
      width: 60px;
      height: 60px; }
      .thumbnail-02 .icon img {
        width: 26px;
        height: 26px; }
    .thumbnail-02-wrap > div {
      margin-bottom: 40px; }
  .block-free {
    padding: 45px 4%; }
    .block-free-inner .item {
      padding: 0 20px; }
  .cost-calculation {
    padding: 45px 4%; }
    .cost-calculation .mr-top {
      margin-top: 40px; }
  .our-works-info .title {
    margin-bottom: 15px; }
  .our-works-list {
    margin-bottom: 40px; }
    .our-works-list li {
      padding: 12px 0; }
  .contact-block {
    padding: 60px 15px 30px; }
    .contact-block .img {
      width: 75px;
      height: 75px;
      top: -35px;
      padding: 18px; }
  .tab-inner {
    padding: 70px 50px 51px 50px; }
	.tab-inner-tarif {
    padding: 45px 40px; }
    .tab-inner-info .price {
      margin-bottom: 20px; }
.action-prices {padding: 0;}
.regular_price {    font-size: 19px;
    font-weight: 700;}
.action_price {    font-size: 19px;
    font-weight: 700;}

	  }

@media (max-width: 1199px) {
  .out-achievement {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .out-achievement .item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      margin-bottom: 15px; }
  .thumbnail-list {
    padding: 10px 0; }
    .thumbnail-list:last-of-type {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .thumbnail-list .icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 55px;
              flex: 0 0 55px;
      width: 55px;
      height: 55px;
      margin-right: 15px; }
      .thumbnail-list .icon img {
        width: 26px; }
  .thumbnail-01 .title {
    -webkit-line-clamp: unset;
    min-height: auto; }
  .thumbnail-01 .image {
    padding-bottom: 48%; }
    .thumbnail-01 .image img {
      max-height: 80%; }
  .block-free-inner .item {
    padding: 0 10px; }
    .block-free-inner .item .icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 10px auto; }
      .block-free-inner .item .icon img {
        max-width: 45px;
        max-height: 35px; }
  .cost-calculation {
    padding: 35px; }
    .cost-calculation-image {
      border-top-left-radius: 24px;
      border-bottom-right-radius: 0;
      margin-bottom: 30px; }
      .cost-calculation-image img {
        border-top-left-radius: 24px;
        border-bottom-right-radius: 0;
        width: 100%; }
    .cost-calculation-item .title {
      margin-bottom: 15px;
      color: #242424; }
    .cost-calculation-item .checkbox-entry {
      margin-right: 20px; }
    .cost-calculation-quantity {
      margin-right: 20px; }
    .cost-calculation .mr-top {
      margin-top: 20px; }
  .our-works-info {
    margin-top: 30px; }
  .our-works-list {
    margin-bottom: 30px; }
  .contact-block .title {
    margin-bottom: 5px; }
  .contact-block .img {
    width: 65px;
    height: 65px;
    top: -20px;
    padding: 15px; }
  .contact-block-wrap {
    margin-bottom: -40px; }
    .contact-block-wrap > div {
      margin-bottom: 40px; } }

@media (max-width: 991px) {
  .block-free {
    padding: 45px 4% 15px 4%; }
  .block-free-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block-free-inner .item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
      margin-bottom: 30px;
      padding: 0 30px; }
  .tab-inner {
    padding: 70px 50px 20px 50px; }
	`.tab-inner-tarif {
    padding: 45px 50px; }
    .tab-inner .image-wrapper {
      margin-bottom: 30px; }
    .tab-inner-info {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 30px; }
      .tab-inner-info:last-of-type {
        margin-bottom: 30px; } }

@media (max-width: 768px) {
  .out-achievement .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .tab-inner {
    padding: 50px 50px 20px 50px; }
	.tab-inner {
    padding: 25px 50px; }
    .tab-inner-info {
      display: block;
      margin-right: 0; } 
.tab-inner-info-tarif {
    width: 100%;
}
	  }

@media (max-width: 575px) {
  .out-achievement .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
    margin-bottom: 0; }
    .out-achievement .item:last-of-type {
      border-bottom: 0; }
  .thumbnail-01-wrap > div {
    margin-bottom: 30px; }
  .thumbnail-02 {
    padding: 50px 25px 30px 25px; }
    .thumbnail-02 .title {
      margin-bottom: 5px; }
  .cost-calculation {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgba(1, 1, 1, 0); }
    .cost-calculation .info {
      padding-left: 0; }
    .cost-calculation-item .title {
      margin-bottom: 10px; }
  .quantity-product input {
    width: 80px; }
  .our-works-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .our-works-list li b {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 5px;
      padding-right: 0; }
  .block-free-inner .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .tab-inner {
    padding: 30px 0 0 0;
    background-color: rgba(1, 1, 1, 0); }
    .tab-inner-info:last-of-type {
      margin-bottom: 0; } }

@media (max-width: 575px) {
  .block-free-inner .item {
    padding: 0 10px; } }

.ie .block-free-inner .item {
  max-width: 20%; }

@media (max-width: 1199px) {
  .edge .header-contacts a.h6 {
    display: inline-block;
    margin-right: 15px; } }
