/*

 Theme Name:     Colmex Pro
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Colmex Pro Child Theme
 Author:         Colmex Pro
 Author URI:     http://www.colmexpro.com
 Template:       Divi
 Version:        1.0.0

*/

@import url("../Divi/style.css");

/* = Embedded fonts here
------------------------------------------------------- */

/*------------------------------------------------*/

/*-----------------[GENERAL]----------------------*/

/*------------------------------------------------*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 17, 2015 */

html {
  font-size: 16px;
}

body {
  /* font-family: 'Segoe UI'; */
  font-size: 1rem;
  color: #222222;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  padding-bottom: 10px;
  font-weight: 400;
}

.container {
  max-width: 1300px;
}

.SegUI-Bold {
  font-family: "SegoeUI-Bold";
}

body #CookieAlertContainer {
  bottom: initial;
  top: 62px;
}

body #CookieAlertContainer p {
  text-transform: none;
}

#wpadminbar {
  z-index: 1000002;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  color: #1fb4cc;
  font-size: 3.75rem;
  font-weight: 400;
}

h2 {
  color: #1fb4cc;
  font-size: 2.58rem;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
}

h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 2rem;
}

h5 {
  font-size: 1.26rem;
  font-weight: 700;
  line-height: 1.5em;
}

h6 {
  font-size: 1rem;
}

h5.title5 {
  color: #5e5e5e;
}

h3.paleblue,
h2.paleblue {
  color: #1fb4cc !important;
}

h3.palebluen,
h2.palebluen {
  color: #00adb5 !important;
}

p {
  font-size: 0.875rem;
}

select {
  display: block !important;
}

#main-header {
  z-index: 1000001;
}

#et-main-area {
  overflow: hidden;
  background-color: #fff;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
  color: #eee !important;
}

.gray {
  color: #888 !important;
}

.paleblue {
  color: #1fb4cc;
}

.palebluen {
  color: #00adb5 !important;
}

.white-text {
  color: #fff;
}

.testimonial-box:before {
  color: #458b8b;
}

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

.pad0,
.container.pad0 {
  padding-top: 0;
}

.pad1 {
  padding-top: 0.8rem;
}

.pad-b1 {
  padding-bottom: 1.2rem;
}

a.underline {
  text-decoration: underline;
}

.ident3 {
  padding-left: 6.5rem;
}

/*------------------------------------------------*/

/*-----------------[BUTTONS]----------------------*/

/*------------------------------------------------*/

a.small-button,
a.big-button,
a.icon-button,
a.button {
  -moz-border-radius: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.small-button {
  font-size: 1rem;
}

a.section-btn-paleblue {
  transition: all 0.4s;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  border-radius: 1.937rem;
  color: #fff;
  background: #1fb4cc padding-box;
  border: 2px solid transparent;
  margin-top: 2rem;
  padding: 0.3rem 4.1rem;
}

a.section-btn-paleblue:hover {
  border: 2px solid #fff;
}

a.section-btn-palebluen {
  transition: all 0.4s;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  border-radius: 1.937rem;
  color: #fff;
  background: #00adb5 padding-box;
  border: 2px solid transparent;
  margin-top: 2rem;
  padding: 0.3rem 4.1rem;
}

a.section-btn-palebluen:hover {
  border: 2px solid #fff;
}

a.download {
  padding: 0.3rem 2.6rem;
  min-width: 24rem;
  text-align: left;
}

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

a.download.section-btn-paleblue:hover {
  border: 2px solid #222222;
  color: #fff;
  background-color: #1fb4cc;
}

a.download.section-btn-palebluen:hover {
  border: 2px solid #222222;
  color: #fff;
  background-color: #00adb5;
}

.download::before {
  display: inline-block;
  content: "";
  width: 23px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.download.win::before {
  background-image: url("/wp-includes/newsite/images/Misc/Icons/pc.svg");
}

.download.mac::before {
  background-image: url("/wp-includes/newsite/images/Misc/Icons/mac.svg");
  width: 19px;
  height: 23px;
}

a.section-btn-img,
a.section-btn-img img {
  transition: all 0.4s;
}

a.section-btn-img:hover img {
  transform: scale(0.96);
  /* box-shadow: 4px 3px 4px 4px rgb(0, 0, 0, 0.1);
background-color: rgb(0, 0, 0, 0.07); */
}

/*------------------------------------------------*/

/*-----------------[HOME]----------------------*/

/*------------------------------------------------*/

#video-section {
  position: relative;
  overflow: hidden;
  z-index: 9999;
}

#video-section .container {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 100%;
  padding-bottom: 6.2rem;
  text-align: center;
}

