/*!
Theme Name: Oki-Toki
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: http://tryhuk.pp.ua/
Description: Professional cloud service for call centers
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: okitoki
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Oki-Toki is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*!
@font-face {
	font-family:Arial;
	src:url(fonts/ArialRoundedMTProCyr.woff) format("woff");
	font-weight:400;
	font-style:normal;
	font-display:swap;
}
@font-face {
	font-family:Arial;
	src:url(fonts/ArialRoundedMTProCyr-Bold.woff) format("woff");
	font-weight:700;
	font-style:normal;
	font-display:swap;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #2f3946;
}
body::-webkit-scrollbar {
  width: 7px; }

body::-webkit-scrollbar-thumb {
  background: #18D0CD; }

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.7); }
a,
a:hover {
	outline: 0;
	text-decoration: none;
  color: #2f3946;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
}
h1 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.56;
}
h2 {
  font-size: 35px;
  line-height: 1.28;
}
h3 {
  font-size: 30px;
  line-height: 1.33;
}
h4 {
  font-size: 22px;
  line-height: 1.45;
}
h5 {
  font-size: 16px;
  line-height: 1.25;
}
p {
  width: 100%;
  line-height: 1.56;
  margin-top: 0;
  margin-bottom: 1rem;
}
.p-min-height {
  min-height: 42px;
}
.h2-advantages-min-height {
  min-height: 180px;
}
.buttons-robocall {
    min-height: 60px;
}
input {
  opacity: 1;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"] {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-box_input {
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #fff;
  background: 0 0;
  padding-bottom: 10px;
  margin-right: 10px;
  margin-bottom: 30px;
  transition: .25s;
}
.form-box_input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-box_input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-box_input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-box_input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-box_input:focus {
  border-bottom: 2px solid #2f3946;
}

.wpcf7-form-control-wrap {
	display: block;
}
.wpcf7-not-valid-tip {
	position: absolute;
  bottom: 12px;
  width: 100%;
  font-size: 12px;
}
.wpcf7 .ajax-loader {
	position: absolute;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	font-size: 12px;
}

.tplis-cl-cookies-head div {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 12pt;
}

blockquote {
  margin: 0;
  box-shadow: inset 0 0 0 0 #ddd;
  border-left: 4px solid #000;
  padding-left: 1em;
  quotes: none;
}

blockquote p {
  line-height: 1.8;
}

.owl-carousel .owl-nav{
  overflow: hidden;
  height: 0;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}
.owl-carousel .nav-btn{
  position: absolute;
  width: 35px;
  height: 100px;
  cursor: pointer;
  top: calc(50% - 50px);
  opacity: 0.8;
}
.owl-carousel .nav-btn:hover{
  opacity: 1;
}
.owl-carousel .prev-slide,
.owl-carousel .next-slide{
  background: url(images/chevron.png);
  background-size: 35px 100px;
}
.owl-carousel .prev-slide{
  left: -43px;
}
.owl-carousel .next-slide{
  transform: rotate(180deg);
  right: -43px;
}

.textarea-1 textarea {
    border: none;
    border: 2px solid #18d0cd!important;
    font-size: 14px;
    width: 100%;
    border: none;
    background: 0 0;
    padding-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    font-family: Arial;
    padding: 10px;
    border-radius: 10px;
}

.textarea-1 textarea {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    resize: none;
}
.acceptance-1 label {
    font-size: 14px!important;
    cursor: pointer;
    left: 0;
    position: relative;
    margin-left: 30px;
    width: 100%;
    display: flex;
    max-width: 260px;
    color: #18d0cd;
}
.acceptance-1 input[type="checkbox"] {
    border: 1px solid #18d0cd;
    width: 15px;
    height: 15px;
    appearance: auto;
    position: absolute;
    left: -25px;
    top: -1px;
}
.acceptance-1 label span {
    display: flex;
    line-height: 1.4;
    text-align: left;
}



.button {
  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: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 21px 27px;
  border-radius: 30px;
  background: 0 0;
  position: relative;
  z-index: 1;
  -webkit-transition: .15s;
  transition: .15s;
  border: none !important;
  overflow: hidden;
  letter-spacing: 1px;
}
.button:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.button:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 30px;
}
.button.white {
  color: #18d0cd;
}
.button.white:after {
	background: #18d0cd;
}
.button.white:before {
	background: #fff;
}
.button.blue {
  color: #fff;
}
.button.blue:before {
	background: #18d0cd;
}
.button.blue:after {
	background: #f87d4d;
}
.button:hover {
	color: #fff;
}
.button:hover:after {
  width: 100%;
}
.button-two {
  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;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 21px 27px;
  border-radius: 30px;
  border: 1px solid #fff !important;
  position: relative;
  z-index: 1;
  -webkit-transition: .1s;
  transition: .1s;
  overflow: hidden;
  background: 0 0;
  letter-spacing: 1px;
}
.button-two:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 30px;
}
.button-two:hover {
	color: #f87d4d;
}
.button-two:hover:before {
	width: 100%;
}
.button-border {
  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;
  color: #39ADC8;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 21px 27px;
  border-radius: 30px;
  border: 2px solid #39ADC8 !important;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  overflow: hidden;
  background: transparent;
  letter-spacing: 1px;
}
.button-border:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #39ADC8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 30px;
  box-sizing: border-box;
}
.button-border:hover {
  color: #FFFFFF;
  border: 2px solid transparent !important;
}
.button-border:hover:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}





.oval {
  position: absolute;
  z-index: -3;
  width: 1100px;
  height: 1100px;
  border: 10px solid;
  border-radius: 50%;
}
.oval:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 650px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 50px solid;
  border-radius: 50%;
}







.wrapper {
	position: relative;
	overflow: hidden;
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 14px 0;
  width: 100%;
  color: #fff;
}
.header.fixed {
  background: #18d0cd;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
}
.header a,
.header a:hover {
	color: #fff;
}
.header-inner {
	position: relative;
	display: flex;
	align-items: center;
}
.header-logo {
	flex: 0 0 200px;
	max-width: 200px;
}
.header-logo img {
    max-height: 64px;
}
.header-right {
  flex: 0 0 calc(100% - 200px - 80px);
  max-width: calc(100% - 200px - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
.main-menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.main-menu > li {
	position: relative;
	margin-right: 25px;
}
.quadmenu-navbar-nav > li.main-menu-button {
	margin-left: 15px !important;
	margin-right: 5px !important;
	border: 1px solid #fff !important;
	border-radius: 20px !important;
	overflow:hidden !important;
}
.quadmenu-navbar-nav > li.main-menu-button:hover {
	border: 1px solid #f87d4d !important;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li > a {
  -webkit-transition: .1s;
  transition: .1s;
}
.main-menu > li > a:hover {
	border-bottom: 1px dotted;
  transition: .3s ease;
}
.main-menu .current-menu-item a {
  border-bottom: 1px dotted;
}
.quadmenu-navbar-nav > li.main-menu-button > a {
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase !important;
  position: relative !important;
  -webkit-transition: .1s;
  transition: .1s;
  letter-spacing: 1px;
}
.quadmenu-navbar-nav > li.main-menu-button > a:before {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #f87d4d !important;
  z-index: -1;
  border-radius: 20px;
  -webkit-transition: .2s;
  transition: .2s;
}
.quadmenu-navbar-nav > li.main-menu-button > a:hover:before {
  width: 100%;
}
.main-menu > li.menu-item-has-children > a {
	display: flex;
	align-items: center;
}
.main-menu > li.menu-item-has-children > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 7px;
  -webkit-transition: .1s;
  transition: .1s;
}
.main-menu > li.menu-item-has-children.active > a:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-menu > li.menu-item-has-children > ul {
	margin: 0;
	padding: 0;
	list-style: none;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 160px;
  background: #18d0cd;
  padding: 10px;
  display: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 0 rgb(255 255 255 / 50%);
  box-shadow: 0 0 5px 0 rgb(255 255 255 / 50%);
}
.main-menu > li.menu-item-has-children.active > ul {
	display: block;
}
.main-menu > li.menu-item-has-children > ul > li {
	margin-bottom: 10px;
}
.main-menu > li.menu-item-has-children > ul > li:last-child {
	margin-bottom: 0;
}
.main-menu > li.menu-item-has-children > ul > li > a {
	font-size: 13px;
}
.main-menu > li.menu-item-has-children > ul > li > a:hover {
	color: #2f3946;
}
.lang-menu {
	flex: 0 0 80px;
	max-width: 80px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.lang-menu > li {
	position: relative;
}
.lang-menu > li > a {
	text-transform: uppercase;
	display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.lang-menu > li > a > img {
	margin-right: 3px;
}
.lang-menu > li > a:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  margin-left: 4px;
  -webkit-transition: .1s;
  transition: .1s;
}
.lang-menu > li.active > a:before {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lang-menu > li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  width: 67px;
  background: #18d0cd;
  padding: 10px;
  display: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px 0 rgb(255 255 255 / 50%);
  box-shadow: 0 0 5px 0 rgb(255 255 255 / 50%);
}
.lang-menu > li.active > ul {
	display: block;
}
.lang-menu > li.active > ul > li {
	margin-bottom: 10px;
}
.lang-menu > li.active > ul > li:last-child {
	margin-bottom: 0;
}
.lang-menu > li.active > ul > li > a {
	font-size: 13px;
	text-transform: uppercase;
}
.lang-menu > li.active > ul > li > a:hover {
	color: #2f3946;
}



.main {
	margin-top: 170px;
}



.main-block {
	height: 700px;
}
.main-block .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-block-bg {
	position: absolute;
  z-index: -1;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 820px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.main-block-bg.min_height {
  height: 730px;
}
.main-block-bg-tools {
  background-color: #f2f2f2;
}
.main-block-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: 660px;
}
.main-block-text.white {
  color: #fff;
}
.main-block-text.left {
  margin-bottom: 60px;
}
.main-block-text.for_min_height {
  width: 590px;
}
.main-block-text.center {
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.main-block-text h1 {
  margin-bottom: 15px;
  text-align: left;
}
.main-block-text span {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.main-block-text p,
.main-block-text div {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.main-block-text.center p {
  color: #fff;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.main-block-text p a,
.main-block-text div a {
  border-bottom: 1px dashed #fff;
}
.main-block-text.white h1,
.main-block-text.white span,
.main-block-text.white p,
.main-block-text.white div,
.main-block-text.white p a {
  color: #fff;
}
.main-block-text.left h1 {
  color: #2f3946;
}
.main-block-text.left p {
  color: #8c9ba9;
}
.main-block-img {
  position: absolute;
  top: -75px;
  right: -500px;
  height: 670px;
  width: 1100px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-block-img.for_min_height {
  left: 50%;
  width: 704px;
  height: 602px;
}
.main-block-img-2 {
  position: absolute;
  top: -140px;
  right: -300px;
  height: 727px;
  width: 1000px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main-block-img_two {
  position: relative;
}
.main-block-img_two img {
  max-height: 550px;
}
.main-block-img_two p {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: 10px;
  left: 15px;
  max-width: 320px;
  color: #f8f9fa;
  font-size: 24px;
  z-index: 1;
  line-height: 1.2;
  margin: 0;
}
.main-block-img_two p span {
  background: #2a3541;
}
.wp-caption {
  position: relative;
}
.wp-caption-text {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding: 8px 15px;
  max-width: 320px;
  color: #f8f9fa;
  background: #2a3541;
  font-size: 24px;
  z-index: 1;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  z-index: 2
}

.main-block-buttons {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.main-block-buttons a {
	margin-right: 35px;
}
.main-block-buttons a:last-child {
  margin-right: 0;
}


.main-block-video-btn {
  position: absolute;
  display: block;
  top: 27%;
  left: calc(80% - 50px);
  z-index: 3;
  width: 120px;
  height: 90px;
}
.main-block-video-btn-flat {
  left: inherit;
  right: 130px;
  top: 150px;
}
.main-block-video-btn a {
  width: 100%;
  display: block;
  transition: .25s;
}
.main-block-video-btn a:hover {
  transform: scale(1.1);
}
.main-block-video-btn:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 6px solid #ffffff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 2s infinite;
  animation-delay: 3s;
}
@keyframes ring {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}



.main-block-popularPosts {
  flex: 0 0 850px;
  max-width: 850px;
  margin-left: 30px;
}
.main-block-popularPosts-heading {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid;
}
.popularPosts-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -15px;
}
.popularPosts-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 0 15px;
  padding: 0 15px;
}
.popularPosts-item__wrap {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  height: 100%;
  z-index: 1;
}
.popularPosts-item__left {
  flex: 0 0 125px;
  max-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popularPosts-item__image img {
  max-height: 120px;
}
.popularPosts-item__right {
  flex: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popularPosts-item__title {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.35;
}
.popularPosts-item__title a {
  color: #000000;
  transition: .5s;
}
.popularPosts-item__title a:hover {
  color: #60CDCC;
}
.popularPosts-item__more {
  margin-bottom: 0;
}
.popularPosts-item__more a {
  display: inline-flex;
  font-size: 16px;
  color: #6B7DFF;
  font-weight: 700;
  border-bottom: 1px dotted #6B7DFF;
  transition: .5s;
}
.popularPosts-item__more a:hover {
  color: #60CDCC;
  border-color: #60CDCC;
}


.main-block-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
.main-block-soc li {
  margin-right: 20px;
}
.main-block-soc li:last-child {
  margin-right: 0;
}
.main-block-soc img {
  width: 40px;
  height: 40px;
  -webkit-transition: .1s;
  transition: .1s;
}
.main-block-soc a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




.modalForm,
.modalGif,
.modalVideo,
.modalInfoBlock {
	position: fixed;
	z-index: 20;
	left: 100%;
	top: 0;
	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: 100%;
	background: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow: hidden;
}
.modalInfoBlock {
background: #f2f2f2;
color:#8f9aa7;
}
.modalForm.active,
.modalGif.active,
.modalVideo.active,
.modalInfoBlock.active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modalForm-close,
.modalGif-close,
.modalVideo-close,
.modalInfoBlock-close {
  position: absolute;
  right: 40px;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 40px;
  cursor: pointer;
  z-index: 999;
}
.modalForm-close:before,
.modalGif-close:before,
.modalVideo-close:before,
.modalInfoBlock-close:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #2f3946;
  -webkit-transform: rotate(45deg) translate(7px,-7px);
  transform: rotate(45deg) translate(7px,-7px);
}
.modalForm-close:after,
.modalGif-close:after,
.modalVideo-close:after,
.modalInfoBlock-close:after {
  content: '';
  width: 2px;
  height: 100%;
  background: #2f3946;
  -webkit-transform: rotate(-45deg) translate(-5px,-5px);
  transform: rotate(-45deg) translate(-5px,-5px);
}
.modalForm-close:hover:before,
.modalForm-close:hover:after,
.modalGif-close:hover:before,
.modalGif-close:hover:after,
.modalVideo-close:hover:before,
.modalVideo-close:hover:after,
.modalInfoBlock-close:hover:before,
.modalInfoBlock-close:hover:after {
  background: #f87d4d;
}
.modalGif-mdc {
	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;
}
.modalVideo-mdc {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.modalGif-mdc video {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-bottom: -5px;
}
.modalVideo-mdc video,
.modalVideo-mdc iframe {
  max-width: 1280px;
  width: 100%;
  height: 720px;
}
.modalForm-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;
  max-width: 640px;
}
.modalForm-box h3 {
  text-align: center;
  color: #8c9ba9;
  margin-bottom: 60px;
}
.modalForm-box a {
  font-size: 12px;
  color: #6080d0;
}
.modalForm-one,
.modalInfoBlock-one {
  top: -400px;
  left: -700px;
  border: 10px solid #f9fafd;
}
.modalForm-one:after,
.modalInfoBlock-one:after {
	border: 50px solid #f9fafd;
}
.modalForm-two,
.modalInfoBlock-two {
  bottom: -400px;
  right: -700px;
  border: 10px solid #f9fafd;
}
.modalForm-two:after,
.modalInfoBlock-two:after {
  border: 50px solid #f9fafd;
}
.modalForm form {
	width: 290px;
}
.modalForm form p {
	margin-bottom: 0;
}
.modalForm-box .form-box_input {
	border-bottom: 2px solid #6080d0;
}
.modalForm-box .form-box_input::-webkit-input-placeholder {
  color: rgb(96 128 208 / 80%);
}
.modalForm-box .form-box_input::-moz-placeholder {
 color: rgb(96 128 208 / 80%);
}
.modalForm-box .form-box_input:-ms-input-placeholder {
  color:rgb(96 128 208 / 80%);
}
.modalForm-box .form-box_input:-moz-placeholder {
  color: rgb(96 128 208 / 80%);
}
.modalForm-box .button {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}
.modalForm-box .button:before {
	background: #18d0cd;
}
.modalForm-box .button:after {
	background: #f87d4d;
}

.modalInfoBlock-box {
	overflow: auto;
    width: 100%;
    height: 100%;
    padding-top: 55px;
	display: flex;
    align-items: center;
}

.modalInfoBlock-iframe iframe {
display:block;
margin:auto;
	width:290px;
    height:512px;
}
.modalInfoBlock-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
	justify-content: center;
}
.modalInfoBlock-buttons a {
	margin-right: 35px;
}
.modalInfoBlock-buttons a:last-child {
	margin-right: 0;
}



.section {
  position: relative;
  margin-bottom: 200px;
}
.container-two {
	max-width: 1140px;
}



.advantages {
	position: relative;
}
.advantages-inner {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.advantages-icons {
	position: relative;
	flex: 0 0 60%;
	max-width: 60%;
  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;
  margin-bottom: -50px;
}
.advantages-icons__item {
	position: relative;
	margin-bottom: 50px;
	flex: 0 0 45%;
	max-width: 45%;
}
.advantages-icons__item-icon {
	display: flex;
	align-items: flex-end;
	height: 60px;
	margin-bottom: 15px;
}
.advantages-icons__item-icon img {
	max-height: 60px;
}
.advantages-icons__item h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.advantages-icons__item p {
	margin-bottom: 0;
}
.advantages-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;
  flex: 0 0 35%;
  max-width: 35%;
}
.advantages-text h2 {
	margin-bottom: 20px;
}
.advantages-text p {
  color: #8f9aa7;
  margin-bottom: 20px;
}




.section-title {
  position: relative;
  max-width: 650px;
  margin-bottom: 60px;
}
.section-title.white {
  color: #fff;
}
.section-title.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.title__full {
	max-width: 100%;
}
.section-title.center.full_width {
  max-width: 100%;
}
.section-title h2 {
  margin-bottom: 0;
}
.section-title p {
  color: #8c9ba9;
  margin-top: 20px;
  margin-bottom: 0;
}
.section-title.left img {
  position: absolute;
  left: 110%;
  top: -70px;
  max-height: inherit;
}
.section-title.right {
  margin-left: auto; }
.section-title.right img {
  position: absolute;
  right: 110%;
  top: -70px;
  max-height: inherit;
}




.about {
	background: #f2f2f2;
}
.about:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background: url(images/waves/wave-top-1.png) center no-repeat;
  background-size: cover;
}
.about:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-1.png) center no-repeat;
  background-size: cover;
}
.about-tools:before,
.about-tools:after {
  display: none;
}
.about-tools {
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 220px;
  margin-bottom: -30px;
  z-index: 1;
}
.about-tools-no-video {
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.about__item {
	position: relative;
}
.about__item-title {
	text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  color: #39ADC8;
  margin-bottom: 70px;
}
.about__item-image {
	margin-bottom: 27px;
	text-align: center;
}
.about__item-image img.about-image-home {
   width: 1340px;
   height: 270px; 
}
.list-icon-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.listIcon-accordion-blocks {
  display: none;
  margin-top: 30px;
}
.listIcon-accordion-blocks.show {
  display: flex;
}
.list-icon-blocks__item {
  margin-bottom: 40px;
  flex: 0 0 calc(100% / 3 - 40px / 3);
  max-width: calc(100% / 3 - 40px / 3);
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.list-icon-blocks-2 .list-icon-blocks__item {
  flex: 0 0 calc(100% / 2 - 40px / 2);
  max-width: calc(100% / 2 - 40px / 2);
}
.list-icon-blocks-3 .list-icon-blocks__item {
  flex: 0 0 calc(100% / 3 - 40px / 3);
  max-width: calc(100% / 3 - 40px / 3);
}
.list-icon-blocks__item:nth-child(3n) {
  margin-right: 0;
}
.list-icon-blocks-2 .list-icon-blocks__item:nth-child(2n) {
  margin-right: 0;
}
.list-icon-blocks-3 .list-icon-blocks__item:nth-child(3n) {
  margin-right: 0;
}
.list-icon-blocks__item-image {
  margin-bottom: 16px;
  height: 50px;
}
.list-icon-blocks__item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.12;
  color: #39ADC8;
  margin-bottom: 10px;
}
.list-icon-blocks__item-title a {
  color: #39ADC8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.list-icon-blocks__item-title a:hover {
  text-decoration: underline;
}
.list-icon-blocks__item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.56;
  color: #8f9aa7;
}
.list-icon-blocks__item-link {
	margin-top: 10px;
}
.list-icon-blocks__item-link a,
.list-icon-blocks__item-text a,
.modalInfoBlock-content a {
color: #39ADC8;
    border-bottom: 1px dashed;
}
.list-icon-blocks__item-link a:hover,
.list-icon-blocks__item-text a:hover,
.modalInfoBlock-content a:hover {
color:#222;
}

.listIcon-accordion {
  margin-top: 30px;
}
.listIcon-accordion-head button {
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  background: none;
  outline: none;
  border-bottom: 1px solid #2F3946;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}
.listIcon-accordion-btn-show {
  display: flex;
}
.listIcon-accordion-btn-hide {
  display: none;
}
.listIcon-accordion-head button span {
  flex: 0 0 25px;
  max-width: 25px;
  width: 25px;
  height: 25px;
  position: relative;
  margin-left: 20px;
}
.listIcon-accordion-head button span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 100%;
  background: #39ADC8;
}
.listIcon-accordion-head button.listIcon-accordion-btn-hide span:before {
  display: none;
}
.listIcon-accordion-head button span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #39ADC8;
}



.about-box {
  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;
  margin-bottom: 200px; 
}
.about-box:last-child {
  margin-bottom: 0; 
}
.about-box_text {
  width: 45%;
  position: relative;
  z-index: 1; 
}
.about-box_text h3 {
  color: #39ADC8;
  margin-bottom: 30px; 
}
.about-box_text ul {
  padding: 20px 30px 50px 30px;
  background: #FFFFFF;
  border-radius: 5px; 
  list-style: none;
  margin-bottom: 0;
}
.about-box_text li {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative; 
}
.about-box_text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #18D0CD; 
}
.about-box_text li:last-child {
  margin-bottom: 0; 
}
.about-box_text .button {
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.about-box_img {
  width: 45%; 
}
.about-box:nth-child(2n+1) .about-box_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; 
}
.about-box:nth-child(2n+1) .about-box_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; 
}



.about__itemVideo {
  padding-bottom: 0px;
}
.about__item-video {
  background: #CBE6ED;
  position: relative;
  border: 20px solid #CBE6ED;
  border-radius: 15px;
  max-width: 880px;
  height: 510px;
  margin: 0 auto 100px;
}
.about__item-video:before {
  content: '';
  background: url(images/video-1.svg) no-repeat center;
  background-size: contain;
  width: 340px;
  height: 116px;
  position: absolute;
  bottom: -115px;
  left: -80px;
  z-index: 2;
}
.about__item-video:after {
  content: '';
  background: url(images/video-2.svg) no-repeat center;
  background-size: contain;
  width: 258px;
  height: 268px;
  position: absolute;
  bottom: -115px;
  right: -150px;
  z-index: 2;
}
.about__item-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 13px;
}




.automatising {
	margin-bottom: 120px;
}


.block-image-text__items {
	position: relative;
}
.block-image-text__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.block-image-text__item:last-child {
  margin-bottom: 0;
}
.block-image-text__item-column {
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.block-image-text__item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2;
  color: #2F3946;
  margin-bottom: 6px;
}
.block-image-text__item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.56;
  color: #8F9AA7;
}
.block-image-text__item-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.block-image-text__item-buttons * {
  line-height: 1;
}
.block-image-text__item-buttons *:first-child {
  margin-right: 30px;
}
.block-image-text__item:nth-child(2n) .block-image-text__item-img {
  order: -1;
}



.tabs {
  position: relative;
}
.products-template-single-product-robocall .tabs {
  background: #fff;
  margin-bottom: 240px;
}
.products-template-single-product-robocall .tabs:before {
  content: '';
  position: absolute;
  background: url(images/waves/wave-top-5.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 155px;
  top: -155px;
  left: 0;
  z-index: 9;
}
.products-template-single-product-robocall .tabs:after {
  content: '';
  position: absolute;
  background: url(images/waves/wave-top-5.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 155px;
  bottom: -155px;
  left: 0;
  z-index: 9;
  transform: rotate(180deg);
}
.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-tabs li {
  padding: 10px 20px 20px 20px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  bottom: -1px;
  cursor: pointer;
}
.nav-tabs li.active {
  color: #2c72b0;
  border-top: 2px solid #2c72b0;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.nav-tabs li:hover {
  color: #f87d4d;
}
.block-tabs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 40px 30px;
  border-radius: 0 5px 5px 5px;
  border: 1px solid #f2f2f2;
  background: #fff;
  display: none;
}
.block-tabs.active {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.block-tabs-img {
  width: 45%;
}
.block-tabs-img img {
  width: 100%;
}
.block-tabs-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: 50%;
}
.block-tabs-text-no-image {
	width: 100%;
}
.block-tabs-text ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-tabs-text li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.block-tabs-text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18d0cd;
}
.block-tabs-text .button {
  margin-top: 20px;
}




.feedback {
  position: relative;
  padding: 150px 0;
}
.feedback.blue .container{
  margin-top: 100px;
}
.feedback-tools {
  z-index: 2;
}
.feedback-tools .feedback-wrap {
  max-width: 620px;
}
.feedback-bg {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 2600px;
  height: 935px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feedback-wrap {
  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;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.feedback-wrap > h2 {
  text-transform: uppercase;
  text-align: center;
}
.feedback-wrap > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.feedback-wrap a {
  font-size: 12px;
  color: #fff;
}
.feedback-wrap form {
  max-width: 290px;
}
.feedback-wrap ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#fff;
  opacity: .5;
}
.feedback-wrap ::-moz-placeholder { /* Firefox 19+ */
  color:#fff;
  opacity: .5;
}
.feedback-wrap :-ms-input-placeholder { /* IE 10+ */
  color:#fff;
  opacity: .5;
}
.feedback-wrap :-moz-placeholder { /* Firefox 18- */
  color:#fff;
  opacity: .5;
}
.feedback-wrap .button {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}
.feedback-wrap .button:before {
  background: #18d0cd;
}
.feedback-wrap .button:after {
  background: #f87d4d;
}
.feedback-robocall {
  z-index: 1;
  margin-top: -100px;
}


