html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, label {
	display: block;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	min-height: 100%;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
textarea {
	resize: vertical;
}
a,
input,
button {
	-webkit-tap-highlight-color: transparent;
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}
/**************************
TABLE
***************************
Fonts
Common
Main Content
Elements
Header
Mob menu
Promo
Promo items
Try free
Without borders
Nums
Functions api
Replacement
Our api
Connection
Tariffs
Developer
SDK
Integration api
Api work
Support
FAQ
Request
Thank you
*/

/* ===================================
	Fonts
=================================== */

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url(assets/Rubik-Light.woff2) format("woff2"), url(assets/Rubik-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url(assets/Rubik-Regular.woff2) format("woff2"), url(assets/Rubik-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url(assets/Rubik-Medium.woff2) format("woff2"), url(assets/Rubik-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url(assets/Rubik-SemiBold.woff2) format("woff2"), url(assets/Rubik-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url(assets/Rubik-Bold.woff2) format("woff2"), url(assets/Rubik-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Rubik";
  font-display: swap;
  src: url(assets/Rubik-ExtraBold.woff2) format("woff2"), url(assets/Rubik-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}

/* ===================================
	Common
=================================== */

body {
  height: 100%;
  min-height: 100%;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #393A3A;
  background: #FFFFFF;
}

a {
  color: #393A3A;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: 0.4s;
}

.wrapper {
  min-width: 360px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.wrapper__dek {
  top: -640px;
  right: -640px;
}

.container {
  width: 1220px;
  max-width: calc(100% - 30px);
  height: 100%;
  margin: 0 auto;
}

.main {
  flex: 1 1 auto;
}

/* ===================================
	Elements
=================================== */

.green-text {
  color: #23BB86;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 0 23px;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.button__green {
  background-color: #23BB86;
  border-color: #23BB86;
}

.button__green.button__outline {
  color: #23BB86;
}

.button__red {
  background-color: #FF8087;
  border-color: #FF8087;
}

.button__red.button__outline {
  color: #FF8087;
}

.button__outline {
  background-color: transparent;
}

.button__large {
  height: 50px;
  font-size: 20px;
}

.h1 {
  font-size: 52px;
  font-weight: 800;
}

.h3 {
  font-size: 36px;
  font-weight: 800;
}

.h3 span {
  font-weight: 400;
}

.h4 {
  font-size: 18px;
  font-weight: 500;
}

.logo__title {
  font-size: 32px;
  font-weight: 800;
}

.logo__title span {
  color: #23BB86;
}

.logo__desc {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #8C8C8C;
  margin: 3px 0 0;
}

.icon-info {
  display: flex;
}

.icon-info__icon {
  flex: 0 0 80px;
}

.icon-info__icon svg {
  width: 60px;
  height: 60px;
  margin: 10px 0 0;
}

.icon-info__title {
  font-size: 24px;
  font-weight: 800;
  color: #23BB86;
  margin: 0 0 10px;
}

.dek-point {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #23BB86;
  opacity: 0.5;
}

.dek-greencirc {
  position: absolute;
  width: 1338px;
  height: 1338px;
  background-color: #F1FFFA;
  border-radius: 50%;
  z-index: -1;
}

/* ===================================
	Header
=================================== */

.header {
  height: 56px;
  padding: 50px 0 70px;
  overflow: hidden;
}

.header .container {
  display: flex;
}

.header__menu {
  display: flex;
  align-items: center;
  height: 35px;
  justify-content: center;
  margin: 0 0 0 70px;
}

.header__menu a {
  font-size: 14px;
  font-weight: 500;
  margin: 0 42px 0 0;
}

.header__menu a:last-child {
  margin-right: 0;
}

.header__buttons {
  display: flex;
}

.header__buttons .button {
  margin: 0 0 0 20px;
}

.header__buttons .button:first-child {
  margin-left: 0;
}

.header__icons {
  display: flex;
  align-items: center;
  height: 35px;
  margin: 0 50px 0 auto;
}

.header__icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 18px 0 0;
}

.header__icons a:last-child {
  margin-right: 0;
}

.header__icons a svg {
  width: 30px;
  height: 30px;
}

.header__burger {
  display: none;
  width: 100px;
  height: 100px;
  background-color: #23BB86;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  right: -30px;
  padding: 55px 0 0 22px;
  cursor: pointer;
  z-index: 200;
}

.header__burger span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: 0.4s;
  margin: 0 0 7px;
}

.header__burger.active span:nth-child(1) {
  position: absolute;
  left: 40%;
  top: 65%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__burger.active span:nth-child(2) {
  position: absolute;
  left: 40%;
  top: 65%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__burger.active span:nth-child(3) {
  opacity: 0;
}

/* ===================================
	Footer
=================================== */

.footer {
  margin: 70px 0 0;
}

.footer__grid {
  display: flex;
}

.footer__logo {
  flex: 0 0 25%;
}

.footer__logo .logo {
  display: block;
  margin: -10px 0 30px;
}

.footer__logo p {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px;
}

.footer__menu {
  flex: 0 0 16.666667%;
}

.footer__menu a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 15px;
}

.footer__menu a:last-child {
  margin-bottom: 0;
}

.footer__partner {
  flex: 0 0 33.333333%;
  padding: 0 0 0 40px;
}

.footer__partner p {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 15px;
}

.footer__partner .button {
  width: 260px;
}

.footer__privacy-mob {
  display: none;
  width: 100%;
  text-align: center;
}

.footer__privacy-mob p {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px;
}

.footer__phone {
  flex: 0 0 25%;
  display: flex;
  justify-content: flex-end;
}

.footer__phone-wrap {
  width: 242px;
}

.footer__phone-buttons {
  display: flex;
}

.footer__phone-buttons .button {
  margin: 0 0 0 10px;
}

.footer__phone-buttons .button:first-child {
  margin-left: 0;
}

.footer__phone-num {
  font-size: 18px;
  font-weight: 800;
  margin: 20px 0 10px;
}

.footer__phone-num a {

}

.footer__phone-icons {
  display: flex;
  align-items: center;
}

.footer__phone-icons a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.footer__phone-icons a:last-child {
  margin-right: 0;
}

.footer__phone-icons a svg {
  width: 20px;
  height: 20px;
}

.footer__attention {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 15px;
}

.footer__attention p {
  flex: 0 0 48.5%;
  font-size: 12px;
  color: #CACACA;
}

/* ===================================
	Mob menu
=================================== */

.mob-menu {
  background-color: #FFFFFF;
  width: 300px;
  padding: 75px 36px;
  position: absolute;
  overflow: hidden;
  z-index: 100;
  right: 0;
  top: 0;
  -webkit-box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: -4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.mob-menu {
  animation: 0.5s show ease;
}

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

.mob-menu__links {
  margin: 0 0 45px;
}

.mob-menu__links a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 26px;
}

.mob-menu__links a:last-child {
  margin-bottom: 0;
}

.mob-menu__buttons {
  display: flex;
  flex-direction: column;
}

.mob-menu__buttons .button {
  align-self: flex-start;
  margin: 0 0 25px;
}

.mob-menu__buttons .button:last-child {
  margin-bottom: 0;
}

/* ===================================
	Promo
=================================== */

.promo-section {
  margin: 80px 0 0;
}

.promo-section .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.promo-section .dek1 {
  width: 73px;
  height: 73px;
  border: 4px solid #D0FFEE;
  position: absolute;
  top: -80px;
  left: -50px;
  border-radius: 50%;
  z-index: -1;
}

.promo-section__left {
  flex: 0 0 41.666667%;
}

.promo-section__right {
  flex: 0 0 50%;
}

.promo-section__desc {
  margin: 10px 0 0;
}

.promo-section__price {
  font-size: 24px;
  font-weight: 700;
  margin: 70px 0 0;
  position: relative;
}

.promo-section__price .pdek {
  width: 50px;
  width: 50px;
  position: absolute;
  z-index: -1;
  left: 120px;
  bottom: -70px;
}

.promo-section__img-wrap {
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  padding: 20px 10px;
  box-shadow: 0px 0px 91px rgba(0, 0, 0, 0.14);
  position: relative;
}

.promo-section__img-wrap .dek2 {
  width: 53px;
  height: 27px;
  position: absolute;
  top: -15px;
  left: -35px;
  z-index: -1;
}

.promo-section__img-wrap .dek3 {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 80px;
  left: -15px;
  z-index: -1;
}

.promo-section__img-wrap .dek4 {
  position: absolute;
  z-index: -1;
  top: -110px;
  right: -75px;
}

/* ===================================
	Promo items
=================================== */

.promo-items-section {
  margin: 70px 0 0;
}

.promo-items-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 4em;
}

.promo-items-section__item {
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0 15px;
  border: 1px solid #E0DEE1;
}

.promo-items-section__icon svg {
  width: 56px;
  height: 56px;
}

.promo-items-section__info {
  margin: 0 0 0 15px;
}

.promo-items-section__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 0.93;
}

.promo-items-section__desc {
  margin: 10px 0 0;
}

/* ===================================
	Try free
=================================== */

.try-free-section {
  margin: 50px 0 0;
  text-align: center;
}

.try-free-section .container {
  position: relative;
}

.try-free-section .dek {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
}

.try-free-section .button {
  max-width: 320px;
  margin: 20px auto;
}

/* ===================================
	Without borders
=================================== */

.without-borders-section {
  max-width: 1220px;
  margin: 90px auto 0;
  border: 2px solid #23BB86;
  padding: 70px 20px 20px;
  position: relative;
}

.without-borders-section .dek1 {
  position: absolute;
  z-index: -1;
  width: 50px;
  height: 50px;
  top: 40px;
  left: -20px;
}

.without-borders-section .dek2 {
  position: absolute;
  z-index: -1;
  width: 100px;
  height: 100px;
  top: -80px;
  right: 100px;
}

.without-borders-section__h3 {
  text-align: center;
}

.without-borders-section__h3 span {
  font-weight: 400;
}

.without-borders-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 4em;
  margin: 40px 0 0;
}

.without-borders-section__item {
  display: flex;
}

.without-borders-section__icon.i1 svg {
  width: 69px;
  height: 69px;
}

.without-borders-section__icon.i2 svg {
  width: 65px;
  height: 65px;
}

.without-borders-section__icon.i3 svg {
  width: 51px;
  height: 51px;
}

.without-borders-section__info {
  margin: 0 0 0 15px;
}

.without-borders-section__title {
  font-size: 20px;
  font-weight: 500;
}

.without-borders-section__desc {
  line-height: 1.3;
  margin: 5px 0 0;
}

/* ===================================
	Nums
=================================== */

.nums-section {
  margin: 100px 0 0;
}

.nums-section .container {
  position: relative;
}

.nums-section .dek1 {
  width: 73px;
  height: 73px;
  border: 4px solid #D0FFEE;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: 150px;
}

.nums-section .dek2 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 40px;
  right: 130px;
  z-index: -1;
  transform: rotate(-120deg);
}

.nums-section .dek3 {
  width: 1338px;
  height: 1338px;
  background-color: #F1FFFA;
  border-radius: 50%;
  position: absolute;
  bottom: -1000px;
  left: -800px;
  z-index: -1;
}

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

.nums-section__title .h3 {
  font-size: 32px;
  padding: 0 0 10px;
}

.nums-section__title .t1 {
  max-width: 650px;
  margin: 0 auto;
}

.nums-section__desc {
  margin: 30px 0 0;
}

.nums-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 4em;
  margin: 40px 0 0;
}

.nums-section__item {
  position: relative;
}

.nums-section__item-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-weight: 500;
}