#video-section .container .row {
  justify-content: center;
  display: flex;
  height: 40%;
  align-items: center;
}

#video-section p {
  color: #fff;
  font-size: 1.38rem;
  line-height: 2rem;
  font-weight: 300;
}

#video-section a.section-btn-paleblue {
  margin-left: 0;
  margin-top: 3rem;
}

#video-section a.section-btn-palebluen {
  margin-left: 0;
  margin-top: 3rem;
}

#like-james {
  background-image: url("/wp-includes/newsite/images/Homepage/james-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  color: #fff;
  text-align: center;
  margin-top: 0.84rem;
}

.overlay {
  background-color: rgba(67, 67, 67, 0.65);
  padding: 7.6rem 0 3.1rem;
}

#like-james .container {
  padding-top: 6rem;
  padding-bottom: 0.3rem;
}

#like-james h2 {
  padding-bottom: 1.2rem;
}

#like-james p {
  font-size: 1.64rem;
}

#like-james a.section-btn-paleblue {
  display: block;
  padding: 0.7rem 4.1rem;
  width: 28.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3rem;
  font-size: 1.6rem;
}

#like-james a.section-btn-palebluen {
  display: block;
  padding: 0.7rem 4.1rem;
  width: 28.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3rem;
  font-size: 1.6rem;
}

.buttons {
  padding-top: 0.8rem;
}

.flex-item {
  flex: 1;
  text-align: center;
}

.flex-revers {
  flex-direction: row-reverse;
}

.flex-2-box {
  display: flex;
  padding-top: 3rem;
  justify-content: space-around;
}

.flex-2-box .flex-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 42%;
  padding-top: 1.5rem;
}

.flex-2-box .flex-item.fl-two {
  max-width: 46%;
}

.flex-2-box .flex-item img {
  max-width: 31rem;
}

.flex-2-box .flex-item p {
  font-size: 1.2rem;
  font-weight: 500;
}

.flex-3-box {
  display: flex;
}

.flex-3-box .flex-item svg {
  margin-bottom: 0.5rem;
  transform: scale(0.8);
  margin-left: auto;
  margin-right: auto;
}

#features {
  padding-top: 1.6rem;
  padding-bottom: 3.6rem;
}

#advantages {
  padding-top: 3.6rem;
  padding-bottom: 3rem;
}

#advantages .container {
  max-width: 1200px;
}

#advantages .flex-3-box {
  padding-bottom: 5.6rem;
}

#advantages .flex-item p {
  max-width: 20rem;
  font-size: 1.1rem;
  margin: auto;
}

.rows-container {
  padding-top: 3rem;
}

#advantages a.read-more {
  padding-top: 0.8rem;
  line-height: 0.3em;
  color: inherit;
  font-size: 0.56rem;
  font-weight: 800;
}

#advantages .flex-item {
  display: flex;
  flex-direction: column;
}

#advantages .flex-item:hover {
  color: #1fb4cc;
}

/* form */

#form-zone .container {
  max-width: 46rem;
}

#form-zone h4 {
  padding-bottom: 0.9rem;
}

p.ques {
  line-height: 1.5em;
  font-size: 1rem;
  font-weight: 500;
}

.myForm {
  padding-top: 1.5rem;
}

#form-zone .row-style .standart {
  width: 100% !important;
  padding-bottom: 5em;
  margin-left: 0;
}

#form-zone .row-style .submitAndCheckbox {
  flex-direction: column;
  margin-top: 0.5rem;
}

#form-zone .row-style .cbprom-control {
  width: 100%;
}

#form-zone .row-style input.form-input,
#form-zone .row-style input.phone,
#form-zone .row-style select {
  border-radius: 0;
  height: 1.5em;
  border: 1px solid #dbdbdb;
  padding: 0.5em 0.2em;
}