.form-page {
  padding: 0;
  color: var(--text-color);
}
.form-page .feedback-wrap {
  color: #333;
}
.form-page .feedback-wrap h2 {
  color: #4EA8D2;
}
.form-page .feedback-wrap a {
  color: #4EA8D2;
}
.form-page .feedback-wrap p {
  color: #8C9BA9;
}
.form-page .form-box_input {
  border-bottom: 2px solid #00CECA;
}
.form-page .form-box_input::-webkit-input-placeholder {
  color: rgb(96 128 208 / 80%);
}
.form-page .form-box_input::-moz-placeholder {
  color: rgb(96 128 208 / 80%);
}
.form-page .form-box_input:-ms-input-placeholder {
  color: rgb(96 128 208 / 80%);
}
.form-page .form-box_input:-moz-placeholder {
  color: rgb(96 128 208 / 80%);
}
.form-page .form-box_input:focus {
  border-bottom: 2px solid #2F3946;
}




.preference {
  background: #f2f2f2;
}
.preference:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 500px;
  background: #f2f2f2;
}
.preference:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-2.png) center no-repeat;
  background-size: cover;
}
.preference-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.preference-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;
  width: 22%;
}
.preference-box-image {
  height: 100px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.preference-box-image img {
  max-height: 100px;
}
.preference-box p {
  margin-bottom: 0;
}


body.products-template-single-product-robocall {
    background: #F2F2F2;
}



.tariffs {
  position: relative;
}
.tariffs-one {
  top: -500px;
  left: -500px;
  border: 10px solid #eff2fa;
}
.tariffs-one:after {
  border: 50px solid #eff2fa;
}
.tariffs-two {
  bottom: -300px;
  right: -900px;
  border: 10px solid #eff2fa;
}
.tariffs-two:after {
  border: 50px solid #eff2fa;
}
body.products-template-single-product-robocall  .tariffs-one,
body.products-template-single-product-robocall  .tariffs-two {
  display: none;
}
.tariffs-top {
  margin-bottom: 60px;
}
.tariffs-top h2 {
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}
.tariffs-bottom {
  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;
  margin-bottom: 60px;
}
.tariffs-bottom h2 {
  width: 100%;
  max-width: 700px;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}
.tariffs-box {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.tariffs-bottom .tariffs-box {
  width: 48%;
}
.tariffs-box li {
  font-size: 14px;
  color: #8c9ba9;
  width: 100%;
  margin-bottom: 7px;
}
.tariffs-box li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 1px solid #2f3946;
}
.tariffs-box li:last-child {
  margin-bottom: 0;
}
.tariffs-box span {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  color: #2f3946;
}
.tariffs-box span:nth-child(2) {
  text-align: right;
  min-width: 190px;
  width: 190px;
}
.tariffs-box p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}
.tariffs-box a {
  color: #17c2bf;
  transition: 0.3s ease-in-out;
}
.tariffs-box a:hover {
  color: #13aaa8;
  text-decoration: underline;
}
.country_other,
.country_ru {
  display: none;
}
.tariffs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.tariffs-button p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
  width: 500px;
  font-weight: 700;
  margin-right: calc(470px - 145px);
}