.nums-section__item-num {
  font-size: 64px;
}

.nums-section__item-desc {
  font-size: 20px;
  max-width: 125px;
  margin: 0 0 0 20px;
}

/* ===================================
	Functions api
=================================== */

.functions-api-section {
  position: relative;
  z-index: 1;
}

.functions-api-section__title {
  text-align: center;
  margin: 100px 0 0;
}

.functions-api-section__grid {
  margin: 40px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2em;
}

.functions-api-section__item {
  background-color: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.1);
  padding: 30px 25px 20px;
}

.functions-api-section__title-item {
  font-size: 24px;
  font-weight: 800;
  padding: 0 0 5px;
}

.functions-api-section__list {
  list-style: disc;
}

.functions-api-section__list li {
  font-size: 14px;
  font-weight: 500;
  margin: 20px 0 20px 15px;
}

/* ===================================
	Replacement
=================================== */

.replacement-section {
  min-height: 626px;
  background: #23BB86 url(assets/replacement.svg) center top no-repeat;
  margin: -120px 0 0;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.replacement-section__wh-logo {
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.replacement-section .container {
  position: relative;
  z-index: 1;
}

.replacement-section__title {
  max-width: 850px;
  padding: 205px 0 0;
  margin: 0 auto;
}

.replacement-section__desc {
  font-size: 20px;
  font-weight: 800;
  margin: 20px 0;
}

.replacement-section .button {
  max-width: 437px;
  height: 63px;
  margin: 40px auto 0;
}

/* ===================================
	Our api
=================================== */

.our-api-section {
  margin: 70px 0 0;
  position: relative;
}

.our-api-section .dek-greencirc {
  top: 0;
  right: -680px;
}

.our-api-section .container {
  position: relative;
}

.our-api-section .dek1 {
  width: 73px;
  height: 73px;
  border: 4px solid #D0FFEE;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50px;
}

.our-api-section .dek2 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  right: 130px;
  z-index: -1;
  transform: rotate(-120deg);
}

.our-api-section__title {
  text-align: center;
}

.our-api-section__desc {
  text-align: center;
  margin: 20px 0 0;
}

.our-api-section__wrap {
  display: flex;
  margin: 45px 0 0;
}

.our-api-section__steps {
  flex: 0 0 25%;
  padding: 0 50px 0 0;
}

.our-api-section__steps-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E0DEE1;
}