#form-zone .row-style .postion-control:nth-child(1),
#form-zone .row-style .postion-control:nth-child(2),
#form-zone .row-style .postion-control:nth-child(4) {
  width: 22em;
}

#form-zone .row-style select {
  height: 2.5em;
  width: 22.5em !important;
}

#form-zone .row-style input[type="submit"] {
  height: 3em !important;
  padding: 0 !important;
  width: 18% !important;
  background: #fff;
  color: inherit;
  font-weight: 500;
  margin-top: 1.5rem !important;
  border: 2px solid;
  border-radius: 1.625rem;
}

#form-zone input[type="submit"]:hover {
  color: #1fb4cc;
}

#form-zone .row-style p.label-cb {
  color: #383838;
  width: 100%;
  font-weight: 500;
  font-size: 0.91rem;
  line-height: 1.5em;
}

#form-zone .row-style p.label-cb a {
  color: #383838;
  text-decoration: underline;
}

#form-zone .row-style .alert {
  bottom: 25%;
}

.column-style .standart {
  width: 90%;
}

.column-style .form-child,
.column-style .submitAndCheckbox {
  width: 100%;
}

.column-style .mat-checkbox-layout {
  white-space: normal;
}

.column-style p.label-cb {
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.2em;
}

.column-style .alert-cb p {
  font-size: 0.69rem;
}

.column-style input.form-input,
.column-style input.phone {
  background-color: #fff;
  height: 2.16rem;
  padding: 0.5rem;
  box-sizing: border-box;
}

.column-style select.form-input {
  height: 2rem;
  padding: 0;
  margin-top: 0;
}

.column-style .alert {
  line-height: 2.26rem;
  right: 2%;
}

.column-style .alert p {
  font-size: inherit;
}

/*------------------------------------------------*/

/*-----------------[HEADER]----------------------*/

/*------------------------------------------------*/

#logo {
  max-height: 70% !important;
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit input,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.et_password_protected_form .et_submit_button,
.nav-single a,
.posted_in a,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.bottom-nav li.current-menu-item > a,
.footer-widget h4 {
  color: #fff;
}

#top-menu li {
  padding-right: 3px;
}

nav {
  background: transparent;
  box-shadow: none;
}

#top-menu a {
  color: #e6e6e6;
  font-weight: 400;
}

/*------------------------------------------------*/

/*-----------------[FOOTER]----------------------*/

/*------------------------------------------------*/

/* footer r */

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget,
#nav_menu-2 {
  width: 100%;
}

#footer-widgets .footer-widget li:before {
  content: none;
}

#et-footer-nav,
#footer-bottom {
  display: none;
}

#main-footer {
  background-color: #222222;
  color: #e6e6e6;
  margin-top: 3rem;
}

#main-footer .container {
  max-width: 1300px;
}

#main-footer .logo {
  padding-top: 3rem;
  position: relative;
  left: -1rem;
}

#footer-widgets {
  padding: 2.2% 0 0;
}

.footer-widget ul.menu li {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  /* width: 16%; */
  margin-right: 1%;
  padding-left: 0 !important;
  padding-right: 1.5rem;
}

.footer-widget ul.menu li a {
  display: block;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0.5rem;
}

/* .footer-widget ul.sub-menu {
    padding-left: 1rem;
} */

/*  new footer style */

.footer-widget ul.sub-menu {
  padding-bottom: 0.4rem;
  padding-left: 0;
}

#footer-widgets .footer-widget .menu > li > .sub-menu {
  margin-top: 1rem;
}

#footer-widgets .footer-widget .menu > li > .sub-menu > li.menu-item-has-children {
  margin-bottom: 1.6rem;
}

a.whtstt.desktop {
  margin-top: 5rem;
}

.footer-widget ul.menu li {
  margin-right: 1.5%;
}

ul#menu-footer-menu-new {
  display: flex;
  justify-content: center;
}

/*  new footer style end */

.footer-widget ul.menu ul.sub-menu li {
  margin-bottom: 0.6em;
  font-weight: 100;
  font-size: 17px;
  display: block;
  /* vertical-align: top; */
  width: 100%;
  padding-left: 0;
  margin-left: 0;
}

