/* Fonts */
@font-face {
  font-family: 'Assistant-Regular';
  src: url("../fonts/Assistant-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Extra-Light';
  src: url("../fonts/Assistant-ExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Light';
  src: url("../fonts/Assistant-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Bold';
  src: url("../fonts/Assistant-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-ExtraBold';
  src: url("../fonts/Assistant-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-SemiBold';
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0 !important;
  overflow-x: hidden; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Assistant-Regular';
  font-weight: normal;
  font-size: 18px;
  line-height: 1; }

input {
  border: none;
  outline: none; }

a {
  text-decoration: none;
  color: inherit; }

*, *::before, *::after {
  box-sizing: border-box;
  direction: rtl; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0; }

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 135px 0; }
  @media only screen and (max-width: 1370px) {
    section {
      padding: 85px 0; } }
  @media only screen and (max-width: 1200px) {
    section {
      padding: 55px 0; } }
  @media only screen and (max-width: 950px) {
    section {
      padding: 35px 0; } }

section, header, footer {
  width: 100%;
  max-width: 1920px;
  margin: auto; }

.section-inner {
  max-width: 1400px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  position: relative; }
  @media only screen and (max-width: 950px) {
    .section-inner {
      padding: 0 10px; } }

.content {
  font-family: 'Assistant-Regular';
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #000;
  line-height: 1.5; }
  .content p, .content ul, .content li, .content img {
    margin-top: 15px; }
  .content h1, .content h2, .content h3, .content h4, .content h5 {
    font-family: 'Assistant-SemiBold';
    margin-top: 25px; }
  .content ul {
    list-style: disc;
    padding-right: 25px; }
  .content img {
    max-width: 100%; }

.title-regular {
  font-family: 'Assistant-Regular';
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  color: #000; }
  .title-regular.white {
    color: #fff; }
  .title-regular span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px; }
    .title-regular span:after {
      content: "";
      position: absolute;
      display: block;
      height: 2px;
      width: 75px;
      right: 0;
      bottom: 0;
      background-color: #000; }
  @media only screen and (max-width: 950px) {
    .title-regular {
      font-size: 30px; }
      .title-regular span:after {
        width: 50px; } }

.title-2-lines {
  font-family: 'Assistant-Regular';
  font-weight: normal;
  font-size: 56px;
  letter-spacing: 0.11em;
  color: #000;
  position: relative;
  padding-bottom: 35px; }
  .title-2-lines.white {
    color: #fff; }
    .title-2-lines.white:after {
      background-color: #fff; }
  .title-2-lines .line-2 {
    font-family: 'Assistant-Bold'; }
  .title-2-lines:after {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 55px;
    right: 0;
    bottom: 0;
    background-color: #000; }
  @media only screen and (max-width: 1370px) {
    .title-2-lines {
      font-size: 50px; } }
  @media only screen and (max-width: 1200px) {
    .title-2-lines {
      font-size: 45px; } }
  @media only screen and (max-width: 950px) {
    .title-2-lines {
      font-size: 40px; } }

.centered {
  text-align: center; }

.decor {
  position: absolute;
  font-size: 0;
  pointer-events: none; }
  .decor img {
    max-width: 100%; }

.parts {
  display: flex;
  margin: 0 -35px; }
  .parts.ai-center {
    align-items: center; }
  .parts .part {
    width: 50%;
    padding: 0 35px;
    position: relative; }
    .parts .part .image img {
      max-width: 100%; }
  @media only screen and (max-width: 950px) {
    .parts {
      flex-wrap: wrap; }
      .parts .part {
        width: 100%; }
        .parts .part:nth-child(2) {
          margin-top: 25px; } }

.section-title {
  font-family: 'Assistant-Bold';
  font-size: 36px;
  color: #283786;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .section-title {
      font-size: 30px; } }
  @media only screen and (max-width: 950px) {
    .section-title {
      font-size: 25px; } }

.section-subtitle {
  font-family: 'Assistant-Regular';
  font-weight: normal;
  font-size: 18px;
  color: #252A39;
  text-align: center;
  margin-top: 10px; }
  @media only screen and (max-width: 1200px) {
    .section-subtitle {
      font-size: 18px; } }
  @media only screen and (max-width: 950px) {
    .section-subtitle {
      font-size: 16px; } }

.loading:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f1ce";
  -webkit-animation: fa-spin .75s linear infinite;
          animation: fa-spin .75s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  color: #227BC9;
  z-index: 2; }

#sm_menu_ham {
  float: left;
  left: auto;
  top: 11px;
  left: 7px;
  right: auto; }
  #sm_menu_ham span {
    background-color: #fff;
    height: 3px; }

.sm_menu_outer {
  background: #000; }
  .sm_menu_outer.slide .mobile_menu .sub-menu {
    background: #000;
    height: calc(100vh - 45px); }
  .sm_menu_outer .mobile_menu li {
    -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0;
       border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%) 0 0 1 0; }
  .sm_menu_outer .mobile_menu li.hasChild > a, .sm_menu_outer .mobile_menu li.back a {
    background-size: 20px !important; }
  .sm_menu_outer .mobile_menu a {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    padding: 15px 15px; }
  .sm_menu_outer .mobile_menu .current_page_item > a {
    font-family: 'Assistant-Bold'; }

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
  background: url(../plugins/mmenu/images/next.png) no-repeat scroll 10px center/5% auto; }

.sm_menu_outer .mobile_menu li.back a {
  padding: 20px 45px 20px 5px;
  background: url(../plugins/mmenu/images/back.png) no-repeat scroll right 15px center/5% auto; }

.sm_menu_outer {
  bottom: 0;
  height: calc(100vh - 45px);
  top: 45px; }

/* ---------------------- header ---------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 110px;
  background: rgba(0, 0, 0, 0.22); }
  header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    header .header-inner .logo {
      height: 100%;
      padding: 10px 0; }
      header .header-inner .logo img {
        max-width: 100%;
        max-height: 100%; }
    header .header-inner .tel {
      font-family: 'Assistant-SemiBold';
      font-size: 21px;
      letter-spacing: 0.04em;
      color: #fff;
      white-space: nowrap; }
  @media only screen and (max-width: 1370px) {
    header {
      height: 80px; } }
  @media only screen and (max-width: 950px) {
    header {
      height: 70px; }
      header .header-inner .tel {
        font-size: 19px; } }

/* --------------------- /header ---------------------- */
/* ---------------------- Section slider-top ---------------------- */
section.slider-top {
  height: 830px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0; }
  section.slider-top .bg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    section.slider-top .bg img {
      height: 100%; }
    section.slider-top .bg:after {
      content: "";
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0.6;
      background-color: #000; }
  section.slider-top .wrapper {
    display: flex;
    align-items: center; }
    section.slider-top .wrapper .part-text {
      width: 57%;
      padding-left: 60px; }
      section.slider-top .wrapper .part-text .line-1, section.slider-top .wrapper .part-text .line-3 {
        font-family: 'Assistant-Light';
        font-weight: normal;
        font-size: 24px;
        letter-spacing: 0.08em;
        color: #fff; }
      section.slider-top .wrapper .part-text .line-2 {
        font-family: 'Assistant-Extra-Light';
        font-size: 90px;
        letter-spacing: 0.08em;
        color: #fff;
        margin-bottom: 20px; }
    section.slider-top .wrapper .part-form {
      width: 43%;
      padding-right: 60px; }
      section.slider-top .wrapper .part-form .wrapper-form {
        padding: 35px 70px;
        background: #a58565;
        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.23);
        display: inline-block;
        width: auto; }
      section.slider-top .wrapper .part-form .line-1 {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 42px;
        letter-spacing: 0.11em;
        color: #000; }
      section.slider-top .wrapper .part-form .line-2 {
        font-family: 'Assistant-Bold';
        font-size: 42px;
        letter-spacing: 0.11em;
        color: #000;
        position: relative; }
        section.slider-top .wrapper .part-form .line-2:after {
          content: "";
          margin-top: 20px;
          display: block;
          height: 5px;
          width: 50px;
          background-color: #000; }
  @media only screen and (max-width: 1370px) {
    section.slider-top {
      height: 680px; }
      section.slider-top .wrapper .part-text .line-2 {
        font-size: 85px; } }
  @media only screen and (max-width: 1200px) {
    section.slider-top {
      height: 610px; }
      section.slider-top .wrapper .part-text {
        padding-left: 30px; }
        section.slider-top .wrapper .part-text .line-2 {
          font-size: 75px; }
      section.slider-top .wrapper .part-form {
        padding-right: 30px; }
        section.slider-top .wrapper .part-form .wrapper-form {
          padding: 30px 50px; }
        section.slider-top .wrapper .part-form .line-1 {
          font-size: 35px; }
        section.slider-top .wrapper .part-form .line-2 {
          font-size: 35px; } }
  @media only screen and (max-width: 950px) {
    section.slider-top {
      height: auto;
      padding-top: 100px; }
      section.slider-top .wrapper {
        flex-wrap: wrap; }
        section.slider-top .wrapper .part-text {
          width: 100%;
          padding-left: 0;
          text-align: center; }
          section.slider-top .wrapper .part-text .line-2 {
            font-size: 55px; }
        section.slider-top .wrapper .part-form {
          width: 100%;
          padding-right: 0;
          margin-top: 35px; }
          section.slider-top .wrapper .part-form .wrapper-form {
            padding: 20px 30px; }
            section.slider-top .wrapper .part-form .wrapper-form .line-1 {
              font-size: 30px; }
            section.slider-top .wrapper .part-form .wrapper-form .line-2 {
              font-size: 30px; } }

/* --------------------- /Section slider-top ---------------------- */
/* ----------------- wpcf7-------------------- */
.wpcf7 {
  margin: auto;
  text-align: center;
  position: relative; }
  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl; }
  .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.04em;
    border: none;
    color: #fff;
    border-bottom: 2px solid #fff;
    background: none;
    outline: none;
    padding: 10px 0;
    width: 100%;
    direction: rtl; }
    .wpcf7 input::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #fff; }
    .wpcf7 input:-moz-placeholder, .wpcf7 select:-moz-placeholder, .wpcf7 textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #fff; }
    .wpcf7 input::-moz-placeholder, .wpcf7 select::-moz-placeholder, .wpcf7 textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #fff; }
    .wpcf7 input:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #fff; }
  .wpcf7 textarea {
    border-radius: 24px;
    height: 130px;
    padding: 20px 20px; }
  .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    margin-top: 10px; }
  .wpcf7 .wrapper-submit {
    cursor: pointer;
    display: inline-block;
    width: auto;
    float: left;
    margin-top: 40px; }
  .wpcf7 input[type="submit"] {
    border: 2px solid #000;
    border-right: none;
    border-left: none;
    cursor: pointer;
    color: #000;
    transition: 0.5s; }
  .wpcf7 span[role="alert"] {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 14px;
    color: #DF0707;
    position: absolute;
    left: 0;
    bottom: -20px; }
  .wpcf7 .wpcf7-response-output {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 14px;
    color: #DF0707;
    position: absolute;
    bottom: -45px;
    right: 0;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important; }
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 13px;
    position: absolute; }
  .wpcf7 .wpcf7-spinner {
    position: absolute; }

/* ----------------- /wpcf7-------------------- */
/* ---------------------- Section parts-info ---------------------- */
section.parts-info .decor.d1 {
  top: 60px;
  left: 60px;
  width: 13%;
  text-align: left; }
  @media only screen and (max-width: 950px) {
    section.parts-info .decor.d1 {
      left: 10px;
      top: 270px;
      width: 17%; } }

section.parts-info .decor.d2 {
  top: 510px;
  right: 36%;
  width: 17%; }

section.parts-info .decor.d3 {
  bottom: 500px;
  right: 0;
  width: 13%; }

section.parts-info .image {
  text-align: center; }

section.parts-info .content {
  margin-top: 45px; }

section.parts-info .parts {
  margin-top: 100px; }
  @media only screen and (max-width: 1370px) {
    section.parts-info .parts {
      margin-top: 75px; } }
  @media only screen and (max-width: 950px) {
    section.parts-info .parts {
      margin-top: 45px; } }
  section.parts-info .parts:first-child {
    margin-top: 0; }
  section.parts-info .parts:nth-child(even) {
    flex-direction: row-reverse; }

section.parts-info .products {
  margin-top: 35px; }
  section.parts-info .products .boxes {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: -16px -50px;
    margin-top: 0; }
    section.parts-info .products .boxes .box {
      width: 50%;
      margin: 0;
      padding: 16px 50px;
      display: block;
      position: relative;
      overflow: hidden; }
      section.parts-info .products .boxes .box .inner {
        overflow: hidden;
        position: relative;
        display: flex; }
      section.parts-info .products .boxes .box .image {
        width: 120px;
        flex-shrink: 0;
        margin-left: 20px; }
        section.parts-info .products .boxes .box .image img {
          max-width: 100%; }
      section.parts-info .products .boxes .box .text .title {
        font-family: 'Assistant-SemiBold';
        font-size: 18px;
        letter-spacing: 0.04em;
        color: #000; }
      section.parts-info .products .boxes .box .text .description {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        color: #000;
        margin-top: 10px; }

section.parts-info .gallery {
  margin-top: 100px; }
  section.parts-info .gallery .boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0;
    margin: -17px;
    margin-top: 0; }
    section.parts-info .gallery .boxes .box {
      width: 33.33%;
      margin: 0;
      padding: 17px;
      display: block;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      section.parts-info .gallery .boxes .box:hover .hover {
        opacity: 1;
        transform: scale(1); }
      section.parts-info .gallery .boxes .box .inner {
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.parts-info .gallery .boxes .box .inner img {
          height: 100%; }
      section.parts-info .gallery .boxes .box .hover {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        transition: 0.5s;
        opacity: 0;
        transform: scale(1.1); }
        section.parts-info .gallery .boxes .box .hover .title {
          font-family: 'Assistant-Bold';
          font-size: 36px;
          letter-spacing: 0.06em;
          color: #fff;
          display: inline-block;
          text-align: center; }
          section.parts-info .gallery .boxes .box .hover .title:after {
            content: "";
            display: block;
            background-color: #fff;
            width: 50px;
            height: 2px;
            margin: auto;
            margin-top: 15px; }
        section.parts-info .gallery .boxes .box .hover .description {
          font-family: 'Assistant-Regular';
          font-weight: normal;
          font-size: 18px;
          letter-spacing: 0.04em;
          color: #fff;
          margin-top: 15px; }

@media only screen and (max-width: 950px) {
  section.parts-info .products {
    margin-top: 35px; }
    section.parts-info .products .boxes {
      margin: -25px -50px; }
      section.parts-info .products .boxes .box {
        width: 100%;
        padding: 25px 50px; }
        section.parts-info .products .boxes .box .image {
          width: 100px; }
  section.parts-info .gallery {
    margin-top: 75px; }
    section.parts-info .gallery .boxes {
      margin: -8px;
      margin-top: 0; }
      section.parts-info .gallery .boxes .box {
        width: 50%;
        max-width: 290px;
        padding: 8px; }
        section.parts-info .gallery .boxes .box .inner {
          height: 250px; }
        section.parts-info .gallery .boxes .box .hover {
          opacity: 1;
          transform: scale(1);
          top: auto;
          padding: 10px; }
          section.parts-info .gallery .boxes .box .hover .title {
            font-size: 20px; }
            section.parts-info .gallery .boxes .box .hover .title:after {
              margin-top: 8px;
              width: 25px; }
          section.parts-info .gallery .boxes .box .hover .description {
            font-size: 15px;
            margin-top: 8px; } }

/* --------------------- /Section parts-info ---------------------- */
.swiper-container {
  padding-bottom: 30px; }
  .swiper-container .swiper-pagination {
    bottom: 0px;
    display: flex;
    justify-content: center; }
    .swiper-container .swiper-pagination .swiper-pagination-bullet {
      height: 10px;
      width: 10px;
      margin: 5px;
      border: 1px solid #C9A989;
      background: #fff;
      opacity: 1;
      transition: background 0.5s; }
      .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #C9A989; }

/* ---------------------- Section about-bottom ---------------------- */
section.about-bottom .decor.d1 {
  top: 7px;
  right: 25%;
  width: 15%; }

section.about-bottom .decor.d2 {
  bottom: 60px;
  right: 0;
  width: 24%; }
  @media only screen and (max-width: 1370px) {
    section.about-bottom .decor.d2 {
      bottom: 154px;
      width: 15%; } }
  @media only screen and (max-width: 950px) {
    section.about-bottom .decor.d2 {
      bottom: 0px;
      width: 35%; } }

section.about-bottom .parts .part.part-text {
  width: 36%; }

section.about-bottom .parts .part.part-image {
  width: 64%; }

section.about-bottom .content {
  max-width: 340px;
  margin-top: 65px; }

section.about-bottom .advantages {
  margin-top: 85px; }
  section.about-bottom .advantages .boxes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0;
    margin: -20px; }
    section.about-bottom .advantages .boxes .box {
      flex: 1 0;
      margin: 0;
      padding: 20px;
      display: block;
      position: relative;
      overflow: hidden; }
      section.about-bottom .advantages .boxes .box:last-child:after {
        content: none; }
      section.about-bottom .advantages .boxes .box:after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        height: 75px;
        width: 1px;
        left: 0;
        background-color: #000; }
      section.about-bottom .advantages .boxes .box .inner {
        overflow: hidden;
        position: relative;
        display: flex;
        align-items: center; }
      section.about-bottom .advantages .boxes .box .icon {
        width: 70px;
        flex-shrink: 0;
        margin-left: 15px; }
        section.about-bottom .advantages .boxes .box .icon img {
          max-width: 100%; }
      section.about-bottom .advantages .boxes .box .text {
        font-family: 'Assistant-SemiBold';
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.04em;
        color: #000; }

@media only screen and (max-width: 1200px) {
  section.about-bottom .advantages .boxes .box .icon {
    width: 60px; }
  section.about-bottom .advantages .boxes .box .text {
    font-size: 16px; } }

@media only screen and (max-width: 950px) {
  section.about-bottom {
    padding-bottom: 115px; }
    section.about-bottom .parts .part.part-text {
      width: 100%; }
    section.about-bottom .parts .part.part-image {
      width: 100%;
      margin-top: 45px; }
    section.about-bottom .content {
      max-width: 100%;
      margin-top: 35px; }
    section.about-bottom .advantages {
      margin-top: 85px; }
      section.about-bottom .advantages .boxes {
        margin: -20px; }
        section.about-bottom .advantages .boxes .box {
          flex: 1 100%; } }

/* --------------------- /Section about-bottom ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  background: url("../images/bg-footer.png") no-repeat;
  background-size: cover;
  position: relative;
  padding: 65px 0;
  padding-bottom: 0; }
  footer .decor.d1 {
    top: 20%;
    left: 0;
    width: 28%; }
  footer:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.51) 100%); }
  footer .section-inner {
    position: relative;
    z-index: 9; }
  footer .parts .part.part-image {
    width: 36%; }
  footer .parts .part.part-form {
    width: 64%; }
  footer .cont-form {
    max-width: 520px; }
    footer .cont-form .wpcf7 {
      margin-top: 45px; }
      footer .cont-form .wpcf7 form {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: -20px; }
      footer .cont-form .wpcf7 .wpcf7-form-control-wrap {
        width: 100%;
        margin: 20px; }
        footer .cont-form .wpcf7 .wpcf7-form-control-wrap.wrapper-submit {
          width: auto; }
        @media only screen and (min-width: 950px) {
          footer .cont-form .wpcf7 .wpcf7-form-control-wrap:nth-child(1), footer .cont-form .wpcf7 .wpcf7-form-control-wrap:nth-child(2), footer .cont-form .wpcf7 .wpcf7-form-control-wrap:nth-child(3) {
            width: calc(50% - 40px); } }
      footer .cont-form .wpcf7 input[type="submit"] {
        border: 2px solid #fff;
        border-right: none;
        border-left: none;
        color: #fff;
        padding: 10px 50px; }
  footer .part-bottom {
    background: #000;
    padding: 10px;
    margin-top: 65px;
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 18px;
    color: #fff; }
    footer .part-bottom .section-inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  @media only screen and (max-width: 950px) {
    footer {
      padding: 35px 0;
      padding-bottom: 0; }
      footer .part-bottom {
        margin-top: 35px; }
        footer .part-bottom .section-inner {
          flex-direction: column; }
          footer .part-bottom .section-inner .credit {
            margin-top: 10px; }
      footer .parts .part.part-image {
        width: 100%;
        display: none; }
      footer .parts .part.part-form {
        width: 100%; } }

/* --------------------- /footer ---------------------- */
.alignnone, .aligncenter, .alignright, .alignleft {
  max-width: 50%; }

.content .alignright, .content .alignleft {
  max-width: 50%;
  height: auto; }

.content .alignnone, .content .aligncenter {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 950px) {
  .content .alignnone, .content .aligncenter, .content .alignright, .content .alignleft {
    max-width: 100%;
    float: none;
    margin: 0; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: rtl; }

@media only screen and (max-width: 950px) {
  .woocommerce-MyAccount-content {
    width: 100%; } }

html.fp-enabled {
  margin-top: 0 !important; }