.our-api-section__steps-item:last-child {
  border-bottom: none;
}

.our-api-section__steps-icon {
  width: 60px;
}

.our-api-section__steps-icon svg {
  width: 40px;
  height: 40px;
}

.our-api-section__steps-desc {
  font-size: 14px;
  font-weight: 500;
}

.our-api-section__pre {
  flex: 0 0 75%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2.5em;
}

.our-api-section__pre-item {
  border: 2px solid #E0DEE1;
  padding: 40px 20px;
}

.our-api-section__pre-item-title {
  padding: 0 0 0 25px;
}

.our-api-section__pre-item-list li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 30px 0;
}

.our-api-section__pre-item-list li::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(assets/icon-not.svg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.our-api-section__pre-item.active {
  border: 5px solid #23BB86;
}

.our-api-section__pre-item.active .our-api-section__pre-item-title {
  color: #23BB86;
}

.our-api-section__pre-item.active .our-api-section__pre-item-list li::after {
  background-image: url(assets/icon-yes.svg);
}

/* ===================================
	Connection
=================================== */

.connection-section {
  margin: 85px 0 0;
  position: relative;
}

.connection-section::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: url(assets/dek-sq.svg) no-repeat;
  position: absolute;
  bottom: -37px;
  right: -37px;
  z-index: -1;
}

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

.connection-section__title .h3 {
  margin: 0 0 15px;
}

.connection-section__wrap {
  display: flex;
  margin: 50px 0 0;
}

.connection-section__list {
  flex: 0 0 33.333333%;
}

.connection-section__item {
  display: flex;
}

.connection-section__item-num {
  flex: 0 0 80px;
  margin: 0 30px 0 0;
  position: relative;
}

.connection-section__item-num::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #23BB86;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.connection-section__item-info {
  font-size: 16px;
  font-weight: 500;
}

.connection-section__item-info p {
  margin: 0 0 10px;
}

.connection-section__item-info a {
  font-size: 14px;
  color: #23BB86;
  text-decoration: underline;
}

.connection-section__item-info.i1 {
  margin: 20px 0 50px;
}

.connection-section__item-info.i2 {
  margin: 0 0 20px;
}

.connection-section__item-info.i3 {
  padding: 35px 0 0;
}

.connection-section__item:last-child .connection-section__item-num::after {
  display: none;
}