.footer-widget ul.menu ul.sub-menu li a {
  font-weight: 350;
  font-size: 1rem !important;
  padding-bottom: 0;
  border: none;
  line-height: 21px;
}

#footer-widgets .footer-widget ul li a {
  color: #e6e6e6;
}

.sub-ident {
  text-indent: 0.9rem;
}

#footer-disclamir {
  padding-top: 1rem;
  padding-bottom: 6.5rem;
}

#footer-disclamir .container p {
  max-width: 100%;
  font-size: 1.03rem;
  padding-bottom: 1.5rem;
}

#footer-disclamir p.fixed-disc {
  color: #fff;
  background-color: #222222;
  position: fixed;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  font-weight: 300;
  text-align: justify;
  padding: 0.36rem 0.1rem;
  width: 100%;
  z-index: 1000001;
  padding-left: 0.7%;
  padding-right: 0.7%;
  margin-left: 0%;
}

/*------------------------------------------------*/

/*-----------------[INNER PAGES]------------------*/

/*------------------------------------------------*/

.para {
  color: #676767;
  padding-bottom: 4.8rem;
  line-height: 1.85em;
}

.para:last-child {
  padding-bottom: 0;
}

.header-basic {
  padding-top: 3rem;
}

.flex-row {
  display: flex;
  justify-content: space-around;
}

.flex-row.no-warp {
  flex-wrap: nowrap;
}

.fullwidth {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem;
  margin-bottom: 0.7rem;
  background-position: top center;
}

.fullwidth .text-box {
  background-color: #393031dd;
  color: #fff;
  margin: 9.5rem 0 2rem 8rem;
  padding-right: 3rem;
  padding-top: 2.4rem;
  padding-left: 3.6rem;
  padding-bottom: 4rem;
}

.text-box a {
  color: inherit;
  font-weight: 500;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.header-side-img {
  padding-top: 6.7rem;
}

.header-side-img .container {
  display: flex;
}

.header-side-img .container h1 {
  font-size: 5.26rem;
  line-height: 4.8rem;
  font-weight: 500;
  white-space: nowrap;
}

.header-side-img .container h1 span {
  color: #707070;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 1.29em;
  display: inline-block;
}

.header-side-img .container img {
  max-width: 60%;
  padding-top: 6.2rem;
  margin-left: -9%;
}

p.big-text {
  font-size: 2.15rem;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 1.13em;
}

.txt3.container {
  margin-top: 3.4rem;
  margin-bottom: 7rem;
}

.text-box {
  margin-top: 1rem;
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}

.text-box,
.text-box .container {
  text-align: center;
}

.text-box p {
  text-align: left;
}

#cp2-desk .text-box img {
  margin-bottom: -4rem;
}

#cp2-desk .text-box img,
img.zoom1 {
  cursor: zoom-in;
}

#cp2-desk .text-box img:hover,
img.zoom1:hover {
  transition: all 260ms;
  transform: scale(1.26);
  margin-top: 4.2rem;
  margin-bottom: -1.2rem;
}

.style-box1 {
  box-shadow: 0 0.26rem 1.5rem #00000029;
}

.style-box2 {
  border-bottom: solid 0.26rem #00000009;
}

.black-box {
  background-color: #222222;
}

.black-box.marg3 {
  margin-top: 9rem;
  margin-bottom: 4rem;
}

.black-box h2 {
  color: #fff;
  font-size: 2.45rem;
  font-weight: 400;
  padding-bottom: 0rem;
}

.black-box .container {
  text-align: center;
  padding-bottom: 1.3rem;
  padding-top: 1rem;
}

.black-box a.section-btn-paleblue {
  padding: 0.3rem 7rem;
  margin-top: 1.4rem;
  font-size: 1.75rem;
  letter-spacing: 1px;
}

.black-box a.section-btn-palebluen {
  padding: 0.3rem 7rem;
  margin-top: 1.4rem;
  font-size: 1.75rem;
  letter-spacing: 1px;
}

.et_pb_post .entry-content li {
  list-style-type: disc;
}

/*--------------------------------------------------*/