.section.section.industry {
  margin-bottom: 70px;
}
.industry:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -150px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 148px;
  background: url(images/industry-top.png) center no-repeat;
  background-size: cover;
}
.industry-boxs {
  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;
}
.industry-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;
  width: 18%;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.industry-box img {
  max-height: 50px;
  margin-bottom: 20px;
}
.industry-box h5 {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  color: #2f3946;
}
.industry-box:hover h5 {
  color: #f87d4d;
}

.industry-box h3 {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  color: #2f3946;
  line-height: 1.25;
}
.industry-box:hover h3 {
  color: #f87d4d;
}


.comments {
  padding-bottom: 50px;
  background: #f2f2f2;
}
.comments:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background: url(images/waves/wave-top-3.png) center no-repeat;
  background-size: cover;
}
.comments:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-3.png) center no-repeat;
  background-size: cover;
}
.comments-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.comments-text {
  padding: 30px 30px 60px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
.comments-text a {
  font-weight: 700;
  font-size: 13px;
  color: #f87d4d;
}
.comments-text a:hover {
  color: #18d0cd;
}
.comments-avatar {
  position: relative;
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: -50px auto 15px;
  z-index: 2;
}
.comments-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.comments-name {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}
/*.comments-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.comments-box:last-child {
  margin-bottom: 0;
}
.comments-avatar {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
}
.comments-box:nth-child(2n) .comments-avatar {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 35px;
}
.comments-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.comments-text {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}
.comments-box:nth-child(2n) .comments-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.comments-text:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50px;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
}
.comments-box:nth-child(2n) .comments-text:after {
  content: '';
  position: absolute;
  right: auto;
  left: 100%;
  top: 50px;
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-left: none;
  border-right: 25px solid transparent;
}
.comments-text a {
  font-weight: 700;
  font-size: 13px;
  color: #f87d4d;
}
.comments-text a:hover {
  color: #18d0cd;
}*/

.owl-comments .owl-dots {
  margin-top: 30px;
}





.redial-box {
  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;
  position: relative;
}
.redial-box:nth-child(1) {
  margin-bottom: 70px;
}
.redial-box:nth-child(1) .redial-box_bgr {
  display: none;
}
.redial-box_img {
  width: 60%;
}
.redial-box_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: 35%;
}
.redial-box_text h2 {
  margin-bottom: 30px;
}
.redial-box_text ul {
  list-style: none;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px 30px;
  margin-bottom: 30px; 
}
.redial-box_text li {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative; 
}
.redial-box_text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #18D0CD; 
}
.redial-box_text li:last-child {
  margin-bottom: 0; 
}
.redial-box:nth-child(2) .redial-box_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; 
}
.redial-box:nth-child(2) .redial-box_text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; 
}

.full_width {
  max-width: 100% !important;
}

.accordion_section {
  margin-bottom: 140px;
}
.products-template-single-product-robocall .accordion {
  margin-bottom: 240px;
}
.accordion-one {
  top: 50%;
  right: -200px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid #EFF2FA; 
}
.accordion-one:after {
  border: 50px solid #EFF2FA; 
}
.accordion-bgr {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2; 
}
.accordion-bgr:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background: url(images/waves/wave-top-1.png) center no-repeat;
  background-size: cover; 
}
.accordion-bgr:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: -450px;
  width: 100%;
  height: 500px;
  background: #F2F2F2; 
}
.accordion-box {
  margin-bottom: 20px; 
}
.accordion-box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #2F3946;
  padding-bottom: 10px;
  cursor: pointer; 
}
.accordion-box_top h3,
.accordion-box_top h5 {
  width: 90%;
  margin-bottom: 0;
  font-size: 16px;
}
.accordion-box_top span {
  position: relative;
  display: block;
  width: 25px;
  height: 25px; 
}
.accordion-box_top span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #39ADC8; 
}
.accordion-box_top span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 100%;
  background: #39ADC8; 
}
.accordion-box_top.open {
  border-bottom: 1px solid #39ADC8; 
}
.accordion-box_top.open span:before {
  display: none; 
}
.accordion-box_top:hover h5 {
  color: #F87D4D; 
}
.accordion-box_top:hover span:after {
  background: #F87D4D; 
}
.accordion-box_top:hover span:before {
  background: #F87D4D; 
}
.accordion-box_top:hover {
  border-bottom: 1px solid #39ADC8; 
}
.accordion-bottom {
  display: none;
  padding: 15px 0 0;
}
.accordion-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion-bottom li {
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative;
  list-style: none !important;
}
.accordion-bottom li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #18D0CD; 
}


.chaty * {
  margin-bottom: 23px;
}


.mailing-boxs {
  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;
}

.mailing-box {
  width: 47%;
  height: 300px;
  position: relative;
  padding-left: 100px;
}
.mailing-box p {
  margin-bottom: 0;
}
.mailing-box:before {
  content: '';
  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: absolute;
  left: 45px;
  top: -10px;
  background: #FFFFFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 10px rgba(223, 91, 81, 0.2);
  box-shadow: 0px 5px 10px rgba(223, 91, 81, 0.2);
  font-size: 23px;
  font-weight: 700;
  color: #DF5B51;
}
.mailing-box img {
  position: absolute;
}
.mailing-box:nth-child(1):before {
  content: '1';
}
.mailing-box:nth-child(1) img {
  left: -50px;
  top: 35px;
  width: 136px;
  }
.mailing-box:nth-child(2):before {
  content: '2';
}
.mailing-box:nth-child(2) img {
  left: -14px;
  top: 40px;
  width: 100px;
}
.mailing-box:nth-child(3):before {
  content: '3';
}
.mailing-box:nth-child(3) img {
  left: -37px;
  top: 90px;
  width: 170px;
}
.mailing-box:nth-child(4):before {
  content: '4';
}
.mailing-button {
  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;
  top: -100px;
}
.mailing-button img {
  content: '';
  position: absolute;
  z-index: 2;
  left: 61%;
  top: 47px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  max-height: inherit;
}





.tasks {
  background: #F2F2F2;
}
.tasks:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background: url(images/waves/wave-top-1.png) center no-repeat;
  background-size: cover;
}
.tasks:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-1.png) center no-repeat;
  background-size: cover;
}
.tasks-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tasks-box {
  width: 22%;
}
.tasks-box h5 {
  color: #DF5B51;
}
.tasks-box p {
  margin-bottom: 0;
}




.tasks_scripts {
  padding: 50px 0;
}
.tasks_scripts__bgr {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
  background-color: #F2FAFC;
}
.tasks_scripts__bgr:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -133px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 135px;
  background: url(images/waves/task_bgr_before.png) center no-repeat;
  background-size: cover;
}
.tasks_scripts__bgr:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/task_bgr_after.png) center no-repeat;
  background-size: cover;
}
.tasks_scripts .oval {
  position: absolute;
  z-index: -3;
  width: 1100px;
  height: 1100px;
  border: 10px solid;
  border-radius: 50%;
  display: block;
}
.tasks_scripts .oval.tariffs-one {
  top: 50px;
  left: -275px;
  border: 10px solid #00D0CD;
  opacity: 10%;
}
.tasks_scripts .oval.tariffs-one:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 650px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 50px solid #00D0CD;
}
.tasks_scripts .oval.tariffs-two {
  bottom: 250px;
  right: -350px;
  border: 10px solid #00D0CD;
  opacity: 10%;
}
.tasks_scripts .oval.tariffs-two:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 650px;
  height: 650px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 50px solid #00D0CD;
}
.tasks_scripts .section-title.center.full_width {
  max-width: 100%;
}
.tasks_scripts-item {
  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;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 163px;
}
.tasks_scripts-item:last-child {
  margin-bottom: 63px;
}
.tasks_scripts-item_image {
  flex: 0 0 calc(100% - 580px - 20px);
  display: flex;
  position: relative;
}
.tasks_scripts-item:nth-child(2n) .tasks_scripts-item_image {
  order: 2;
  justify-content: flex-end;
}
.tasks_scripts-item_text {
  flex: 0 0 580px;
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.tasks_scripts-item_text h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 156%;
  margin-bottom: 16px;
}
.tasks_scripts-item_text p {
  font-size: 14px;
  line-height: 1.5;
}
.tasks_scripts-item_text ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.tasks_scripts-item_text ul li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 16px;
  margin-bottom: 16px;
  position: relative;
}
.tasks_scripts-item_text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #18D0CD;
}







.benefits-one {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 10px solid #FCEFEE;
}
.benefits-one:after {
  border: 50px solid #FCEFEE;
}
.benefits-boxs {
  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;
}
.benefits-box {
  width: 48%;
  height: 220px;
  margin-bottom: 30px;
  background: #FAFAFA;
  border-radius: 15px;
  padding: 35px;
}
.benefits-box h5 {
  color: #DF5B51;
}
.benefits-box p {
  margin-bottom: 0;
}