.connection-section__nums {
  width: 104px;
  height: 370px;
  flex: 0 0 104px;
  background: url(assets/connection.svg) no-repeat;
  background-size: 100%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.connection-section__nums li {
  padding: 40px 0;
  position: relative;
  top: -7px;
}

.connection-section__desc {
  padding: 0 45px 0 20px;
}

.connection-section__desc li {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 50px;
}

.connection-section__desc li p {
  margin: 0 0 10px;
}

.connection-section__desc li a {
  font-size: 14px;
  color: #23BB86;
  text-decoration: underline;
}

.connection-section__img {
  flex: 0 0 66.666667%;
  background: #FFFFFF;
  border: 1px solid #E0DEE1;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.connection-section__img img {
  width: 100%;
}

/* ===================================
	Tariffs
=================================== */

.tariffs-section {
  margin: 90px 0 0;
  padding: 0 0 90px;
  background: #23BB86 url(assets/tariffs.svg) center top no-repeat;
}

.tariffs-section__title {
  text-align: center;
  color: #FFFFFF;
}

.tariffs-section__title .h3 {
  padding: 120px 0 20px;
}

.tariffs-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1.5em;
  margin: 45px 0 0;
}

.tariffs-section__item {
  background-color: #FFFFFF;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
}

.tariffs-section__item-title {
  font-size: 32px;
  font-weight: 800;
}

.tariffs-section__item.active {
  border-color: #FD6470;
}

.tariffs-section__price {
  font-size: 24px;
  font-weight: 800;
  padding: 15px 0 20px;
}

.tariffs-section__price span {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.tariffs-section__desc {
  padding: 0 0 20px;
}

.tariffs-section__list {
  list-style: disc;
}

.tariffs-section__list li {
  margin: 0 0 10px 15px;
  font-size: 16px;
  font-weight: 600;
}

.tariffs-section .button {
  height: 43px;
  border-radius: 7px;
  margin: 40px 0 0;
}

.tariffs-section__bottom {
  text-align: center;
  color: #FFFFFF;
}

.tariffs-section__desc2 {
  font-size: 16px;
  font-weight: 500;
  margin: 65px 0 0;
}

.tariffs-section__desc2 span {
  font-weight: 800;
}

.tariffs-section__desc3 {
  font-size: 14px;
  font-weight: 500;
  margin: 30px 0 20px;
}

/* ===================================
	Developer
=================================== */

.developer-section {
  margin: 75px 0 0;
}

.developer-section .dek1 {
  width: 117px;
  height: 117px;
  border: 17px solid #23BB86;
  border-radius: 50%;
  opacity: 0.5;
  position: absolute;
  top: 390px;
  left: -220px;
}

.developer-section .dek2 {
  width: 65px;
  height: 65px;
  border: 17px solid #23BB86;
  border-radius: 50%;
  opacity: 0.5;
  position: absolute;
  top: 20px;
  right: -120px;
}

.developer-section .container {
  position: relative;
}

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

.developer-section__title .h3 {
  margin: 0 0 15px;
}

.developer-section__icons {
  max-width: 1040px;
  margin: 50px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2em;
  padding: 0 0 70px;
}

.developer-section__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 3em;
  border-top: 1px solid #23BB86;
  padding: 75px 0 0;
}

.developer-section__info-title {
  padding: 15px 0 0;
}

.developer-section__info .h4 {
  margin: 25px 0 40px;
}

.developer-section__info-link a {
  color: #23BB86;
  text-decoration: underline;
}

.developer-section__link {
  text-align: center;
  margin: 40px 0 0;
}

.developer-section__link a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #23BB86;
  padding: 10px 60px;
  border-radius: 20px;
}

/* ===================================
	SDK
=================================== */

.sdk-section {
  margin: 60px 0 0;
}

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

.sdk-section__slider {
  margin: 30px 0 0;
}

.sdk-section__slider-arrows,
.sdk-section .owl-nav
{
  margin: 20px 0 0;
}

.sdk-section__slider-arrow,
.sdk-section .owl-prev,
.sdk-section .owl-next
{
  margin: 0 5px;
}

.sdk-section__slider-arrow svg,
.sdk-section .owl-prev svg,
.sdk-section .owl-next svg
{
  width: 25px;
  height: 25px;
}

.sdk-section__slider-arrow.right svg,
.sdk-section .owl-next svg
{
  transform: rotate(180deg);
}

/* ===================================
	Integration api
=================================== */

.integration-api-section {
  margin: 20px 0 0;
}

.integration-api-section__title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.integration-api-section__wrap {
  background: #FFFFFF;
  border: 1px solid #23BB86;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin: 40px 0 0;
  position: relative;
}

.integration-api-section__wrap::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: url(assets/dek-sq.svg) no-repeat;
  position: absolute;
  top: -47px;
  left: -47px;
  z-index: -1;
}

.integration-api-section__wrap::before {
  content: "";
  display: block;
  width: 75px;
  height: 1px;
  background-color: #23BB86;
  position: absolute;
  top: 270px;
  right: -50px;
  transform: rotate(47.73deg);
  z-index: -1;
}

.integration-api-section__grid {
  clear: both;
  display: flex;
  justify-content: space-between;
}

.integration-api-section__menu {
  flex: 0 0 25%;
}

.integration-api-section__menu li {
  margin: 0 0 20px;
}

.integration-api-section__menu li:last-child {
  margin-bottom: 0;
}

.integration-api-section__menu li.active button {
  background-color: #23BB86;
}

.integration-api-section__menu li button {
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  background-color: #393A3A;
  border-radius: 10px;
  padding: 5px 15px;
}

#menuhor.integration-api-section__menu {
  display: none;
  margin: 20px 0 0;
  flex-wrap: wrap;
}

#menuhor.integration-api-section__menu li {
  margin: 0 20px 20px 0;
}

.integration-api-section__item {
  flex: 0 0 75%;
}

.integration-api-section__links {
  clear: both;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}