/*-----------------[RESPONSIVE]---------------------*/

/*--------------------------------------------------*/

@media (max-width: 1400px) {
  .fullwidth .text-box {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1366px) {
  #top-menu li {
    padding-right: 14px;
  }
  nav #top-menu li a {
    font-size: 15px;
  }
  #form-zone .row-style .thank-you {
    width: 91%;
    font-size: 1.4rem;
    line-height: 1.26em;
  }
}

@media (max-width: 1300px) {
  #top-menu li {
    padding-right: 15px;
  }
  #top-menu li a {
    font-size: 17px !important;
  }
  #top-menu li a,
  #top-menu .small-button a {
    font-size: 14px !important;
  }
  nav #top-menu li a {
    font-size: 12px !important;
  }
  header #top-menu .menu-item-has-children > a:first-child {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

@media (max-width: 1250px) {
  #video-section .container .row {
    justify-content: center;
    display: flex;
    margin-left: auto;
  }
}

@media (max-width: 1200px) {
  .header-side-img .container h1 {
    font-size: 3.56rem;
  }
  .header-side-img .container h1 span {
    font-size: 2.4rem;
  }
  .header-side-img .container img {
    max-width: 58%;
    padding-top: 6.1rem;
    margin-left: -9.4%;
  }
}

@media (max-width: 1100px) {
  img#logo {
    margin-left: auto;
    transform: none;
    height: 2rem;
    margin-top: 1rem;
  }
  .et_fixed_nav.et_header_style_left #et-top-navigation {
    width: calc(100% - 8rem);
  }
  .et_pb_row,
  .container,
  .et_pb_container,
  #footer-disclamir p.fixed-disc {
    width: 100%;
  }
}

@media (max-width: 981px) {
  ul#menu-footer-menu-new {
    display: block;
  }
  .right.menu-item {
    float: none !important;
  }
  #video-section .container {
    bottom: 1.5rem;
  }
  h1 {
    font-size: 3.125rem;
  }
  #video-section p {
    font-size: 1.25rem;
  }
  #footer-disclamir p.fixed-disc {
    width: 100%;
    left: 0;
    padding: 0.5rem 2rem;
  }
  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    padding: 26px 0 10px 0 !important;
  }
  .et_pb_row,
  .container,
  .et_pb_container {
    width: 690px;
  }
  .header-side-img .container img {
    max-width: 40%;
    margin-left: -5.4%;
  }
  #form-zone .row-style select {
    height: 2.52rem;
    width: 20.64em !important;
  }
  #form-zone .row-style .standart {
    width: 100% !important;
  }
  #form-zone .row-style .postion-control:nth-child(1),
  #form-zone .row-style .postion-control:nth-child(2),
  #form-zone .row-style .postion-control:nth-child(4) {
    width: 20em;
  }
  #form-zone .row-style input[type="submit"] {
    width: 22em !important;
    align-self: center;
  }
  /*----------------footer-------------------*/
  .footer-widget:nth-child(n) {
    width: 100% !important;
  }
  .footer-widget ul.menu li {
    width: 29%;
  }
}

@media (max-width: 950px) {
  #form-zone .container {
    max-width: 42rem;
  }
}

@media (max-width: 920px) {
  #form-zone .container {
    max-width: 41rem;
  }
}

@media (max-width: 900px) {
  #form-zone .container {
    max-width: 39rem;
  }
}

@media (max-width: 860px) {
  #form-zone .container {
    max-width: 38rem;
  }
}

@media (max-width: 820px) {
  #form-zone .container {
    max-width: 37rem;
  }
}

@media (max-width: 800px) {
  #form-zone .container {
    max-width: 36rem;
  }
}

@media (max-width: 785px) {
  #form-zone .container {
    max-width: 35rem;
  }
}