.opportunities .section-title {
  margin-bottom: 100px;
}
.opportunities-one {
  top: -500px;
  right: -220px;
  border: 10px solid rgb(96 128 208 / 10%);
}
.opportunities-one:after {
  border: 50px solid rgb(96 128 208 / 10%);
}
.opportunities-two {
  bottom: -600px;
  left: -650px;
  border: 10px solid rgb(96 128 208 / 10%);
}
.opportunities-two:after {
  border: 50px solid rgb(96 128 208 / 10%);
}
.opportunities-items {
  position: relative;
}
.opportunities-item {
  position: relative;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.opportunities-item:last-child {
  margin-bottom: 0;
}
.opportunities-item__image {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
  text-align: center;
}
.opportunities-item__info {
  flex: 0 0 42%;
  max-width: 42%;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px 20px;
}
.opportunities-item__info h3 {
  width: 100%;
  margin-top: 0;
}
.opportunities-item:nth-child(2n+1) .opportunities-item__image {
  order: 2;
}
.opportunities-item:nth-child(2n+1) .opportunities-item__info {
  order: 1;
  margin-left: 8%;
}
.opportunities-item__number {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(24, 208, 205, 0.19);
  border-radius: 14px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #18D0CD;
  font-size: 26px;
  font-weight: bold;
}
.opportunities-item__title {
  font-size: 36px;
  font-weight: bold;
  color: #18D0CD;
  margin-bottom: 20px;
  line-height: 1.35;
}
.opportunities-item__content p:last-child {
  margin-bottom: 0;
}





.info-blocks {
  position: relative;
  margin-bottom: 280px;
}
.info-blocks-one {
  top: 600px;
  right: -300px;
  border: 10px solid rgb(96 128 208 / 10%);
}
.info-blocks-one:after {
  border: 50px solid rgb(96 128 208 / 10%);
}
.info-blocks-two {
  bottom: -750px;
  left: calc(50% - 550px);
  border: 10px solid rgb(96 128 208 / 10%);
}
.info-blocks-two:after {
  border: 50px solid rgb(96 128 208 / 10%);
}
.info-blocks__item {
  position: relative;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.info-blocks__item:last-child {
  margin-bottom: 0;
}
.info-blocks__item-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
  text-align: center;
}
.info-blocks__item-info {
  flex: 0 0 50%;
  max-width: 50%;
}
.info-blocks__item-info h3 {
  width: 100%;
  margin-top: 0;
}
.info-blocks__item:nth-child(2n+1) .info-blocks__item-image {
  order: 2;
}
.info-blocks__item:nth-child(2n+1) .info-blocks__item-info {
  order: 1;
}
.info-blocks__item-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.35;
}
.info-blocks__item-content {
  position: relative;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 30px 20px;
}
.info-blocks__item-content p:last-child {
  margin-bottom: 0;
}
.info-blocks__item-btn {
  max-width: 200px;
}
body.products-template-single-product-robocall {
  background: #F2F2F2;
}




.block-text-image {
  position: relative;
  background: #fff;
  padding-bottom: 200px;
  margin-bottom: 0;
}
.block-text-image:before {
  content: '';
  position: absolute;
  background: url(images/waves/wave-top-5.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 155px;
  top: -155px;
  left: 0;
  z-index: 9;
}
.block-text-image .section-title {
  margin-bottom: -30px;
}
.block-text-image__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.block-text-image__content {
  flex: 0 0 58%;
  max-width: 58%;
  padding-right: 40px;
}
.block-text-image__image {
  flex: 0 0 42%;
  max-width: 42%;
}




.gallery-block {
  position: relative;
}
.gallery-block-one {
  top: -700px;
  left: -300px;
  border: 10px solid rgb(96 128 208 / 10%);
}
.gallery-block-one:after {
  border: 50px solid rgb(96 128 208 / 10%);
}
.gallery-block .section-title.center {
  max-width: 100%;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.owl-dots button {
  flex: 0 0 10px;
  max-width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: #545454 !important;
  border: none;
  padding: 0;
  outline: none !important;
  transition: .25s;
}
.owl-dots button:last-child {
  margin-right: 0;
}
.owl-dots button.active {
  background: #1D81F9 !important;
}



.audio-block {
  position: relative;
}
.audio-block-one {
  top: calc(50% - 400px);
  right: -100px;
  border: 10px solid rgb(96 128 208 / 10%);
}
.audio-block-one:after {
  border: 50px solid rgb(96 128 208 / 10%);
}
.audio-block__items {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.audio-block__item {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  background: #303C68;
  border-radius: 15px;
  padding: 35px 20px;
}
.audio-block__item p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 35px;
}
.audio-block__item audio {
  width: 100%;
}



.products-template-single-product-robocall .info {
  background: #fff;
}
.products-template-single-product-robocall .info:before {
  content: '';
  position: absolute;
  background: url(images/waves/wave-top-5.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 155px;
  top: -155px;
  left: 0;
  z-index: 9;
}
.products-template-single-product-robocall .info:after {
  content: '';
  background: #fff;
  position: absolute;
  width: 1000%;
  height: 240px;
  z-index: -1;
  bottom: -240px;
}



.report {
  padding-bottom: 50px;
}
.report.for_min_height {
  padding-top: 70px;
  padding-bottom: 100px;
}
.report.for_min_height.for_min_height--no_padding {
  padding-top: 0;
}
.report-bgr {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.report-bgr:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -245px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 363px;
  background: url(images/waves/bg_report.png) center no-repeat;
  background-size: cover;
}
.report-bgr.bgr_update:before {
  top: -335px;
}
.report-bgr.for_min_height:before {
  top: -137px;
  width: 2600px;
  height: 137px;
  background: url(images/waves/grey_bg.png) center no-repeat;
}
.report-bgr:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-2.png) center no-repeat;
  background-size: cover;
}
.report .section-title.center {
  max-width: 655px;
}
.report .section-title.center.full_width {
  max-width: 100%;
}
.report-boxs {
  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;
  position: relative;
  margin-bottom: 100px;
  margin-top: 100px;
}
.report-boxs.report-boxs__reorder {
  margin-bottom: 60px;
  margin-top: 60px;
}
.report-box_text {
  width: 51%;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.report-box_text h4,
.report-box_text h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.3;
  color: #18D0CD;
  margin-bottom: 15px;
}
.report-box_text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #2F3946;
}
.report-box_text .number {
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 206, 202, 0.2);
  border-radius: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 39px;
  width: 40px;
  height: 40px;
  color: #18D0CD;
  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-bottom: 15px;
}
.report-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;
  width: 49%;
}
.report-boxs:nth-child(2n) .report-box_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}





.conversation_block {
  display: flex;
  column-gap: 60px;
  align-items: center;
  margin-bottom: 160px;
  margin-top: 70px;
}
.conversation_block:last-child {
  margin-bottom: 0;
}
.conversation_block:nth-child(2n) .conversation_block-img {
  order: 2;
  justify-content: flex-end;
}
.conversation_block-text {
  background: #FFFFFF;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 20px 20px 40px;
  flex: 0 0 580px;
}
.conversation_block-text h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 156%;
  color: #2F3946;
  position: relative;
}
.conversation_block-text h3 img {
  content: '';
  position: absolute;
  bottom: 0;
  right: -40px;
  max-height: inherit;
}
.conversation_block-text p {
  font-size: 14px;
  line-height: 22px;
  color: #2F3946;
}
.conversation_block-text ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.conversation_block-text ul li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 16px;
  margin-bottom: 16px;
  position: relative;
}
.conversation_block-text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #18D0CD;
}




.where-use .section-title.center.full_width {
  max-width: 100%;
}
.section.where-use-scripts__three {
  padding-bottom: 193px;
  margin-bottom: 107px;
}
.payment-bgr{
  position:absolute;
  z-index:-1;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#f2f2f2
}
.payment-bgr:before{
  content:'';
  position:absolute;
  z-index:-1;
  left:50%;
  top:-110px;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  width:2600px;
  height:160px;
  background: url(images/waves/wave-top-1.png) center no-repeat;
  background-size:cover
}
.payment-bgr:after{
  content:'';
  position:absolute;
  z-index:-1;
  left:50%;
  bottom:-135px;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  width:2600px;
  height:137px;
 background: url(images/waves/wave-bottom-2.png) center no-repeat;
  background-size:cover
}
.payment-boxs{
  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
}
.payment-boxs.where-use-scripts {
  column-gap: 20px;
}
.payment-box{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:48%;
  background:#fff;
  border-radius:15px;
  padding:30px 20px;
  margin-bottom:30px
}
.payment-boxs.where-use-scripts .payment-box {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  width: calc(50% - 10px);
}
.payment-boxs.where-use-scripts.where-use-scripts__three .payment-box {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 15px;
  flex: 0 0 calc((100% / 3) - 20px);
  max-width: calc((100% / 3) - 20px);
  width: calc((100% / 3) - 20px);
  padding-left: 10px;
  padding-right: 10px;
}
.payment-box p{
  margin-bottom:0
}
.payment-boxs.where-use-scripts .payment-box p {
    margin-bottom: 30px;
}
.payment-boxs.where-use-scripts.where-use-scripts__three .payment-box .payment-box_text h5,
.payment-boxs.where-use-scripts.where-use-scripts__three .payment-box .payment-box_text h3 {
    min-height: 41px;
}
.payment-boxs.where-use-scripts.where-use-scripts__three .payment-box .payment-box_text p {
    margin-bottom: 0;
}
.payment-box_text h3 {
  font-size: 16px;
  line-height: 1.25;
}
.payment-box_img{
  min-width:100px
}
.payment-boxs.where-use-scripts .payment-box_img {
  min-width: 70px;
  margin-right: 20px;
}




.turn_it {
  margin-bottom: 165px;
}
.turn_it-block {
  display: flex;
  column-gap: 60px;
  justify-content: space-between;
  max-width: 82%;
  margin: auto;
}
.turn_it-item {
  max-width: 235px;
  margin: auto;
}
.turn_it-img {
  text-align: center;
  margin: auto;
  margin-bottom: 18px;
}
.turn_it-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #2F3946;
}





.example {
  margin-bottom: 100px;
}
.example h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.3;
  color: #2F3946;
  margin-bottom: 30px;
}




.additional-features__items {
  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;
  column-gap: 30px;
}
.additional-features__items .additional-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  align-items: center;
  width: calc((100% / 3) - (20px));
  background: #fff;
  padding: 38px 20px 43px;
  box-sizing: border-box;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
}
.additional-features__items .additional-features__item .additional-features__item_img {
  min-width: 35px;
  margin-right: 15px;
}
.additional-features__items .additional-features__item .additional-features__item_text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}






.content ul {
  padding-left: 20px;
  margin-bottom: 10px; 
}

.content ul > li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  list-style-type: disc; 
}

.content a {
  color: #F87D4D;
  text-decoration: underline; 
}
.content a:hover {
    color: #18d0cd;
}




.footer {
  background: #2b3643;
  position: relative;
  padding-bottom: 50px;
}
.footer:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 135px;
  background: url(images/waves/wave-top-4.png) center no-repeat;
  background-size: cover;
}
.footer-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
.footer-box {
  width: 31%;
  padding-right: 30px;
}
.footer-box>span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  margin-bottom: 10px;
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  font-size: 14px;
  color: #fff;
}
.footer-menu a:hover {
  color: #f87d4d;
}
.footer-menu_two li {
  margin-bottom: 10px;
}
.footer-menu_two li:last-child {
  margin-bottom: 0;
}
.footer-menu_two a {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
}
.footer-subs {
  padding-right: 0;
}
.footer-subs form {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.footer-subs_input {
  width: 100%;
  height: 44px;
  font-size: 14px;
  background: #fff;
  border-radius: 100px;
  border: none;
  padding-left: 20px;
  padding-right: 44px;
}
.footer-subs_btn {
  font-size: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #00ceca;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.footer-subs_btn:hover {
  background: #f87d4d;
}
.footer-subs_btn:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-40%,-50%);
  transform: translate(-40%,-50%);
  width: 20px;
  height: 20px;
  background: url(images/btn-subscribe-icon.svg) center no-repeat;
  background-size: contain;
}
.footer-subs .wpcf7-not-valid-tip {
  position: relative;
  bottom: 0;
}
.footer-subs .wpcf7 form .wpcf7-response-output {
  color: #fff;
}
.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-socials li {
  margin-right: 20px;
}
.footer-socials li:last-child {
  margin-right: 0;
}
.footer-socials img {
  width: 40px;
  height: 40px;
  -webkit-transition: .1s;
  transition: .1s;
}
.footer-socials a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-info span {
  font-size: 12px;
  color: #fff;
}
.footer-info a {
  font-size: 12px;
  color: #f87d4d;
  padding-bottom: 2px;
  border-bottom: 1px solid #f87d4d;
}
.footer-info a:hover {
  color: #18d0cd;
  border-bottom: 1px solid #18d0cd;
}