.integration-api-section__links a,
.integration-api-section__links button
{
  font-size: 14px;
  font-weight: 800;
  color: #23BB86;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}

.integration-api-section__links button.grey {
  color: #E0DEE1;
}

.codehighlight {
  clear: both;
}

/* ===================================
	Api work
=================================== */

.api-work-section {
  background: #23BB86 url(assets/api-work.svg) top center no-repeat;
  color: #FFFFFF;
  padding: 0 0 200px;
}

.api-work-section__title {
  text-align: center;
  padding: 300px 0 0;
}

.api-work-section__title .h3 {
  margin: 0 0 10px;
}

.api-work-section__grid {
  max-width: 1100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1em;
  margin: 45px auto 0;
}

.api-work-section__icons {
  padding: 0 50px 0 0;
}

.api-work-section__icons .icon-info {
  margin: 15px 0 40px;
}

.api-work-section__icons .icon-info__title {
  color: #FFFFFF;
}

.api-work-section__icons .icon-info__icon svg {
  margin: 0;
}

.api-work-section__info {
  background-color: #1E9E72;
  border: 1px solid #FFFFFF;
  padding: 30px 40px;
}

.api-work-section__info-title {
  font-size: 24px;
  font-weight: 700;
}

.api-work-section__info-list {
  margin: 30px 0 0;
}

.api-work-section__info-list li {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px;
}

.api-work-section__info-list li:last-child {
  margin-bottom: 0;
}

.api-work-section__title2 {
  text-align: center;
  margin: 65px 0 0;
}

.api-work-section__title2-desc {
  font-size: 24px;
  font-weight: 500;
}

.api-work-section__title2 .h1 {
  margin: 30px 0;
}

.api-work-section__title2 .button {
  max-width: 440px;
  height: 63px;
  margin: 0 auto;
}

/* ===================================
	Support
=================================== */

.support-section {
  padding: 0 0 50px;
}

.support-section__title-icon {
  display: flex;
  align-items: center;
  max-width: 1000px;
  background: #FFFFFF;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.1);
  height: 190px;
  padding: 30px 90px;
  margin: 0 auto;
  position: relative;
  top: -100px;
}

.support-section__title-icon .dek1 {
  bottom: 10px;
  left: -80px;
}

.support-section__title-icon .dek2 {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: -120px;
}

.support-section__title-icon-icon {
  margin: 0 80px 0 0;
}

.support-section__title-icon-icon svg {
  width: 137px;
  height: 137px;
}

.support-section__title-icon-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 10px;
}

.support-section__title-icon-desc {
  font-size: 18px;
  font-weight: 500;
}

.support-section__title {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  max-width: 740px;
  margin: -30px auto 60px;
}

.support-section__info-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 8em;
  position: relative;
}

.support-section__info-items .dek3 {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.support-section__info-items .dek4 {
  top: 50%;
  right: -150px;
  transform: translateY(-50%);
}

.support-section__info-item-title {
  font-size: 24px;
  font-weight: 800;
}

.support-section__info-item-desc {
  font-size: 18px;
  font-weight: 800;
  margin: 20px 0;
}

.support-section__info-item-text {
  font-size: 14px;
  line-height: 1.6;
}

.support-section .try-free {
  margin: 100px 0 0;
}

.try-free {
  position: relative;
}

.try-free::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: url(assets/dek-sq.svg) no-repeat;
  position: absolute;
  bottom: -45px;
  right: -45px;
  z-index: -1;
}

.try-free__wrap {
  background-color: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 1em;
  filter: drop-shadow(0px 0px 33px rgba(0, 0, 0, 0.1));
  padding: 50px 80px;
}

.try-free .dek-cir {
  width: 272px;
  height: 139px;
  position: absolute;
  top: 0;
  right: 0;
}

.try-free .dek-cir2 {
  width: 117px;
  height: 117px;
  border: 17px solid rgba(35, 187, 134, 0.5);
  border-radius: 50%;
  position: absolute;
  left: -70px;
  top: -56px;
  z-index: -1;
}

.try-free .dek-point {
  left: -150px;
  bottom: 0;
}

.try-free__right {
  padding: 0 0 0 150px;
}

.try-free__desc {
  margin: 30px 0;
}

.try-free .button {
  max-width: 437px;
  height: 63px;
  font-size: 20px;
}

.try-free__cons {
  font-size: 20px;
  font-weight: 700;
  margin: 100px 0 0;
}

.try-free__phone {
  font-size: 26px;
  font-weight: 800;
  margin: 20px 0;
}

.try-free__soc {
  display: flex;
}

.try-free__soc a {
  margin: 0 20px 0 0;
}

.try-free__soc svg {
  width: 30px;
  height: 30px;
}

/* ===================================
	FAQ
=================================== */

.faq-section {
  position: relative;
  margin: 30px 0 0;
}

.faq-section .dek-greencirc {
  top: 50%;
  right: -1090px;
  transform: translateY(-50%);
}

.faq-section .dek2 {
  position: absolute;
  top: 50%;
  right: -190px;
  font-size: 850px;
  font-weight: 500;
  color: #23BB86;
  opacity: 0.5;
  z-index: 0;
  transform: translateY(-50%);
}

.faq-section .container {
  position: relative;
}