@media (max-width: 768px) {
  .et_pb_row,
  .container,
  .et_pb_container {
    width: 80%;
  }
  #form-zone .container {
    max-width: 34rem;
  }
  #video-section .container {
    bottom: 0.4rem;
    padding-bottom: 2rem;
  }
  h1 {
    font-size: 3rem;
  }
  #like-james {
    background-size: 100% 100%;
    background-position: center;
  }
  #like-james h2 {
    padding-bottom: 0.2rem;
  }
  #like-james p {
    font-size: 1.3rem;
  }
  #like-james .overlay {
    padding: 7.6rem 0px 1.1rem;
  }
  #like-james .container {
    padding-top: 1rem;
    padding-bottom: 0.3rem;
  }
  #advantages .container,
  #like-james .container {
    width: 90%;
  }
}

@media (max-width: 650px) {
  html {
    font-size: 2vw;
  }
  .et_fixed_nav.et_header_style_left #et-top-navigation {
    width: 48%;
  }
  .et_header_style_left #logo {
    max-width: 44%;
  }
  body #CookieAlertContainer {
    bottom: 126px;
    top: initial;
    font-size: 1.2vw;
  }
  body #CookieAlertContainer p {
    font-size: 9px;
  }
  img#logo {
    margin-left: 2rem;
    height: 4rem;
    margin-top: 3.3rem;
  }
  #main-footer #logo {
    max-width: 50%;
    margin-left: auto;
  }
  .footer-widget ul.menu li {
    margin-right: 0;
    padding-right: 0;
  }
  #main-footer .logo {
    padding-top: 1rem;
    left: 0rem;
    text-align: center;
    padding-bottom: 2rem;
  }
  #footer-disclamir {
    padding-bottom: 9.5rem;
  }
  .footer-widget ul.menu ul.sub-menu li a {
    font-size: 1.2rem !important;
    line-height: 1.5em;
  }
  #video-section .container {
    bottom: 0.5rem;
    padding-bottom: 0rem;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2rem;
  }
  .header-basic {
    padding-top: 5rem;
  }
  a.download.center {
    text-align: left;
  }
  #advantages .flex-3-box {
    flex-direction: column;
    padding-bottom: 0;
  }
  #advantages .flex-item {
    padding-bottom: 5rem;
  }
  .header-side-img .container {
    flex-direction: column;
    align-items: center;
  }
  .header-side-img .container img {
    max-width: 70%;
    padding-top: 0;
  }
  .header-side-img .container h1 {
    line-height: 3.8rem;
  }
  .black-box h2 {
    font-size: 2.4rem;
  }
  .black-box a.section-btn-paleblue {
    line-height: 1.2em;
  }
  .black-box a.section-btn-palebluen {
    line-height: 1.2em;
  }
  #footer-widgets .footer-widget li {
    text-align: center;
  }
  #footer-widgets .footer-widget ul.menu > li {
    padding-bottom: 1rem;
  }
  #form-zone .row-style .standart {
    width: 99% !important;
  }
  #form-zone .row-style input[type="submit"] {
    width: 60% !important;
    margin-top: 3.5rem !important;
    align-self: center;
  }
  #form-zone .row-style .postion-control {
    width: 98% !important;
  }
  #form-zone .row-style select {
    height: 3em;
    width: 100% !important;
  }
}

@media (max-width: 550px) {
  .footer-widget ul.menu li {
    width: 46%;
  }
}

@media (max-width: 479px) {
  .et_pb_row,
  .container,
  .et_pb_container {
    width: 80%;
  }
  body #CookieAlertContainer {
    bottom: 100px;
  }
}

@media (max-width: 400px) {
  .footer-widget ul.menu li {
    width: 100%;
  }
  body #CookieAlertContainer {
    bottom: 95px;
  }
  body #CookieAlertContainer p {
    font-size: 8px;
  }
}

a.biggreen {
  background: #92c927 !important;
}

a.big-button {
  font-size: 18px;
  line-height: 24px;
}

.no-shadow,
a.no-shadow,
a.big-button.no-shadow {
  box-shadow: none !important;
}

.bold-semi {
  font-weight: 500;
}

.bold,
a.bold,
a.big-button.bold {
  font-weight: bold !important;
}

.uppercase,
a.uppercase,
a.big-button.uppercase {
  text-transform: uppercase !important;
}

.sub-menu li a {
  font-size: 14px !important;
}

.loader_ajax {
  bottom: -17px;
  position: relative;
  right: -10px;
  width: 50px;
  display: none;
}

@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 28px;
  }
}
