/*
Theme Name: AgroLanding
Author: 3angle.pro
Author URI: 3angle.pro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agrolanding
*/

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

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: normal;
  background: #FFFFFF;
  margin: 0; }

body::-webkit-scrollbar {
  width: 7px; }

body::-webkit-scrollbar-thumb {
  background: #FF6D6F; }

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7); }

p {
  width: 100%;
  margin-top: 0;
  font-size: 18px;
  line-height: 28px;
  color: #6F6F6F;
  margin-bottom: 1rem; }

h1, h2, h3, h4, h5 {
  width: 100%;
  margin-top: 0;
  color: #333333;
  margin-bottom: .5rem; }

h1 {
  font-weight: 600;
  font-size: 72px;
  line-height: 91px; }

h2 {
  font-size: 48px;
  line-height: 60px; }

h3 {
  font-size: 30px;
  line-height: 38px; }

h4 {
  font-size: 24px;
  line-height: 34px; }

img {
  max-width: 100%; }

ul, ol {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0; }

li {
  list-style-type: none; }

a {
  outline: none;
  text-decoration: none; }

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: none; }

select:hover, select:focus {
  outline: none;
  text-decoration: none; }

textarea {
  resize: none; }
  textarea::-webkit-input-placeholder {
    color: #717171; }
  textarea::-moz-placeholder {
    color: #717171; }
  textarea:-ms-input-placeholder {
    color: #717171; }
  textarea:-moz-placeholder {
    color: #717171; }
  textarea:hover, textarea:focus {
    outline: none;
    text-decoration: none; }

input::-webkit-input-placeholder {
  color: #717171; }

input::-moz-placeholder {
  color: #717171; }

input:-ms-input-placeholder {
  color: #717171; }

input:-moz-placeholder {
  color: #717171; }

input:hover, input:focus {
  outline: none;
  text-decoration: none; }

button:hover, button:focus {
  outline: none;
  text-decoration: none; }

html,
body {
  height: 100%; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.container {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }

.section {
  margin-bottom: 120px; }

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px; }
  .section-title h1,
  .section-title h2 {
    margin-bottom: 0; }
  .section-title b {
    color: #28B9D8; }
  .section-title p {
    font-size: 30px;
    line-height: 38px;
    margin-top: 40px;
    margin-bottom: 0; }

.section-title.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  background: #28B9D8;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none;
  text-align: center; }
  .btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF6D6F;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 5px;
  position: relative;
  background: #FF6D6F;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: none;
  text-align: center; }
  .btn2:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #28B9D8;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }

.btn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #FF6D6F;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: transparent;
  border: 2px solid #FF6D6F;
  padding: 20px 48px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center; }
  .btn3:before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #28B9D8;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn3:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #28B9D8;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.btn4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #28B9D8;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: transparent;
  border: 2px solid #28B9D8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center; }
  .btn4:before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #FF6D6F;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .btn4:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #FF6D6F;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.arrow-slider {
  width: 35px;
  height: 50px;
  fill: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }

.arrow-slider.swiper-button-disabled {
  opacity: 0.4; }

.slider-pagination.swiper-pagination-progressbar {
  top: auto !important;
  bottom: 0;
  width: 90% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.slider-pagination .swiper-pagination-progressbar-fill {
  background: #28B9D8; }

.mobile-buttons {
  padding: 10px 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background: #FFFFFF;
  border-top: 1px solid #EBEBEB;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.mobile-buttons,
.mobile-buttons.fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.mobile-buttons .btn {
  margin-right: 10px; }

.mobile-buttons .btn,
.mobile-buttons .btn4 {
  height: 30px;
  padding: 0 15px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
.mobile-buttons .btn {
  width: 154px;
  margin-right: 15px; }

.mobile-buttons .btn4 {
  width: 88px; }

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  background: #FFFFFF;
  height: 80px;
  border-bottom: 1px solid #EBEBEB; }

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

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.header-logo {
  margin-right: 40px; pointer-events: none;}

.header-logo svg {
  width: 163px;
  height: 40px;
  fill: #28B9D8;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.header-list {
  position: relative; }

.header-list_point {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s; }
  .header-list_point:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #FF6D6F;
    margin-left: 7px;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

.header-list_point.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.header-list_menu {
  display: none;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 30px;
  background: #FFFFFF;
  width: 300px;
  border-radius: 2px;
  padding: 15px 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }
  .header-list_menu li {
    margin-bottom: 15px; }
    .header-list_menu li:last-child {
      margin-bottom: 0; }
  .header-list_menu a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

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

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-buttons:after {
    content: '';
    width: 1px;
    height: 30px;
    background: #EBEBEB;
    margin: 0 20px; }

.header-buttons .btn {
  width: 154px;
  height: 40px;
  margin-right: 15px; }

.header-buttons .btn4 {
  width: 88px;
  height: 40px; }

.header-lang {
  position: relative;
  margin-right: 30px; }

.header-lang_point {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s; }
  .header-lang_point:after {
    content: '';
    border: solid #333333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

.header-lang_point.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.header-lang_list {
  display: none;
  position: absolute;
  z-index: 11;
  left: 0;
  top: 30px;
  background: #FFFFFF;
  width: auto;
  border-radius: 2px;
  padding: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); }
  .header-lang_list li {
    margin-bottom: 10px; }
    .header-lang_list li:last-child {
      margin-bottom: 0; }
  .header-lang_list a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

.header-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  max-height: 18px;
  cursor: pointer; }
  .header-burger span {
    width: 100%;
    height: 2px;
    background: #28B9D8;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.header-burger span:nth-child(2) {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.header-burger.open span:nth-child(1),
.header-burger.open-secondary span:nth-child(1) {
  -webkit-transform: rotate(135deg) translate(5px, -5px);
  transform: rotate(135deg) translate(5px, -5px); }

.header-burger.open span:nth-child(2),
.header-burger.open-secondary span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(100px) rotate(360deg);
  transform: translate(100px) rotate(360deg); }

.header-burger.open span:nth-child(3),
.header-burger.open-secondary span:nth-child(3) {
  -webkit-transform: rotate(-135deg) translate(6px, 6px);
  transform: rotate(-135deg) translate(6px, 6px); }

.header-menu {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 80px;
  background: #FFFFFF;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  height: 50px;
  display: none; }
.header-menu.double {height: 100px;}

.header-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%; }
  .header-menu_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 100%;}
    .header-menu_list li:after {
      content: '';
      width: 6px;
      height: 6px;
      background: #C2C2C2;
      border-radius: 1px;
      margin: 0 20px; }
  .header-menu_list a {
    font-size: 18px;
    color: #333333; }
	
.header-menu.double .header-menu_list {height: 50%;}
.header-menu.double .header-menu_list.secondary {border-top: 1px solid #EBEBEB;}

.header-menu_list a.active,
.header-menu_list .current-menu-item > a {
  color: #FF6D6F; }

.header-menu_list li:last-child:after {
  display: none; }

.header-menu_cube {
  position: absolute;
  z-index: 11;
  background: #28B9D8;
  display: none; }

/*-header*/
/*home*/
.homesection {
  padding-top: 50px;
  position: relative;
  z-index: 1; }

.homesection-bgr {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.homesection-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF; }
  .homesection-box h1 {
    color: #FFFFFF;
    margin-bottom: 20px; }
  .homesection-box p {
    max-width: 700px;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 40px; }
  .homesection-box a {
    padding: 20px 48px; }

.homesection-box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 200px;
  position: relative; }
  .homesection-box_img li {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #8C9A9C;
    border-radius: 5px;
    width: 180px;
    padding: 10px 0; }
    .homesection-box_img li:nth-child(1) {
      left: 70px;
      top: 100px; }
    .homesection-box_img li:nth-child(2) {
      left: 50%;
      top: 150px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .homesection-box_img li:nth-child(3) {
      right: 70px;
      top: 100px; }
  .homesection-box_img span:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-left: 7px;
    color: #39B54A;
    margin-top: 4px; }
    .homesection-box_img span:nth-child(2):before {
      content: '';
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 5px solid #39B54A;
      margin-right: 5px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .homesection-box_img span.color-red:nth-child(2) {
    color: #FF6D6F; }
  .homesection-box_img span.color-red:nth-child(2):before {
    border-top: 5px solid #FF6D6F;
    -webkit-transform: rotate(0);
    transform: rotate(0); }

/*-home*/
/*price*/
.price-boxs > li {
  background: #F9F9F9;
  border-radius: 15px;
  height: 120px;
  margin-bottom: 60px; }

.price-boxs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .price-boxs_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    width: 20%;
    padding: 0 5px;
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    text-align: center; }
  .price-boxs_list a {
    padding: 9px 24px; }

.price-boxs_img {
  position: absolute;
  left: 0;
  top: -14px;
  width: 185px;
  height: 146px;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden; }
  .price-boxs_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.price-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*-price*/
/*request*/
.bgr-color {
  background: #F9F9F9; }

.request {
  margin: 200px 0; }

.request-box {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  width: 100%; }

.request-box .section-title {
  width: 670px;
  margin-bottom: 0;
  z-index: 1; }
  .request-box .section-title h2 {
    color: #FFFFFF; }
  .request-box .section-title p {
    color: #FFFFFF; }

.request-box_bgr {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 260px;
  height: 100%;
  width: 2500px;
  background: #FF6D6F;
  mix-blend-mode: multiply;
  border-radius: 20px; }

.request-box_img {
  position: absolute;
  z-index: -2;
  bottom: -80px;
  right: -300px;
  width: 750px;
  height: 500px;
  border-radius: 20px;
  overflow: hidden; }
  .request-box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.request-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  right: 0;
  top: -80px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 50px 70px;
  width: 530px; }
  .request-form h3 {
    margin-bottom: 30px;
    text-align: center; }

.request-form_input {
  height: 58px;
  width: 100%;
  border: 2px solid #EBEBEB;
  margin-bottom: 15px;
  font-size: 18px;
  padding: 0 20px;
  color: #333333; }

.request-form_input:focus {
  border: 2px solid #28B9D8; }

.request-form_btn {
  background: #28B9D8;
  border-radius: 5px;
  border: 2px solid transparent;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  width: 250px;
  height: 64px;
  margin-top: 25px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.request-two .request-box_img {
  z-index: -1;
  bottom: 0;
  right: 260px;
  height: 100%;
  opacity: 0.3;
  border-radius: 0; }

.request-two .request-box_bgr {
  mix-blend-mode: normal;
  z-index: -2; }

.request-two .request-box:after {
  content: '';
  position: absolute;
  left: 500px;
  top: -40px;
  width: 78px;
  height: 78px;
  background: #28B9D8;
  border-radius: 10px; }

.request-two .request-box:before {
  content: '';
  position: absolute;
  left: -90px;
  bottom: 70px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 5px; }

/*request*/
/*info*/
.info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px; }

.info-top_box {
  width: 45%; }

.info-top_text {
  background: #FFFFFF;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .info-top_text h3 {
    margin-bottom: 0;
    text-align: center; }
    .info-top_text h3 b {
      color: #28B9D8; }

.info-top_page .info-top_text {
  background: #F9F9F9; }

.info-top_img {
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 60px; }
  .info-top_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0 20px 20px; }
  .info-top_img a {
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    height: 60px; }

.info-top_title {
  max-width: 800px;
  margin: auto; }
  .info-top_title h3 {
    margin-bottom: 0;
    text-align: center; }

.info-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px; }

.info-center_box {
  width: 27%; }
  .info-center_box h4 {
    position: relative;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 0; }
    .info-center_box h4:before {
      position: absolute;
      z-index: -1;
      left: -30px;
      top: 10px;
      color: rgba(255, 109, 111, 0.2);
      font-size: 144px;
      font-weight: 700; }

.info-center_img {
  width: 100%;
  height: 210px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  position: relative;
  border-radius: 15px; }
  .info-center_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px; }
  .info-center_img:after {
    content: '';
    position: absolute;
    background: #28B9D8;
    border-radius: 5px; }
  .info-center_img:before {
    content: '';
    position: absolute;
    background: #28B9D8;
    border-radius: 2px; }

.info-center_box:nth-child(1) h4:before {
  content: '01'; }

.info-center_box:nth-child(2) h4:before {
  content: '02'; }

.info-center_box:nth-child(3) h4:before {
  content: '03'; }

.info-center_box:nth-child(1) .info-center_img:after {
  right: 30px;
  top: -20px;
  width: 48px;
  height: 48px; }

.info-center_box:nth-child(1) .info-center_img:before {
  right: -40px;
  top: 100px;
  width: 16px;
  height: 16px; }

.info-center_box:nth-child(2) .info-center_img:after {
  width: 34px;
  height: 34px;
  bottom: 24px;
  right: -20px; }

.info-center_box:nth-child(2) .info-center_img:before {
  width: 14px;
  height: 14px;
  left: 100px;
  top: -40px; }

.info-center_box:nth-child(3) .info-center_img:after {
  width: 44px;
  height: 44px;
  left: -20px;
  top: 30px; }

.info-center_box:nth-child(3) .info-center_img:before {
  width: 12px;
  height: 12px;
  top: -30px;
  right: 70px; }

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

.info-bottom_video {
  width: 45%;
  height: 420px;
  border-radius: 20px;
  position: relative; }
  .info-bottom_video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px; 
	border: 10px solid #EBF1F2;
    -webkit-box-shadow: 10px 10px 18px -2px rgba(0,0,0,0.05);
    -moz-box-shadow: 10px 10px 18px -2px rgba(0,0,0,0.05);
    box-shadow: 10px 10px 18px -2px rgba(0,0,0,0.05);
}
  .info-bottom_video:after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -30px;
    width: 95px;
    height: 95px;
    background: #28B9D8;
    border-radius: 15px; }
  .info-bottom_video:before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    background: #28B9D8;
    border-radius: 5px;
    left: 250px;
    bottom: -70px; }

.info-bottom_play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 100px; }
  .info-bottom_play:after {
    content: '';
    border: 1px solid #FF6D6F;
    border-radius: 50%;
    -webkit-animation: 1.1s play-anim infinite linear;
    animation: 1.1s play-anim infinite linear; }
  .info-bottom_play svg {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    fill: #FF6D6F; }

@-webkit-keyframes play-anim {
  from {
    height: 80px;
    width: 80px;
    opacity: 0; }
  to {
    width: 90px;
    height: 90px;
    opacity: 1; } }

@keyframes play-anim {
  from {
    height: 80px;
    width: 80px;
    opacity: 0; }
  to {
    width: 90px;
    height: 90px;
    opacity: 1; } }

.info-bottom_text {
  width: 47%; }
  .info-bottom_text h2 {
    margin-bottom: 30px; }
  .info-bottom_text p {
    margin-bottom: 30px; }
  .info-bottom_text a {
    width: 250px;
    height: 64px; }
  .info-bottom_text li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative; }
    .info-bottom_text li:after {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      width: 50px;
      height: 50px;
      background: #28B9D8;
      border-radius: 5px; }
    .info-bottom_text li:before {
      content: '';
      position: absolute;
      left: 20px;
      top: 15px;
      display: inline-block;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      height: 25px;
      width: 12px;
      border-bottom: 3px solid #FFFFFF;
      border-right: 3px solid #FFFFFF;
      z-index: 1; }
    .info-bottom_text li span {
      font-size: 24px;
      font-weight: 600;
      color: #28B9D8; }
    .info-bottom_text li p {
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 600;
      color: #333333; }

.info-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 150px 0;
  margin-bottom: 150px;
  position: relative;
  z-index: 1; }
  .info-new:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    width: 2600px;
    background: #ECECEC; }

.info-new_bgr {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 700px;
  height: 100%;
  right: -300px; }
  .info-new_bgr img {
    width: 100%;
    height: 100%; }

.info-new_img {
  width: 48%; }

.info-new_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 48%; }
  .info-new_text h2 {
    margin-bottom: 30px; }
  .info-new_text p {
    margin-bottom: 30px; }
  .info-new_text a {
    width: 202px;
    height: 64px; }

/*-info*/
/*direction*/
.direction-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.direction-box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 240px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  .direction-box_img:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 163px;
    height: 200px;
    background: #F9F9F9;
    border-radius: 20px;
    top: 130px; }
  .direction-box_img img {
    max-height: 100%; }

.direction-box {
  width: 32%; }
  .direction-box h4 {
    position: relative;
    z-index: 1;
    text-align: center;  -webkit-transition: color 0.3s; transition: color 0.3s;}
.direction-box a:hover h4 {color: #28B9D8;}

/*-direction*/
/*plus*/
.plus-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.plus-box {
  width: 32%; }
  .plus-box p {
    margin-bottom: 0; }

.plus-box_img {
  width: 100%;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px; }
  .plus-box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

/*-plus*/
/*partners*/
.partners-slider {
  overflow: visible; }

.partners-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.3;
  width: 300px;
  height: 100px; }
  .partners-slide img {
    max-height: 100%; }

/*-partners*/
/*cost*/
.cost {
  margin-bottom: 300px;
  padding-top: 100px;
  background: url(img/bgr/4.jpg) center bottom no-repeat;
  background-size: cover; }

.cost .section-title {
  margin-bottom: 0; }

.cost .section-title h2 > b {
  color: #FF6E6F; }

.cost .section-title p {
  color: #333333; }

.cost .section-title p > b {
  color: #333333; }

.cost-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: -70px; }

.cost-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  border-radius: 20px;
  width: 20%;
  border: 2px solid #EBEBEB;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  overflow: hidden; }
  .cost-box p {
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 5px; }

.cost-box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 100%; }
  .cost-box_top span {
    font-size: 24px;
    color: #FF6D6F;
    font-weight: 700;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

.cost-box_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  background: #F9F9F9;
  width: 100%;
  -webkit-transition: 0.1s;
  transition: 0.1s; }
  .cost-box_center span {
    font-size: 48px;
    color: #333333;
    font-weight: 700;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
    .cost-box_center span b {
      font-size: 20px; }

.cost-box_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  width: 100%; }
  .cost-box_bottom span {
    font-size: 24px;
    color: #28B9D8;
    font-weight: 700; }

.cost-box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #FF6D6F;
  border-top: 2px solid #EBEBEB;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

/*-cost*/
/*offers*/
.offers-box {
  padding: 0 50px;
  position: relative; }

.offers-slide {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.offers-slide_img {
  width: 100%;
  height: 280px; }
  .offers-slide_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.offers-slide_text {
  padding: 30px; }
  .offers-slide_text b {
    color: #28B9D8; }
  .offers-slide_text p {
    margin-bottom: 0; }

.offers-box {
  position: relative; }

.offers-prev {
  position: absolute;
  left: 0;
  top: 255px;
  display: none; }

.offers-next {
  position: absolute;
  right: 0;
  top: 255px;
  display: none; }

.offers-prev.open,
.offers-next.open {
  display: block; }

.offers-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px; }

/*-offers*/
/*faq*/
.faq-box {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 40px 50px;
  margin-bottom: 34px; }
  .faq-box:last-child {
    margin-bottom: 0; }

.faq-box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .faq-box_top h3 {
    margin-bottom: 0;
    color: #FF6D6F;
    width: 90%; }
  .faq-box_top span {
    display: block;
    width: 20px;
    height: 4px;
    background: #28B9D8;
    position: relative;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
    .faq-box_top span:after {
      content: '';
      height: 20px;
      width: 4px;
      position: absolute;
      left: 50%;
      top: 50%;
      background: #28B9D8;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.1s;
      transition: 0.1s; }

.faq-box_top.open span {
  background: #FF6D6F; }

.faq-box_top.open span:after {
  opacity: 0; }

.faq-box_bottom {
  display: none;
  margin-top: 30px; }

.faq-box_bottom p:last-child {
  margin-bottom: 0; }

.faq-box_top:hover h3 {
  color: #28B9D8; }

.faq-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px; }
  .faq-btn a {
    padding: 20px 80px; }

/*-faq*/
/*certificate*/
.certificate-slider {
  padding-top: 10px;
  padding-bottom: 100px; }

.certificate-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .certificate-slide h4 {
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
@media (min-width: 768px) {
	.certificate-slider:not(.swiper-container-initialized) .swiper-wrapper {display: block; text-align: center;}
	.certificate-slider:not(.swiper-container-initialized) .certificate-slide {width: 25%; display: inline-block; vertical-align: top;}
}


.certificate-slide_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 320px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  .certificate-slide_img img {
    max-height: 100%;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2); }
  .certificate-slide_img:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 116px;
    height: 290px;
    background: #EBEBEB;
    border-radius: 20px; }

.certificate-slide:hover h4 {
  color: #28B9D8; }

.certificate-pagination {
  display: none; }

.certificate-pagination.open {
  display: block; }

/*-certificate*/
/*comments*/
.comments-slider {
  padding: 100px 50px 20px 50px;
  max-width: 992px;
  margin-bottom: 200px; }
  .comments-slider:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    right: 80px;
    background: #F9F9F9;
    border-radius: 20px;
    width: 220px;
    height: 100px; }
  .comments-slider:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 0;
    background: #F9F9F9;
    border-radius: 20px;
    width: 220px;
    height: 130px; }

.comments-slider_icon {
  z-index: 2;
  width: 140px;
  height: 77px;
  position: absolute;
  left: 100px;
  top: 60px; }

.comments-slide {
  position: relative;
  z-index: 1;
  padding: 90px 60px 30px 60px;
  border: 2px solid #EBEBEB;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  opacity: 0 !important; }
  .comments-slide span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin-bottom: 20px; }

.comments-slide.swiper-slide-active {
  opacity: 1 !important; }

.comments-slide_img {
  position: absolute;
  left: 50%;
  top: -75px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2); }
  .comments-slide_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.comments-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px; }

.comments-pagination .swiper-pagination-bullet {
  background: #28B9D8;
  opacity: 0.3;
  width: 9px;
  height: 9px; }

.comments-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 15px;
  background: #FFFFFF;
  border: 2px solid #28B9D8;
  opacity: 1; }

.comments-prev,
.comments-next {
  width: 40px;
  height: 40px;
  fill: transparent;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  top: 240px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  stroke: #EBEBEB; }

.comments-prev:hover,
.comments-next:hover {
  stroke: #28B9D8; }

.comments-prev {
  left: 30px; }

.comments-next {
  right: 30px; }

/*-comments*/
/*seo*/
.seo-text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 70px;
  padding-right: 20px; }
  .seo-text ul {
    padding-left: 20px; }
  .seo-text li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #6F6F6F;
    list-style-type: disc; }
  .seo-text a {
    font-size: 18px;
    font-weight: 500;
    color: #28B9D8;
    border-bottom: 1px solid #28B9D8; }

.seo-text:last-child {
  margin-bottom: 0; }

.seo-text::-webkit-scrollbar {
  width: 3px; }

.seo-text::-webkit-scrollbar-thumb {
  background: #28B9D8; }

.seo-text::-webkit-scrollbar-track {
  background: #EBEBEB; }

/*-seo*/
/*news*/
.news-slide {
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.news-slide_img {
  width: 100%;
  height: 270px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  z-index: 1; }
  .news-slide_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .news-slide_img:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 185, 216, 0.2);
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.news-slide_text h4 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 15px; }

.news-slide_text p {
  margin-bottom: 15px; }

.news-slide_text span {
  color: #6F6F6F;
  font-size: 18px; }

.news-box {
  position: relative;
  padding: 0 50px; }

.news-prev {
  position: absolute;
  left: 0;
  top: 255px;
  display: none; }

.news-next {
  position: absolute;
  right: 0;
  top: 255px;
  display: none; }

.news-prev.open,
.news-next.open {
  display: block; }

.news-slide:hover .news-slide_text h4 {
  color: #28B9D8; }

.news-slide:hover .news-slide_img:after {
  opacity: 1; }

/*-news*/
/*contacts*/
.contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.contacts-list {
  width: 40%; }
  .contacts-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%; }
    .contacts-list li:last-child {
      margin-bottom: 0; }
    .contacts-list li span {
      display: block;
      width: 45%;
      font-size: 24px;
      color: #6F6F6F; }
    .contacts-list li .contacts-list_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 45%; }
      .contacts-list li .contacts-list_right a {
        font-size: 24px;
        color: #333333;
        font-weight: 700;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        margin-bottom: 5px;
        width: 100%;
        display: block; }

.contacts-adress {
  width: 45%;
  position: relative;
  z-index: 1; }
  .contacts-adress:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: -50px;
    right: 50px;
    width: 78px;
    height: 78px;
    background: #28B9D8;
    border-radius: 10px; }
  .contacts-adress:before {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -50px;
    right: 40px;
    width: 28px;
    height: 28px;
    background: #FF6D6F;
    border-radius: 3px; }

.contacts-adress_map {
  width: 100%;
  height: 396px;
  position: relative;
  z-index: 1; }
  .contacts-adress_map:before {
    content: '';
    width: 600px;
    height: 300px;
    background: #F9F9F9;
    border-radius: 20px;
    position: absolute;
    z-index: -1;
    right: 50px;
    bottom: -100px; }
  .contacts-adress_map iframe {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden; }

.contacts-adress_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px; }
  .contacts-adress_text svg {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px; }
  .contacts-adress_text p {
    margin-bottom: 0;
    font-size: 22px;
    color: #333333;
    font-weight: 700; }

/*-contacts*/
/*clietns*/
.clients-subtitle {
  text-align: center;
  margin-bottom: 40px; }

.clients-boxs {
  max-width: 900px;
  position: relative;
  height: 600px;
  margin: auto; }

.clients-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 1; }
  .clients-box img {
    max-height: 100%; }
  .clients-box h3 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0; }

.clients-box:nth-child(1) {
  left: 0;
  top: 0; }

.clients-box:nth-child(2) {
  left: 300px;
  top: 0; }

.clients-box:nth-child(3) {
  right: 0;
  top: 0; }

.clients-box:nth-child(4) {
  left: 150px;
  top: 255px; }

.clients-box:nth-child(5) {
  right: 150px;
  top: 255px; }

.clients-cube {
  position: absolute;
  background: #28B9D8; }

.clients-cube1 {
  width: 46px;
  height: 46px;
  border-radius: 5px;
  top: -50px;
  right: -100px; }

.clients-cube2 {
  width: 31px;
  height: 31px;
  border-radius: 5px;
  right: -150px;
  top: 100px; }

.clients-cube3 {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  bottom: 200px;
  right: -50px; }

.clients-cube4 {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  left: 50px;
  bottom: 100px; }

.clients-cube5 {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  left: -30px;
  bottom: 150px; }

.clients-cube6 {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  left: -200px;
  bottom: 100px; }

/*-clients*/
/*footer*/
.footer {
  background: #333333; }

.footer-top {
  padding: 60px 0;
  position: relative; }
  .footer-top:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 2600px;
    height: 1px;
    background: #474747; }

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .footer-navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px; }
    .footer-navigation li:after {
      content: '';
      border: solid #999999;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin: 0 6px; }
    .footer-navigation li:last-child:after {
      display: none; }
  .footer-navigation a,
  .footer-navigation p {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #999999;
    -webkit-transition: 0.1s;
    transition: 0.1s; margin: 0; line-height: normal;}

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

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 32%; }

.footer-box > span,
.footer-box > a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #999999;
  display: block;
  margin-bottom: 25px;
  width: 100%;
  height: 20px; }

.footer-menu {
  width: 32%; }
  .footer-menu li {
    margin-bottom: 5px; }
  .footer-menu a {
    font-size: 18px;
    color: #FFFFFF;
    -webkit-transition: 0.1s;
    transition: 0.1s; }

.footer-menu li:nth-child(1) {
  margin-bottom: 10px; }
  .footer-menu li:nth-child(1) a {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF; }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0; }
  .footer-bottom span {
    font-size: 18px;
    color: #999999; }

.footer-logo svg {
  width: 163px;
  height: 40px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  fill: #FFFFFF; }

/*-footer*/
@media (min-width: 992px) {
  /*hover*/
  .btn:hover {
    color: #FFFFFF; }
  .btn:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .btn2:hover {
    color: #FFFFFF; }
  .btn2:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .btn3:hover {
    color: #28B9D8; }
  .btn3:hover::before,
  .btn3:hover::after {
    width: 60%; }
  .btn4:hover {
    color: #FF6D6F; }
  .btn4:hover::before,
  .btn4:hover::after {
    width: 60%; }
  .request-form_btn:hover {
    background: transparent;
    border: 2px solid #FF6D6F;
    color: #28B9D8; }
  .info-bottom_play svg:hover {
    fill: #28B9D8; }
  .cost-box:hover {
    border: 2px solid #28B9D8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .cost-box:hover .cost-box_center {
    background: #28B9D8; }
  .cost-box:hover .cost-box_center span {
    color: #FFFFFF; }
  .cost-box:hover .cost-box_btn {
    background: #28B9D8;
    color: #FFFFFF; }
  .cost-box:hover .cost-box_top span {
    color: #28B9D8; }
  .offers-slide:hover {
    background: #28B9D8; }
  .offers-slide:hover .offers-slide_text h3,
  .offers-slide:hover .offers-slide_text b,
  .offers-slide:hover .offers-slide_text p {
    color: #FFFFFF; }
  .arrow-slider:hover {
    fill: #28B9D8; }
  .seo-text a:hover {
    color: #FF6D6F;
    border-bottom: 1px solid #FF6D6F; }
  .contacts-list li .contacts-list_right a:hover {
    color: #28B9D8; }
  .footer-navigation a:hover {
    color: #28B9D8; }
  .footer-menu a:hover {
    color: #28B9D8; }
  .footer-menu li:nth-child(1) a:hover {
    color: #28B9D8; }
   .footer-box > a:hover {
    color: #28B9D8; }
  .footer-logo:hover svg {
    fill: #28B9D8; }
  .header-list_menu a:hover {
    color: #FF6D6F; }
  .header-list_point:hover {
    color: #28B9D8; }
  .header-lang_point:hover {
    color: #28B9D8; }
  .header-lang_list a:hover {
    color: #FF6D6F; }
  .header-burger:hover span {
    background: #FF6D6F; }
  .header-logo:hover svg {
    fill: #FF6D6F; }
  /*-hover*/ }

@media (max-width: 1200px) {
  /*options*/
  h1 {
    font-size: 60px;
    line-height: 70px; }
  h2 {
    font-size: 40px;
    line-height: 50px; }
  h3 {
    font-size: 25px;
    line-height: 35px; }
  h4 {
    font-size: 20px;
    line-height: 28px; }
  p {
    font-size: 16px;
    line-height: 24px; }
  .section-title p {
    font-size: 25px;
    line-height: 30px; }
  /*-options*/
  /*price*/
  .price-boxs_list li {
    font-size: 22px; }
  /*-price*/
  /*info*/
  .info-top_box {
    width: 48%; }
  .info-top_img {
    height: 270px; }
  .info-new_bgr {
    right: -15px; }
  /*-info*/
  /*request*/
  .request-form {
    width: 400px;
    padding: 25px; }
  .request-box .section-title {
    width: 570px; }
  /*-request*/
  /*offers*/
  .offers-slide_text {
    padding: 15px; }
  /*-offers*/
  /*contacts*/
  .contacts-list li span {
    font-size: 18px; }
  .contacts-list li .contacts-list_right a {
    font-size: 20px; }
  .contacts-adress_map:before {
    width: 500px;
    right: 10px; }
  .contacts-adress_text p {
    font-size: 20px; }
  /*-contacts*/
  /*footer*/
  .footer-boxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-box {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .footer-box:last-child {
      margin-bottom: 0; }
  .footer-menu {
    width: 200px;
    margin-right: 30px; }
  /*-footer*/ }

@media (max-width: 992px) {
  /*options*/
  .wrapper {
    position: relative; }
  .section-title p {
    font-size: 18px;
    line-height: 28px; }
  .mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /*-options*/
  /*header*/
  .header {
    position: absolute;
    height: auto; }
  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
  .header-left {
    position: relative;
    z-index: 12;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #EBEBEB; }
  .header-lang {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0; }
  .header-lang_point {
    font-size: 14px; }
  .header-lang_list {
    top: 20px; }
  .header-lang_list a {
    font-size: 14px; }
  .header-logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0; }
  .header-logo svg {
    width: 110px;
    height: 24px; }
  .header-burger {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .header-burger.fixed {
    position: fixed;
    z-index: 15;
    right: 10px;
    top: 10px; }
  .header-burger.fixed:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    z-index: -1;
    width: 45px;
    height: 40px;
    background: #28B9D8;
	border-radius: 0 0 0 9px; }
  .header-burger.fixed span {
    background: #FFFFFF; }
  .header-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; display: none;}
  .header-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px;
    border-bottom: 1px solid #EBEBEB;
    width: 100%; }
  .header-list_menu {
    position: static;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 15px; }
  .header-list_menu a {
    font-size: 14px; }
  .header-list_point {
    font-size: 14px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-buttons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 10px; }
  .header-buttons:after {
    display: none; }
  .header-buttons .btn {
    height: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .header-buttons .btn4 {
    height: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  .header-menu {
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    top: 0; }
	.header-menu.double {height: 100%;}
	.header-menu.double .header-menu_list {height: 100%;}
	.header-menu.double .header-menu_list.secondary {display: none;}
  .header-menu.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header-menu_list li {
    margin-bottom: 25px; 
	height: auto;}
  .header-menu_list li:last-child {
    margin-bottom: 0; }
  .header-menu_list li:after {
    display: none; }
  .header-menu_list a {
    font-size: 22px;
    font-weight: 600; }
  .header-menu_cube {
    display: block; }
  .header-menu_cube1 {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    left: 10%;
    top: 10%; }
  .header-menu_cube2 {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    right: -20px;
    top: 40%; }
  .header-menu_cube3 {
    width: 13px;
    height: 13px;
    border-radius: 3px;
    left: -5px;
    top: 50%; }
  .header-menu_cube4 {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    left: 7%;
    top: 65%; }
  .header-menu_cube5 {
    width: 13px;
    height: 13px;
    border-radius: 3px;
    bottom: 10%;
    right: 10%;
    /*-header*/ }
  /*home*/
  .homesection-box p {
    font-size: 24px;
    line-height: 34px; }
  .homesection-box_img li {
    font-size: 25px; }
  /*-home*/
  /*price*/
  .price-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .price-boxs > li {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 300px;
    margin-bottom: 30px;
    padding: 20px; }
  .price-boxs_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content; }
    .price-boxs_list li {
      width: 100%;
      margin-bottom: 10px;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content; }
      .price-boxs_list li:last-child {
        margin-bottom: 0; }
  .price-boxs_img {
    position: static;
    top: 0; }
  /*-price*/
  /*request*/
  .request {
    margin-bottom: 120px;
    margin-top: 0; }
  .request-box_bgr {
    width: 120%;
    right: -15px;
    border-radius: 0; }
  .request-box_img {
    left: -15px;
    bottom: 0;
    width: 120%;
    height: 100%;
    border-radius: 0; }
  .request-box {
    padding: 50px 0; }
  .request-box .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
    .request-box .section-title p {
      margin-top: 10px; }
  .request-form {
    position: static;
    margin: auto; }
  /*request*/
  /*info*/
  .info-center_box {
    width: 31%; }
  .info-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .info-bottom_text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px; }
  .info-bottom_video {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 500px;
    height: 370px;
    margin: auto; }
  .info-new {
    padding: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .info-new_text {
    width: 100%; }
  .info-new_img {
    height: 350px;
    width: auto;
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .info-new_img img {
      max-height: 100%; }
  .info-new_text {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px; }
  /*-info*/
  /*direction*/
  .direction-box_img {
    height: 180px; }
  /*-direction*/
  /*plus*/
  .plus-box_img {
    height: 180px; }
  /*-plus*/
  /*partners*/
  .partners-slide {
    width: 200px;
    padding: 0 20px; }
  /*-partners*/
  /*cost*/
  .cost {
    margin-bottom: 120px;
    padding: 50px 0; }
  .cost-boxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    bottom: 0; }
  .cost-box {
    width: 300px;
    margin-bottom: 30px; }
    .cost-box:last-child {
      margin-bottom: 0; }
  /*-cost*/
  /*offers*/
  .offers .container {
    padding: 0; }
  .offers-slide_img {
    height: 200px; }
  .offers-next,
  .offers-prev {
    display: block;
    top: 170px; }
  /*-offers*/
  /*faq*/
  .faq-box {
    padding: 20px; }
  /*-faq*/
  /*certificate*/
  .certificate-slide_img {
    height: 230px; }
  .certificate-slide_img:before {
    height: 170px; }
  /*-certificate*/
  /*comments*/
  .comments-slider {
    margin-bottom: 0; }
  /*-comments*/
  /*seo*/
  .seo-text li {
    font-size: 16px;
    line-height: 24px; }
  .seo-text a {
    font-size: 16px; }
  /*-seo*/
  /*news*/
  .news .container {
    padding: 0; }
  .news-next,
  .news-prev {
    display: block; }
  /*-news*/
  /*contacts*/
  .contacts-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contacts-list {
    width: 700px;
    margin-bottom: 50px; }
  .contacts-adress {
    width: 100%; }
  .contacts-adress_map:before {
    right: 0;
    width: 100%; }
  /*-contacts*/
  /*clients*/
  .clients-boxs {
    height: auto; }
  .clients-box {
    position: relative;
    margin-bottom: 5px; }
  .clients-box:nth-child(1),
  .clients-box:nth-child(2),
  .clients-box:nth-child(3),
  .clients-box:nth-child(4),
  .clients-box:nth-child(5) {
    left: auto;
    top: auto;
    right: auto; }
  .clients-box:nth-child(2n) {
    margin-left: auto; }
  .clients-cube {
    display: none; }
  /*-clients*/ }

@media (max-width: 768px) {
  /*options*/
  h1 {
    font-size: 35px;
    line-height: 40px; }
  h2 {
    font-size: 30px;
    line-height: 35px; }
  h3 {
    font-size: 20px;
    line-height: 25px; }
  h4 {
    font-size: 16px;
    line-height: 21px; }
  p {
    font-size: 14px;
    line-height: 21px; }
  .section {
    margin-bottom: 80px; }
  .section-title {
    margin-bottom: 45px; }
  .section-title p {
    font-size: 16px;
    line-height: 21px; }
  .btn {
    font-size: 16px;
    font-weight: 600; }
  .btn2 {
    font-size: 16px;
    font-weight: 600; }
  .btn3 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px; }
  /*-options*/
  /*home*/
  .homesection-box p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px; }
  .homesection-box a {
    padding: 15px 20px; }
  .homesection-box_img {
    padding-top: 120px; }
  .homesection-box_img li:nth-child(1) {
    top: 30px;
    left: 0; }
  .homesection-box_img li:nth-child(2) {
    top: 75px; }
  .homesection-box_img li:nth-child(3) {
    top: 30px;
    right: 0; }
  .homesection-box_img li {
    font-size: 18px;
    width: 120px;
    padding: 7px 0;
    border-radius: 2px; }
  .homesection-box_img span:nth-child(2) {
    font-size: 14px;
    margin-top: 2px; }
  /*-home*/
  /*price*/
  .price-boxs > li {
    margin-bottom: 20px;
    padding: 15px; }
    .price-boxs > li:last-child {
      margin-bottom: 0; }
  .price-boxs_img {
    width: 100%;
    margin-bottom: 20px; }
  .price-boxs_list li {
    font-size: 20px; }
  .price-btn {
    margin-top: 40px; }
  /*-price*/
  /*request*/
  .request-box {
    padding: 35px 0; }
  .request-form {
    width: 300px;
    border-radius: 10px;
    padding: 20px; }
  .request-form_input {
    height: 50px;
    font-size: 14px;
    padding: 0 10px; }
  .request-form_btn {
    height: 50px;
    width: 100%;
    margin-top: 0;
    font-size: 16px;
    font-weight: 600; }
  .request-form h3 {
    margin-bottom: 20px; }
  /*-request*/
  /*info*/
  .info-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0; }
  .info-top_box {
    width: 100%;
    margin-bottom: 30px; }
  .info-top_text {
    min-height: auto;
    padding: 20px 10px; }
  .info-top_img a {
    width: 270px;
    height: 55px; }
  .info-top_img {
    height: 220px;
    margin-bottom: 40px; }
  .info-top_title {
    margin-bottom: 80px; }
  .info-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 80px; }
  .info-center_box {
    width: 100%;
    margin-bottom: 40px; }
    .info-center_box:last-child {
      margin-bottom: 0; }
  .info-center_box h4:before {
    font-size: 80px;
    left: -10px; }
  .info-center_img {
    margin-bottom: 25px;
    height: 190px; }
  .info-bottom_video {
    width: 100%;
    height: 250px; }
  .info-bottom_play {
    width: 60px;
    height: 60px; }
  .info-bottom_play svg {
    width: 50px;
    height: 50px; }
  @-webkit-keyframes play-anim {
    from {
      height: 50px;
      width: 50px;
      opacity: 0; }
    to {
      width: 60px;
      height: 60px;
      opacity: 1; } }
  @keyframes play-anim {
    from {
      height: 50px;
      width: 50px;
      opacity: 0; }
    to {
      width: 60px;
      height: 60px;
      opacity: 1; } }
  .info-bottom_video:after {
    width: 60px;
    height: 60px; }
  .info-bottom_video:before {
    width: 30px;
    height: 30px; }
  .info-bottom_text h2 {
    margin-bottom: 20px; }
  .info-bottom_text p {
    margin-bottom: 20px; }
  .info-bottom_text li:after {
    width: 30px;
    height: 30px; }
  .info-bottom_text li:before {
    height: 18px;
    width: 8px;
    left: 13px;
    top: 10px; }
  .info-bottom_text li {
    padding-left: 50px; }
  .info-bottom_text li span {
    font-size: 18px; }
  .info-bottom_text li p {
    font-size: 15px; }
  .info-bottom_text a {
    height: 55px; }
  .info-new {
    margin-bottom: 80px; }
  .info-new_text a {
    height: 55px; }
  .info-new_img {
    height: auto; }
  /*-info*/
  /*direction*/
  .direction-boxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .direction-box {
    width: 300px;
    margin-bottom: 30px; }
    .direction-box:last-child {
      margin-bottom: 0; }
  .direction-box_img:before {
    height: 120px; }
  /*-direction*/
  /*plus*/
  .plus-boxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .plus-box {
    width: 100%;
    margin-bottom: 30px; }
    .plus-box:last-child {
      margin-bottom: 0; }
  .plus-box_img {
    border-radius: 10px;
    margin-bottom: 15px; }
  /*-plus*/
  /*cost*/
  .cost .section-title p {
    margin-top: 20px; }
  .cost .section-title {
    margin-bottom: 20px; }
  .cost-box {
    margin-bottom: 20px; }
  /*-cost*/
  /*offers*/
  .offers-box {
    padding: 0 40px; }
  .offers-btn {
    margin-top: 40px; }
  /*-offers*/
  /*faq*/
  .faq-box {
    padding: 15px;
    margin-bottom: 15px; }
  .faq-box_bottom {
    margin-top: 20px; }
  .faq-btn {
    margin-top: 40px; }
  /*-faq*/
  /*certificate*/
  .certificate-slide_img:before {
    height: 140px; }
  .certificate-pagination {
    display: block; }
  /*-certificate*/
  /*comments*/
  .comments-slider {
    padding: 100px 0 20px 0; }
  .comments-slide {
    padding: 70px 20px 20px 20px; }
  .comments-slider_icon {
    top: 80px;
    left: -10px;
    width: 90px;
    height: 40px; }
  .comments-next,
  .comments-prev {
    display: none; }
  .comments-slider:after {
    right: 10px;
    top: 50px; }
  .comments-slide_img {
    width: 130px;
    height: 130px; }
  .comments-pagination {
    margin-top: 20px; }
  /*-comments*/
  /*seo*/
  .seo-text a {
    font-size: 14px; }
  .seo-text li {
    font-size: 14px;
    line-height: 21px; }
  /*-seo*/
  /*news*/
  .news-box {
    padding: 0 40px; }
  .news-slide_img {
    border-radius: 10px;
    height: 200px; }
  .news-next, .news-prev {
    top: 170px; }
  /*-news*/
  /*contacts*/
  .contacts-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px; }
  .contacts-list li span {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px; }
  .contacts-list_right {
    width: 100%; }
  .contacts-list li .contacts-list_right a {
    font-size: 18px; }
  .contacts-adress:after {
    right: 0; }
  .contacts-adress_map {
    height: 300px; }
  .contacts-adress_text p {
    font-size: 18px; }
  /*-contacts*/
  /*footer*/
  .footer-navigation a,
  .footer-navigation p {
    font-size: 14px; }
  .footer-box > span,
  .footer-box > a {
    font-size: 16px;
    margin-bottom: 15px; }
  .footer-top {
    padding: 30px 0; }
  .footer-bottom {
    padding: 20px 0 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-bottom span {
    font-size: 14px; }
  .footer-navigation li:after {
    padding: 2px; }
  .footer-menu {
    margin-bottom: 10px; }
  .footer-menu li:nth-child(1) a {
    font-size: 16px; }
  /*-footer*/ }



.section.buysell,
.section.benefits,
.section.fuel_united,
.section.purchases,
.section.html {margin: 0;}
form label.error {background: #ff1744; color: #fff; border-radius: 6px; padding: 4px 10px; font-size: 14px; width: 100%; margin: -10px 0 10px; text-align: left; line-height: 1.4; position: relative;}
form label.error:before {content: ''; display: block; position: absolute; top: -12px; left: 15px; border: 7px solid transparent; border-bottom: 7px solid #ff1744;}
form .form-notice {display: none; background: #ff5252; color: #fff; padding: 5px 10px; line-height: 1.4; text-align: left; width: 100%;}
form.success .form-notice {display: block; background: #4ed854;}
form.error .form-notice {display: block;}
form .form-notice a {text-decoration: underline; color: #fff;}
form .loading {display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.7); z-index: 2;}
form.awaiting .loading {display: block;}
form.awaiting .loading:before {content: ''; display: block;  width: 32px; height: 32px; position: absolute; top: 50%; left: 50%; margin: -16px 0 0 -16px; background-image: url(img/ajax-loader.gif); background-repeat: no-repeat; background-position: center center; background-size: contain;}
/*.bgr-color:after {content: ''; display: block; clear: both; padding-top: 1px;}*/
.default-page {padding: 30px 0 120px; font-size: 18px; line-height: 28px; color: #6F6F6F;}
.default-page h1 {font-size: 50px; line-height: 1.2; font-weight: 700;}
.default-page h2 {font-size: 45px; line-height: 1.2; font-weight: 700;}
.default-page h3 {font-size: 40px; line-height: 1.2;}
.default-page h4 {font-size: 35px; line-height: 1.2;}
.default-page h5 {font-size: 30px; line-height: 1.2;}
.default-page h6 {font-size: 25px; line-height: 1.2;}
.default-page ul,
.default-page ol {display: block; list-style-type: disc; margin-top: 1em; margin-bottom: 1rem; margin-left: 0; margin-right: 0; padding-left: 30px;}
.default-page ol {list-style-type: decimal;}
.default-page ul li {display: list-item; list-style-type: disc;}
.default-page ol li {display: list-item; list-style-type: decimal;}
.default-page a:hover {color: blue;}
.default-page table {width: 100%; border-collapse: collapse;}
.default-page table td {padding: 3px 15px; border: 1px solid #ddd;}
.main {padding-top: 120px;}
.page-template-page-front .main {padding-top: 80px;}
.text-center {text-align: center;}
.btn-default {display: inline-block; padding: 10px 20px;}
.btn-default:hover {color: #fff !important;}
.single .default-page .container {max-width: 800px;}
.post-page-image {display: block; width: 100%; height: auto; border-radius: 6px;  margin: 0 0 15px;}
.header-user {position: relative; display: none; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
.header-user_point {font-size: 14px; font-weight: 600; color: #333333; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; -webkit-transition: 0.1s; transition: 0.1s;}
.header-user_point:after {content: ''; border: solid #333333; border-width: 0 2px 2px 0; display: inline-block; padding: 2px; -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-left: 10px; -webkit-transition: 0.1s; transition: 0.1s;}
.header-user_point.open:after {-webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.header-user_list {display: none; position: absolute; z-index: 11; left: 0; top: 20px; background: #FFFFFF; width: auto; border-radius: 2px; padding: 10px; -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);}
.header-user_list li {margin-bottom: 10px;}
.header-user_list li:last-child {margin-bottom: 0;}
.header-user_list a {font-size: 14px; font-weight: 600; color: #333333; -webkit-transition: 0.1s; transition: 0.1s;}
.section.capabilities .info-bottom_text h2 b {color: #28B9D8;}
.secondary-nav-trigger {height: 16px; width: 16px; border-radius: 0; background-image: url(img/leaf.svg); background-repeat: no-repeat; background-position: center center; background-size: contain; display: inline-block; vertical-align: middle; position: absolute; top: 14px; right: 55px;}
.mobile-products-nav {height: 100%; position: fixed; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; top: 0; z-index: 9; left: 0; background: #fff; width: 100%; border-bottom: 1px solid #EBEBEB; display: none; text-align: center;}
.mobile-products-nav ul {height: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%;}
.mobile-products-nav ul ul {display: none; padding-top: 20px;}
.mobile-products-nav ul li {margin-bottom: 15px; display: block; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.mobile-products-nav ul li a {font-size: 22px; font-weight: 600; font-size: 18px; color: #333333; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.mobile-products-nav ul ul li a {font-size: 18px; color: #424242;}
.mobile-products-nav ul ul ul li a {font-size: 16px; color: #777;}
.mobile-products-nav ul li.current-menu-item > a {color: #FF6D6F;}
.header-menu_list.secondary {position: relative;}
.header-menu_list.secondary ul {position: absolute; top: 99%; left: 0; right: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; background: #fff; border-bottom: 1px solid #EBEBEB; border-top: 1px solid #EBEBEB; display: none; flex-wrap: wrap; height: auto;}
.header-menu_list.secondary li.hovered > ul {display: -webkit-box; display: -ms-flexbox; display: flex;}
.header-menu_list.secondary li > ul li {min-height: 48px;}
.footer:not(.footer-boxs-opened) .footer-boxs {max-height: 260px; overflow: hidden; position: relative;}
.footer:not(.footer-boxs-opened) .footer-boxs:after {content: ''; display: block; position: absolute; bottom: 0; left: -25%; width: 150%; height: 80px;  background: -moz-linear-gradient(top,  rgba(51,51,51,0) 0%, rgba(51,51,51,1) 75%, rgba(51,51,51,1) 100%); background: -webkit-linear-gradient(top,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 75%,rgba(51,51,51,1) 100%); background: linear-gradient(to bottom,  rgba(51,51,51,0) 0%,rgba(51,51,51,1) 75%,rgba(51,51,51,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 ); -webkit-transition: all 1s; transition: all 1s;}
.footer-boxs-show-all {text-align: center; position: relative; z-index: 2; font-size: 1px; top: 15px; transition: height 0.3s;}
.footer-boxs-show-all:before,
.footer-boxs-show-all:after {content: ''; display: inline-block; vertical-align: middle; width: 100px; height: 1px; background: #474747;}
.footer-boxs-show-all a {display: inline-block; vertical-align: middle; background: #272626; font-size: 16px; padding: 5px 40px; border-radius: 7px; -webkit-transition: background 0.3s; transition: background 0.3s; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.footer-boxs-show-all a:hover {background: #474747;}
.footer-boxs-show-all a:after {border-bottom: 2px solid #666; border-right: 2px solid #666; content: ''; display: inline-block; height: 9px; width: 9px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: relative; top: -3px; left: -2px;}
.footer-boxs-opened .footer-boxs-show-all a:after {-webkit-transform: rotate(-135deg); -ms-transform:rotate(-135deg); transform: rotate(-135deg);}
.request-form-popup {display: none; border-radius: 20px;}
.request-form-popup-form {position: relative; background: #fff; border-radius: 20px; padding: 10px; max-width: 410px;}
.request-form-popup-form h3 {margin-bottom: 30px; text-align: center;}
.request-form-popup .text-bottom {background: #EBF1F2; padding: 25px 20px; font-weight: 600; font-size: 19px; color: #333333; text-align: center; margin: 40px -54px -54px;}
.request-form-popup .text-bottom b {font-weight: 700; color: #FF6D6F;}
@media (min-width: 992px) {
	.admin-bar .wrapper {padding-top: 32px;}
	.admin-bar .header {top: 32px;}
	.admin-bar .header-menu {top: 112px;}
	.secondary-nav-trigger {display: none;}
	.mobile-products-nav {display: none !important;}
}
@media (max-width: 991px) {
	#wpadminbar {display: none !important;}
	.main {padding-top: 73px;}
	.page-template-page-front .main {padding-top: 43px;}
	.default-page {padding-top: 0;}
	.header-logo {position: absolute; top: 50%; left: 50%; margin-left: -55px; margin-top: -12px;}
	.header-left {display: block; background: #fff;}
	.header-lang {display: inline-block; vertical-align: middle; margin-right: 20px;}
	.header-user {display: inline-block; vertical-align: middle;}
	.header-user_point i {width: 10px; height: 12px; display: block; background-image: url(img/user-solid.svg); background-repeat: no-repeat; background-position: center center; background-size: contain;}
	.header-burger {z-index: 15; position: absolute; right: 11px; top: 12px;}
	.mobile-products-nav {overflow-y: scroll;}
	.mobile-products-nav > ul {height: auto; padding-top: 100px;}
	.mobile-products-nav ul li.menu-item-has-children > a:after {border-bottom: 1px solid #424242; border-right: 1px solid #424242; content: ''; display: inline-block; height: 6px; width: 6px; margin-left: 10px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform:rotate(45deg); transform: rotate(45deg); -webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out; vertical-align: baseline; position: relative; top: -3px;}
	.mobile-products-nav .submenu-opened > ul {display: block;}
}
@media (max-width: 768px) {
	.section.homesection {margin-bottom: 40px;}
	.default-page .section-title {margin-bottom: 35px;}
	.default-page {padding: 20px 0 40px; font-size: 14px; line-height: 21px; color: #6F6F6F;}
	.default-page h1 {font-size: 30px;}
	.default-page h2 {font-size: 25px;}
	.default-page h3 {font-size: 23px;}
	.default-page h4 {font-size: 20px;}
	.default-page h5 {font-size: 18px;}
	.default-page h6 {font-size: 18px;}
	.request-form-popup {border-radius: 10px;}
}
@media (max-width: 500px) {
	.request-form-popup {padding: 15px;}
	.request-form-popup .text-bottom {margin: 20px -25px -25px; padding: 15px; font-size: 14px;}
}

/* --- Homesection new --- */

.homesection_new{position:relative;z-index:1; overflow: hidden;}
/*.homesection_new .wow{visibility: hidden;}*/
.homesection_new .container {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.homesection_new-bgr{position:absolute;z-index:-1;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.homesection_new-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;color:#FFF;padding:110px 50px 0 0;width: 65%;}
.homesection_new-box h1{color:#FFF;margin-bottom:20px}
.homesection_new-box p{max-width:700px;font-size:30px;line-height:38px;color:#FFF;margin-bottom:40px}
.homesection_new-box a{padding:20px 48px}
.homesection_new-box_img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:80px;position:relative}
.homesection_new-box_img img{max-width: 815px; margin: 0 auto;}
.homesection_new-window{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: row; -ms-flex-direction: row; flex-direction: row; width: 35%; background: #fff; color: #333; padding: 55px; -webkit-align-items: center; -ms-flex-align: center; align-items: center;  -webkit-align-content: stretch; -ms-flex-line-pack: stretch; align-content: stretch; position: relative;}
.homesection_new-window:before {content: ''; display: block; width: 1000px; top: 0; position: absolute; bottom: 0; right: -999px; background: #fff;}
.homesection_new-window .inner {padding: 30px 0 150px;}
.homesection_new-window .inner:before {content: ''; display: block; width: 78px; height: 78px; position: absolute; bottom: 60px; left: -20px; background: #28B9D8; border-radius: 10px;}
.homesection_new-window .inner:after {content: ''; display: block; width: 32px; height: 32px; position: absolute; bottom: 160px; left: 90px; background: #FF6D6F; border-radius: 5px;}
.homesection_new-window .inner {}
.homesection_new-window p{color: #333;}
.homesection_new-window .wtitle {font-size: 36px; line-height: 1.1; font-weight: 500; color: #333333; margin-bottom: 25px;}
.homesection_new-window .wsubtitle {font-size: 17px; line-height: 1.4; margin-bottom: 40px;}
.homesection_new-window .btn,
.homesection_new-window .btn3 {padding: 20px; margin-top: 17px;}
@media (max-width: 1100px) {
	.homesection_new-box{width: 60%;}
	.homesection_new-window {width: 40%; padding: 30px;}
	.homesection_new-window .inner {padding: 20px 0 40px;}
	.homesection_new-window .inner:before {content: none;}
	.homesection_new-window .inner:after {content: none;}
}
@media (max-width: 992px) {
	.homesection_new-box{padding:60px 20px 0 0;}
	.homesection_new-box p{font-size:24px;line-height:34px}
}
@media (max-width: 768px) {
	.section.homesection_new{margin-bottom:40px}
	.homesection_new-box{width: 100%; padding:30px 0 0 0;}
	.homesection_new-box p{font-size:16px;line-height:21px;margin-bottom:30px}
	.homesection_new-box a{padding:15px 20px}
	.homesection_new-window{width: auto; padding: 15px; margin: 0 -15px; visibility: visible !important; animation-name: none !important;}
	.homesection_new-window:before {content: none;}
	.homesection_new-window .wtitle {font-size: 27px;}
	.homesection_new-window .inner {padding: 10px 0 20px;}
	.homesection_new-box_img {padding-top: 20px;}
	.homesection_new-box_img img {width: 100%;}
	.homesection_new-window .btn:hover {color: #fff;}
	.homesection_new-window .btn3:hover {color: #FF6D6F;}
}

/* --- Button section --- */

.section-button a {padding: 20px 80px; display: inline-block;}

/* --- Form success page --- */

.page-template-page-form-success {background-image: url(/wp-content/themes/agrolanding/img/bgr/1.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover;}
.page-template-page-form-success .footer {display: none;}
.page-template-page-form-success .main {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.form-success {color: #fff; text-align: center; padding: 0 0 120px;}
.form-success .title {color: #fff; margin: 0; padding: 0; font-size: 50px;}
.form-success .text {font-size: 18px;}
.form-success .buttons {display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center; margin-top: 40px;}
.form-success .buttons span {padding: 0 40px; display: block;}
.form-success .buttons a {padding: 20px 48px; min-width: 400px;}
@media (max-width: 992px) {
	.form-success .buttons a {min-width: 10px;}
}
@media (max-width: 768px) {
	.form-success .title {font-size: 35px; margin-bottom: 20px;}
	.form-success .text {font-size: 16px; line-height: 21px;}
	.form-success .buttons {display: block; margin-top: 40px;}
	.form-success .buttons a {padding: 15px 20px;}
	.form-success .buttons span {padding: 20px 0;}
}

/* --- Dynamic prices --- */

.dynamic-info h2 {font-weight: 600;}
.dynamic-info .dynamic-date {font-size: 48px; color: #28B9D8; text-align: center; font-weight: 600; margin: 0; line-height: 1.3;}
.dynamic-info .dynamic-table {display: table; width: 100%; font-size: 18px; margin-top: 60px;}
.dynamic-info .dynamic-tr {display: table-row;}
.dynamic-info .dynamic-tr.heading {font-size: 24px; font-weight: 600; color: #000;}
.dynamic-info .dynamic-tr.heading .dynamic-td {padding-bottom: 25px;}
.dynamic-info .dynamic-td {display: table-cell; padding: 15px; vertical-align: middle;}
.dynamic-info .dynamic-tr:nth-of-type(2n) {background: #F9F9F9;}
.dynamic-info .dynamic-td:nth-of-type(1) {width: 22%; border-radius: 15px 0 0 15px; padding-left: 30px;}
.dynamic-info .dynamic-td:nth-of-type(2) {width: 17%;}
.dynamic-info .dynamic-td:nth-of-type(3) {width: 14%;}
.dynamic-info .dynamic-td:nth-of-type(4) {width: 16%;}
.dynamic-info .dynamic-td:last-child {text-align: right; border-radius: 0 15px 15px 0;}
.dynamic-info .dynamic-table .btn2 {padding: 9px 25px; display: inline-block; vertical-align: middle;}
.dynamic-info .dynamic-all {text-align: center; padding-top: 50px;}
.dynamic-info .dynamic-all .btn3 {display: inline-block; vertical-align: middle; width: auto;}
@media (max-width: 1200px) {
	.dynamic-info .dynamic-tr.heading {font-size: 21px;}
	.dynamic-info .dynamic-td:nth-of-type(1) {width: 20%; padding-left: 15px;}
	.dynamic-info .dynamic-td:nth-of-type(2) {width: 15%;}
	.dynamic-info .dynamic-td:nth-of-type(3) {width: 12%;}
	.dynamic-info .dynamic-td:nth-of-type(4) {width: 18%;}
	.dynamic-info .dynamic-table .btn2 {padding: 9px 15px;}
}
@media (max-width: 992px) {
	.dynamic-info .dynamic-date {font-size: 40px;}
	.dynamic-info .dynamic-table {font-size: 16px;}
	.dynamic-info .dynamic-tr.heading {font-size: 19px;}
	.dynamic-info .dynamic-td:nth-of-type(n) {width: auto;}
	.dynamic-info .dynamic-td:nth-of-type(5) {border-radius: 0 15px 15px 0;}
	.dynamic-info .dynamic-td:nth-of-type(6) {display: none;}
}
@media (max-width: 768px) {
	.dynamic-info .dynamic-date {font-size: 30px;}
	.dynamic-info .dynamic-td:nth-of-type(2) {border-radius: 8px 0 0 8px;}
	.dynamic-info .dynamic-td:nth-of-type(4) {border-radius: 0 8px 8px 0;}
	.dynamic-info .dynamic-td:nth-of-type(1),
	.dynamic-info .dynamic-td:nth-of-type(5) {display: none;}
}
@media (max-width: 500px) {
	.dynamic-info .dynamic-table {font-size: 14px; margin-top: 30px;}
	.dynamic-info .dynamic-tr.heading {font-size: 18px;}
	.dynamic-info .dynamic-tr.heading .dynamic-td {padding-bottom: 15px;}
	.dynamic-info .dynamic-td {padding: 15px 7px;}
}