.search_form {
  position: relative;
  z-index: 2;
}
.search_input {
  display: flex;
  flex: 1 0 calc(100% - 150px);
}
.search_icon {
  width: 150px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
  align-self: flex-end;
  background-color: #d0d0d0;
}
.search_icon:hover {
  transition: .3s;
  background-color: #e2e2e2;
}
.search_form form {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 56px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  overflow: hidden;
  height: 64px;
}
.searchform-cats {
  flex: 0 0 300px;
  max-width: 300px;
  background: #6B7DFF;
  color: #FFFFFF;
  padding: 0px 20px 0 0;
}
.searchform-cats select {
  color: #FFFFFF;
  font-weight: 400;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 10px 30px;
  cursor: pointer;
}
.searchform-cats select option {
  color: #000000;
  font-weight: 400;
}
.searchform-inputs {
  flex: auto;
  display: flex;
  align-items: center;
  padding-right: 20px;
  height: 100%;
}
.search_form form input{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 10px 30px;
  line-height: 1.2;
  font-size: 16px;
  border: 0 transparent;
  color: #4D4D4D;
}
.searchform-inputs button {
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-image: url(images/search.svg);
  mask-image: url(images/search.svg);
  background-color: #1C1B1F;
  flex: 0 0 44px;
  max-width: 44px;
  height: 44px;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  transition: .5s;
}
.searchform-inputs button:hover {
  background-color: #6B7DFF;
}



/*blog*/
.blog .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blog-boxs {
  width: 75%;
}
.blog-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%; 
}
.blog-box_img {
  position: relative;
  display: block;
  width: 260px;
  min-width: 260px;
  height: 191px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
}
.blog-box_img img {
  position  : absolute;
  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: left;
}
.blog-box_img p {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  color: #f8f9fa;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 1;
}
.blog-box_img p span {
  background: #2a3541;
}

.main-block-img_two p,
.blog-box_img p {
	display: none !important;
}

.blog-box_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: 100%;
}
.blog-box_text span {
  display: block;
  font-size: 16px;
  color: #8C9BA9;
  margin-bottom: 5px;
}
.blog-box_text p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  height: 72px;
  margin-bottom: 5px;
  overflow: hidden;
}
.blog-box_title {
  color: #2F3946;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  height: 65px;
  overflow: hidden;
  width: 100%;
}
.blog-box_title:hover {
  color: #f87d4d;
}
.blog-box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #18D0CD;
  font-weight: 700;
  margin-left: auto;
  border-bottom: 1px solid #18D0CD;
}
.blog-box_link:hover {
  color: #f87d4d;
  border-bottom: 1px solid #f87d4d;
}
.blog-box_link:after {
  content: '';
  border: solid #18D0CD;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 4px;
}
.blog-box_link:hover:after {
  border: solid #f87d4d;
  border-width: 0 2px 2px 0;
  padding: 2px;
}

.single-blog .content img {
  max-width: 930px;
}

.list-category {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  width: calc(25% - 30px);
  padding: 20px;
  margin-left: 30px; 
}
.list-category h3,
.list-category h2 {
  font-size: 16px;
  line-height: 1.25;
}
.list-category ul{
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.list-category li {
  margin-bottom: 10px; 
}
.list-category li:last-child {
  margin-bottom: 0; 
}
.list-category a {
  font-size: 16px;
  line-height: 25px;
  color: #2F3946;
  text-decoration: underline; 
}
.list-category a:hover {
  color: #f87d4d;
}
.list-category li.active a,
.list-category li.current-cat a {
  color: #18D0CD; 
}


.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px; 
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.navigation a {
  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;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 5px; 
}
.navigation li.active a {
  color: #FFFFFF;
  background: #18D0CD; 
}
.navigation-prev:after {
  content: '';
  border: solid #F87D4D;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navigation-next:after {
  content: '';
  border: solid #F87D4D;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.assessment {
  border-top: 1px solid #8C9BA9;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 40px;
}
.assessment span {
  font-size: 20px;
  color: #8C9BA9;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.stars li {
  cursor: pointer;
  background: #8C9BA9;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  margin-right: 15px;
}
.stars li.active {
  background: #FBD56F;
}
.read {
  margin-bottom: 20px;
}
/*-blog*/

.assessment .post-ratings img, .assessment .post-ratings-loading img, .assessment .post-ratings-image img {
  border: 0;
  padding: 0;
  margin: 0;
  width: 16px;
  margin-right: 10px;
}

.assessment .post-ratings {
  display: flex;
  align-items: center;
}


/*integrations*/
.integrations-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;
}
.integrations-tabs li {
  font-size: 25px;
  color: #2F3946;
  font-weight: 700;
  cursor: pointer;
}
.integrations-tabs li.active {
  color: #2C72B0;
}
.integrations-top h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.integrations-top_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.integrations-box {
  display: none;
  margin-bottom: 150px;
}
.integrations-box:nth-child(1) {
  display: none;
  margin-bottom: 0;
}
.integrations-box.active {
  display: block !important;
}
.integrations-top_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;
  width: 14.5%;
  padding: 20px 5px;
  border: 1px solid #F1F1F1;
  background: #FFFFFF;
  margin: 0 10px 10px 10px;
  height: 160px;
}
.integrations-top_box span {
  font-size: 14px;
  text-align: center;
}
.integrations-top_box a {
  font-size: 13px;
  color: #FFFFFF;
  padding: 5px 15px;
  background: #18D0CD;
  border-radius: 10px;
  margin-top: 10px;
  display: block;
}
.integrations-top_box a:hover {
  background: #F87D4D;
}
.integrations-top_img {
  height: 60px;
  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-bottom: 10px;
}
.integrations-top_img img {
  max-height: 100%;
}
.integrations-bottom_bgr {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  height: 100%;
  width: 3000px;
  background: #F2F2F2;
}
.integrations-bottom {
  position: relative;
  margin-top: 150px;
  margin-bottom: 170px;
}
.integrations-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background: url(images/waves/wave-top-1.png) center no-repeat;
  background-size: cover; 
}
.integrations-bottom:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-1.png) center no-repeat;
  background-size: cover; 
}
.integrations-bottom h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px; 
}
.integrations-bottom_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}
.integrations-bottom_box {
  width: 32%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 35px 20px;
  position: relative; 
}
.integrations-bottom_box h4,
.integrations-bottom_box h3 {
  text-align: center;
  margin-bottom: 0;
  height: 75px;
  font-size: 22px;
  line-height: 1.45;
}
.integrations-bottom_box p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px; 
}
.integrations-bottom_box ul {
  margin-bottom: 10px; 
}
.integrations-bottom_box li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px; 
}
.integrations-bottom_box .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -30px;
  width: 250px; 
}
.integrations-bottom_info {
  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;
  margin-top: 100px;
}
.integrations-bottom_info p {
  width: 70%;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.integrations-bottom_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.integrations-bottom_list {
  width: 24%;
  background: #FFFFFF;
  padding: 50px 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;
}
.integrations-bottom_list span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  color: #39ADC8;
  margin-bottom: 25px;
  position: relative;
}
.integrations-bottom_list span:after {
  content: '';
  background: #39ADC8;
  height: 4px;
  width: 8px;
  border-radius: 4px;
  margin-left: 5px;
}
.integrations-bottom_list span:before {
  content: '';
  background: #39ADC8;
  height: 4px;
  width: 8px;
  border-radius: 4px;
  margin-right: 5px;
}
.integrations-bottom_list p {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 0;
}
.integrations-box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.integrations-box_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: 500px;
  margin-right: 30px;
}
.integrations-box.last {
  position: relative;
}
.integrations-box.last:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -150px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 148px;
  background: url(images/industry-top.png) center no-repeat;
  background-size: cover;
}
.integrations-single.two {
  background: #F2F2F2;
}
.integrations-single.two:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background: url(images/waves/wave-top-1.png) center no-repeat;
  background-size: cover;
}
.integrations-single.two:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -135px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-1.png) center no-repeat;
  background-size: cover;
}
.integrations-single_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.integrations-single_box {
  width: 30%;
  margin-right: 45px;
  margin-bottom: 60px;
}
.integrations-single_box span {
  display: block;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  border: 2px solid #2C72B0;
  border-radius: 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;
  color: #2C72B0;
  font-size: 20px;
  font-weight: 700;
}
.integrations-single_box p {
  margin-bottom: 0;
}
.integrations-single.two .integrations-single_box span {
  background: #2C72B0;
  color: #FFFFFF;
}
.integrations-single_box:nth-child(3n) {
  margin-right: 0;
}
.integrations-plus_boxs {
  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;
}
.integrations-plus_box {
  width: 48%;
  padding-left: 34px;
  position: relative;
}
.integrations-plus_box p {
  height: 110px;
  margin-bottom: 0;
}
.integrations-plus_box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 25px;
  height: 25px;
  background: url(images/check.svg) center no-repeat;
  background-size: contain;
}
.integrations-plus_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*-integrations*/


/*solutions*/
.solutions {
  background: linear-gradient(180.72deg, #009CC1 15.97%, #83C1D0 53.94%);
}
.solutions:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: -290px;
  height: 300px;
  width: 2600px;
  background: #009CC1;
}
.solutions:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -190px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 245px;
  background: url(images/waves/wave-bottom-blue.png) center no-repeat;
  background-size: cover;
}
.solutions-title {
  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;
  margin-bottom: 50px;
}
.solutions-title span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.solutions-title h1 {
  color: #FFFFFF;
}
.solutions-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.solutions-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.solutions-boxs:before {
  content: '';
  position: absolute;
  z-index: -1;
  right: -500px;
  top: -500px;
  width: 1400px;
  height: 1400px;
  background: url(images/circles.png) center no-repeat;
  background-size: contain;
}
.solutions-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;
  width: 30%;
  margin: 0 10px 20px 10px;
  border-radius: 5px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.solutions-box h5,
.solutions-box h2 {
  height: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25;
}
.solutions-box img {
  max-height: 80px;
  margin-bottom: 25px;
}
.solutions-box p {
  margin-bottom: 0;
  height: 150px;
}
.solutions-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg-block-solutions.png) center no-repeat;
  background-size: cover;
}
/*-solutions*/






.calc {
  background: #fff8f7;
}
.calc:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: -290px;
  height: 300px;
  width: 2600px;
  background: #fff8f7;
}
.calc:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-6.png) center no-repeat;
  background-size: cover;
}
.calc-bgr {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.calc-box {
  position: relative;
  min-height: 500px;
  padding: 1px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 100px;
}



/*contacts*/
.contacts-bgr {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contacts-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;
  margin-bottom: 150px;
}
.contacts-top_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: 600px;
  margin-bottom: 0 !important;
}
.contacts-top_text p {
  color: #8C9BA9;
}
.contacts-top_img {
  width: 500px;
}
.contacts-bottom {
  position: relative;
  background: linear-gradient(180.62deg, #009CC1 25.63%, #83C1D0 86.85%);
}
.contacts-bottom:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: -400px;
  height: 500px;
  width: 100%;
  background: #83C1D0;
}
.contacts-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -110px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 120px;
  background: url(images/waves/wave-top-blue.png) bottom center no-repeat;
  background-size: cover;
}
.contacts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1000px;
}
.contacts-bottom_left {
  margin-right: 20px;
  width: 620px;
}
.contacts-bottom_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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
}
.contacts-bottom_right a {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.contacts-bottom_title {
  color: #FFFFFF;
  height: 200px;
  width: 100%;
}
.contacts-bottom_title h4,
.contacts-bottom_title h2 {
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;

}
.contacts-bottom_title span {
  text-decoration: underline;
}
.contacts-bottom_right .button {
    color: #FFFFFF;
        width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.contacts-bottom_right .button:before {
    background: #18d0cd;
}
.contacts-bottom_right .button:after {
    background: #f87d4d;
}
.contacts-bottom_right form {
	color: #fff;
}
.contacts-bottom_boxs {
  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;
}
.contacts-bottom_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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170px;
  background: #FBFBFB;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 40px;
  width: 48%;
  margin-bottom: 20px;
}
.contacts-bottom_box h5 {
  font-weight: 400;
}
.contacts-bottom_box span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 18px;
  position: relative;
}
.contacts-bottom_box span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  background: url(images/pin.svg) center no-repeat;
  background-size: contain;
}
/*-contacts*/




.functions-bgr {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.functions {
  background: #f2fafc;
}
.functions:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: -290px;
  height: 300px;
  width: 2600px;
  background: #f2fafc;
}
.functions:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -160px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 190px;
  background: url(images/waves/wave-bottom-blue-2.png) center no-repeat;
  background-size: cover;
}
.functions-title {
  margin-bottom: 70px;
}
.functions-title p {
  color: #8C9BA9;
  margin-bottom: 0;
}
.functions .section-title {
  margin-bottom: 40px;
}
.functions .section-title h2 {
  color: #4EA8D2;
}
.functions-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.functions-boxs:last-child {
  margin-bottom: 0;
}
.functions-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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 31%;
  border-radius: 5px;
  background: #FFFFFF;
  padding: 30px 20px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.functions-box span {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  border-radius: 100px;
  border: 2px solid #fff;
  margin-bottom: 5px;
  height: 29px;
}
.functions-box p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.functions-box h3 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.5rem;
}



/*price*/
.price-bgr {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.price {
  background: #F8FFF7;
}
.price:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: -290px;
  height: 300px;
  width: 2600px;
  background: #F8FFF7;
}
.price:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -130px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 137px;
  background: url(images/waves/wave-bottom-green.png) center no-repeat;
  background-size: cover;
}
.price-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;
  margin-bottom: 100px;
}
.price-top_text {
  max-width: 600px;
}
.price-top_img {
  max-width: 520px;
}
.price .tariffs-button {
  margin-bottom: 100px;
}
/*-price*/


