* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, figure {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

address {
  font-style: normal;
}

button,
input,
optgroup,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

td, th {
  padding: 0;
}

p {
  margin: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input::-ms-clear {
  display: none;
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.row-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-content-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-end {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-between_align-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

*[hidden] {
  display: none !important;
}
.wpcf7-spinner{
  margin: 15px auto 10px;
  display: table;
}
@media(max-width:767px){
  .wpcf7-spinner{
    margin: 10px auto;
  }
}
* {
  scrollbar-width: auto;
  scrollbar-color: #fed442 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 14px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #fed442;
  border-radius: 4px;
  border: 2.5px solid #ffffff;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (min-width: 680px) {
  .container {
    max-width: 1230px;
    padding: 0 30px;
  }
}

@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Regular/Usual-Regular.eot"), url("../fonts/Usual-Regular/Usual-Regular.woff2") format("woff2"), url("../fonts/Usual-Regular/Usual-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Medium/Usual-Medium.eot"), url("../fonts/Usual-Medium/Usual-Medium.woff2") format("woff2"), url("../fonts/Usual-Medium/Usual-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Light/Usual-Light.eot"), url("../fonts/Usual-Light/Usual-Light.woff2") format("woff2"), url("../fonts/Usual-Light/Usual-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Usual";
  src: url("../fonts/Usual-Bold/Usual-Bold.eot"), url("../fonts/Usual-Bold/Usual-Bold.woff2") format("woff2"), url("../fonts/Usual-Bold/Usual-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

h1, .h1 {
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  font-size: 3rem;
}

@media only screen and (min-width: 1080px) {
  h1, .h1 {
    font-size: 2.925rem;
  }
}

@media only screen and (min-width: 680px) {
  h1, .h1 {
    font-size: 2.67rem;
  }
}

h2, .h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom:25px;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  /*text-transform: capitalize;*/
  color: #3D3D3D;
}

@media only screen and (min-width: 1080px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 0.9rem;
  margin-bottom: 25px;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  /*text-transform: capitalize;*/
}

@media only screen and (min-width: 1080px) {
  h3, .h3 {
    font-size: 1.2rem;
  }
}

h4, .h4 {
  font-size: 1.1rem;
}

h5, .h5 {
  font-size: 1rem;
}

p a {
  text-decoration: underline;
  color: #3783ef;
}

p a:hover {
  text-decoration: none;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -15px;
}

.wpcf7 .ajax-loader{
  display: none;
}
span.wpcf7-not-valid-tip {
  color: #d84141;
  font-size: 11px;
  font-weight: normal;
  display: block;
}
.wpcf7-response-output{
  border:0!important;
  text-align: center;
  margin-top: 0!important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
  border:0;
  text-align: center;
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 20px;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output{
  position: relative;
  padding-top: 62px;
  border:0!important;
}
.wpcf7-form.sent .wpcf7-response-output::after,
.wpcf7-form.invalid .wpcf7-response-output::after{
  content: "";
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg class='svg-icon' style='vertical-align: middle;fill: currentColor;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 0C229.668571 0 0 229.668571 0 512s229.668571 512 512 512 512-229.668571 512-512S794.331429 0 512 0z m307.2 343.771429s-267.702857 295.497143-327.68 365.714285c-59.977143 70.217143-106.788571 0-106.788571 0L210.651429 529.554286s-27.794286-42.422857 21.942857-81.92c46.811429-38.034286 84.845714 0 84.845714 0l122.88 128.731428L746.057143 291.108571s29.257143-20.48 59.977143 5.851429c23.405714 21.942857 13.165714 46.811429 13.165714 46.811429z' fill='%2368BF7B' /%3E%3C/svg%3E");
  left: 50%;
  transform: translateX(-50%);
  top:0;
  background-position: center;
}
.wpcf7-form.invalid .wpcf7-response-output::after{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23F44336;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M40,20c0,11-9,20-20,20S0,31,0,20S9,0,20,0S40,9,40,20z'/%3E%3Cpath class='st1' d='M25.7,11.5l2.8,2.8L14.3,28.5l-2.8-2.8L25.7,11.5z'/%3E%3Cpath class='st1' d='M28.5,25.7l-2.8,2.8L11.5,14.3l2.8-2.8L28.5,25.7z'/%3E%3C/svg%3E");  
}
.form-section .wpcf7-form.sent .wpcf7-response-output::after{
  background-color: #fff;
}
@media(max-width:767px){
  .wpcf7 form.invalid .wpcf7-response-output{
    font-size: 16px;
  }
  .wpcf7-form.invalid .wpcf7-response-output,
  .wpcf7-form.sent .wpcf7-response-output{
    padding-top: 52px;
  }
  .wpcf7-form.sent .wpcf7-response-output::after,
  .wpcf7-form.invalid .wpcf7-response-output::after{
    width: 40px;
    height: 40px;
  }
}

.input-wrap {
  position: relative;
}

.btn-wrap {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

input, textarea {
  width: 100%;
  transition: all 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
  line-height: 38px;
  padding: 3px 10px 3px 18px;
  font-weight: 300;
  font-size: 14px;
  background: none;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 680px) {
  input, textarea {
    line-height: 38px;
    padding: 6px 10px 6px 18px;
    font-weight: 300;
    font-size: 16px;
  }
}

.btn {
  background: #fed442;
  padding: 5px 10px;
  color: #3D3D3D;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  transition: all 0.24s cubic-bezier(0.58, 0.3, 0.9, 0.9);
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  /*text-transform: capitalize;*/
  text-align: center;
  height: 40px;
  width: auto;
  border: 0;
  min-width: 195px;
  font-size: 14px;
  border-radius: 3px;
}

@media only screen and (min-width: 680px) {
  .btn {
    font-size: 16px;
    height: 50px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1080px) {
  .btn {
    font-size: 20px;
  }
}

.btn:active {
  background: rgba(254, 212, 66, 0.7);
}

.btn:hover {
  background: rgba(254, 212, 66, 0.8);
}

/* Change autocomplete styles in WebKit */
.form-section input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

.form-section input:-moz-autofill {
  -moz-text-fill-color: #fff !important;
}

.form-section input:-o-autofill {
  -o-text-fill-color: #fff!important;
}
.form-section input:-khtml-autofill {
  -khtml-text-fill-color: #fff !important;
}

.form-section .wpcf7-form.sent .wpcf7-response-output{
  color:#fff;
  text-align: center;
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 20px;
}

@media(max-width:767px){
  .form-section .wpcf7-form.sent .wpcf7-response-output,
  .form-section .wpcf7-form.invalid .wpcf7-response-output{
    font-size: 16px;
  }
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.5;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.5;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.5;
}

.contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

input:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

input:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 0.5;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.5;
}

textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 0.5;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 0.5;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}

textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

textarea:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}

.model input::-webkit-input-placeholder {
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.model input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.model input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.model input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.model textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.model textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.model textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.model textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*::selection {
  background: rgba(254, 212, 66, 0.5);
  color: hwb(0 15% 85%);
}

.advantages-section *::selection {
  background: hwb(0 15% 85%);
  color: rgba(254, 212, 66, 0.5);
}

.ovh {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a,
.button, .btn {
  transition: all 0.35s cubic-bezier(0.58, 0.3, 0.9, 0.9) 0s;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.sub-menu-toggle {
  color: #fff;
  background: #fdcb2e;
  border-color: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.sub-menu-toggle:focus {
  box-shadow: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn:focus,
button:focus {
  box-shadow: none;
  outline: none;
}

input[type="data"]::-webkit-clear-button {
  display: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #3D3D3D;
  min-width: 320px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

body.ovh {
  overflow: hidden;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
}

@media (min-width: 0px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 600px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1080px) {
  html {
    font-size: 18px;
  }
}

@media (max-height: 480px) {
  html {
    font-size: 12px;
  }
}

.wrapper {
  overflow: hidden;
}

.main {
  padding-top: 60px;
}

@media only screen and (min-width: 680px) {
  .main {
    padding-top: 70px;
  }
}
.single-services .breadcrumb,.home .breadcrumb{
  display: none;
}
.breadcrumb {
  display: none;
}

.page-section {
  padding-top: 30px;
}

@media only screen and (min-width: 680px) {
  .page-section {
    padding-top: 0;
  }
  .breadcrumb {
    font-weight: 700;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .breadcrumb a {
    margin-right: 6px;
    color: #3D3D3D;
  }
  .breadcrumb a span {
    font-weight: 300;
  }
  .breadcrumb a:hover {
    color: #FED442;
  }
  .breadcrumb > span + span{
    margin-left: 6px;
  } 
}

@media only screen and (min-width: 1080px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}

.alignleft {
  float: none;
}

@media only screen and (min-width: 1080px) {
  .alignleft {
    float: left;
  }
}

.alignright {
  float: none;
}

@media only screen and (min-width: 1080px) {
  .alignright {
    float: right;
  }
}

.global-title {
  margin-bottom: 30px;
}

@media only screen and (min-width: 680px) {
  .global-title {
    margin-bottom: 50px;
  }
}

.global-title h1 {
  display: block;
  font-size: 36px;
  padding-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
  position: relative;
  /*text-transform: capitalize;*/
  color: #3D3D3D;
  width: 100%;
}

.global-title h1::after {
  content: "";
  width: 120px;
  height: 4px;
  background: #FED442;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 680px) {
  .global-title h1 {
    font-size: 44px;
    display: table;
    width: auto;
  }
  .global-title h1::after {
    content: "";
    width: 105%;
    height: 7px;
    background: #FED442;
    right: auto;
    bottom: -8px;
    margin: 0;
  }
}

@media only screen and (min-width: 1080px) {
  .global-title h1 {
    font-size:55px;
  }
}

.header {
  background: #FED442;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 60px;
  width: 100%;
}

@media only screen and (min-width: 680px) {
  .header {
    height: 70px;
  }
}

.header-menu {
  height: auto;
  position: fixed;
  top: 60px;
  background: #3D3D3D;
  padding: 15px 15px 30px;
  width: 100%;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  max-width: 400px;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}

@media only screen and (min-width: 680px) {
  .header-menu {
    max-width: 560px;
    top: 70px;
  }
}

@media only screen and (min-width: 1080px) {
  .header-menu {
    background: none;
    width: auto;
    overflow: revert;
    padding: 37px 15px;
    position: static;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    transition: none;
    max-width: -webkit-fit-content;
    max-width: fit-content;
  }
}

.header-menu.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (min-width: 1080px) {
  .header-menu.show {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.header-menu-btn {
  height: 100%;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  position: relative;
  max-width: 60px;
  display: block;
  background: #3D3D3D;
  cursor: pointer;
}

.header-menu-btn.show i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  height: 2px;
}

@media only screen and (min-width: 680px) {
  .header-menu-btn.show i {
    width: 30px;
    height: 2px;
  }
}

.header-menu-btn.show i::before {
  display: none;
}

.header-menu-btn.show i::after {
  height: 2px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 26px;
  bottom: 0;
}

@media only screen and (min-width: 680px) {
  .header-menu-btn.show i::after {
    width: 30px;
  }
}

@media only screen and (min-width: 680px) {
  .header-menu-btn {
    -webkit-flex: 0 0 81px;
        -ms-flex: 0 0 81px;
            flex: 0 0 81px;
    position: relative;
    max-width: 81px;
  }
}

@media only screen and (min-width: 1080px) {
  .header-menu-btn {
    display: none;
  }
}

.header-menu-btn i {
  position: absolute;
  height: 2.5px;
  width: 26px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: -5px;
  margin: auto;
}
.header-menu-btn.show i{
  right: 0;
}

@media only screen and (min-width: 680px) {
  .header-menu-btn i {
    width: 30px;
  }
}

.header-menu-btn i::before {
  content: "";
  top: -8px;
  right: 0;
  width: 20px;
  background: #fff;
  position: absolute;
  height: 2.5px;
}

@media only screen and (min-width: 680px) {
  .header-menu-btn i::before {
    width: 24px;
  }
}

.header-menu-btn i:after {
  content: "";
  bottom: -8px;
  right: 0;
  width: 32px;
  background: #fff;
  position: absolute;
  height: 2.5px;
}

@media only screen and (min-width: 680px) {
  .header-menu-btn i:after {
    width: 36px;
  }
}

@media only screen and (min-width: 1080px) {
  .header-menu {
    display: block;
  }
}

.header-menu > ul > li{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu li:hover + li a:after {
  display: none;
}

@media only screen and (min-width: 1080px) {
  .header-menu li .sub-menu.is-hovered {
    visibility:visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu li .sub-menu.is-active {
    visibility:visible;
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (max-width: 1079px) {
  .header-menu li.show .sub-menu.is-hovered {
    display: block;
    pointer-events: auto;
  }
  .header-menu li .sub-menu.is-active {
    display: block;
    pointer-events: auto;
  }
}

@media only screen and (min-width: 1080px) {
  .header-menu li {
    height: 100%;
  }
  .header-menu > ul > li > a:hover + .sub-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-menu li.menu-item-has-children {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 1080px) {
  .header-menu li.menu-item-has-children {
    position: static;
  }
}

.header-menu li.menu-item-has-children > a {
  width: 80%;
}

@media only screen and (min-width: 1080px) {
  .header-menu li.menu-item-has-children > a {
    width: auto;
  }
}

.header-menu li.menu-item-has-children.show:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.header-menu li.menu-item-has-children:after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  right: 15px;
  background: url(../img/svg/arrow.svg) no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  pointer-events: none;
  top: 4px;
  transition: -webkit-transform .1s ease-in;
  transition: transform .1s ease-in;
  transition: transform .1s ease-in, -webkit-transform .1s ease-in;
}

@media only screen and (min-width: 680px) {
  .header-menu li.menu-item-has-children:after {
    top: 8px;
    width: 12px;
    height: 22px;
  }
}

@media only screen and (min-width: 1080px) {
  .header-menu li.menu-item-has-children:after {
    display: none;
  }
}

@media only screen and (min-width: 1080px) {
  .header-menu li.menu-item-has-children {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-menu li.active > a {
  font-size: 20px;
  border-radius: 0;
}

.header-menu li.active > a span {
  border-bottom: 3px solid #FED442;
}

@media only screen and (min-width: 680px) {
  .header-menu li.active > a {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1080px) {
  .header-menu li.active > a {
    font-size: 14px;
    background: #3D3D3D;
    border-radius: 3px;
    color: #fff;
  }
  .header-menu li.active > a span {
    border-bottom: 0;
  }
}

.header-menu li.show > a span {
  border-bottom: 0 solid #FED442;
}

.header-menu > ul > li > a {
  color: #fff;
  padding: 3px 0;
  border-radius: 3px;
  transition: all 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
  position: relative;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: bold;
  /*text-transform: capitalize;*/
  font-size: 16px;
  letter-spacing: 0.6px;
}

@media only screen and (min-width: 680px) {
  .header-menu > ul > li > a {
    font-size: 18px;
    letter-spacing: 0;
    padding: 7px 15px;
  }
}
@media only screen and (min-width: 860px) {
  .header-menu > ul > li > a {
    padding: 7px 10px;
  }
}
@media only screen and (min-width: 1080px) {
  .header-menu > ul > li > a{
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #3D3D3D;
    width: auto;
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 1180px) {
  .header-menu > ul > li > a{
    font-size: 14px;
  }
}

.header-menu > ul > li > a:hover {
  color: #fff;
}

@media only screen and (min-width: 1080px) {
  .header-menu> ul > li > a:hover {
    background: #3D3D3D;
    border-radius: 3px;
  }
}

.header-menu li + li {
  margin-top: 8px;
}

@media only screen and (min-width: 1080px) {
  .header-menu li + li {
    margin-top: 0;
    margin-left: -1px;
  }
  .header-menu li:hover .sub-menu{
    visibility:visible;
    opacity: 1;
    pointer-events: auto;
  }
  .header-menu> ul > li:hover > a {
    background: #3D3D3D;
    border-radius: 3px;
    color:#fff;
  }
}

.header-menu li + li a:after {
  content: '';
  background: rgba(61, 61, 61, 0.5);
  width: 1px;
  position: absolute;
  left: 0;
  top: -2px;
  margin: auto 0;
  bottom: 0;
  height: 12px;
}

.header-menu .row {
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1080px) {
  .header-menu .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-container {
  height: 100%;
  padding-right: 0;
}

@media only screen and (min-width: 1080px) {
  .header-container {
    padding-right: 30px;
  }
}

.header-container .justify-content-between {
  height: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-language {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 0 0 65px;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.header-language.show a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-language.show a.active {
  background: #3D3D3D;
  color: #fff;
}

.header-language.show a.active::after {
  border-color: #fff;
}

.header-language a {
  height: 60px;
  width: 100%;
  background: #3D3D3D;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  display: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  transition: none;
}

@media only screen and (min-width: 680px) {
  .header-language a {
    font-size: 18px;
  }
}

.header-language a.active {
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: none;
  position: relative;
  height: 100%;
  top: 0;
  color: #3D3D3D;
}

.header-language a.active::after {
  content: "";
  border: 2px solid #3D3D3D;
  border-bottom: 0;
  border-left: 0;
  box-sizing: border-box;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  height: 6px;
  position: relative;
  top: -2px;
  margin-left: 5px;
  width: 6px;
  display: inline-block;
}

.header-language a + a {
  top: 100%;
}

.header-language a + a + a {
  top: 160%;
}

.header-language a + a + a + a {
  top: 220%;
}

@media only screen and (min-width: 1080px) {
  .header-language {
    border: 2px solid #fff;
    margin-left: 0;
    height: 32px;
    overflow: hidden;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    border-radius: 50px;
    pointer-events: none;
    background: #fff;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header-language a {
    font-size: 12px;
    line-height: 24px;
    height: auto;
    padding: 0 10px;
    color: #3D3D3D;
    position: static;
    pointer-events: auto;
    display: block;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    background: transparent;
    text-transform: uppercase;
    text-align: center;
    font-family: "Arimo", sans-serif;
    border-radius: 50px;
    transition: all 0.24s cubic-bezier(0.58, 0.3, 0.9, 0.9);
    border: 2px solid transparent;
  }
  .header-language a:hover {
    border: 2px solid #FED442;
  }
  .header-language a.active {
    background: #FED442 !important;
    color: #3D3D3D !important;
  }
  .header-language a.active::after {
    display: none;
  }
}

.header-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  max-width: 120px;
}

@media only screen and (min-width: 680px) {
  .header-logo {
    -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 140px;
  }
}

@media only screen and (min-width: 1080px) {
  .header-logo {
    -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    max-width: 140px;
  }
}

@media only screen and (min-width: 1280px) {
  .header-logo {
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}



.sub-menu {
  background: #FED442;
  box-shadow: none;
  width: 100%;
  margin-top: 0;
  pointer-events: none;
  transition: all .3s ease-in;
}
.sub-menu .menu-image-title-after.menu-image-title{
  padding: 0;
  display: block;
}
.sub-menu .menu-image-title-after.menu-image-not-hovered img{
  padding: 0;
}
@media only screen and (min-width: 1080px) {
  .sub-menu {
    position: absolute;
    background: #fff;
    left: 0;
    visibility: hidden;
    margin-top: 0;
    opacity: 0;
    right: 0;
    z-index: 2;
    top: 100%;
  }
  .sub-menu:hover{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

.sub-menu::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  top: -19px;
  left: 0;
}
@media only screen and (min-width: 1080px) {
  .sub-menu::before{
    content: "";
    width: 200vw;
    height: 100%;
    top:0;
    position: absolute;
    background: #fff;
    left: -50vw;
    right: -50vw;
    box-shadow: 0px 51px 87px rgb(0,0,0,0.2);
  }
}
.sub-menu{
  padding: 5px 0 10px;
  /* display: none; */
}

@media only screen and (min-width: 1080px) {
  .sub-menu{
    max-width: 1230px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 20px 26px;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (min-width: 1380px) {
  .sub-menu{
    max-width: 1370px;
  }
}

.sub-menu li {
  font-weight: 300;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

.sub-menu li:last-child a {
  border-bottom: 0;
}

.sub-menu li {
  margin: 8px 15px 0;
}

@media only screen and (min-width: 1080px) {
  .sub-menu li {
    flex: 0 0 11.1111%;
    text-align: center;
    max-width: 11.111%;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
  }
}

.sub-menu li a {
  padding: 3px 0;
  color: #3D3D3D;
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
  border-bottom: 1px solid #3D3D3D;
  border-radius: 0;
}

.sub-menu li a:hover {
  background: none;
  text-decoration: underline;
  color: #3D3D3D;
}

.sub-menu li a:hover img {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.22);
}

.sub-menu li a:after {
  display: none;
}

@media only screen and (min-width: 1080px) {
  .sub-menu li a {
    height: 100%;
    transition: all 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
    padding: 7px 4px 8px;
    border-bottom: 0;
  }
}

.sub-menu li p {
  text-transform: none;
}

@media only screen and (min-width: 1080px) {
  .sub-menu li p {
    text-align: center;
  }
}

.sub-menu li img {
  border-radius: 3px;
  display: none;
  overflow: hidden;
  margin: 0 auto 14px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1080px) {
  .sub-menu li img {
    display: block;
  }
}

.footer {
  background: #202020;
  padding: 40px 0 20px;
}

@media (min-width: 480px) {
  .footer {
    padding: 35px 0 15px;
  }
}

@media only screen and (min-width: 767px) {
  .footer {
    padding: 55px 0 15px;
  }
}

.footer-content {
  margin: 0 -15px 30px;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 680px) {
  .footer-content {
    margin-bottom: 60px;
  }
}

.footer-bottom {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: lowercase;
  justify-content: space-between;
}

.footer-bottom-links{
  text-transform: none;
  display: flex;
}
.footer-bottom-links li + li{
  margin-left: 18px;
}
.footer-bottom-links a{
  color:#fff;
  font-size: 14px;
  transition: color 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
}
.footer-bottom-links a:hover{
  color: #FED442;
}

@media(max-width:639px){
  .footer-bottom{
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer-bottom {
    font-size: 14px;
  }
  .footer-bottom-links{
    order: 1;
    margin-bottom: 12px;
  }
  .footer-bottom .copy{
    order: 2;
  }
}

.footer-item {
  padding: 0 15px;
  min-width: 14%;
  color: #fff;
  max-width: 48%;
  font-size: 12px;
}

@media (min-width: 480px) {
  .footer-item {
    font-size: 14px;
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}

.footer-item:first-child {
  display: none;
}

.footer-item:nth-child(2) {
  display: none;
}

.footer-item:last-child {
  max-width: 50%;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

@media only screen and (min-width: 680px) {
  .footer-item:last-child {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (min-width: 680px) {
  .footer-item:nth-child(2) {
    display: block;
  }
}

@media only screen and (min-width: 1080px) {
  .footer-item {
    font-size: 20px;
  }
  .footer-item:first-child {
    display: block;
  }
}

.footer-item .title {
  font-weight: 400;
  margin-bottom: 13px;
  display: block;
  text-transform: uppercase;
}

.footer-item ul li + li {
  margin-top: 13px;
}

.footer-item .box a, .footer-item .box b {
  margin-bottom: 13px;
}

.footer-item:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 680px) {
  .footer-item:last-child {
    max-width: 25%;
  }
}

.footer-item:last-child .h3, .footer-item:last-child h3 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* @media only screen and (min-width: 1080px) {
  .footer-item:last-child .box {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
} */

.footer-item a {
  color: #fff;
  display: table;
  transition: color 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
  font-size: 12px;
}

@media (min-width: 480px) {
  .footer-item a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 767px) {
  .footer-item a {
    font-size: 16px;
  }
}

.footer-item a:hover {
  color: #FED442;
}

.footer-item address {
  font-size: 14px;
}

@media only screen and (min-width: 680px) {
  .footer-item address {
    font-size: 16px;
  }
}

.footer-item address p {
  margin-bottom: 13px;
}

.footer-item .box b {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

@media only screen and (min-width: 680px) {
  .footer-item .box b {
    font-size: 16px;
  }
}

.footer-item .h3 {
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  margin-bottom: 22px;
}

@media only screen and (min-width: 1080px) {
  .footer-item .h3 {
    font-size: 24px;
    margin-bottom: 28px;
  }
}

.footer-item .h3 + a {
  margin-bottom: 13px;
}

.banner-for__slider .item {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-for__slider .item .col {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.banner-for__slider .item .col img {
  min-height: 360px;
  width: auto;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 767px) {
  .banner-for__slider .item .col {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .banner-for__slider .item .col img {
    min-height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
}

.banner-for__slider .item .title-box {
  position: absolute;
  z-index: 3;
  text-align: right;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  max-width: 280px;
  min-width: auto;
  padding: 15px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

@media (min-width: 400px) {
  .banner-for__slider .item .title-box {
    max-width: 380px;
    min-width: auto;
  }
}

@media only screen and (min-width: 767px) {
  .banner-for__slider .item .title-box {
    max-width: 80%;
    display: block;
    min-width: 70%;
    padding: 0;
    width: auto;
    position: relative;
    background: none;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (min-width: 1080px) {
  .banner-for__slider .item .title-box {
    max-width: 60%;
    min-width: 50%;
  }
}

.banner-for__slider .item .link {
  font-weight: 300;
  color: #3D3D3D;
  padding-right: 35px;
  position: relative;
}

.banner-for__slider .item .link::after {
  content: "";
  width: 29px;
  background: #3D3D3D;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
}

.banner-for__slider .item .h1, .banner-for__slider .item h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 5px;
  position: relative;
  /*text-transform: capitalize;*/
  color: #3D3D3D;
}

@media (min-width: 400px) {
  .banner-for__slider .item .h1, .banner-for__slider .item h1 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 767px) {
  .banner-for__slider .item .h1, .banner-for__slider .item h1 {
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 1680px) {
  .banner-for__slider .item .h1, .banner-for__slider .item h1 {
    font-size: 60px;
  }
}

.banner-for__slider .item .h1:after, .banner-for__slider .item h1:after {
  content: "";
  width: 28%;
  right: 104%;
  position: absolute;
  bottom: 23px;
  height: 4px;
  background: #FED442;
}

@media (min-width: 400px) {
  .banner-for__slider .item .h1:after, .banner-for__slider .item h1:after {
    width: 49%;
    right: 110%;
  }
}

@media only screen and (min-width: 767px) {
  .banner-for__slider .item .h1:after, .banner-for__slider .item h1:after {
    content: "";
    width: 110%;
    right: 0;
    position: absolute;
    bottom: 0;
    height: 10px;
    background: #FED442;
  }
}

.banner-nav__slider {
  margin-left: 0;
  background: #f9f9f9;
}
.banner-nav__slider .slick-list{
  padding-top: 15px!important;
}
@media only screen and (min-width: 680px) {
  .banner-nav__slider {
    margin-left: -6px;
  }
}

.banner-nav__slider .slick-arrow {
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  position: absolute;
  top: -30px;
  width: 17px;
  height: 29px;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  transition: all .25s linear;
  font-size: 0;
}

@media only screen and (min-width: 680px) {
  .banner-nav__slider .slick-arrow {
    width: 34px;
    height: 44px;
  }
}

.banner-nav__slider .slick-arrow:hover {
  opacity: 0.8;
}

.banner-nav__slider .slick-arrow:after {
  content: "";
  width: 17px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 29px;
  background: url("../img/svg/arrow.svg") no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 680px) {
  .banner-nav__slider .slick-arrow:after {
    width: 22px;
    height: 40px;
  }
}

.banner-nav__slider .slick-arrow.slick-prev {
  left: 10px;
}

@media only screen and (min-width: 680px) {
  .banner-nav__slider .slick-arrow.slick-prev {
    left: 16px;
  }
}

.banner-nav__slider .slick-arrow.slick-next {
  right: 10px;
}

@media only screen and (min-width: 680px) {
  .banner-nav__slider .slick-arrow.slick-next {
    right: 16px;
  }
}

.banner-nav__slider .slick-arrow.slick-next:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}


@media only screen and (min-width: 680px) {
  .banner-nav__slider .slick-list {
    padding-right: 100px !important;
    padding-bottom: 40px !important;
  }
}

.banner-nav__slider .slick-list {
  padding-right: 30px !important;
  padding-left: 30px !important;
  padding-bottom: 40px !important;
  /* display: flex; */
  /* align-items: flex-start; */
}

.banner-nav__slider .item {
  padding: 0 7px;
  max-width: 254px;
}

.banner-nav__slider .item .img {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.banner-nav__slider .item .img::before {
  content: "";
  width: 100%;
  left: 0;
  height: 0px;
  background: #FED442;
  position: absolute;
  bottom: 0;
  transition: all 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
}

.banner-nav__slider .item .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
  pointer-events: none;
}

.banner-nav__slider .item .img:hover:after {
  background: rgba(0, 0, 0, 0);
}

.banner-nav__slider .item img {
  display: block;
}

.banner-nav__slider .item .title {
  font-size: 13px;
  /*text-transform: capitalize;*/
  color: #FFFFFF;
  font-weight: 700;
  position: absolute;
  bottom: 6px;
  left: 0;
  font-family: "Oswald", sans-serif;
  right: 0;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.7);
  text-align: center;
}

@media (min-width: 480px) {
  .banner-nav__slider .item .title {
    font-size: 16px;
  }
}

@media only screen and (min-width: 767px) {
  .banner-nav__slider .item .title {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1080px) {
  .banner-nav__slider .item .title {
    font-size: 18px;
  }
}

.banner-nav__slider .slick-current .item .img {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.66);
}

.banner-nav__slider .slick-current .item .img::before {
  height: 3px;
}

.banner-nav__slider .slick-current .item .img:after {
  background: rgba(0, 0, 0, 0);
}

.banner-section__banner {
  position: relative;
  display: flex;
  min-height: 560px;
}

@media (max-width: 670px) {
  .banner-section__banner {
    min-height: 440px;
  }
}

.banner-section__banner .item {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
          width: 100%;
}

.banner-section__banner .item .col {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.banner-section__banner .item .col .h1, .banner-section__banner .item .col h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.25;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 10px;
  /*text-transform: capitalize;*/
  color: #3D3D3D;
}

@media (min-width: 400px) {
  .banner-section__banner .item .col .h1, .banner-section__banner .item .col h1 {
    font-size: 27px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

@media (min-width: 479px) {
  .banner-section__banner .item .col .h1, .banner-section__banner .item .col h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 767px) {
  .banner-section__banner .item .col .h1, .banner-section__banner .item .col h1 {
    font-size: 36px;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1080px) {
  .banner-section__banner .item .col .h1, .banner-section__banner .item .col h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1680px) {
  .banner-section__banner .item .col .h1, .banner-section__banner .item .col h1 {
    font-size: 50px;
  }
}

.banner-section__banner .item .col .h1:after, .banner-section__banner .item .col h1:after {
  content: "";
  width: 28%;
  right: 104%;
  position: absolute;
  bottom: 20px;
  height: 4px;
  background: #FED442;
}

@media (min-width: 400px) {
  .banner-section__banner .item .col .h1:after, .banner-section__banner .item .col h1:after {
    width: 49%;
    right: 110%;
  }
}

@media only screen and (min-width: 767px) {
  .banner-section__banner .item .col .h1:after, .banner-section__banner .item .col h1:after {
    content: "";
    width: 110%;
    right: 0;
    position: absolute;
    bottom: 0;
    height: 10px;
    background: #FED442;
  }
}

.banner-section__banner .item .col .btn {
  max-width: 270px;
  margin-right: 0;
}

@media only screen and (min-width: 1080px) {
  .banner-section__banner .item .col .btn {
    min-width: 280px;
    margin-right: 20px;
    height: 50px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 1680px) {
  .banner-section__banner .item .col .btn {
    min-width: 300px;
    margin-right: 0px;
    height: 62px;
    line-height: 52px;
  }
}

.banner-section__banner .item .col img {
  min-height: 360px;
  width: auto;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 767px) {
  .banner-section__banner .item .col {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .banner-section__banner .item .col img {
    min-height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
}

.banner-section__banner .item .title-box {
  position: absolute;
  z-index: 3;
  text-align: right;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  max-width: 280px;
  min-width: auto;
  padding: 20px 15px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

@media (min-width: 400px) {
  .banner-section__banner .item .title-box {
    max-width: 380px;
    min-width: 320px;
    
  }
}

@media only screen and (min-width: 767px) {
  .banner-section__banner .item .title-box {
    max-width: 80%;
    display: block;
    min-width: 70%;
    padding: 0;
    width: auto;
    position: relative;
    background: none;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

@media only screen and (min-width: 1080px) {
  .banner-section__banner .item .title-box {
    max-width: 60%;
    min-width: 50%;
  }
}

.banner-section__banner .item .link {
  font-weight: 300;
  color: #3D3D3D;
  padding-right: 35px;
  position: relative;
}

.banner-section__banner .item .link::after {
  content: "";
  background: #3D3D3D;
  height: 1px;
  position: absolute;
  width: 29px;
  right: 0;
  top: 50%;
}
.banner-for__slider .link::after{
  transition: all .2s linear;
}
.banner-for__slider .link:hover{
  color:#d7ac13;
}
.banner-for__slider .link:hover::after{
  width: 0;
}
.text-full {
  margin: 0 -9999px;
  padding: 40px 9999px;
  background: #FED442;
  text-align: center;
  line-height: 1.9;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}

.text-full::after {
  content: "";
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 18px solid #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 0;
  height: 0;
}

@media only screen and (min-width: 680px) {
  .text-full {
    padding: 65px 9999px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1080px) {
  .text-full {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
  }
}

.sub-title {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 400;
}

@media only screen and (min-width: 680px) {
  .sub-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1080px) {
  .sub-title {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 20px;
  }
}

.advantages-section {
  padding-top: 40px;
  background: #f9f9f9;
}

.advantages-section .sub-title {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1080px) {
  .advantages-section .sub-title {
    margin-bottom: 60px;
  }
}

.advantages-list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 1080px) {
  .advantages-list {
    margin-bottom: 50px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.advantages-list .figure {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #FED442;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin: 0 auto 15px;
  border: 5px solid #fff;
  box-shadow: 0 0 0 2px #FED442;
}

@media only screen and (min-width: 1080px) {
  .advantages-list .figure {
    width: 138px;
    height: 138px;
  }
}

.advantages-list li {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 15px;
  max-width: 50%;
  font-size: 14px;
  text-align: center;
  /*text-transform: capitalize;*/
  margin-bottom: 60px;
}
.advantages-list li:nth-child(1){
  transition-delay: 0.4s!important;
}
.advantages-list li:nth-child(2){
  transition-delay: 0.6s!important;
}
.advantages-list li:nth-child(3){
  animation-delay: 0.8s!important;
}
.advantages-list li:nth-child(4){
  animation-delay: 1s!important;
}

@media only screen and (min-width: 680px) {
  .advantages-list li {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1080px) {
  .advantages-list li {
    font-size: 16px;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin-bottom: 25px;
    max-width: 25%;
  }
}

.advantages-list .title {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  display: block;
  font-family: "Oswald", sans-serif;
}

@media only screen and (min-width: 680px) {
  .advantages-list .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1080px) {
  .advantages-list .title {
    font-size: 18px;
  }
}

.service-section {
  padding: 60px 0;
}

@media only screen and (min-width: 1080px) {
  .service-section {
    padding: 70px 0;
  }
}

.service-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-item__desk {
  margin-bottom:6 0px;
}
.service-item__desk p {
  line-height: 1.4;
  margin-bottom: 12px;
}

@media only screen and (min-width: 1080px) {
  .service-item__img {
    max-width: 440px;
    -webkit-flex: 0 0 440px;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
  }
}

@media only screen and (min-width: 1080px) {
  .service-item {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .service-item__desk {
    padding-right: 60px;
    margin-bottom: 0px;
  }
}

.product-section {
  padding: 60px 0 40px;
  background: rgba(196, 196, 196, 0.1);
}

@media only screen and (min-width: 1080px) {
  .product-section {
    padding: 70px 0 40px;
  }
}

.product-item {
  margin-bottom: 35px;
  padding: 0 8px;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.product-item .desk{
  padding-top: 8px;
  font-size: 14px;
}

@media only screen and (min-width: 1080px) {
  .product-item {
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  .product-item .desk{
    font-size: 16px;
  }
}

.product-item .h3, .product-item h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  /*text-transform: capitalize;*/
}

@media only screen and (min-width: 680px) {
  .product-item .h3, .product-item h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1080px) {
  .product-item .h3, .product-item h3 {
    font-size:22px;
  }
}

.product-item .img {
  border-radius: 3px;
  overflow: hidden;
  display: table;
  text-align: center;
  position: relative;
  margin: 0 auto 16px;
}

.product-item .img:after {
  content: "";
  background: rgba(61, 61, 61, 0.2);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-item img {
  max-width: 100%;
  display: block;
}
@media(max-width:992px){
  .product-item img{
   height: 200px;
   object-fit: cover;
  }
}
@media(max-width:680px){
  .product-item img{
   height: 160px;
   object-fit: cover;
  }
}

.product-item a {
  height: 100%;
  color: #3D3D3D;
  display: block;
  transition: all 0.25s cubic-bezier(0.58, 0.3, 0.9, 0.9);
}

.product-item a:hover {
  color: #FED442;
}

.product-item a:hover .img:after {
  opacity: 1;
}

.product-items {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 1080px) {
  .product-items {
    margin: 0 -15px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form-section {
  padding: 60px 0 30px;
  background: #2F3031;
}
.form-section span.wpcf7-not-valid-tip{
  bottom:-17px;
}
.form-section .wpcf7 form.invalid .wpcf7-response-output{
  color:#fff;
}
@media only screen and (min-width: 1080px) {
  .form-section {
    padding:80px 0 40px;
  }
}

.form-section .btn-wrap .btn {
  margin: 0 auto;
  display: table;
}

.form-section .h2, .form-section h2, .form-section .sub-title {
  color: #fff;
}

.form-section form {
  max-width: 440px;
  margin: 0 auto;
}

@media only screen and (min-width: 680px) {
  .form-section form {
    max-width: 630px;
  }
}

@media only screen and (min-width: 1080px) {
  .form-section form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1000px;
  }
}

.form-section form .input-wrap {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1080px) {
  .form-section form .input-wrap {
    -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    padding: 0 10px;
    max-width: 33.333%;
  }
}

.form-section form .textarea-wrap {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.form-section form .textarea-wrap textarea {
  height: 125px;
}

.about-technology {
  background: #FAFAFA;
  padding: 50px 0;
}

@media only screen and (min-width: 680px) {
  .about-technology {
    padding: 100px 0 60px;
  }
}

.about-technology .sub-title {
  font-weight: 300;
}

.about-technology p + p {
  margin-top: 20px;
}

.about-section .page-content-text {
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
}

@media only screen and (min-width: 680px) {
  .about-section .page-content-text {
    font-size: 18px;
    line-height: 2.2;
  }
}

.about-section .page-content-text .title-content {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media only screen and (min-width: 680px) {
  .about-section .page-content-text .title-content {
    text-align: left;
    font-size: 18px;
    line-height: 2.2;
  }
}

@media only screen and (min-width: 1080px) {
  .about-section .page-content-text .title-content {
    font-size: 18px;
  }
}

.about-work-section {
  padding: 60px 0;
  background: rgba(196, 196, 196, 0.1);
}

@media only screen and (min-width: 680px) {
  .about-work-section {
    padding: 80px 0;
  }
}

.about-work-section h2 {
  font-weight: 500;
}

.about-work-section .sub-title {
  margin-left: auto;
  margin-bottom: 55px;
  margin-right: auto;
  font-weight: 400;
  max-width: 80%;
}
.about-work-section table{width:100%!important; height:100%!important;margin-bottom:20px;}
.about-work-section table th,
.about-work-section table td{padding:8px;line-height:20px;vertical-align:top;border-top:1px solid #e1e1e1;}
.about-work-section table th{font-weight:bold;}
.about-work-section table thead th{vertical-align:bottom;}
.about-work-section table caption + thead tr:first-child th,
.about-work-section table caption + thead tr:first-child td,
.about-work-section table colgroup + thead tr:first-child th,
.about-work-section table colgroup + thead tr:first-child td,
.about-work-section table thead:first-child tr:first-child th,
.about-work-section table thead:first-child tr:first-child td{border-top:0;}
.about-work-section table tbody + tbody{border-top:2px solid #ddd;}

@media(max-width:479px){
  .about-work-section table th,
  .about-work-section table td{
    padding: 5px;
    font-size: 14px;
  }
}

@media(max-width:374px){
  .table-responsive{
    overflow-x: auto;
  }
  .table-responsive table{
    width: 400px!important;
  }
}

@media only screen and (min-width: 1080px) {
  .about-work-section .sub-title {
    font-weight: 700;
  }
}

.technology-slider .slick-arrow {
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  position: absolute;
  top: -25px;
  width: 12px;
  height: 23px;
  bottom: 0;
  z-index: 1;
  margin: auto 0;
  transition: all .25s linear;
  font-size: 0;
}
.technology-slider .slick-arrow.slick-disabled{
  display: none;
}

.technology-slider .slick-arrow:hover {
  opacity: 0.8;
}

.technology-slider .slick-arrow:after {
  content: "";
  width: 12px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 23px;
  background: url("../img/svg/arrow.svg") no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1080px) {
  .technology-slider .slick-arrow{
    width: 22px;
    height: 40px;
  }
  .technology-slider .slick-arrow:after,
  .technology-slider .slick-arrow {
    width: 22px;
    height: 40px;
  }
}

.technology-slider .slick-arrow.slick-prev {
  left: -30px;
}

.technology-slider .slick-arrow.slick-next {
  right: -30px;
}

.technology-slider .slick-arrow.slick-next:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1240px) {
  .technology-slider {
    margin: 0 -15px;
  }
  .technology-slider .slick-arrow.slick-next{
    right: 0px;
    height: 100%;
    width: 40px;
    top: -22px;
  }
  .technology-slider .slick-arrow.slick-prev{
    left: 0px;
    height: 100%;
    width: 40px;
    top: -22px;
  }
}

@media(max-width:767px){
  .technology-slider .slick-arrow.slick-next{
    right: -15px;
    width: 50px;
  }
  .technology-slider .slick-arrow.slick-prev{
    left: -15px;
    width: 50px;
  }
}

.technology-slider .slick-list {
  padding: 20px 40px;
  margin: 0 -15px;
} 

@media (min-width: 410px) {
  .technology-slider .slick-list {
    padding: 30px 30px;
  }
}

@media (min-width: 520px) {
  .technology-slider .slick-list {
    padding: 40px;
  }
}

@media(min-width:1080px){
  .technology-slider .slick-list{
    padding: 0;
  }
}



.technology-slider-wrap {
  padding: 60px 0 30px;
}
@media(min-width:1241px){
  .technology-slider-wrap.full .slick-track{
    display: flex;
    justify-content: space-between;
    width: 100%!important;
  }
}
.technology-slider-wrap .sub-title{
  margin-bottom: 0;
}

.technology-slider-wrap .container{
  max-width: 1400px;
}

.technology-slider .slick-list{
  padding-top: 25px;
}

@media only screen and (min-width: 680px) {
  .technology-slider .slick-list{
    padding-top: 40px;
  }
}

@media only screen and (min-width: 680px) {
  .technology-slider .slick-list{
    padding-top: 40px;
  }
}

.technology-slider-item {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #3D3D3D;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .technology-slider-item p {
    position: absolute;
    /*text-transform: capitalize;*/
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    padding: 0 5px 5px;
    max-width: 130px;
    right: 0;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .technology-slider-item p {
    max-width: 150px;
  }
}

@media (max-width: 419px) {
  .technology-slider-item p {
    max-width: 165px;
  }
}

.technology-slider-item a {
  display: block;
}

@media (max-width: 767px) {
  .technology-slider-item a {
    position: relative;
  }
  .technology-slider-item a .img::before {
    content: "";
    border-radius: 3px;
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
  }
}

@media (min-width: 1023px) {
  .technology-slider-item a:hover {
    font-weight: 500;
  }
  .technology-slider-item a:hover .img {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.66);
  }
  .technology-slider-item a:hover .img:after {
    content: "";
    height: 5px;
  }
}

.technology-slider-item .img {
  transition: all 0.35s cubic-bezier(0.58, 0.3, 0.9, 0.9) 0s;
  display: table;
  margin: 0 auto 15px;
  border-radius: 3px;
  position: relative;
}

.technology-slider-item .img:after {
  content: "";
  height: 0px;
  transition: all 0.35s cubic-bezier(0.58, 0.3, 0.9, 0.9) 0s;
  background: #FED442;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-radius: 0 0 3px 3px;
}

.technology-slider-item .img img {
  display: block;
  border-radius: 3px;
  overflow: hidden;
}

.technology-slider-item a {
  color: #3D3D3D;
}

@media (max-width: 767px) {
  .technology-slider .slick-current .technology-slider-item .img {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.66);
  }
  .technology-slider-item .img{
    width: 100%;
  }
  .technology-slider-item .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .technology-slider .slick-current .technology-slider-item .img::before {
    background: rgba(0, 0, 0, 0.2);
  }
  .technology-slider .slick-current .technology-slider-item .img::after {
    height: 3px;
  }
}

.contact-section {
  padding-bottom: 60px;
}

@media only screen and (min-width: 680px) {
  .contact-section {
    padding-bottom: 100px;
  }
}

.contact-section .row {
  display: block;
}

@media only screen and (min-width: 680px) {
  .contact-section .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-section > .container .row {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-form {
  background: #FFFFFF;
  padding: 30px 20px 20px;
  box-shadow: 0px 0px 50px rgba(129, 128, 149, 0.19);
  border-radius: 8px;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 680px) {
  .contact-form {
    -webkit-flex: 0 0 57%;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
    max-width: 57%;
  }
}

.contact-form .btn-wrap .btn {
  margin: 20px auto 0;
  display: table;
  min-width: 195px;
}
@media only screen and (min-width: 680px) {
  .contact-form .btn-wrap .btn {
    margin: 0 auto;
  }
}

.contact-form .sub-title {
  margin-bottom: 25px;
}

.contact-form .input-wrap {
  margin-bottom: 15px;
}

.contact-form .input-wrap input, .contact-form .input-wrap textarea {
  border: 1px solid #A5A5A5;
  border-radius: 3px;
  color: rgba(134, 134, 134, 0.6);
  opacity: 1;
}

.contact-form .input-wrap input.wpcf7-not-valid, .contact-form .input-wrap textarea.wpcf7-not-valid {
  border: 1px solid #db2a1d;
}

.contact-form .input-wrap textarea {
  line-height: 28px;
  padding-top: 10px;
  height: 103px;
}

.contact-form .container {
  max-width: 480px;
  padding: 0;
}

.contact-info {
  margin-bottom: 40px;
}

@media only screen and (min-width: 680px) {
  .contact-info {
    margin-bottom: 0;
  }
}

.contact-info__item {
  text-align: center;
}

@media only screen and (min-width: 680px) {
  .contact-info__item {
    text-align: left;
  }
}

.contact-info__item .h3 {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: none;
}

@media only screen and (min-width: 680px) {
  .contact-info__item .h3 {
    font-size: 20px;
    /*text-transform: capitalize;*/
  }
}

.contact-info__item a {
  text-decoration: none;
  margin-left: 5px;
  color: #3D3D3D;
}

.contact-info__item a:hover {
  color: #FED442;
}

.contact-info__item + .contact-info__item {
  margin-top: 25px;
}

@media only screen and (min-width: 680px) {
  .contact-info__item + .contact-info__item {
    margin-top: 35px;
  }
}

.page-content-text {
  font-weight: 400;
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 60px;
}

.page-content-text .alignleft {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(129, 128, 149, 0.19);
  border-radius: 8px;
  padding: 10px 15px;
  margin: 0 0 20px;
}

@media only screen and (min-width: 1080px) {
  .page-content-text .alignleft {
    margin: 0 30px 40px 0;
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 680px) {
  .page-content-text {
    font-size: 20px;
    margin-bottom: 85px;
  }
}

@media only screen and (min-width: 1080px) {
  .page-content-text {
    font-size: 20px;
  }
}

.page-content-text p + p {
  margin-top: 25px;
}
.page-content-text p + h2 {
  margin-top: 25px;
}

.page-content-text p + h3 {
  margin-top: 25px;
}
.list-dotted li {
  padding-left: 33px;
  position: relative;
}

.list-dotted li + li {
  margin-top: 18px;
}

.list-dotted li::after {
  content: "";
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #FED442;
  position: absolute;
  left: 0;
  top: 8px;
}

.technology-section {
  padding: 60px 0;
  color: #fff;
  background: #2F3031;
}

.technology-section .sub-title {
  max-width: 960px;
  margin: 0 auto 35px;
}

@media only screen and (min-width: 1080px) {
  .technology-section .sub-title {
    margin: 0 auto 50px;
  }
}

@media only screen and (min-width: 1080px) {
  .technology-section {
    padding: 90px 0;
  }
}

.technology-section ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.9;
  position: relative;
  padding-left: 20px;
  min-height: 58px;
}

.technology-section ul li b {
  font-weight: 500;
  color: #FED442;
}

.technology-section ul li::after {
  content: "";
  width: 5px;
  top: 7px;
  bottom: 7px;
  position: absolute;
  left: 0;
  background: #FED442;
}

@media only screen and (min-width: 680px) {
  .technology-section ul li {
    font-size: 20px;
    padding-right: 30px;
  }
}

.technology-section ul li + li {
  margin-top: 25px;
}

@media only screen and (min-width: 680px) {
  .technology-section ul li + li {
    margin-top: 40px;
  }
}

.technology-section h2 {
  color: #fff;
}

.products-table {
  padding: 60px 0;
}

@media only screen and (min-width: 1080px) {
  .products-table {
    padding: 90px 0;
  }
}

.products-table .sub-title {
  max-width: 960px;
  margin: 0 auto 50px;
}

.products-table table {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  font-size: 14px;
}

@media (min-width: 430px) {
  .products-table table {
    font-size: 16px;
  }
}

@media only screen and (min-width: 680px) {
  .products-table table {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1080px) {
  .products-table table {
    font-size: 20px;
  }
}

.products-table table tr {
  border-bottom: 1px solid #CBCBCB;
}

.products-table table td {
  line-height: 30px;
  padding: 10px 0;
}

@media (min-width: 430px) {
  .products-table table td {
    line-height: 30px;
    padding: 15px 0;
  }
}

.products-table table td:last-child {
  padding-left: 10px;
  text-align: right;
}

.model-window {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.model-window .btn-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-direction: column;
  align-items: center;
}

.model-window .model {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  max-width: 480px;
  padding: 30px;
}

@media only screen and (min-width: 680px) {
  .model-window .model {
    max-width: 670px;
    padding: 40px 85px 45px;
  }
}

.model-window .model-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  background: url(../img/svg/close.svg) no-repeat;
}

.model-window .model .wpcf7-form {
  max-width: 470px;
  margin: 0 auto;
}

.model-window .model .wpcf7-form .input-wrap {
  margin-bottom: 10px;
  border: 1px solid #A5A5A5;
  border-radius: 3px;
}

@media only screen and (min-width: 680px) {
  .model-window .model .wpcf7-form .input-wrap {
    margin-bottom: 15px;
  }
}

.model-window .model .wpcf7-form .input-wrap input, .model-window .model .wpcf7-form .input-wrap textarea {
  width: 100%;
  padding: 0 19px;
  height: 48px;
  font-size: 16px;
  font-weight: 300;
  color: #868686;
  line-height: 48px;
}

.model-window .model .wpcf7-form .input-wrap textarea {
  height: 103px;
  line-height: 28px;
  padding-top: 10px;
}

.model-window .model-title {
  font-size: 32px;
  margin-bottom: 15px;
  text-align: center;
  /*text-transform: capitalize;*/
}

@media only screen and (min-width: 680px) {
  .model-window .model-title {
    font-size: 40px;
  }
}

.model-window .model-sub-title {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #3D3D3D;
  margin-bottom: 25px;
}

@media only screen and (min-width: 680px) {
  .model-window .model-sub-title {
    font-size: 20px;
  }
}

.wpcf7-form-control-wrap{
  position: static;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}