.faq-section .container::after {
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background: url(assets/dek-sq.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: -1;
}

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

.faq-section__items {
  max-width: 920px;
  margin: 40px 0 0;
}

.faq-section__item {
  margin: 0 0 15px;
}

.faq-section__item.open .faq-section__plusminus {
  background: url(assets/icon-minus.svg) no-repeat;
}

.faq-section__item.open .faq-section__text {
  display: block;
}

.faq-section__item-title {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-section__plusminus {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  background: url(assets/icon-plus.svg) no-repeat;
  margin: 0 20px 0 0;
}

.faq-section__text {
  display: none;
}

.faq-section__text p {
  font-size: 14px;
  margin: 20px 0;
}

/* ===================================
	Request
=================================== */

.request-section {
  color: #FFFFFF;
  background: #23BB86 url(assets/request.svg) top center no-repeat;
  margin: 70px 0 0;
}

.request-section__title {
  padding: 100px 0 0;
}

.request-section__grid {
  margin: 30px 0 0;
  display: flex;
}

.request-section__form {
  flex: 0 0 41.666667%;
  padding: 0 50px 0 0;
}

.request-section__desc {
  margin: 0 0 70px;
}

.request-section__input-text {
  width: 100%;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #393A3A;
  padding: 0 30px;
  margin: 0 0 30px;
}

.request-section .button {
  width: 100%;
  height: 63px;
  font-size: 20px;
  margin: 0 0 50px;
}

.request-section__desc2 {
  margin: 0 0 10px;
}

.request-section__phone {
  font-size: 18px;
  font-weight: 800;
}

.request-section__phone a {
  color: #FFFFFF;
}

.request-section__soc {
  display: flex;
  margin: 20px 0 0;
}

.request-section__soc svg {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
}

.request-section__photo {
  flex: 0 0 58.333333%;
  display: flex;
}

.request-section__photo-img {
  flex: 0 0 500px;
}

.request-section__photo .s1 {
  font-size: 20px;
  font-weight: 800;
}

.request-section__photo .s2 {
  font-size: 14px;
  margin: 10px 0;
}

.request-section__photo .s3 {
  font-size: 12px;
}

/* ===================================
	Thank you
=================================== */

.thank-you-section {
  margin: 0 0 120px;
}

.thank-you-section__title {
  margin: 150px 0 120px;
  font-size: 45px;
  font-weight: 800;
  text-align: center;
}

.thank-you-section__questions {
  position: relative;
}

.thank-you-section__questions-wrap {
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 33px rgba(0, 0, 0, 0.1));
  padding: 50px 80px;
}

.thank-you-section__questions-wrap .dek-cir {
  width: 272px;
  height: 139px;
  position: absolute;
  top: 0;
  right: 0;
}

.thank-you-section__questions-grid {
  display: flex;
  margin: 30px 0 0;
}

.thank-you-section__questions-left {
  flex: 0 0 450px;
}

.thank-you-section__questions-desc {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}

.thank-you-section__questions-phone {
  font-size: 40px;
  font-weight: 800;
}

.thank-you-section__questions-soc {
  display: flex;
  padding: 10px 0 0;
}

.thank-you-section__questions-soc a {
  margin: 0 20px 0 0;
}

.thank-you-section__questions-soc svg {
  width: 30px;
  height: 30px;
}

/* ===================================
	Request form
=================================== */

.request-form {
  background-color: #70D5F4;
  width: 465px;
  padding: 60px 50px;
  text-align: center;
  position: relative;
}

.request-form__title {
  font-size: 32px;
  font-weight: 800;
}

.request-form__desc {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 40px;
}

.request-form__input {
  width: 100%;
  height: 54px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 0 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #393A3A;
  margin: 0 0 15px;
}

.request-form .button {
  width: 100%;
  height: 57px;
  margin: 25px 0 0;
}

.request-form__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.request-form__close svg {
  width: 10px;
  height: 10px;
}

.scrollup{
  width:40px;
  height:40px;
  opacity:0.3;
  position:fixed;
  bottom:80px;
  right:20px;
  display:none;
  text-indent:-9999px;
  background: url(images/icon_top.png) no-repeat;
  z-index: 9999;
}

#tariffs .owl-prev,
#tariffs .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #DDD !important;
  opacity: 0.5;
}

#tariffs .owl-prev.disabled,
#tariffs .owl-next.disabled {
  display: none;
}

#tariffs .owl-prev {
  left: 0;
}

#tariffs .owl-next {
  right: 0;
}

.tab-content{
  display: none;
}

.tab-content.active {
  display: block;
}

.tabs2 {
  margin-top: 15px;
}

.tabs2 ul {
  list-style-type: none;
  height: 40px;
}


.tabs2 li {
  float: left;
  padding: 5px 10px;
  border: solid 1px #DDDDDD;
  cursor: pointer;
}

.tabs2 li.active {
  border-bottom: none;

}

.tab-content2 {
  clear: both;

}

.codes {
  display: none;
}

.tariffs-section__item small {
  font-size: 10px;
  font-style: italic;
}

.tariffs-section__desc {
  min-height: 150px;
}

@media (max-width: 1200px) {
  .header__menu {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .logo__title {
    font-size: 24px;
  }

  .logo__desc {
    font-size: 10px;
    letter-spacing: 0.45px;
  }

  .header {
    padding-top: 15px;
  }

  .header .logo {
    margin-top: 10px;
  }

  .header__menu {
    display: none;
  }

  .header__buttons {
    display: none;
  }

  .header__icons {
    margin-top: 15px;
    margin-right: 80px;
  }

  .header__burger {
    display: block;
  }

  .promo-items-section__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5em;
  }

  .our-api-section__steps {
    display: none;
  }

  .our-api-section__pre {
    flex: 0 0 100%;
  }

  .integration-api-section__menu {
    display: none;
  }

  #menuhor.integration-api-section__menu {
    display: flex;
  }

  .integration-api-section__item {
    flex: 0 0 100%;
  }

  .integration-api-section__wrap {
    margin-top: 20px;
    padding: 10px;
  }

  .integration-api-section__wrap::after {
    display: none;
  }

  .integration-api-section__wrap::before {
    display: none;
  }


}