.search-bgr {
  background-image: url(images/waves/search-bg-2.png);
}
.nav-links {
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-links .page-numbers {
  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;
  color: #363636;
  font-size: 16px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.nav-links .page-numbers.current {
    color: #fff;
    background: #18d0cd;
}
.nav-links .page-numbers:hover {
    color: #f87d4d;
}


.home_link {
    text-decoration: underline;
    transition: .3s ease-in-out;
    color: #2f3946;
}
.home_link:hover {
    color: #f87d4d;
    text-decoration: underline;
    transition: .3s ease-in-out;
}




/*error*/
.error-bgr {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 160px;
  background: url(images/bg-404.png) bottom center no-repeat;
  background-size: cover; }

.error-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; }

.error-top_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: 600px; }
  .error-top_text p {
    color: #39ADC8;
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 25px; }

.error-top_img {
  width: 500px; }

/*-error*/



.products-template-single-product-corporate-enterprise main.main:before {
  content: '';
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  z-index: -7;
}


.corporate-addvantages {
  position: relative;
  padding-bottom: 200px;
  background: #f2f2f2;
  margin-bottom: 0;
  z-index: 1;
}
.corporate-addvantages-one {
  bottom: -370px;
  right: -370px;
  border: 10px solid rgb(96 128 208 / 10%);
  z-index: -1;
}
.corporate-addvantages-one:after {
  border: 50px solid rgb(96 128 208 / 10%);
}
.corporate-addvantages:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 200px;
  background: url(images/waves/wave-top-7.png) center top no-repeat;
  background-size: cover;
}
.corporate-addvantages .section-title {
  margin-bottom: 45px;
}
.corporate-addvantages-items {
  position: relative;
  margin-bottom: 80px;
}
.corporate-addvantages-item {
  position: relative;
  margin-bottom: 30px;
}
.corporate-addvantages-item__inner {
  position: relative;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 33px 40px;
}
.corporate-addvantages-item__inner h3 {
  line-height: 1.25;
}
.corporate-addvantages-item__image {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.corporate-addvantages-item__image img {
  max-height: 80px;
}
.corporate-addvantages-item h5,
.corporate-addvantages-item h3 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.corporate-accordion-boxs {
  max-width: 730px;
  margin: 0 auto;
}



.compare {
  position: relative;
  z-index: 3;
  background: #fff;
}
.compare__items {
  position: relative;
  margin-bottom: -30px;
}
.compare__item {
  position: relative;
  margin-bottom: 30px;
}
.compare__item-inner {
  position: relative;
}
.compare__item-heading {
  border-radius: 15px 15px 0px 0px;
  padding: 22px;
}
.compare__item-heading h3 {
  color: #fff;
  text-align: center;
  font-size: 26px;
  margin-bottom: 0;
}
.compare__item-info {
  position: relative;
  border: 1px solid #C8C2C2;
  border-radius: 0 0 15px 15px;
  padding-bottom: 28px;
}
.compare__item-info ul {
  padding: 20px;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #C8C2C2;
  min-height: 93px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.compare__item-info ul:last-child {
  border-bottom: none;
}
.compare__item-info ul li {
  position: relative;
  color: rgba(47, 57, 70, 0.65);
  padding-left: 32px;
  margin-bottom: 8px;
  line-height: 1.6;
}
.compare__item-info ul li:last-child {
  margin-bottom: 0;
}
.compare__item-info ul li:before {
  content: '';
  background: url(images/check-compare.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: 0;
}
.compare-btn {
  max-width: 200px;
  margin: -28px auto 0;
}


.products-template-single-product-corporate-enterprise .feedback-wrap {
  max-width: 500px;
}

.products-template-single-product-corporate-enterprise .feedback {
  margin-bottom: 150px;
}
.products-template-single-product-corporate-enterprise .feedback:after {
  content: '';
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: -2;
  background: #f2f2f2;
}



.corporate-services {
  position: relative;
  padding-bottom: 200px;
  background: #f2f2f2;
  margin-bottom: 0;
  z-index: 1;
}
.corporate-services-one {
  top: -650px;
  left: -500px;
  border: 10px solid rgb(96 128 208 / 10%);
  z-index: -1;
}
.corporate-services-one:after {
  border: 50px solid rgb(96 128 208 / 10%);
}
.corporate-services:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2600px;
  height: 200px;
  background: url(images/waves/wave-top-7.png) center top no-repeat;
  background-size: cover;
}
.corporate-services .section-title {
  margin-bottom: 45px;
}
.corporate-services-items {
  position: relative;
  margin-bottom: 80px;
}
.corporate-services-item {
  position: relative;
  margin-bottom: 30px;
}
.corporate-services-item__inner {
  position: relative;
  background: #FFFFFF;
  border-radius: 13px;
  padding: 75px 40px 50px;
}
.corporate-services-item__image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.corporate-services-item__image img {
  max-height: 200px;
}
.corporate-services-item h5,
.corporate-services-item h3 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}











/*------------------------OMNICHANNEL--------------------------*/
.about-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.about-wrap.top-align {
  align-items: flex-start;
}
.about-image {
  flex: 0 0 calc(37% - 40px);
  max-width: calc(37% - 40px);
}
.about-info {
  flex: 0 0 63%;
  max-width: 63%;
}



.faqImage {
  margin-bottom: 200px;
}
.faqImage-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faqImage-items {
  flex: 0 0 50%;
  max-width: 50%;
}
.faqImage-item {
  margin-bottom: 20px;
}
.faqImage-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #2F3946;
  padding-bottom: 10px;
  cursor: pointer;
}
.faqImage-item__head h5,
.faqImage-item__head h3 {
  width: 90%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25;
}
.faqImage-item__head span {
  position: relative;
  display: block;
  width: 25px;
  height: 25px; 
}
.faqImage-item__head span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #39ADC8; 
}
.faqImage-item__head span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 100%;
  background: #39ADC8; 
}
.open > .faqImage-item__head {
  border-bottom: 1px solid #39ADC8; 
}
.open > .faqImage-item__head span:before {
  display: none; 
}
.faqImage-item__head:hover h5 {
  color: #F87D4D; 
}
.faqImage-item__head:hover h3 {
  color: #F87D4D;
}
.faqImage-item__head:hover span:after {
  background: #F87D4D; 
}
.faqImage-item__head:hover span:before {
  background: #F87D4D; 
}
.faqImage-item__head:hover {
  border-bottom: 1px solid #39ADC8; 
}
.faqImage-item__content {
  display: none;
  padding: 15px 0 0;
}
.faqImage-item__image {
  display: none;
}
.faqImage-images {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.faqImage-image {
  display: none;
}
.faqImage-image.active {
  display: block;
}


.feedback-omnichannel {
  margin-bottom: 100px;
}
.info-omnichannel {
  margin-bottom: 150px;
}



.video-block {
  position: relative;
  padding: 150px 0;
  margin-bottom: 50px;
  margin-top: -80px;
}
.video-block-bg {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 2600px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-block-content {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5;
}
.video-block-iframe {
  position: relative;
  text-align: center;
}
.video-block-iframe iframe {
  width: 100%;
  height: 612px;
}
.video-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.video-block-buttons a {
  margin-right: 35px;
}
.video-block-buttons a:last-child {
  margin-right: 0px;
}




.scroll-to-top {
  display: inline-block;
  padding: 2px;
  text-align: center;
  position: fixed;
  z-index: 10001;
  bottom: 20px;
  display: none;
  right: 20px;
  opacity: 0.7 ;
  width: 36px;
  height: 36px;
  border: 2px solid #687991;
  border-radius: 50%;
}
.scroll-to-top > i {
  display: inline-block;
  color: #687991;
  font-size: 32px;
  opacity: 0.7 ;
  filter: alpha(opacity=70) ;
  margin-top: -9px;
}
.scroll-to-top:hover {
  cursor: pointer;
}
.scroll-to-top:hover > i,
.scroll-to-top:hover {
  opacity: 1 ;
  filter: alpha(opacity=100) ;
}




.blog-items {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}
.blog-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0 0 30px;
  padding: 0 15px;
}
.blog-item__wrap {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}
.blog-item__left {
  flex: 0 0 calc(45% - 15px);
  max-width: calc(45% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-item__image img {
  max-height: calc(((1310px - 30px) / 2) * .45);
}
.blog-item__right {
  flex: 0 0 calc(55% - 15px);
  max-width: calc(55% - 15px);
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
}
.blog-item__date {
  color: #8291FF;
  font-size: 14px;
  margin-bottom: 2px;
}
.blog-item__title {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.35;
}
.blog-item__title a {
  color: #000000;
  transition: .5s;
}
.blog-item__title a:hover {
  color: #60CDCC;
}
.blog-item__excerpt {
  flex: auto;
  font-size: 14px;
  line-height: 1.35;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.blog-item__excerpt p:last-child {
  margin-bottom: 0;
}
.blog-item__more {
  margin-bottom: 0;
}
.blog-item__more a {
  display: inline-flex;
  font-size: 16px;
  color: #6B7DFF;
  font-weight: 700;
  border-bottom: 1px dotted #6B7DFF;
  transition: .5s;
}
.blog-item__more a:hover {
  color: #60CDCC;
  border-color: #60CDCC;
}





@media (max-width: 1399px) {
    .buttons-robocall {
        min-height: 74px;
    }
	#quadmenu .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-content {
    	padding: 10px !important;
	}
	.main-block-text-2 {
		width: 500px;
	}
	.main-block-text-2 .main-block-buttons {
		flex-wrap: wrap;
	}
	.main-block-text-2 .main-block-buttons a {
		margin-right: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.main-block-text-2 .main-block-buttons a:last-child {
		margin-bottom: 0;
	}
	.main-block-img-2 {
		top: -100px;
    right: -300px;
    height: 660px;
    width: 910px;
	}
  .main-block-img_two span {
    font-size: 20px;
  }
	.main-block-video-btn-flat {
    right: 85px;
    top: 160px;
	}
  .header-logo {
    flex: 0 0 180px;
    max-width: 180px;
  }
  .header-right {
    flex: 0 0 calc(100% - 180px - 80px);
    max-width: calc(100% - 180px - 80px);
  }
  .main-menu > li {
    margin-right: 20px;
  }
  .main-menu > li.main-menu-button {
    margin-left: 5px;
    margin-right: 0;
  }
  .main-menu > li.main-menu-button > a {
    padding: 10px 15px;
  }
  .main-block-img {
    right: -570px;
  }
  .modalInfoBlock-iframe iframe {
 
  }


  .video-block-iframe iframe {
    height: 518px;
  }

  body.page-template-page-blog .main,
  body.category .main {
    margin-top: 120px;
  }
  .main-block-popularPosts {
    flex: 0 0 680px;
    max-width: 680px;
  }
}


@media (max-width: 1199px) {
  .oval {
    display: none;
  }
  /*header start*/
  .header .container {
    max-width: 1140px;
  }
  .header-logo {
    flex: 0 0 calc(100% - 64px - 100px);
    max-width: calc(100% - 64px - 100px);
  }
  .header-logo img {
    max-height: 40px;
  }
  .header-right {
    position: fixed;
    z-index: 12;
    right: 0;
    top: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 60px;
    background: #2C72B0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.2s;
    transition: 0.2s; 
  }
  .header-right.open {
    -webkit-transform: translateX(0);
    transform: translateX(0); 
  }
	#quadmenu.quadmenu-default_theme {
		width: 100%;
		max-width: 560px;
		overflow: auto;
		height: calc(100vh - 60px)
	}
	#quadmenu .quadmenu-navbar-nav li.quadmenu-item>a {
		text-align: center;
		text-transform: uppercase;
	}
  .main-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 10px; 
  }
  .main-menu li,
	.quadmenu-navbar-nav li{
    margin-right: 0;
    margin-bottom: 20px; 
  }
  .main-menu > li > a {
    text-transform: uppercase;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
  }
  .header-menu_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .header-menu_point > a.open {
    color: #FFFFFF; 
  }
  .main-menu > li.menu-item-has-children > ul {
    position: static;
    background: transparent;
    padding: 0;
    margin-top: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; 
  }
  .main-menu > li.menu-item-has-children > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .main-menu > li.menu-item-has-children > ul > li > a {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center; 
  }
  .main-menu > li.menu-item-has-children.active > a:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #FFFFFF; 
  }
  .main-menu > li.main-menu-button > a {
    padding: 10px 25px;
  }
	.quadmenu-navbar-nav > li.main-menu-button {
		margin-left: 30px !important;
		margin-right: 30px !important;
		margin-bottom: 10px !important;
	}
  .header-toogle {
    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;
    flex: 0 0 64px;
    max-width: 64px;
    height: 22px;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    z-index: 13;
  }
  .header-toogle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .header-toogle.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-7px, 7px);
    transform: rotate(-45deg) translate(-7px, 7px);
  }
  .header-toogle.open span:nth-child(2) {
    opacity: 0;
  }
  .header-toogle.open span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
  }
  /*header end*/



  .main-block .container {
    max-width: 1140px;
  }
  .main-block-img {
    right: -710px;
  }
  .industry-box {
    width: 31%;
  }


  .main-block-text-2 {
    width: 430px;
	}
	.main-block-img-2 {
    top: -55px;
    right: -210px;
    height: 550px;
    width: 760px;
	}
	.main-block-video-btn-flat {
    right: 110px;
    top: 160px;
    width: 100px;
	}


  /*modal*/
  .modalForm-close, .modalGif-close, .modalVideo-close, .modalInfoBlock-close {
    right: 15px;
    top: 10px;
    height: 30px;
  }
  .modalForm-box h3 {
    margin-bottom: 30px;
  }
  /*-modal*/ 


  .opportunities-item__title,
  .info-blocks__item-title {
    font-size: 32px;
  }

  .modalVideo-mdc video, .modalVideo-mdc iframe {
    height: 540px;
    max-width: calc(100% - 30px);
  }
  
  .modalInfoBlock-iframe iframe {
  width:100%;
  height: 512px;
  }
	





	
}


@media (max-width: 991px) {
    .buttons-robocall {
        min-height: 60px;
    }
    .h2-advantages-min-height {
      min-height: 90px;
    }
	.main-block-img-2 {
		display: none;
	}
  .main {
    margin-top: 140px;
  }
  .main-block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	  flex-wrap: wrap;
  }
  .main-block-text {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
  }
  .main-block-img_two {
    position: relative;
    width: 100%;
    height: 80px;
    z-index: 2;
    margin-top: 30px;
  }
  .main-block-video-btn {
    position: relative;
    width: 68px;
    height: 48px;
    top: 0;
    left: calc(50% - 34px);
    margin-top: 30px;
  }
  .main-block-img,
  .main-block-img_two > img {
    display: none; 
  }
  .home-img_blog {
    display: block;
    margin-top: 20px;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .home-img_blog img {
    max-width: 400px;
    width: 100%;
  }
  .main-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 290px; 
  }
  .main-block-buttons a {
    width: 100%;
	margin-bottom: 10px;
    margin-right: 0;}
  .main-block-buttons a:last-child {
    margin-bottom: 0px; 
  }


  .main-block-popularPosts {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 30px 0 0 0;
  }

  body.page-template-page-blog .main-block,
  body.category .main-block {
    min-height: 700px;
    height: auto;
    margin-bottom: 50px;
  }


  .advantages {
    padding-bottom: 50px; 
  }
  .advantages .container {
    max-width: 1140px;
  }
  .advantages-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .advantages-icons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; 
  }
  .advantages-icons__item {
    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;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .advantages-icons__item:last-child {
    margin-bottom: 0; 
  }
  .advantages-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 40px; 
  }
  .advantages-text .button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -140px; 
    width: 183px;
    box-sizing: content-box;
  }
  .advantages-text p {
    margin-bottom: 0; 
  }

  .about-tools {
    padding-top: 80px;
    margin-top: -80px;
  }
	.about-tools-no-video {
		padding-bottom: 80px;
		margin-bottom: 80px;
	}
  .about .container {
    max-width: 1140px;
  }


  .automatising .container {
    max-width: 1140px;
  }
  .block-image-text__item-buttons {
    flex-direction: column;
    max-width: 240px;
    margin-top: 16px;
	  margin: 16px auto 0;
  }
  .block-image-text__item-buttons * {
    margin-bottom: 10px;
  }
  .block-image-text__item-buttons *:first-child {
    margin-right: 0;
  }


  .about-box {
    -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;
    margin-bottom: 100px; 
  }
  .about-box_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 450px; 
  }
    .about-box_text h3 {
      text-align: center; 
    }
  .about-box_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 50px;
    width: 100%;
    max-width: 450px; 
  }


  .tabs .container {
    max-width: 1140px;
  }
  .block-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 15px; 
  }
  .block-tabs-text {
    width: 100%; 
  }
  .block-tabs-img {
    width: 100%;
    margin-bottom: 30px; 
  }
  .nav-tabs {
    -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: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-left: 3px solid #c5c5c5;
    border-right: 3px solid #c5c5c5;
    border-top: 3px solid #c5c5c5;
    position: relative;
    background: #FFFFFF;
    bottom: -2px;
    border-radius: 5px 5px 0 0; 
    border-bottom: none;
  }
  .nav-tabs li {
    padding: 7px 15px; 
  }
  .nav-tabs li.active {
    border: none;
    color: #F87D4D; 
  }
  .block-tabs {
    border: 3px solid #c5c5c5;
  }


  .feedback {
    padding: 0; 
  }
  .feedback .container {
    max-width: 1140px;
  }
  .feedback .feedback-bg {
    height: 750px; 
  }
  .feedback.blue .feedback-bg {
    background-size: contain; 
  }
  .feedback.orange .feedback-bg {
    background-size: contain; 
  }
  .feedback.gray .feedback-bg {
    background-size: contain; 
  }
  .feedback.dark .feedback-bg {
    background-size: contain; 
  }
  .feedback-robocall {
    margin-top: -50px;
  }


  .preference .container {
    max-width: 1140px;
  }
  .preference-boxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }
  .preference-box {
    width: 100%;
    margin-bottom: 30px; 
  }
  .preference-box:last-child {
    margin-bottom: 0; 
  }
  .preference-box h3 {
    font-size: 22px;
    line-height: 1.45;
  }


  .tariffs .container {
    max-width: 1140px;
  }
  .tariffs-button {
    -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; 
  }
  .tariffs-button p {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px; 
  }


  .industry .container {
    max-width: 1140px;
  }

  .integrations .container {
    max-width: 1140px;
  }

  .calc .container {
    max-width: 1140px;
  }

  .solutions .container {
    max-width: 1140px;
  }

  .functions .container {
    max-width: 1140px;
  }

  .price .container {
    max-width: 1140px;
  }


  .comments .container {
    max-width: 1140px;
  }
  /*.comments-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 34px; 
  }
  .comments-avatar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-bottom: 25px;
    width: 80px;
    min-width: 80px;
    height: 80px; 
  }
  .comments-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px; 
  }
  .comments-box:nth-child(2n) .comments-avatar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0; 
  }
  .comments-box:nth-child(2n) .comments-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; 
  }
  .comments-text:after {
    right: auto;
    left: 40px;
    top: -23px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); 
  }
  .comments-box:nth-child(2n) .comments-text:after {
    right: auto;
    left: 40px;
    top: -23px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); 
  }*/

  .accordion .container {
    max-width: 1140px;
  }

  .info .container {
    max-width: 1140px;
  }

  .redial .container {
    max-width: 1140px;
  }
  .redial-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
  .redial-box_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 500px; 
  }
  .redial-box_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 450px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; 
  }
  .redial-box_text h2 {
    text-align: center; 
  }



  .mailing .container {
    max-width: 1140px;
  }
  .mailing-box img {
    display: none; 
  }
  .mailing-box:before {
    top: -50px;
    left: 0; 
  }
  .mailing-box {
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 90px; 
  }
  .mailing-box:nth-child(1) {
    margin-top: 40px; 
  }
  .mailing-box:last-child {
    margin-bottom: 40px; 
  }
  .mailing-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 0; 
  }
  .mailing-button img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 150px;
    width: 108px;
    height: 158px; 
  }


  .tasks .container,
  .tasks_scripts .container {
    max-width: 1140px;
  }
  .tasks-boxs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
  }
  .tasks-box {
    width: 100%;
    margin-bottom: 20px; 
  }
  .tasks-box:last-child {
    margin-bottom: 0; 
  }

  .tasks_scripts-item_image {
    flex: 0 0 calc(40% - 20px);
  }
  .tasks_scripts-item_text {
    flex: 0 0 calc(60% - 20px);
  }


  .additional-features_section .container {
    max-width: 1140px;
  }



  .benefits .container {
    max-width: 1140px;
  }
  .benefits-box {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .benefits-box:last-child {
    margin-bottom: 0;
  }
  .benefits-box p {
    margin-bottom: 0;
  }



  .opportunities .container,
  .info-blocks .container {
    max-width: 1140px;
  }
  .opportunities .section-title {
    margin-bottom: 60px;
  }
  .opportunities-item__title, .info-blocks__item-title {
    font-size: 28px;
  }
  .opportunities-item__image,
  .info-blocks__item-image {
    flex: 0 0 60%;
    text-align: center;
    max-width: 60%;
    margin: 0 auto 15px;
  }
  .opportunities-item__image img, 
  .info-blocks__item-image img {
    max-height: 240px;
  }
  .opportunities-item__info,
  .info-blocks__item-info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .opportunities-item:nth-child(2n+1) .opportunities-item__image,
  .info-blocks__item:nth-child(2n+1) .info-blocks__item-image {
    order: 1;
  }
  .opportunities-item:nth-child(2n+1) .opportunities-item__info,
  .info-blocks__item:nth-child(2n+1) .info-blocks__item-info {
    order: 2;
    margin: 0;
  }



  body.products-template-single-product-robocall .section.info-blocks {
    margin-bottom: 150px;
  }

  .block-text-image .container {
    max-width: 1140px;
  }
  .block-text-image .section-title {
    margin-bottom: 30px;
  }
  body.products-template-single-product-robocall .section.block-text-image {
    margin-bottom: 0px;
  }
  .block-text-image {
    padding-bottom: 150px;
  }


  .gallery-block .container {
    max-width: 1140px;
  }


  .audio-block .container {
    max-width: 1140px;
  }
  .audio-block__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }


  .report.for_min_height {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 130px;
  }
  .report .container {
    max-width: 1140px;
  }
  .report-boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .report-boxs.report-boxs__reorder {
    margin-bottom: 0;
    margin-top: 0;
  }
  .report-box_text {
    width: 100%;
    max-width: 450px;
    margin-bottom: 30px;
  }
  .report-box_img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 500px;
  }
  .report-boxs.report-boxs__reorder .report-box_img {
    order: -1;
    margin-bottom: 30px;
  }



  .where-use .container,
  .section.where-use-scripts__three .container {
    max-width: 1140px;
  }

  .section.where-use-scripts__three {
    padding-bottom: 0;
  }
  .payment-boxs.where-use-scripts.where-use-scripts__three .payment-box {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .payment-boxs.where-use-scripts.where-use-scripts__three .payment-box .payment-box_img {
    flex: 0 0 70px;
  }
  .payment-boxs.where-use-scripts.where-use-scripts__three .payment-box .payment-box_text {
    max-width: calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }



  .conversation_block {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .conversation_block-img {
    flex: 0 0 100%;
    order: -1;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .conversation_block:nth-child(2n) .conversation_block-img {
    order: -1;
    justify-content: flex-start;
    margin-bottom: 40px;
    flex: 0 0 100%;
  }
  .conversation_block-text {
    flex: 0 0 100%;
  }
  .conversation_block-text h3 img {
    position: absolute;
    right: 0;
  }



  .turn_it {
    margin-bottom: 130px;
  }
  .turn_it-block {
    max-width: 100%;
    flex-direction: column;
  }
  .turn_it-item {
    margin-bottom: 60px;
  }
  .turn_it-item:last-child {
    margin-bottom: 0;
  }



  .section-title.left img {
    position: static;
    margin-top: 20px;
  }
  .section-title.right {
    margin-left: 0;
  }
  .section-title.right img {
    position: static;
    margin-top: 20px;
  }

  .integrations-single_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .integrations-single_box:last-child {
    margin-bottom: 0;
  }
  .integrations-single_box span {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }



  /*footer start*/
  .footer {
    padding-bottom: 15px;
  }
  .footer .container {
    max-width: 1140px;
  }
  .footer:before {
    top: -70px;
  }
  .footer-boxs {
    -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: 10px;
  }
  .footer-box {
    width: 290px;
    margin-bottom: 30px;
  }
  .footer-box:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-box:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-box:nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer-box:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-info {
    -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;
  }
  .footer-info span:nth-child(1) {
    margin-bottom: 10px;
  }
  .footer-menu_two a {
    font-size: 18px;
    font-weight: 400;
  }
  .footer-box > span {
    font-size: 18px;
    font-weight: 400;
  }
  /*footer end*/

  .search_form .container {
    max-width: 1140px;
  }

  /*blog*/
  .blog .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1140px;
  }
  .list-category {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-bottom: 40px; 
  width: 100%;
    margin-top: 20px;}
  .blog-boxs {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .blog-boxs {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 1;
  }
  /*-blog*/

  /*solutions*/
  .solutions-box {
    width: 45%;
  }
  /*-solutions*/

  .calc-bgr {
    height: 110px;
  }
  .calc-box {
    padding: 20px 15px;
    margin-bottom: 70px;
  }


  /*functions*/
  .functions-bgr {
    height: 110px; }
  .functions-boxs {
    margin-bottom: 40px; }
    .functions-boxs:last-child {
      margin-bottom: 0; }
  .functions-box {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px; }
  /*-functions*/



  /*contacts*/
  .contacts .container {
    max-width: 1140px;
  }
  .contacts-bgr {
    height: 110px; }
  .contacts-top_img {
    display: none; }
  .contacts-top_text {
    max-width: 100%; }
    .contacts-top_text p {
      font-size: 16px; }
  .contacts-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width:100%; }
  .contacts-bottom_title {
    height: auto;
    margin-bottom: 30px; }
  .contacts-bottom_left {
    margin-bottom: 40px;
    width: 100%; }
  .contacts-bottom_right {
    width: 100%; }
  .contacts-bottom_right .contacts-bottom_title {
    text-align: center; }
  .contacts-bottom:before {
    top: -80px; }
  /*-contacts*/


  /*functions*/
  .functions-bgr {
    height: 110px; }
  .functions-boxs {
    margin-bottom: 40px; }
    .functions-boxs:last-child {
      margin-bottom: 0; }
  .functions-box {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px; }
  /*-functions*/

  /*price*/
  .price-bgr {
    height: 110px; }
  .price .tariffs-button {
    margin-bottom: 70px; }
  .price-top {
    margin-bottom: 70px; }
  .price-top_img {
    display: none; }
  .price-top_text {
    max-width: 100%; }
  /*-price**/


  /*error*/
  .error-bgr {
    height: 110px; }
  .error-top_text p {
    font-size: 16px;
    line-height: 22px; }
  /*-error*/

  .section-title.left img {
    position: static;
    margin-top: 20px; }
  .section-title.right {
    margin-left: 0; }
  .section-title.right img {
    position: static;
    margin-top: 20px; }

	.modalInfoBlock-box {
		align-items: flex-start;
	}

    .modalVideo-mdc video, .modalVideo-mdc iframe {
      height: 420px;
    }
    .modalInfoBlock-iframe {
     text-align: center;
    }
    .modalInfoBlock-iframe iframe {
    height: 420px;
    width: 238px;
		height: 570px;
    width: 320px;
    }
    .modalInfoBlock-content {
    margin-top: 35px;
    }




  .faqImage-images {
    display: none;
  }
  .faqImage-items {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .faqImage-item__image {
    display: block;
  }



  .video-block-iframe iframe {
    height: 388px;
  }

  
  .video-block-content {
    font-size: 18px;
  }

  .blog-items {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .blog-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .blog-item__image img {
    max-height: calc((100vw - 30px) * .45);
  }
}




@media (max-width: 767px) {
  .about__item-image img.about-image-home {
    height: 250px;
  }
  /*h1 {*/
  /*  font-size: 24px;*/
  /*  line-height: 32px;*/
  /*}*/
  h2 {
    font-size: 27px;
    line-height: 35px; 
  }
  h3 {
    font-size: 24px;
    line-height: 32px; 
  }
  h4 {
    font-size: 20px;
    line-height: 27px; 
  }
  p {
    font-size: 16px;
    line-height: 20px; 
  }
  .layout-shift p {
    display: none;
  }
  .content ul > li {
    line-height: 20px; 
  }
  .main,
  body.page-template-page-blog .main,
  body.category .main {
    margin-top: 100px; 
  }
  .section-title {
    margin-bottom: 40px; 
  }

  .header {
    padding: 5px 0;
  }


  .main-block {
    height: 550px; 
  }
  body.page-template-page-blog .main-block,
  body.category .main-block {
    min-height: 550px;
    height: auto;
  }
  .main-block-bg,
  .main-block-bg.min_height {
    height: 650px; 
  }
  .main-block-buttons {
    margin-top: 30px; 
  }
  .main-block-text span {
    font-size: 16px;
  }
  .main-block-text p,
  .main-block-text div {
    font-size: 16px;
    line-height: 21px; 
  }
  .main-block-text span {
    font-size: 16px; 
  }

  .popularPosts-items {
    margin: 0 -8px -16px;
  }
  .popularPosts-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 16px;
    padding: 0 8px;
  }




  .about-tools {
    padding-top: 65px;
    margin-top: -65px;
  }
	.about-tools-no-video {
		margin-bottom: 65px;
		padding-bottom: 65px;
	}
  .about-box_text .button {
    width: 200px; 
  }
  .about-box_text ul {
    padding: 30px 15px 50px 15px; 
  }
  .about__item-video {
    height: 400px;
    margin-bottom: 0;
  }
  .about__item-video:before {
    bottom: -115px;
    left: -80px;
    display: none;
  }
  .about__item-video:after {
    width: 200px;
    height: 210px;
    bottom: -95px;
    right: -120px;
    display: none;
  }


  .tariffs-bottom .tariffs-box {
    width: 100%; 
  }
  .tariffs-box span {
    font-size: 14px; 
  }
  .tariffs-box span:nth-child(2) {
    min-width: 120px;
    width: 120px; 
  }
  .tariffs-top h2 {
    width: 100%; 
  }


  .automatising {
    margin-bottom: 40px;
  }
  .block-image-text__item {
    margin-bottom: 10px;
  }
  .block-image-text__item-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .block-image-text__item-img {
    margin-top: 10px;
  }
  .block-image-text__item:nth-child(2n) .block-image-text__item-img {
    order: 1;
  }

  .blog-box_title {
    height: inherit;
    margin-bottom: 5px;
  }


  .industry-box {
    width: 100%;
    margin-bottom: 10px; 
  }
  .industry-box:last-child {
    margin-bottom: 0; 
  }

  .opportunities-item__title,
  .info-blocks__item-title {
    font-size: 24px;
  }
  .info-blocks__item-title {
    margin-bottom: 15px;
  }



  .block-text-image__image {
    order: 1;
    flex: 0 0 180px;
    max-width: 180px;
    margin: 0 auto 15px;
  }
  .block-text-image__content {
    order: 2;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .feedback-wrap p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }


  .comments {
    padding-bottom: 0;
  }


  .list-icon-blocks__item,
  .list-icon-blocks-3 .list-icon-blocks__item,
  .list-icon-blocks-2 .list-icon-blocks__item,
  .list-icon-blocks__item:nth-child(3n),
  .list-icon-blocks-3 .list-icon-blocks__item:nth-child(3n) {
    flex: 0 0 calc(100% / 2 - 20px);
    max-width: calc(100% / 2 - 20px);
    margin-right: 20px;
  }
  .list-icon-blocks-3 .list-icon-blocks__item:nth-child(2n),
  .list-icon-blocks__item:nth-child(2n) {
    margin-right: 0;
  }
  .list-icon-blocks__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .where-use {
    margin-bottom: 130px;
  }
  .payment-box{
    -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:100%;
    margin-bottom:20px;
    padding:20px
  }
  .payment-boxs.where-use-scripts .payment-box {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    width: calc(100%);
  }
  .payment-box_img{
    margin-bottom:10px
  }


  .example h2 {
    font-size: 27px;
    line-height: 35px;
  }

  .report-bgr.bgr_update:before {
    top: -245px;
  }

  .section-title.xs_left {
    text-align: left !important;
    max-width: 100%;
    margin-left: 0;
  }

  .tasks_scripts {
    margin-bottom: 130px;
  }
  .tasks_scripts-item {
    margin-bottom: 20px;
  }
  .tasks_scripts-item_image {
    flex: 0 0 100%;
    justify-content: center !important;
    margin-bottom: 30px;
    order: -1 !important;
  }
  .tasks_scripts-item_text {
    flex: 0 0 100%;
  }


  .conversation_block-text h3 img {
    position: relative;
    right: unset;
    display: block;
  }


  .additional-features__items .additional-features__item {
    width: calc((100% / 2) - (20px));
  }

  /*blog*/
  .blog-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .blog-box_img {
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px; }
  .list-category {
    width: 100%; }
  /*-blog*/



  /*integrations*/
  .integrations-top_boxs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .integrations-top_box {
    width: 49%;
    margin: 0 0 10px 0; }
  .integrations-bottom_boxs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .integrations-bottom_box {
    width: 100%;
    margin-bottom: 50px; }
  .integrations-bottom_info {
    -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;
    margin-top: 20px; }
    .integrations-bottom_info p {
      width: 100%;
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px; }
  .integrations-bottom_lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .integrations-bottom_list {
    width: 100%;
    margin-bottom: 15px; }
  .integrations-box_wrap {
    -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; }
  .integrations-box_text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .integrations-box_img {
    max-width: 450px;
    margin-bottom: 20px; }
  .integrations-tabs li {
    font-size: 15px; }
  .integrations-top h2 {
    margin-bottom: 20px; }
  .integrations-bottom h2 {
    margin-bottom: 20px; }
  .integrations-plus_box {
    width: 100%;
    margin-bottom: 30px; }
  .integrations-plus_box p {
    height: auto; }
  /*-integrations*/



  /*solutions*/
  .solutions-title p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400; }
  .solutions-box {
    width: 100%;
    padding: 20px 15px; }
  .solutions-box p {
    height: 120px; }
  /*-solutions*/




  /*contacts*/
  .contacts-bottom_box {
    width: 100%;
    padding: 20px;
    height: auto; }
  .contacts-bottom_left {
    margin-right: 0; }
  .contacts-bottom_title h4 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px; }
  /*-contacts*/

  /*payment*/
  .payment-box {
    -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: 100%;
    margin-bottom: 20px;
    padding: 20px; }
  .payment-box_img {
    margin-bottom: 10px; }
  /*-payment*/

  /*error*/
  .error {
    margin-bottom: 150px; }
  .error-top {
    -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; }
  .error-top_text {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px; }
  .error-top_img {
    max-width: 450px;
    width: 100%; }
  /*-error*/



   .modalVideo-mdc video, .modalVideo-mdc iframe {
      height: 360px;
    }





  .faqImage {
    margin-bottom: 150px;
  }
  .video-block-buttons {
    flex-direction: column;
  }
  .video-block-buttons a {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .video-block-buttons a:last-child {
    margin-bottom: 0;
  }
  .video-block-iframe iframe {
    height: 360px;
  }





  .search_form form {
    height: auto;
    flex-wrap: wrap;
  }
  .searchform-cats {
    flex: 0 0 100%;
    max-width: 100%;
    height: 56px;
  }
  .searchform-inputs {
    flex: 0 0 100%;
    max-width: 100%;
    height: 56px;
    padding-right: 15px;
  }
}



@media (max-width: 500px) {
  .about__item-image img.about-image-home {
    height: 160px;
  }
  .header-logo {
    flex: 0 0 calc(100% - 54px - 80px);
    max-width: calc(100% - 54px - 80px);
  }
  .header-toogle {
    flex: 0 0 54px;
    max-width: 54px;
    padding-left: 20px;
  }
  .lang-menu {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .list-icon-blocks__item,
  .list-icon-blocks-3 .list-icon-blocks__item,
  .list-icon-blocks-2 .list-icon-blocks__item,
  .list-icon-blocks__item:nth-child(3n),
  .list-icon-blocks-3 .list-icon-blocks__item:nth-child(3n) {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    margin-right: 0;
	flex-direction: inherit;
	flex-wrap: wrap;
	  align-items: center;
  }
	.list-icon-blocks__item-image {
		flex: 0 0 50px;
		max-width: 50px;
		margin-bottom: 0;
	}
	.list-icon-blocks__item-title {
		flex: 0 0 calc(100% - 50px);
		max-width: calc(100% - 50px);
		padding-left: 20px;
		margin-bottom: 0;
	}
	.list-icon-blocks__item-text {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	.block-tabs-text {
		align-items: center;
	}

  .about__item-video {
    height: 280px;
  }
  .about__item-video:before {
    bottom: -95px;
    left: -79px;
    width: 290px;
    height: 100px;
  }
  .about__item-video:after {
    width: 180px;
    height: 185px;
    bottom: -95px;
    right: -116px;
  }
  .about-tools {
    padding-bottom: 150px;
  }
	.about-tools-no-video {
		padding-bottom: 40px;
	}

  .opportunities-item__image, .info-blocks__item-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .additional-features__items .additional-features__item {
    width: 100%;
  }
  .additional-features__items .additional-features__item .additional-features__item_text {
    margin-left: 0;
    margin-right: auto;
  }

 .modalVideo-mdc video, .modalVideo-mdc iframe {
    height: 280px;
  }


  .corporate-services-item__image {
    height: 170px;
    margin-bottom: 30px;
  }
  .corporate-services-item__image img {
    max-height: 170px;
  }
  .corporate-services-item__inner {
    padding: 30px;
  }
	
	#quadmenu .quadmenu-navbar-nav li.quadmenu-item-type-post_type.quadmenu-has-image-large>a>.quadmenu-item-content>img {
		max-width: 160px !important;
    	display: block !important;
    	margin: 0 auto 10px !important;
	}



  .about-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .about-image img {
    max-height: 460px;
  }
  .about-info {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .video-block {
    padding: 110px 0;
  }


  .video-block-iframe iframe {
    height: 240px;
  }


  .video-block-content {
    font-size: 16px;
  }


  .comments-text {
    padding: 20px 15px 40px;
  }
  .comments-avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin: -40px auto 10px;
  }



  .blog-item__left {
    flex: 0 0 125px;
    max-width: 125px;
  }
  .blog-item__image img {
    max-height: 120px;
  }
  .blog-item__right {
    flex: 0 0 calc(100% - 125px - 15px);
    max-width: calc(100% - 125px - 15px);
  }
  .blog-item__title {
    font-size: 16px;
  }
  .blog-item__date,
  .blog-item__excerpt,
  .blog-item__excerpt p {
    font-size: 13px;
  }
}