@media (max-width: 768px) {
  .h1 {
    font-size: 40px;
  }

  .h3 {
    font-size: 24px;
  }

  .h4 {
    font-size: 14px;
  }

  .icon-info__title {
    font-size: 20px;
  }

  .icon-info__desc {
    font-size: 14px;
  }

  .dek-greencirc {
    display: none;
  }

  .footer__grid {
    flex-wrap: wrap;
  }

  .footer__logo {
    flex: 0 0 50%;
  }

  .footer__menu {
    flex: 0 0 50%;
  }

  .footer__partner {
    flex: 0 0 50%;
    padding-left: 0;
  }

  .footer__phone {
    flex: 0 0 50%;
  }

  .promo-section {
    margin-top: 30px;
  }

  .promo-section .dek1 {
    display: none;
  }

  .promo-section .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .promo-section__left {
    flex: 0 0 100%;
  }

  .promo-section__right {
    flex: 0 0 100%;
    margin-top: 25px;
  }

  .promo-section__desc {
    margin: 10px 0 0;
  }

  .promo-section__price {
    font-size: 20px;
    margin-top: 20px;
  }

  .promo-section__price .pdek {
    display: none;
  }

  .promo-section__img-wrap {
    padding: 15px 7px;
  }

  .promo-section__img-wrap .dek2 {
    display: none;
  }

  .promo-section__img-wrap .dek3 {
    display: none;
  }

  .promo-section__img-wrap .dek4 {
    right: -200px;
  }

  .promo-items-section {
    margin-top: 35px;
  }

  .promo-items-section__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5em;
  }

  .without-borders-section {
    margin-top: 70px;
    border: 2px solid #23BB86;
    padding-top: 40px;
  }

  .without-borders-section .dek1 {
    display: none;
  }

  .without-borders-section .dek2 {
    display: none;
  }

  .without-borders-section__h3 {
    padding: 0 20px;
  }

  .without-borders-section__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 2em;
    margin: 40px 0 0;
  }

  .without-borders-section__icon {
    flex: 0 0 70px;
  }

  .without-borders-section__info {
    margin-left: 20px;
  }

  .nums-section {
    margin-top: 60px;
  }

  .nums-section .dek1 {
    display: none;
  }

  .nums-section .dek2 {
    display: none;
  }

  .nums-section .dek3 {
    display: none;
  }

  .nums-section__title .h3 {
    font-size: 24px;
    padding: 0 0 10px;
  }

  .nums-section__desc {
    margin-top: 20px;
  }

  .nums-section__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }

  .nums-section__item-num {
    font-size: 48px;
  }

  .nums-section__item-desc {
    font-size: 15px;
    margin-left: 15px;
  }

  .functions-api-section__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .connection-section {
    margin-top: 60px;
    position: relative;
  }

  .connection-section::after {
    display: none;
  }

  .connection-section__wrap {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .connection-section__list {
    flex: 100%;
  }

  .connection-section__nums {
    width: 86px;
    height: 303px;
    flex: 0 0 86px;
  }

  .connection-section__nums li {
    padding: 33px 0;
  }

  .connection-section__desc {
    padding: 0 45px 0 20px;
  }

  .connection-section__desc li {
    margin-top: 0;
  }

  .connection-section__desc li p {
    margin: 0 0 10px;
  }

  .connection-section__desc li a {
    font-size: 14px;
    color: #23BB86;
    text-decoration: underline;
  }

  .connection-section__img {
    flex: 0 0 100%;
    background: #FFFFFF;
    border: 1px solid #E0DEE1;
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.1);
    padding: 10px;
  }

  .connection-section__img img {
    width: 100%;
  }

  .tariffs-section__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .api-work-section {
    padding-bottom: 170px;
    margin-top: -90px;
  }

  .api-work-section__title {
    padding-top: 210px;
  }

  .api-work-section__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }

  .api-work-section__info-title {
    font-size: 20px;
  }

  .api-work-section__info-list {
    margin-top: 20px;
  }

  .api-work-section__info-list li {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .api-work-section__title2 {
    margin: 30px 0 0;
  }

  .api-work-section__title2-desc {
    font-size: 18px;
  }

  .api-work-section__title2 .h1 {
    font-size: 32px;
  }

  .support-section__title-icon {
    padding-left: 5px;
    padding-right: 5px;
  }

  .support-section__title-icon-icon {
    margin-right: 10px;
  }

  .support-section__title-icon-icon svg {
    width: 93px;
    height: 93px;
  }

  .support-section__title-icon-title {
    font-size: 24px;
  }

  .support-section__title-icon-desc {
    font-size: 16px;
  }

  .support-section__title {
    font-size: 24px;
  }

  .support-section__info-items {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2em;
    text-align: center;
  }

  .support-section__info-item-title {
    font-size: 18px;
  }

  .support-section__info-item-desc {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .support-section .try-free {
    margin-top: 70px;
  }

  .try-free {
    position: relative;
  }

  .try-free::after {
    display: none;
  }

  .try-free__wrap {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1em;
    padding: 25px 30px;
    overflow: hidden;
  }

  .try-free .dek-cir {
    right: -150px;
  }

  .try-free .dek-cir2 {
    display: none;
  }

  .try-free__right {
    padding: 0;
  }

  .try-free__title {
    max-width: 280px;
    font-size: 32px;
  }

  .try-free__desc {
    margin: 20px 0 30px;
    font-size: 18px;
  }

  .try-free__cons {
    margin: 0;
  }

  .try-free__phone {
    font-size: 26px;
    margin: 5px 0 10px;
  }

  .try-free__soc {
    display: flex;
  }

  .try-free__soc a {
    margin: 0 20px 0 0;
  }

  .try-free__soc svg {
    width: 30px;
    height: 30px;
  }

  .request-section {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .request-section__title {
    font-size: 24px;
  }

  .request-section__form {
    flex: 0 0 100%;
    padding: 0;
  }

  .request-section__desc {
    margin-bottom: 40px;
  }

  .request-section__photo {
    display: none;
  }

  .thank-you-section__title {
    margin: 65px 0 50px;
    font-size: 32px;
  }

  .thank-you-section__questions-wrap {
    padding: 35px 30px;
    overflow: hidden;
  }

  .thank-you-section__questions-wrap .dek-cir {
    right: -200px;
  }

  .thank-you-section__questions .h1 {
    font-size: 32px;
  }

  .thank-you-section__questions-grid {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  .thank-you-section__questions-left {
    flex: 0 0 100%;
  }

  .thank-you-section__questions-phone {
    margin: 0 0 10px;
  }

  .thank-you-section__questions-soc {
    padding: 0;
  }

  .thank-you-section__questions-soc a {
    margin: 0 20px 0 0;
  }

  .thank-you-section__questions-soc svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 640px) {
  .developer-section__icons {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .developer-section__info {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    padding-top: 30px;
    text-align: center;
  }

  .developer-section__link {
    text-align: center;
    margin-top: 20px;
  }

  .developer-section__link a {
    font-size: 14px;
    padding-left: 1px;
    padding-right: 10px;
  }
}

@media (max-width: 590px) {
  .footer {
    margin-top: 50px;
    text-align: center;
  }

  .footer__logo {
    flex: 0 0 100%;
  }

  .footer__logo .logo__title {
    font-size: 32px;
  }

  .footer__logo .logo__desc {
    font-size: 12px;
    letter-spacing: 1.3px;
  }

  .footer__logo p {
    display: none;
  }

  .footer__menu {
    flex: 0 0 100%;
  }

  .footer__partner {
    flex: 0 0 100%;
    margin-top: 40px;
  }

  .footer__partner .button {
    margin: 30px auto;
  }

  .footer__privacy-mob {
    display: block;
  }

  .footer__phone {
    flex: 0 0 100%;
    justify-content: center;
    margin: 30px 0 0;
  }

  .footer__phone-wrap {
    width: 100%;
  }

  .footer__phone-buttons {
    justify-content: center;
  }

  .footer__phone-icons {
    justify-content: center;
  }

  .footer__attention {
    flex-wrap: wrap;
  }

  .footer__attention p {
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
}

@media (max-width: 480px) {
  .try-free-section {
    margin-top: 30px;
  }

  .try-free-section .dek {
    display: none;
  }

  .try-free-section .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .functions-api-section__title {
    margin-top: 70px;
  }

  .functions-api-section__grid {
    margin-top: 20px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .functions-api-section__title-item {
    font-size: 20px;
  }

  .replacement-section {
    margin-top: -200px;
    padding-bottom: 70px;
  }

  .replacement-section__title {
    padding-top: 260px;
  }

  .replacement-section__desc {
    font-size: 20px;
    font-weight: 800;
    margin: 20px 0;
  }

  .our-api-section .dek1 {
    display: none;
  }

  .our-api-section .dek2 {
    display: none;
  }

  .our-api-section__wrap {
    margin-top: 20px;
  }

  .our-api-section__pre {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2em;
  }

  .our-api-section__pre-item {
    border: 2px solid #E0DEE1;
    padding: 40px 20px;
  }

  .our-api-section__pre-item-title {
    padding: 0 0 0 25px;
  }

  .our-api-section__pre-item-list li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 30px 0;
  }

  .our-api-section__pre-item-list li::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(assets/icon-not.svg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }

  .our-api-section__pre-item.active {
    border: 5px solid #23BB86;
  }

  .our-api-section__pre-item.active .our-api-section__pre-item-title {
    color: #23BB86;
  }

  .our-api-section__pre-item.active .our-api-section__pre-item-list li::after {
    background-image: url(assets/icon-yes.svg);
  }

  .tariffs-section {
    margin-top: 60px;
    padding-bottom: 70px;
  }

  .tariffs-section__title .h3 {
    padding-top: 70px;
  }

  .tariffs-section__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .integration-api-section__wrap {
    margin-top: 20px;
    padding: 10px;
  }

  .integration-api-section__wrap::after {
    display: none;
  }

  .integration-api-section__wrap::before {
    display: none;
  }




  .integration-api-section__links {
    margin: 10px 0;
  }

  .faq-section {
    margin-top: 10px;
  }

  .faq-section .dek1 {
    display: none;
  }

  .faq-section .dek2 {
    display: none;
  }

  .faq-section .container::after {
    display: none;
  }

  .faq-section__items {
    margin-top: 20px;
  }

  .faq-section__item {
    margin: 0 0 15px;
  }

  .faq-section__item.open .faq-section__plusminus {
    background: url(assets/icon-minus.svg) no-repeat;
  }

  .faq-section__item.open .faq-section__text {
    display: block;
  }

  .faq-section__text p {
    font-size: 12px;
  }
}


.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#222;color:#fff}.hljs-comment,.hljs-quote{color:#777}.hljs-built_in,.hljs-bullet,.hljs-deletion,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-regexp,.hljs-symbol,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ab875d}.hljs-attribute,.hljs-name,.hljs-section,.hljs-selector-class,.hljs-selector-id,.hljs-title,.hljs-type{color:#9b869b}.hljs-addition,.hljs-keyword,.hljs-selector-tag,.hljs-string{color:#8f9c6c}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
