@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Helpers
# Bootstrap
# Base
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q::before, q::after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, textarea {
  -webkit-box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Montserrat';
  src: url("assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("assets/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}

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

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

@font-face {
  font-family: 'Montserrat';
  src: url("assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

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

/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
@font-face {
  font-family: "fonticons";
  src: url("assets/icons/fonticons.woff2") format("woff2"), url("assets/icons/fonticons.woff") format("woff"), url("assets/icons/fonticons.ttf") format("truetype");
}

.font-aqua-filter-download:before, .font-arrow-next-2:before, .font-arrow-next:before, .font-back:before, .font-cesma:before, .font-check:before, .font-check2:before, .font-clock:before, .font-corect:before, .font-down-arrow:before, .font-facebook:before, .font-filter:before, .font-flasa:before, .font-icon-no:before, .font-icon-yes:before, .font-instagram:before, .font-left-arrow-2:before, .font-link-arrow:before, .font-mail-2:before, .font-mail:before, .font-next-3:before, .font-next:before, .font-people:before, .font-phone-3:before, .font-phone-w:before, .font-phone:before, .font-pin:before, .font-pin2:before, .font-return:before, .btn--phone:before, .call:before, .product-single__btn .arrow:before, .download:before, .footer-item__wrap .address:before, .footer-item__wrap .mail:before, .footer-item__wrap .phone:before, .testimonials__container .slick-prev:before, .testimonials__container .slick-next:before, .single-post__btns .arrow:before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.font-aqua-filter-download:before {
  content: "";
}

.font-arrow-next-2:before {
  content: "";
}

.font-arrow-next:before {
  content: "";
}

.font-back:before {
  content: "";
}

.font-cesma:before {
  content: "";
}

.font-check:before {
  content: "";
}

.font-check2:before {
  content: "";
}

.font-clock:before {
  content: "";
}

.font-corect:before {
  content: "";
}

.font-down-arrow:before {
  content: "";
}

.font-facebook:before {
  content: "";
}

.font-filter:before {
  content: "";
}

.font-flasa:before {
  content: "";
}

.font-icon-no:before {
  content: "";
}

.font-icon-yes:before {
  content: "";
}

.font-instagram:before {
  content: "";
}

.font-left-arrow-2:before {
  content: "";
}

.font-link-arrow:before {
  content: "";
}

.font-mail-2:before {
  content: "";
}

.font-mail:before {
  content: "";
}

.font-next-3:before {
  content: "";
}

.font-next:before {
  content: "";
}

.font-people:before {
  content: "";
}

.font-phone-3:before {
  content: "";
}

.font-phone-w:before {
  content: "";
}

.font-phone:before {
  content: "";
}

.font-pin:before {
  content: "";
}

.font-pin2:before {
  content: "";
}

.font-return:before {
  content: "";
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
	Example:
	-------------------------------------------------------------------------------------------------
	@include mq($phone) 			 	@media screen and (max-width: 640px)
	-------------------------------------------------------------------------------------------------
	@include mq(991) 			 	 	@media screen and (max-width: 991px)
	-------------------------------------------------------------------------------------------------
	@include mq($phone + 1, min) 	 	@media screen and (min-width: 641px)
	-------------------------------------------------------------------------------------------------
	@include mq(992, min) 			 	@media screen and (min-width: 992px)
	-------------------------------------------------------------------------------------------------
	@include mq(400, min, height) 	 	@media screen and (min-height: 400px)
	-------------------------------------------------------------------------------------------------
	@include mq(992) {				 	@media screen and (max-width: 992px) and (min-width: 767px)
		@include mq(767, min) {

		}
	}
	-------------------------------------------------------------------------------------------------
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.centered {
  text-align: center;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.sr-only:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 10px 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6, span {
    background: none;
    color: #000 !important;
  }
  .temp,
  .site-header,
  .site-footer,
  .banner,
  .entry-footer {
    display: none;
  }
  /*--------------------------------------------------------------
	## Content Split
	--------------------------------------------------------------*/
  .content-split {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .content-split-media-wide {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #25282a;
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 1.6;
}

blockquote {
  margin: 0 25px;
}

pre {
  max-width: 100%;
  padding: 1.6em;
  overflow: auto;
  background: #bebebe;
}

[class*='font-'] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 30px;
  line-height: 1;
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  height: 100%;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.site {
  max-width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/
.wrapper {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper--lg {
  max-width: 1886px;
}

.wrapper--l {
  max-width: 1725px;
}

.wrapper--ll {
  max-width: 1520px;
}

.wrapper--ml {
  max-width: 1400px;
}

.wrapper--md {
  max-width: 1250px;
}

.wrapper--sl {
  max-width: 1200px;
}

.wrapper--sm {
  max-width: 1010px;
}

/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .is-animate {
    backface-visibility: hidden;
    opacity: 0;
    will-change: transform;
  }
  .slide-up {
    transform: translate3d(0, 200px, 0);
    transition: 1500ms ease-in-out;
  }
  .slide-fade {
    transform: translate3d(0, 0, 0);
    transition: 1500ms ease-in-out;
  }
  .slide-down {
    transform: translate3d(0, -200px, 0);
    transition: 1500ms ease-in-out;
  }
  .is-visible {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  background-color: #06f;
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: bold;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  text-align: center;
  font-family: "Montserrat", serif;
  border: none;
  outline: none;
  text-decoration: none;
  transition: 350ms ease;
}

.btn:active, .btn:focus {
  outline: none;
}

.btn:hover {
  background-color: transparent;
  color: #06f;
}

@media screen and (max-width: 1199px) {
  .btn {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 9px 17px;
    min-width: 195px;
    transition: none;
  }
}

.btn--sm {
  min-width: 120px;
}

.btn--s {
  min-width: 50px;
}

@media screen and (max-width: 767px) {
  .btn--s {
    min-width: 150px;
  }
}

.btn--blue2 {
  color: #0749ad;
  background-color: transparent;
}

.btn--blue2::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 9px;
  display: inline-block;
  transition: 350ms ease;
}

.btn--blue2:hover {
  color: #06f;
}

.btn--blue2:hover::after {
  transform: translateX(7px);
}

@media screen and (max-width: 767px) {
  .btn--blue2 {
    padding: 0;
  }
}

.btn-sec {
  border: 1px solid #06f;
  color: #06f;
  background-color: transparent;
}

.btn-sec:hover {
  background-color: #06f;
  color: #fff;
}

.btn--ghost {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn--ghost:hover {
  background-color: #fff;
  color: #0749ad;
  border-color: #0749ad;
}

.btn--white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn--white:hover {
  background-color: #fff;
  color: #0749ad;
}

.btn--blue {
  border: 1px solid transparent;
}

.btn--blue:hover {
  background-color: transparent;
  border-color: #06f;
}

.btn--arrow {
  background-color: transparent;
  padding: 0;
  min-width: auto;
}

.btn--arrow:hover::after {
  transform: translateX(7px);
}

.btn--arrow::after {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  margin-left: 11px;
  font-size: 9px;
  transition: 350ms ease;
  display: inline-block;
}

.btn--red {
  background-color: #06f;
  border: 1px solid transparent;
}

.btn--red:hover {
  background-color: #fff;
  color: #06f;
  border: 1px solid #06f;
}

.btn--red--blue {
  background-color: rgba(255, 62, 50, 0.85);
}

.btn--red--blue:hover {
  background-color: #0749ad;
  color: #fff;
}

.btn--blue-red {
  color: #fff;
}

.btn--blue-red:hover {
  background-color: #ff3e32;
  color: #fff;
}

.btn-red-ghost {
  background-color: transparent;
  border: 1px solid rgba(255, 62, 50, 0.85);
  color: rgba(255, 62, 50, 0.85);
}

.btn-red-ghost:hover {
  background-color: #ff3e32;
  color: #fff;
}

button:active, button:focus {
  outline: none;
}

.btn--phone:before {
  content: "";
}

.btn--phone::before {
  margin-right: 13px;
}

@media screen and (max-width: 767px) {
  .btn--phone {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  padding: 17px 20px;
  border: 1px solid #fff;
  width: 100%;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 1.18;
  font-family: "Montserrat", serif;
  letter-spacing: 0.03em;
  outline: none;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='tel']::placeholder,
textarea::placeholder {
  color: #fff;
}

@media screen and (max-width: 767px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  textarea {
    padding: 10px 7px;
    font-size: 14px;
  }
}

textarea {
  height: 233px;
  border-top: 1px solid #a5a5a5;
}

@media screen and (max-width: 767px) {
  textarea {
    height: 149px;
  }
}

/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
img {
  max-width: 100%;
  display: block;
  height: initial;
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.banner {
  padding: 200px 0 0;
  height: 989px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .banner {
    height: 100%;
    padding: 150px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 100px 0 0;
  }
}

.banner__container {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 500px) {
  .banner__container {
    padding-left: 0;
  }
}

.banner__content {
  max-width: 570px;
  width: 100%;
  margin-left: 0;
}

@media screen and (max-width: 1300px) {
  .banner__content {
    max-width: 465px;
  }
}

@media screen and (max-width: 1024px) {
  .banner__content {
    max-width: 665px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 959px) {
  .banner__content {
    max-width: 496px;
  }
}

@media screen and (max-width: 500px) {
  .banner__content {
    text-align: left;
  }
}

.banner__content-title {
  font-size: 48px;
  line-height: 1.22;
  font-weight: 600;
  color: #0749ad;
  margin-bottom: 30px;
}

@media screen and (max-width: 1300px) {
  .banner__content-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .banner__content-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 959px) {
  .banner__content-title {
    font-size: 42px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .banner__content-title {
    font-size: 29px;
    max-width: 340px;
    text-align: left;
  }
}

.banner__content-subtitle {
  font-size: 30px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 80px;
}

@media screen and (max-width: 1300px) {
  .banner__content-subtitle {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .banner__content-subtitle {
    font-size: 23px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner__content-subtitle {
    font-size: 20px;
    max-width: 247px;
    margin: 0 auto;
  }
}

.tabs__container [data-tab-content] {
  display: none;
}

.tabs__container .active[data-tab-content] {
  display: block;
}

.tabs__container .open[data-tab-target] {
  opacity: 1;
  border-bottom: 5px solid #0749ad;
}

.tabs__container-img {
  display: flex;
}

.tabs__container-img img {
  width: 121px;
  height: 121px;
  cursor: pointer;
  opacity: 0.3;
}

@media screen and (max-width: 1300px) {
  .tabs__container-img img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .tabs__container-img {
    justify-content: center;
    margin: 100px 0;
  }
  .tabs__container-img img {
    margin-right: 35px;
  }
  .tabs__container-img img:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .tabs__container-img {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 500px) {
  .tabs__container-img {
    margin: 40px 0;
  }
  .tabs__container-img img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }
}

.tab-content {
  max-width: 730px;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 50%;
}

.tab-content .tab-content__btns .btn--arrow {
  color: #06f;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .tab-content {
    position: relative;
    left: 0;
    margin: 0 auto;
    max-width: 811px;
  }
}

.tab-content__container {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .tab-content__container {
    justify-content: end;
  }
}

@media screen and (max-width: 959px) {
  .tab-content__container {
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .tab-content__container {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.tab-content-text-wrap {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 1024px) {
  .tab-content-text-wrap {
    flex: 0 0 35%;
    max-width: 35%;
  }
}

@media screen and (max-width: 500px) {
  .tab-content-text-wrap {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.tab-content__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #0749ad;
  margin-bottom: 20px;
  max-width: 278px;
}

@media screen and (max-width: 1300px) {
  .tab-content__title {
    font-size: 23px;
  }
}

@media screen and (max-width: 500px) {
  .tab-content__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.tab-content-text {
  font-size: 18px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 5px;
  display: block;
}

.tab-content-text:nth-of-type(3) {
  font-weight: 600;
}

.tab-content-text:nth-of-type(4) {
  margin-top: 20px;
}

@media screen and (max-width: 1300px) {
  .tab-content-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .tab-content-text {
    font-size: 12px;
  }
}

.tab-content-price {
  font-size: 24px;
  line-height: 1.23;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #0749ad;
  margin-bottom: 5px;
  display: block;
}

@media screen and (max-width: 500px) {
  .tab-content-price {
    font-size: 16px;
  }
}

.tab-content-gray-text {
  font-size: 14px;
  line-height: 1.21;
  color: #ababab;
  max-width: 260px;
  margin-left: 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .tab-content-gray-text {
    font-size: 12px;
    display: none;
  }
}

.tab-content__btns {
  margin: 20px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tab-content__container-img {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 1024px) {
  .tab-content__container-img {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .tab-content__container-img img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .tab-content__container-img {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.banner-sm {
  background-color: #e6f0ff;
  height: 180px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 959px) {
  .banner-sm {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .banner-sm {
    height: 160px;
  }
}

.banner-sm__content-title {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #0749ad;
}

@media screen and (max-width: 767px) {
  .banner-sm__content-title {
    font-size: 29px;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header {
  background-color: #fff;
  z-index: 1001;
  position: fixed;
  width: 100%;
  top: 0;
  max-height: 72px;
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}

.header__nav {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}

.search-wrap .search-submit {
  display: none;
}

@media screen and (max-width: 1650px) {
  .search__box-field {
    display: none;
  }
}

.header-btn {
  position: relative;
  z-index: 10;
}

.header-call {
  position: absolute;
  top: 27%;
  left: 50%;
  display: inline-flex;
  align-items: center;
}

.header-call a {
  color: #06f;
  border-radius: 100px;
  font-weight: bold;
  display: none;
}

.header-call a:hover {
  background-color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .header-call {
    top: 32%;
  }
  .header-call a {
    display: inline-flex;
  }
  .header-call .call::before {
    margin-right: 5px;
  }
}

.header-mobile-icon {
  color: #fff;
  font-size: 23px;
  display: flex;
  position: fixed;
  line-height: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  background-color: #06f;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .header-mobile-icon {
    opacity: 1;
    visibility: visible;
  }
}

.header__logo {
  display: block;
  margin-left: 30px;
}

@media screen and (max-width: 1300px) {
  .header__logo img {
    width: 130px;
  }
}

@media screen and (max-width: 1024px) {
  .header__logo {
    padding-top: 0;
  }
  .header__logo img {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 250px;
    margin-left: 15px;
    margin-top: 2px;
  }
  .header__logo img {
    width: 230px;
  }
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

@media screen and (max-width: 1300px) {
  .header__container {
    padding: 24px 0;
  }
}

@media screen and (max-width: 1024px) {
  .header__container {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 15px 0;
  }
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .menu-item {
    max-width: 293px;
    margin: 0 auto;
  }
}

.sub-menu {
  position: absolute;
  background-color: #fff;
  flex-direction: column;
  min-width: 200px;
  left: -8px;
  top: 35px;
  display: none;
}

.sub-menu .menu-item {
  padding-left: 20px;
  padding-top: 21px;
}

.sub-menu .menu-item a {
  padding: 0;
  color: #0749ad;
  font-size: 15px;
}

.sub-menu .menu-item:nth-of-type(3) {
  padding-left: 20px;
  padding-bottom: 20px;
}

.sub-menu .menu-item:hover a {
  color: #06f;
}

@media screen and (max-width: 1024px) {
  .sub-menu {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sub-menu .menu-item {
    padding-left: 0;
    padding: 10px 0 9px;
    margin: 15px 0 0;
  }
  .sub-menu .menu-item:nth-of-type(3) {
    padding-left: 0;
    padding-bottom: 10px;
  }
}

.sub-icon {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 19px;
  display: none;
}

.sub-icon::before {
  font-weight: bold;
  color: #0749ad;
}

@media screen and (max-width: 1024px) {
  .sub-icon {
    display: block;
  }
}

.call:before {
  content: "";
}

.call::before {
  margin-right: 13px;
}

/*--------------------------------------------------------------
## Menu-btn
--------------------------------------------------------------*/
.menu-btn {
  display: none;
  position: absolute;
  z-index: 110;
  top: 45px;
  right: 25px;
  width: 25px;
  height: 19px;
  transition: 350ms ease;
}

.menu-btn::after, .menu-btn::before,
.menu-btn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #0749ad;
}

.menu-btn::after, .menu-btn::before {
  content: '';
  transition: 350ms width 350ms ease;
}

.menu-btn::after {
  top: 0;
  left: 0;
}

.menu-btn::before {
  right: 0;
  bottom: 0;
  width: 25px;
}

.menu-btn span {
  top: 50%;
  margin-top: -1.5px;
  transition: transform 350ms ease;
  width: 25px;
  right: 0;
}

.menu-btn span::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  transition: transform 350ms ease;
  background-color: #0749ad;
}

.menu-btn.open {
  display: block;
}

.menu-btn.open::after, .menu-btn.open::before,
.menu-btn.open span {
  background-color: #0749ad;
}

.menu-btn.open::after, .menu-btn.open::before {
  width: 0;
  transition: 350ms ease;
}

.menu-btn.open::after {
  left: 0;
}

.menu-btn.open::before {
  right: 0;
}

.menu-btn.open span {
  transform: rotate(45deg);
  transition: 350ms transform 350ms ease;
}

.menu-btn.open span::before {
  transform: rotate(-90deg);
  transition: 350ms transform 350ms ease;
  background-color: #0749ad;
}

@media screen and (max-width: 1024px) {
  .menu-btn {
    display: block;
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menu-btn {
    top: 18px;
    right: 16px;
  }
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.primary-menu {
  display: flex;
  align-items: center;
}

.primary-menu li {
  padding: 0 15px;
  display: inline-block;
}

.primary-menu li:nth-of-type(3) {
  padding-left: 30px;
}

.primary-menu a {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #0749ad;
  transition: 350ms ease;
  position: relative;
  font-weight: 500;
  padding: 26px 0;
}

.primary-menu a:hover {
  color: #06f;
}

@media screen and (max-width: 1450px) {
  .primary-menu a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1300px) {
  .primary-menu li {
    padding: 0 8px;
  }
  .primary-menu li:nth-of-type(3) {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .primary-menu li {
    padding: 0 4px;
  }
}

@media screen and (max-width: 1024px) {
  .primary-menu {
    text-align: center;
    padding: 70px 0;
    display: block;
    height: 100vh;
  }
  .primary-menu li {
    display: block;
    padding: 0;
    margin-bottom: 45px;
  }
  .primary-menu a {
    font-size: 20px;
    padding: 0;
  }
  .primary-menu a::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .primary-menu {
    height: 100vh;
    padding: 40px 0;
    overflow: hidden;
  }
  .primary-menu li {
    margin-bottom: 25px;
  }
  .primary-menu a {
    font-size: 20px;
    padding: 0;
  }
  .primary-menu li:nth-of-type(3) {
    padding-left: 0;
  }
}

.nav-big {
  position: relative;
}

.nav-big:nth-of-type(2) {
  padding-right: 30px;
}

.nav-big a {
  text-transform: uppercase;
  font-weight: 600;
}

.nav-big::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #0749ad;
}

.nav-big:nth-of-type(1)::after {
  content: none;
}

@media screen and (max-width: 1300px) {
  .nav-big:nth-of-type(2) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-big::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-big:nth-of-type(2) {
    padding-right: 0;
  }
}

#menu-item-1052 {
  padding: 0;
}

#menu-item-1052 a {
  background-color: #06f;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1024px) {
  #menu-item-1052 {
    padding: 10px 0 16px;
  }
  #menu-item-1052 a {
    padding: 10px 15px;
  }
}

.current-menu-item a {
  color: #06f;
}

/*--------------------------------------------------------------
## Entry-content
--------------------------------------------------------------*/
.entry-content p {
  font-size: 18px;
  line-height: 1.32;
  margin-bottom: 25px;
  color: #0749ad;
}

.entry-content a {
  color: #0749ad;
  text-decoration: underline;
}

.entry-content ul li {
  margin-bottom: 10px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  color: #0749ad;
  padding-left: 20px;
}

.entry-content ul li::before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: '-';
  font-size: 25px;
  color: #0749ad;
  position: absolute;
  top: -13px;
  left: 0;
}

.entry-content.about__content-text ul li {
  color: #0749ad;
  font-size: 24px;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 25px;
}

.entry-content.about__content-text ul li::before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  font-size: 25px;
  color: #0749ad;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.entry-content h1 {
  font-size: 51px;
  line-height: 1.22;
  color: #0749ad;
  margin: 50px 0;
  font-weight: bold;
}

.entry-content h2 {
  font-size: 40px;
  line-height: 1.21;
  color: #0749ad;
  margin: 30px 0;
}

.entry-content h3 {
  font-size: 30px;
  line-height: 1.23;
  color: #0749ad;
  margin-bottom: 30px;
}

.entry-content h4 {
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 30px;
}

.entry-content h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 50px;
}

.entry-content h6 {
  font-size: 18px;
  line-height: 1.22;
  color: #0749ad;
  margin-bottom: 10px;
  font-weight: 500;
}

.entry-content.header__megamenu-content p {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}

.entry-content.header__megamenu-content h6 {
  color: #fff;
}

.entry-content .product-single__right-btn-call {
  margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
  .entry-content h2 {
    font-size: 36px;
  }
  .entry-content h3 {
    font-size: 33px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .entry-content h1 {
    font-size: 32px;
    margin: 30px 0 20px;
  }
  .entry-content h2 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    margin: 30px 0 20px;
    color: #0749ad;
  }
  .entry-content h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .entry-content h4 {
    font-size: 18px;
  }
  .entry-content h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .entry-content ul li {
    font-size: 14px;
  }
  .entry-content.about__content-text ul li {
    font-size: 17px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .entry-content.about__content-text ul li::before {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
## Section-head
--------------------------------------------------------------*/
.section-head__title {
  font-size: 42px;
  line-height: 1.21;
  text-align: center;
  color: #0749ad;
  margin-bottom: 50px;
}

@media screen and (max-width: 1300px) {
  .section-head__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .section-head__title {
    font-size: 29px;
    margin-bottom: 20px;
  }
}

.section-head__title--left {
  text-align: left;
}

.section-head__title--white {
  color: #fff;
}

.section-head__subtitle {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #0749ad;
  max-width: 770px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .section-head__subtitle {
    max-width: 650px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .section-head__subtitle {
    max-width: 100%;
    font-size: 17px;
  }
}

.section-head__subtitle--white {
  color: #fff;
}

/*--------------------------------------------------------------
## Intro
--------------------------------------------------------------*/
.intro {
  padding: 150px 0;
  background-color: rgba(0, 102, 255, 0.1);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .intro {
    padding: 100px 0;
  }
}

@media screen and (max-width: 959px) {
  .intro {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 50px 0 35px;
  }
}

.intro__container {
  display: flex;
  justify-content: center;
}

.intro-image-parallax {
  position: absolute;
  top: 800px;
  left: 10%;
}

@media screen and (max-width: 1300px) {
  .intro-image-parallax img {
    width: 80%;
  }
}

@media screen and (max-width: 1024px) {
  .intro-image-parallax {
    display: none;
  }
}

.intro__item span {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .intro__item {
    width: 70%;
  }
  .intro__item span {
    font-size: 14px;
  }
}

.intro-text {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #0749ad;
  margin: 50px 0;
}

@media screen and (max-width: 959px) {
  .intro-text {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .intro-text {
    font-size: 16px;
    margin: 25px 0;
    padding: 0;
  }
}

.intro__btns {
  text-align: center;
  display: flex;
  justify-content: center;
}

.intro__btns .btn-sec {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .intro__btns {
    flex-direction: column;
    max-width: 212px;
    margin: 0 auto 20px;
  }
  .intro__btns .btn-sec {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/
.products {
  padding: 130px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .products {
    padding: 20px 0;
  }
}

.products--home {
  padding: 60px 0;
  background-color: #f1f1f1;
  margin-top: 70px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .products--home {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .products--home {
    margin-top: 0;
  }
}

.product__container {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .product__container {
    margin-top: 10px;
  }
}

.products__item,
.products__item[aria-hidden='true']:not(.slick-cloned) ~ .slick-cloned[aria-hidden='true'] {
  position: relative;
}

.products__item img,
.products__item[aria-hidden='true']:not(.slick-cloned) ~ .slick-cloned[aria-hidden='true'] img {
  margin: 0 auto;
  opacity: 0.7;
  transform: scale(0.4);
  transition: 350ms ease;
}

.products__item span,
.products__item[aria-hidden='true']:not(.slick-cloned) ~ .slick-cloned[aria-hidden='true'] span {
  text-align: center;
  display: block;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #0749ad;
  opacity: 0.7;
}

@media screen and (max-width: 959px) {
  .products__item span,
  .products__item[aria-hidden='true']:not(.slick-cloned) ~ .slick-cloned[aria-hidden='true'] span {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .products__item img,
  .products__item[aria-hidden='true']:not(.slick-cloned) ~ .slick-cloned[aria-hidden='true'] img {
    width: 185px;
  }
}

.products-single {
  padding: 50px 0;
}

@media screen and (max-width: 959px) {
  .products-single {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .products-single {
    padding: 25px 0;
  }
}

.product-single__container {
  display: flex;
  padding-top: 100px;
}

@media screen and (max-width: 959px) {
  .product-single__container {
    display: block;
    padding: 0 23px;
  }
}

@media screen and (max-width: 767px) {
  .product-single__container {
    padding: 0;
    margin-top: 70px;
  }
}

.product-single__left-main-image img {
  width: 100%;
}

.product-single__left-main-image:focus {
  outline: none;
}

@media screen and (max-width: 959px) {
  .product-single__left-main-image img {
    margin: 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .product-single__left-main-image img {
    width: 70%;
  }
}

.product-single__left-wrap {
  flex: 0 0 40%;
  max-width: 40%;
}

@media screen and (max-width: 959px) {
  .product-single__left-wrap {
    margin: 0 auto 50px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .product-single__left-wrap {
    margin: 0 auto 20px;
  }
}

.product-single__left-sec {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

.product-single__left-sec img {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .product-single__left-sec {
    margin-bottom: 20px;
  }
}

.product-single__left-sec-image {
  padding: 6px 8px;
  flex: 0 0 25%;
  max-width: 25%;
}

.product-single__left-sec-image img {
  border: 2px solid transparent;
  transition: 350ms ease;
}

.product-single__left-sec-image.is-active img {
  border-color: #0749ad;
}

@media screen and (max-width: 959px) {
  .product-single__left-sec-image img {
    width: 100%;
    margin: 0 auto;
  }
}

.product-single__right {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 60px;
}

@media screen and (max-width: 959px) {
  .product-single__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.product-single__right-text {
  font-size: 18px;
  line-height: 1.22;
  color: #0749ad;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
  .product-single__right-text {
    font-size: 14px;
  }
}

.product-single__right-text-bold {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #0749ad;
}

@media screen and (max-width: 500px) {
  .product-single__right-text-bold {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.product-single__right-text-gray {
  font-size: 14px;
  color: #ababab;
  margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
  .product-single__right-text-gray {
    margin-bottom: 10px;
  }
}

.product-single__right-price {
  font-size: 30px;
  line-height: 1.23;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  color: #0749ad;
}

@media screen and (max-width: 500px) {
  .product-single__right-price {
    font-size: 20px;
  }
}

.product-single__right-wrap {
  display: flex;
}

@media screen and (max-width: 767px) {
  .product-single__right-wrap {
    justify-content: center;
    margin-bottom: 0;
  }
}

.product-single__right-pretitle {
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .product-single__right-pretitle {
    text-align: center;
  }
}

.product-single__right-title {
  font-size: 42px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .product-single__right-title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.product-single__right-title-content h1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 1.21;
  margin: 0 0 30px;
}

.product-single__right-title-content h5 {
  margin-bottom: 30px;
}

.product-single__right-title-content p {
  color: #0749ad;
}

.product-single__right-title-content ul {
  margin-bottom: 25px;
}

.product-single__right-title-content ul li {
  color: #0749ad;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 24px;
}

.product-single__right-title-content a {
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .product-single__right-title-content li {
    margin-bottom: 20px;
  }
  .product-single__right-title-content h3 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .product-single__right-title-content h1 {
    font-size: 30px;
  }
}

.product-single__btn {
  display: flex;
  align-items: center;
  margin-top: 50px;
  border-top: 1px solid #0749ad;
  padding-top: 50px;
}

.product-single__btn .arrow {
  margin-left: 30px;
  color: #06f;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.product-single__btn .arrow:before {
  content: "";
}

.product-single__btn .arrow::before {
  margin-right: 10px;
  transition: 350ms ease;
}

.product-single__btn .arrow:hover::before {
  transform: translateX(-5px);
}

@media screen and (max-width: 767px) {
  .product-single__btn {
    display: block;
    text-align: center;
    margin-top: 0;
    padding-top: 40px;
  }
  .product-single__btn .arrow {
    margin-left: 0;
    justify-content: center;
    margin-top: 30px;
  }
}

.keyword__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.keyword__wrap li {
  padding-right: 10px;
}

.keyword__wrap li::after {
  content: ',';
  display: inline-block;
}

.keyword__wrap li:last-of-type::after {
  content: none;
}

.keyword__wrap a {
  font-size: 16px;
  line-height: 1.18;
  color: #0749ad;
  transition: 350ms ease;
}

.keyword__wrap a:hover {
  color: #06f;
}

@media screen and (max-width: 767px) {
  .keyword__wrap {
    margin-bottom: 20px;
  }
}

.keyword-title {
  font-weight: bold;
  font-size: 16px;
  color: #0749ad;
  margin-bottom: 10px;
}

.a2a_kit.a2a_kit_size_32.addtoany_list a {
  padding: 0 10px 0 0;
}

.download {
  border-top: 1px solid #0749ad;
  padding: 50px 0 0;
  color: #0749ad;
  font-weight: 600;
  transition: 350ms ease;
  display: flex;
  align-items: center;
}

.download:before {
  content: "";
}

.download::before {
  margin-right: 20px;
  transition: 350ms ease;
}

.download:hover {
  color: #06f;
}

@media screen and (max-width: 767px) {
  .download {
    padding: 25px 0 10px;
    margin-top: 30px;
  }
}

.related-products {
  padding-top: 100px;
}

@media screen and (max-width: 959px) {
  .related-products {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .related-products {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .related-products-title {
    padding: 0 15px;
  }
}

.share-icons {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .share-icons {
    margin-top: 30px;
    text-align: center;
  }
}

.product-single__right-btns {
  margin: 50px 0;
  display: flex;
  align-items: center;
}

.product-single__right-btns a {
  text-decoration: none;
}

.product-single__right-btns .btn--red {
  margin-bottom: 20px;
  color: #fff;
}

.product-single__right-btns .btn--red:hover {
  color: #0749ad;
}

@media screen and (max-width: 500px) {
  .product-single__right-btns {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 30px;
  }
}

.product-single__right-btn-call {
  flex: 0 0 60%;
  max-width: 60%;
  margin-left: 30px;
}

.product-single__right-btn-call a {
  color: #0749ad;
}

@media screen and (max-width: 500px) {
  .product-single__right-btn-call {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
.services {
  padding: 100px 0;
  background-color: #0749ad;
}

@media screen and (max-width: 959px) {
  .services {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .services {
    padding: 50px 0;
  }
}

.services__container {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 767px) {
  .services__container {
    display: block;
    margin-top: 60px;
  }
}

.service__item {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  position: relative;
}

.service__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 182px;
  background-color: #fff;
}

.service__item:last-of-type::after {
  content: none;
}

.service__item img {
  margin: 0 auto;
  transition: 350ms ease;
}

.service__item:hover {
  cursor: pointer;
}

.service__item:hover img {
  transform: translateY(-20px);
}

@media screen and (max-width: 959px) {
  .service__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .service__item::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .service__item img {
    height: 60px;
  }
}

.service__item--inner {
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .service__item--inner {
    max-width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .service__item--inner {
    max-width: 100%;
  }
  .service__item--inner img {
    width: 80px;
  }
}

.service__item-title {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service__item-title {
    margin: 20px 0 10px;
  }
}

.service__item-text p {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service__item-text {
    max-width: 300px;
    margin: 0 auto;
  }
}

.services__btns {
  margin-top: 70px;
  text-align: center;
}

.services__btns .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .services__btns {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .services__btns {
    max-width: 212px;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Img-text
--------------------------------------------------------------*/
.img-text-block img {
  margin: 0 auto;
}

.img-text-block-image {
  transition: transform 800ms ease;
  will-change: transform;
}

@media screen and (max-width: 767px) {
  .img-text-block-image img {
    width: 70px;
    height: 70px;
  }
}

.img-text-block--light {
  background-color: rgba(0, 102, 255, 0.1);
  padding: 100px 0;
}

@media screen and (max-width: 959px) {
  .img-text-block--light {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .img-text-block--light {
    padding: 50px 0 0;
  }
}

.img-text-block__wrap {
  padding: 100px 0;
  max-width: 980px;
  margin: 0 auto;
}

.img-text-block__wrap p {
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .img-text-block__wrap {
    padding: 100px 40px;
  }
}

@media screen and (max-width: 959px) {
  .img-text-block__wrap {
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .img-text-block__wrap {
    padding: 50px 0;
    max-width: 100%;
  }
  .img-text-block__wrap p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

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

.bg-img {
  height: 600px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 959px) {
  .bg-img {
    background-attachment: inherit;
  }
}

@media screen and (max-width: 767px) {
  .bg-img {
    height: 250px;
  }
  .bg-img img {
    width: 50%;
  }
}

.bg-img__parallax {
  will-change: transform;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/*--------------------------------------------------------------
## Certificates
--------------------------------------------------------------*/
.certificates {
  padding: 100px 0 150px;
}

@media screen and (max-width: 959px) {
  .certificates {
    padding: 50px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .certificates {
    padding: 50px 0;
  }
}

.certificates__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .certificates__container {
    align-items: center;
  }
}

.certificate__item {
  padding: 0 40px;
  transition: 350ms ease;
}

.certificate__item img {
  margin: 0 auto;
}

@media screen and (max-width: 959px) {
  .certificate__item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .certificate__item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
  }
}

.sertificates__subtext {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  margin: 50px 0 80px;
  color: #0749ad;
}

@media screen and (max-width: 767px) {
  .sertificates__subtext {
    font-size: 17px;
    max-width: 250px;
    margin: 0 auto 40px;
  }
}

/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
@media screen and (max-width: 1650px) {
  .accordion {
    padding: 0 0 90px;
  }
}

@media screen and (max-width: 1024px) {
  .accordion {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 50px 0 20px;
  }
}

.accordion-sm {
  padding: 150px 0 100px;
  background-color: #0749ad;
}

@media screen and (max-width: 1024px) {
  .accordion-sm {
    padding: 100px 0;
  }
}

@media screen and (max-width: 959px) {
  .accordion-sm {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .accordion-sm {
    padding: 50px 0;
  }
}

.accordion-sm--light {
  background-color: rgba(0, 102, 255, 0.1);
}

@media screen and (max-width: 1300px) {
  .accordion-sm--light {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-sm--light {
    padding: 50px 0 25px;
  }
}

.accordion__wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .accordion__wrap {
    display: block;
    padding: 0 15px;
  }
}

.accordion__wrap-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.accordion__wrap-image img {
  margin-left: auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .accordion__wrap-image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .accordion__wrap-image img {
    width: 100%;
  }
}

.accordion__wrap-content {
  max-width: 615px;
  width: 100%;
  padding-left: 80px;
}

@media screen and (max-width: 1024px) {
  .accordion__wrap-content {
    max-width: 100%;
    text-align: center;
    padding: 50px 0;
  }
}

@media screen and (max-width: 959px) {
  .accordion__wrap-content {
    padding: 20px 0 50px;
  }
}

.accordion__wrap-item {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}

.accordion__wrap-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f5eded;
}

@media screen and (max-width: 1024px) {
  .accordion__wrap-item {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .accordion__wrap-item {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .accordion__wrap-item::after {
    content: none;
  }
}

.accordion__wrap-item-box {
  display: none;
}

.active {
  display: block;
  visibility: visible;
}

.accordion__wrap-item-title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #0749ad;
}

@media screen and (max-width: 1024px) {
  .accordion__wrap-item-title {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .accordion__wrap-item-title {
    font-size: 20px;
  }
}

.accordion__wrap-item-text {
  margin: 20px 0;
}

.accordion__wrap-item-text p {
  color: #0749ad;
  margin-bottom: 13px;
}

@media screen and (max-width: 1300px) {
  .accordion__wrap-item-text {
    max-width: 461px;
    margin: 20px auto;
    margin-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .accordion__wrap-item-text {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .accordion__wrap-item-text {
    max-width: 550px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .accordion__wrap-item-text {
    max-width: 100%;
  }
  .accordion__wrap-item-text p {
    margin-bottom: 10px;
  }
}

.accordion__wrap-item-btn {
  position: relative;
}

.accordion__wrap-item-btn a {
  color: #06f;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 600;
  display: inline-block;
}

.accordion__wrap-item-btn:hover a {
  color: #0749ad;
}

@media screen and (max-width: 767px) {
  .accordion__wrap-item-btn a {
    font-size: 14px;
  }
}

.accordion__btn {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .accordion__btn {
    text-align: center;
    margin-top: 45px;
  }
}

.accordion-sm__section-title {
  font-size: 30px;
  line-height: 1.23;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .accordion-sm__section-title {
    font-size: 29px;
  }
}

.accordion-sm__section-title--light {
  color: #0749ad;
}

.accordion-sm__item {
  border-bottom: 1px solid rgba(185, 185, 185, 0.6);
  cursor: pointer;
  transition: 350ms ease;
}

.accordion-sm__item:first-of-type {
  border-top: 1px solid rgba(185, 185, 185, 0.6);
}

.accordion-sm__item--light {
  border-bottom: 1px solid #0749ad;
}

.accordion-sm__item--light:first-of-type {
  border-top: 1px solid #0749ad;
}

.accordion-sm__item-title {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding: 30px 155px 30px 20px;
  transition: 350ms ease;
}

.accordion-sm__item-title::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 2px;
  height: 14px;
  background-color: #fff;
  transition: 350ms ease;
}

.accordion-sm__item-title::before {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 2px;
  height: 14px;
  background-color: #fff;
  transform: rotate(90deg);
  transition: 350ms ease;
}

.accordion-sm__item-title.is-open::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .accordion-sm__item-title {
    padding: 20px 50px 20px 0;
    font-size: 16px;
  }
  .accordion-sm__item-title::after, .accordion-sm__item-title::before {
    height: 12px;
    width: 2px;
  }
}

.accordion-sm__item-title--light {
  color: #0749ad;
}

.accordion-sm__item-title--light::after, .accordion-sm__item-title--light::before {
  background-color: #0749ad;
}

.accordion-sm__item-text {
  display: none;
  padding: 0 20px;
  max-width: 1030px;
}

.accordion-sm__item-text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .accordion-sm__item-text {
    padding: 0;
    max-width: 100%;
  }
  .accordion-sm__item-text p {
    font-size: 15px;
  }
}

.accordion-sm__item-text--light p {
  color: #0749ad;
}

.accordion-sm__btns {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.accordion-sm__btns .btn--ghost {
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .accordion-sm__btns {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-sm__btns {
    flex-direction: column;
    max-width: 212px;
    margin: 50px auto 0;
  }
  .accordion-sm__btns .btn--ghost {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
## Video-sec
--------------------------------------------------------------*/
.video-sec {
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  .video-sec {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .video-sec {
    padding: 50px 0;
  }
}

.video-sec__box {
  margin-top: 80px;
  text-align: center;
}

.video-sec__box img {
  margin: 0 auto;
}

.video-sec__box .rll-youtube-player {
  max-width: 700px;
  height: 390px;
  margin: 80px auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .video-sec__box .rll-youtube-player {
    margin: 30px auto;
    height: 156px;
  }
}

@media screen and (max-width: 959px) {
  .video-sec__box iframe {
    height: 400px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .video-sec__box {
    margin-top: 40px;
  }
  .video-sec__box iframe {
    height: 156px;
  }
}

.video-sec__btn {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .video-sec__btn {
    margin-top: 25px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*--------------------------------------------------------------
## Actions
--------------------------------------------------------------*/
.actions {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .actions {
    padding: 50px 0;
    background-position: center;
  }
}

.actions__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .actions__container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .actions__container {
    margin-top: 50px;
  }
}

.action-item {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

@media screen and (min-width: 1200px) {
  .action-item {
    cursor: pointer;
  }
  .action-item img {
    transform: translateY(-10px);
  }
}

.action-item:last-of-type .action-item__inner::after {
  content: none;
}

@media screen and (max-width: 959px) {
  .action-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.action-item__inner {
  text-align: center;
  position: relative;
}

.action-item__inner img {
  margin: 0 auto;
  transition: 350ms ease;
}

.action-item__inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 277px;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .action-item__inner::after {
    content: none;
  }
}

@media screen and (max-width: 959px) {
  .action-item__inner {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .action-item__inner::after {
    content: none;
  }
}

.action-item__title {
  font-size: 30px;
  line-height: 1.23;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .action-item__title {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .action-item__title {
    font-size: 23px;
  }
}

.action-item__content {
  max-width: 280px;
  margin: 0 auto;
}

.action-item__content p {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .action-item__content {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .action-item__content p {
    margin-bottom: 5px;
  }
}

.action-item__btn {
  margin-top: 26px;
}

@media screen and (max-width: 1024px) {
  .action-item__btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .action-item__btn {
    margin-top: 15px;
  }
}

.action-btn {
  text-align: center;
  margin-top: 50px;
}

.actions-section {
  padding: 150px 0;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .actions-section {
    padding: 100px 0;
  }
}

@media screen and (max-width: 959px) {
  .actions-section {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .actions-section {
    padding: 50px 0;
  }
}

.actions-section--dark-blue {
  background-color: #0749ad;
}

.actions-section--light-blue {
  background-color: rgba(0, 90, 255, 0.1);
}

.actions-section__container {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

@media screen and (max-width: 1300px) {
  .actions-section__container {
    padding: 0 90px;
  }
}

@media screen and (max-width: 1024px) {
  .actions-section__container {
    flex-direction: column;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .actions-section__container {
    padding: 0;
  }
}

.action-section__item-img {
  margin-bottom: 35px;
}

@media screen and (max-width: 1024px) {
  .action-section__item-img img {
    margin: 0 auto 35px;
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .action-section__item-img {
    margin-bottom: 15px;
  }
  .action-section__item-img img {
    width: 180px;
    margin: 0 auto 22px;
  }
}

.action-section__item-title {
  font-size: 42px;
  line-height: 1.21;
  color: #0749ad;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .action-section__item-title {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.action-section__item-title--white {
  color: #fff;
}

.action-section__item--left {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 1024px) {
  .action-section__item--left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.action-section__item--right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 120px;
}

@media screen and (max-width: 1024px) {
  .action-section__item--right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.action-section__item-desc {
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
}

@media screen and (max-width: 1024px) {
  .action-section__item-desc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .action-section__item-desc {
    font-size: 16px;
    text-align: center;
  }
}

.action-section__item-desc--white {
  color: #fff;
  max-width: 478px;
}

@media screen and (max-width: 1024px) {
  .action-section__item-desc--white {
    max-width: 100%;
  }
}

.action-section__item-text ul {
  margin-bottom: 20px;
}

.action-section__item-text ul li {
  position: relative;
  padding-left: 18px;
  color: #0749ad;
  font-size: 18px;
  margin-bottom: 7px;
  list-style: none;
}

.action-section__item-text ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #0749ad;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .action-section__item-text {
    text-align: center;
  }
  .action-section__item-text ul li {
    font-size: 14px;
    text-align: left;
  }
}

.action-section__item-text--white p {
  color: #fff;
}

.action-section__item-btn {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .action-section__item-btn {
    text-align: center;
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blog {
  padding: 150px 0;
  background-color: rgba(0, 102, 255, 0.1);
}

@media screen and (max-width: 959px) {
  .blog {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .blog {
    padding: 50px 0;
  }
}

.blog--white {
  background-color: #fff;
  padding: 70px 0 150px;
}

@media screen and (max-width: 959px) {
  .blog--white {
    padding: 0 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .blog--white {
    padding: 0 0 50px;
  }
}

.blog__subtitle {
  color: #0749ad;
  max-width: 620px;
  margin: 0 auto;
}

.blog__container {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .blog__container {
    display: block;
  }
}

.blog-item {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  text-align: center;
  padding: 80px 10px 0;
}

@media screen and (max-width: 959px) {
  .blog-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-item img {
    margin: 0 auto;
  }
}

.blog-item__img {
  overflow: hidden;
}

.blog-item__img img {
  transform: scale(1);
  transition: transform .7s ease;
  width: 100%;
  max-height: 249px;
}

.blog-item__img:hover img {
  transform: scale(1.1);
}

.blog-item__title {
  font-size: 27px;
  line-height: 1.23;
  color: #0749ad;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  .blog-item__title {
    font-size: 22px;
    margin: 15px 0 20px;
  }
}

.blog-item__content p {
  color: #0749ad;
}

@media screen and (max-width: 959px) {
  .blog-item__content {
    max-width: 500px;
    margin: 0 auto;
  }
  .blog-item__content p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-item__content {
    max-width: 500px;
    margin: 0 auto;
  }
  .blog-item__content p {
    margin-bottom: 15px;
  }
}

.blog-item__btn .btn--blue2 {
  color: #06f;
  padding: 0;
}

.blog-item__btn .btn--blue2:hover {
  color: #0749ad;
}

.blog-item__btn .btn--arrow {
  color: #06f;
}

@media screen and (max-width: 959px) {
  .blog-item__btn {
    margin-top: 20px;
  }
}

.blog__btn {
  text-align: center;
  margin-top: 50px;
}

.blog-singl {
  padding: 150px 0;
}

@media screen and (max-width: 767px) {
  .blog-singl {
    padding: 50px 0;
  }
}

.blog-single__title {
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  color: #0749ad;
  max-width: 1087px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .blog-single__title {
    font-size: 25px;
  }
}

.blog-single__img {
  padding: 100px 0;
}

@media screen and (max-width: 959px) {
  .blog-single__img {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .blog-single__img {
    padding: 25px 0 0;
  }
}

.blog-single__content {
  padding: 0 140px;
}

.blog-single__content h5 {
  line-height: 1.3;
  margin: 50px 0;
}

.blog-single__content h3 {
  margin: 50px 0 30px;
}

.blog-single__content p {
  color: #0749ad;
}

@media screen and (max-width: 959px) {
  .blog-single__content {
    padding: 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .blog-single__content {
    padding: 0;
  }
  .blog-single__content h5 {
    margin: 20px 0;
  }
  .blog-single__content h3 {
    margin: 25px 0 20px;
  }
}

.post-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post-gallery:first-of-type img {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .post-gallery {
    justify-content: center;
  }
  .post-gallery:first-of-type img {
    margin: 0 auto;
  }
}

.post-gallery--lx {
  margin-top: 50px;
}

.post-gallery--lx:first-of-type img {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .post-gallery__item {
    margin-bottom: 60px;
  }
}

.post-gallery__text {
  max-width: 280px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #0749ad;
  display: block;
}

.post-content img {
  margin: 0 auto;
}

.content-img__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .content-img__wrap {
    flex-direction: column;
  }
}

.content-img__wrap--flip {
  flex-direction: row-reverse;
}

.content-img__wrap--flip .single-post__content-img img {
  margin-left: 0;
}

.content-img__wrap--flip :nth-of-type(2) {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .content-img__wrap--flip {
    display: block;
  }
  .content-img__wrap--flip :nth-of-type(2) {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## Cta
--------------------------------------------------------------*/
.cta {
  padding: 50px 0;
  background-color: #f0f8ff;
}

@media screen and (max-width: 767px) {
  .cta {
    padding: 50px 0 20px;
  }
}

.cta__wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1300px) {
  .cta__wrap {
    padding: 0 40px;
  }
}

@media screen and (max-width: 1024px) {
  .cta__wrap {
    padding: 0 25px;
  }
}

@media screen and (max-width: 959px) {
  .cta__wrap {
    flex-direction: column-reverse;
  }
}

.cta__wrap-content {
  flex: 0 0 60%;
  max-width: 60%;
}

@media screen and (max-width: 959px) {
  .cta__wrap-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.cta__wrap-image {
  flex: 0 0 40%;
  max-width: 40%;
}

.cta__wrap-image img {
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .cta__wrap-image img {
    width: 80%;
  }
}

@media screen and (max-width: 959px) {
  .cta__wrap-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .cta__wrap-image img {
    margin: 0 auto 25px;
  }
}

.cta-text {
  font-size: 30px;
  line-height: 1.23;
  display: block;
  color: #0749ad;
  max-width: 552px;
}

@media screen and (max-width: 1024px) {
  .cta-text {
    max-width: 500px;
    margin-left: 0;
  }
}

@media screen and (max-width: 959px) {
  .cta-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .cta-text {
    font-size: 20px;
  }
}

.cta__btn {
  display: flex;
  margin-top: 50px;
}

.cta__btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta__btn .btn-sec {
  margin-right: 30px;
}

@media screen and (max-width: 959px) {
  .cta__btn {
    flex-direction: column;
    max-width: 220px;
    margin: 50px auto 20px;
    text-align: center;
  }
  .cta__btn .btn-sec {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cta__btn {
    margin: 20px auto;
  }
  .cta__btn .btn-sec {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  padding: 50px 0;
  background-color: #0749ad;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 45px 0 25px;
  }
}

.footer-logo {
  margin-bottom: 30px;
}

@media screen and (max-width: 959px) {
  .footer-logo img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer-logo img {
    margin: 0 auto;
    width: 120px;
  }
}

.footer__container {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 959px) {
  .footer__container {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__container {
    transform: translateY(-15px);
  }
}

.footer-item {
  flex: 0 0 40%;
  max-width: 40%;
}

@media screen and (max-width: 959px) {
  .footer-item {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.footer-item__md {
  flex: 0 0 26%;
  max-width: 26%;
}

@media screen and (max-width: 959px) {
  .footer-item__md {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-item__md {
    margin-top: 10px;
  }
}

.footer-item__sm {
  flex: 0 0 16%;
  max-width: 16%;
}

@media screen and (max-width: 959px) {
  .footer-item__sm {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.footer-item__wrap li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer-item__wrap a {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  transition: 350ms ease;
  display: flex;
  align-items: center;
}

.footer-item__wrap a:hover {
  color: #06f;
}

.footer-item__wrap .big {
  font-weight: bold;
  text-transform: uppercase;
}

.footer-item__wrap .address {
  margin-bottom: 20px;
}

.footer-item__wrap .address:before {
  content: "";
}

.footer-item__wrap .address::before {
  margin-right: 13px;
}

.footer-item__wrap .mail {
  margin-bottom: 20px;
}

.footer-item__wrap .mail:before {
  content: "";
}

.footer-item__wrap .mail::before {
  margin-right: 13px;
}

.footer-item__wrap .phone:before {
  content: "";
}

.footer-item__wrap .phone::before {
  margin-right: 13px;
}

@media screen and (max-width: 959px) {
  .footer-item__wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-item__wrap li {
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 0 10px;
  }
  .footer-item__wrap a {
    justify-content: center;
    font-size: 16px;
  }
  .footer-item__wrap .address {
    max-width: 350px;
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer-item__wrap a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 12px;
  }
  .footer-item__wrap li {
    align-items: inherit;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 0 5px 0 0;
  }
  .footer-item__wrap .address {
    max-width: 250px;
    margin: 0 auto 5px;
  }
}

.outside.footer-item__wrap {
  flex-direction: column;
}

.outside {
  list-style-position: outside;
  list-style-type: circle;
}

.footer-item__text {
  max-width: 380px;
}

.footer-item__text p {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .footer-item__text {
    max-width: 680px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-item__text {
    margin: 20px auto;
    max-width: 300px;
  }
  .footer-item__text p {
    font-size: 12px;
  }
}

.footer__bootom {
  background-color: #06f;
  padding: 15px 0;
  position: relative;
}

.footer__bootom .copyright {
  font-size: 16px;
  line-height: 1.22;
  color: #fff;
  text-align: center;
  display: block;
}

@media screen and (max-width: 959px) {
  .footer__bootom .copyright {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer__bootom {
    flex-direction: column;
  }
  .footer__bootom .copyright {
    font-size: 11px;
    margin-bottom: 5px;
  }
}

.design__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: 13px;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .design__wrap {
    transform: translateY(0);
    position: relative;
    margin-left: 0;
    top: 0;
    right: 0;
    justify-content: center;
  }
}

.design__wrap-text {
  display: block;
}

/*--------------------------------------------------------------
## Reference
--------------------------------------------------------------*/
.reference {
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .reference {
    padding: 0;
  }
}

.reference__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 140px;
}

@media screen and (max-width: 959px) {
  .reference__container {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .reference__container {
    padding: 20px 0 0;
  }
}

.reference-item {
  margin: 0 40px 20px;
}

.reference-item img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .reference-item {
    margin: 20px 5px;
  }
  .reference-item img {
    width: 100%;
    margin: 0 auto;
  }
}

.reference__all {
  padding-bottom: 50px;
}

.reference-all__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 100px;
}

@media screen and (max-width: 959px) {
  .reference-all__container {
    margin-top: 0;
  }
}

.reference-all__item {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .reference-all__item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
## Cards
--------------------------------------------------------------*/
.cards {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .cards {
    padding-top: 30px;
  }
}

.cards__container {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 0;
}

@media screen and (max-width: 1300px) {
  .cards__container {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .cards__container {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 959px) {
  .cards__container {
    padding: 50px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cards__container {
    display: block;
    padding: 10px 0 0;
  }
}

.cards__container--sm {
  padding: 80px 0 50px;
  justify-content: center;
}

@media screen and (max-width: 959px) {
  .cards__container--sm {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cards__container--sm {
    padding: 20px 0;
  }
}

.card-item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  margin-bottom: 80px;
  padding: 0 15px;
}

@media screen and (max-width: 1450px) {
  .card-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}

@media screen and (max-width: 1024px) {
  .card-item {
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .card-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 100px;
  }
}

.card-item__img {
  margin-bottom: 30px;
}

.card-item__img img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .card-item__img {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card-item__img img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .card-item__img {
    margin-bottom: 15px;
  }
  .card-item__img img {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .card-item__content {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.card-item__content-wrap {
  display: flex;
  justify-content: center;
}

.cards__content {
  max-width: 375px;
  margin: 0 auto;
}

.cards__content p {
  color: #0749ad;
  margin-bottom: 0;
  font-size: 16px;
}

@media screen and (max-width: 1450px) {
  .cards__content {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .cards__content {
    max-width: 100%;
    text-align: center;
    -webkit-line-clamp: inherit;
    /* number of lines to show */
  }
  .cards__content p {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cards__content p {
    font-size: 15px;
  }
}

.card-item__title {
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
  max-width: 295px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .card-item__title {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

.cards__content-gray-text {
  font-size: 16px;
  line-height: 1.25;
  color: #ababab;
  display: block;
  margin-bottom: 10px;
}

.cards__content-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.22;
  color: #0749ad;
  display: block;
  margin-bottom: 10px;
}

.card-item__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 959px) {
  .card-item__btns {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .card-item__btns {
    margin-top: 10px;
  }
}

.card-item__content-btn .btn--arrow {
  color: #06f;
}

@media screen and (max-width: 959px) {
  .card-item__content-btn {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .card-item__content-btn {
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.about {
  padding: 150px 0 0;
}

@media screen and (max-width: 1024px) {
  .about {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 959px) {
  .about {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .about {
    padding: 50px 0 0;
  }
}

.about--sm {
  padding: 0;
}

.about-title {
  margin-bottom: 30px;
}

.about-flip__subtitle {
  font-size: 18px;
  line-height: 1.22;
  color: #0749ad;
  margin-bottom: 30px;
}

.about__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
}

@media screen and (max-width: 959px) {
  .about__container {
    display: block;
    padding-left: 0;
  }
}

.about__container--flip {
  background-color: #e6f0ff;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 15px;
}

.about__container--flip .about__image img {
  margin-left: auto;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .about__container--flip {
    padding-right: 0;
  }
}

.about__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: calc(50% - 615px);
  padding-right: 120px;
}

@media screen and (max-width: 1024px) {
  .about__content {
    padding-right: 58px;
  }
}

@media screen and (max-width: 959px) {
  .about__content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

.about__content--flip {
  padding-right: calc(50% - 637px);
  padding-left: 83px;
}

@media screen and (max-width: 1024px) {
  .about__content--flip {
    padding: 30px 0 30px 45px;
  }
}

@media screen and (max-width: 959px) {
  .about__content--flip {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about__content--flip {
    padding: 50px 15px;
  }
}

.about__image {
  flex: 0 0 50%;
  max-width: 50%;
}

.about__image img {
  width: 100%;
}

@media screen and (max-width: 959px) {
  .about__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about__image--flip img {
  margin-left: auto;
}

.about__content-text p {
  color: #0749ad;
}

@media screen and (max-width: 767px) {
  .about__content-text {
    margin-top: 40px;
  }
}

.about-flip__list {
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.2;
  color: #0749ad;
}

.about-flip__list::before {
  font-family: "fonticons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  content: "";
  font-size: 25px;
  color: #06f;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.about-intro {
  padding: 100px 0 20px;
}

.about-intro p {
  font-size: 30px;
  line-height: 1.23;
  color: #0749ad;
}

@media screen and (max-width: 767px) {
  .about-intro {
    padding: 30px 0 0;
  }
  .about-intro p {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
## Icons-sec
--------------------------------------------------------------*/
.icons-sec {
  padding: 115px 0;
}

@media screen and (max-width: 1024px) {
  .icons-sec {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .icons-sec {
    padding: 50px 0 0;
  }
}

.icons-sec__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .icons-sec__container {
    display: block;
  }
}

.icon-sec__item {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  text-align: center;
}

.icon-sec__item img {
  margin: 0 auto 30px;
}

@media screen and (max-width: 959px) {
  .icon-sec__item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .icon-sec__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .icon-sec__item img {
    margin: 0 auto 15px;
  }
}

.icon-sec__item-icon {
  color: #0749ad;
  margin-bottom: 20px;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .icon-sec__item-icon {
    margin-bottom: 10px;
  }
}

.icon-sec__item-title {
  color: #0749ad;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 auto 10px;
}

@media screen and (max-width: 959px) {
  .icon-sec__item-title {
    font-size: 20px;
  }
}

.icon-sec__number {
  font-size: 54px;
  line-height: 1.22;
  color: #0749ad;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .icon-sec__number {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .icon-sec__number {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .icon-sec__number {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 100px 0 0;
  position: relative;
}

@media screen and (max-width: 959px) {
  .testimonials {
    padding: 50px 0 20px;
  }
}

.testimonials--blue {
  background-color: #e6f0ff;
  padding: 150px 0;
}

@media screen and (max-width: 767px) {
  .testimonials--blue {
    padding: 50px 0;
  }
}

.testimonials__subtitle {
  margin-bottom: 100px;
}

@media screen and (max-width: 959px) {
  .testimonials__subtitle {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__subtitle {
    margin-bottom: 30px;
  }
}

.testimonials__container {
  position: relative;
}

.testimonials__container .slick-slide {
  outline: none;
}

.testimonials__container .slick-slide:focus {
  outline: none;
  border: 0;
}

.testimonials__container .slick-prev,
.testimonials__container .slick-next {
  font-size: 0;
  position: absolute;
  top: 56%;
  color: #06f;
  border: 0;
  background: none;
  z-index: 1;
  font-weight: 600;
}

.testimonials__container .slick-prev:active,
.testimonials__container .slick-next:active {
  border: 0;
}

.testimonials__container .slick-prev button,
.testimonials__container .slick-next button {
  border: 0;
}

.testimonials__container .slick-prev {
  left: 7%;
  transition: 350ms ease;
}

.testimonials__container .slick-prev:before {
  content: "";
}

.testimonials__container .slick-prev:hover {
  transform: translateX(-5px);
}

.testimonials__container .slick-prev::before {
  font-size: 30px;
  font-weight: 600;
}

.testimonials__container .slick-next {
  right: 7%;
  transition: 350ms ease;
}

.testimonials__container .slick-next:before {
  content: "";
}

.testimonials__container .slick-next:hover {
  transform: translateX(5px);
}

.testimonials__container .slick-next::before {
  font-size: 30px;
  font-weight: 600;
}

.testimonials__container .slick-dots {
  display: flex;
  justify-content: center;
  margin: 15px 0 30px;
}

.testimonials__container .slick-dots .slick-active button {
  background-color: #0749ad;
}

.testimonials__container .slick-dots button {
  border-radius: 50%;
  padding: 5px;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  text-indent: 999px;
  background-color: #78adfa;
  border: 0;
  margin: 0 3px;
}

@media screen and (max-width: 959px) {
  .testimonials__container .slick-prev {
    left: 4%;
  }
  .testimonials__container .slick-next {
    right: 4%;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__container .slick-prev,
  .testimonials__container .slick-next {
    top: 50%;
  }
  .testimonials__container .slick-prev::before,
  .testimonials__container .slick-next::before {
    font-size: 22px;
  }
}

.testimonials__item-wrap img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .testimonials__item-wrap {
    display: block;
  }
}

.testimonials__content {
  text-align: center;
}

.testimonials__content strong {
  color: #06f;
  font-weight: 600;
}

.testimonials__content p {
  font-size: 18px;
  line-height: 1.3;
  color: #0749ad;
  margin-bottom: 20px;
  max-width: 820px;
  margin: 20px auto 25px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .testimonials__content p {
    max-width: 680px;
  }
}

@media screen and (max-width: 959px) {
  .testimonials__content p {
    max-width: 554px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials__content p {
    max-width: 100%;
    font-size: 16px;
  }
}

.testimonials__content-name {
  display: block;
  color: #0749ad;
  font-size: 18px;
  line-height: 1.22;
  margin-bottom: 8px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .testimonials__content-name {
    font-size: 15px;
    max-width: 260px;
    margin: 0 auto;
  }
}

.testimonials__btns-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.testimonials__btns-wrap .btn-sec {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .testimonials__btns-wrap {
    display: block;
    text-align: center;
    margin-top: 0;
  }
  .testimonials__btns-wrap .btn-sec {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.testimonials__btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .testimonials__btn {
    margin-top: 10px;
  }
}

.filtering {
  padding: 150px 0 50px;
}

@media screen and (max-width: 767px) {
  .filtering {
    padding: 100px 0 50px;
  }
}

.filtering--blue {
  background-color: #0749ad;
}

@media screen and (max-width: 767px) {
  .filtering--blue {
    padding: 50px 0;
  }
}

.filtering__pretitle {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 20px;
}

.filtering__img {
  margin-top: 100px;
}

.filtering__img img {
  margin: 0 auto;
}

.filtering__container {
  display: flex;
  margin-top: 132px;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .filtering__container {
    display: block;
    margin-top: 50px;
  }
}

.filtering__container--flip {
  flex-direction: row-reverse;
}

.filtering__container--flip .filtering-item--flip:first-child {
  padding-right: 0;
}

.filtering__container--flip .filtering-item--flip:last-child {
  padding-right: 96px;
}

@media screen and (max-width: 767px) {
  .filtering__container--flip .filtering-item--flip:first-child {
    padding-right: 0;
  }
  .filtering__container--flip .filtering-item--flip:last-child {
    padding-right: 0;
  }
}

.filtering-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.filtering-item:first-of-type {
  padding-right: 96px;
}

.filtering-item img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .filtering-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filtering-item:first-of-type {
    padding-right: 0;
  }
  .filtering-item img {
    margin-top: 30px;
  }
}

.filtering-item__title {
  font-size: 25px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 30px;
  font-weight: bold;
}

.filtering-item__title--white {
  color: #fff;
}

.filtering__text-bold {
  background-color: #e6f0ff;
  padding: 100px 0;
}

.filtering__text-bold p {
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .filtering__text-bold p {
    max-width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .filtering__text-bold {
    padding: 50px 0;
  }
  .filtering__text-bold p {
    max-width: 340px;
  }
}

.filtering__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 50px;
}

.filtering__btns a:first-of-type {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .filtering__btns {
    flex-direction: column;
    margin: 0;
  }
  .filtering__btns a:first-of-type {
    margin-right: 0;
    margin-bottom: 40px;
    margin-top: 50px;
  }
}

.filtering__head {
  padding: 100px 0 160px;
}

@media screen and (max-width: 767px) {
  .filtering__head {
    padding: 100px 0 85px;
  }
}

@media screen and (max-width: 767px) {
  .filtering__head {
    padding: 50px 0;
  }
}

.filtering__desc {
  max-width: 1000px;
  margin: 0 auto;
}

.filtering__desc p {
  color: #fff;
}

.filtering__desc a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

.filtering__desc--blue p {
  color: #0749ad;
}

.main-text {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .main-text {
    padding: 50px 0;
  }
}

.main-text--blue {
  background-color: #e6f0ff;
}

.main-text__btns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.main-text__btns .btn-sec {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .main-text__btns {
    display: block;
    text-align: center;
  }
  .main-text__btns .btn-sec {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.contact-form-box-title {
  font-size: 30px;
  line-height: 1.23;
  color: #fff;
  margin-bottom: 20px;
}

.contact-form-box-subtitle {
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact-form-box-subtitle {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.contact-box {
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  .contact-box {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-box {
    padding: 25px 0 0;
  }
}

.contact-box__wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .contact-box__wrap {
    display: block;
  }
}

.contact-box__container {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: calc(50% - 595px);
}

@media screen and (max-width: 1300px) {
  .contact-box__container {
    padding-left: calc(50% - 449px);
  }
}

@media screen and (max-width: 959px) {
  .contact-box__container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    display: block;
  }
}

.contact-box-item {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 959px) {
  .contact-box-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .contact-box-item {
    margin-bottom: 20px;
  }
  .contact-box-item span {
    font-size: 16px;
  }
}

.contact-box-item__image {
  flex: 0 0 15%;
  max-width: 15%;
}

.contact-box-item__image img {
  width: 31px;
  height: 43px;
}

@media screen and (max-width: 767px) {
  .contact-box-item__image {
    flex: 0 0 12%;
    max-width: 12%;
  }
  .contact-box-item__image img {
    width: 25px;
    height: 25px;
  }
}

.contact-box-item__content {
  flex: 0 0 80%;
  max-width: 80%;
}

.contact-box-item__content p, .contact-box-item__content a {
  font-size: 22px;
  line-height: 1.2;
  color: #0749ad;
  display: block;
}

.contact-box-item__content p {
  max-width: 257px;
}

.contact-box-item__content:hover a {
  color: #06f;
}

@media screen and (max-width: 767px) {
  .contact-box-item__content {
    flex: 0 0 88%;
    max-width: 88%;
  }
  .contact-box-item__content p, .contact-box-item__content a {
    font-size: 16px;
  }
}

.contact-box-item__icon {
  color: #fff;
  font-size: 45px;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .contact-box-item__icon {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-box-item__icon {
    font-size: 35px;
  }
}

.contact-box-item__title {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .contact-box-item__title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .contact-box-item__title {
    font-size: 20px;
  }
}

.contact-box-item__email,
.contact-box-item__address,
.contact-box-item__phone {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  display: block;
}

.contact-box-item__address {
  max-width: 283px;
  margin: 0 auto;
}

.contact-form {
  padding: 150px 0;
  background-color: #0749ad;
}

@media screen and (max-width: 1024px) {
  .contact-form {
    padding: 100px 0;
  }
}

@media screen and (max-width: 959px) {
  .contact-form {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .contact-form {
    padding: 50px 0;
  }
}

.contact__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact__item {
  flex: 0 0 49%;
  max-width: 49%;
}

@media screen and (max-width: 767px) {
  .contact__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.contact__item-textarea {
  flex: 0 0 100%;
  max-width: 100%;
}

.contact__form-btn {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .contact__form-btn {
    text-align: center;
  }
}

div.wpcf7 .ajax-loader {
  display: block;
}

.contact-recaptcha {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .contact-recaptcha {
    justify-content: center;
  }
}

.order-recaptcha {
  display: flex;
  justify-content: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contact__form--giveAway input {
  background-color: #0749ad;
}

.contact__form-btn--left {
  text-align: left;
}

/*--------------------------------------------------------------
## Info-block
--------------------------------------------------------------*/
.info-block {
  padding: 150px 0;
  background-color: rgba(0, 90, 255, 0.1);
  position: relative;
  overflow: hidden;
}

.info-block img {
  margin: 0 auto 40px;
}

@media screen and (max-width: 1024px) {
  .info-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 959px) {
  .info-block {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .info-block {
    padding: 50px 0;
  }
  .info-block img {
    margin: 0 auto 20px;
    width: 20%;
  }
}

.info-block-image-parallax {
  position: absolute;
  top: 1800px;
  right: 20%;
}

@media screen and (max-width: 1300px) {
  .info-block-image-parallax {
    width: 35%;
    right: 2%;
  }
}

@media screen and (max-width: 1024px) {
  .info-block-image-parallax {
    display: none;
  }
}

.info-block__wrap {
  max-width: 955px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.info-block__wrap p {
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .info-block__wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .info-block__wrap {
    padding: 0;
    max-width: 100%;
  }
  .info-block__wrap p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.info-block__btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .info-block__btn-wrap {
    display: block;
  }
}

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

.info-block__btn .btn-sec {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .info-block__btn .btn-sec {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.order-form {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .order-form {
    padding: 50px 0;
  }
}

.order-form-box-title {
  font-size: 30px;
  line-height: 1.23;
  text-align: center;
  color: #0749ad;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .order-form-box-title {
    font-size: 29px;
  }
}

.order-form-box-subtitle {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  color: #0749ad;
}

@media screen and (max-width: 767px) {
  .order-form-box-subtitle {
    font-size: 19px;
  }
}

.order__container {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}

.order__container span.wpcf7-list-item {
  margin: 0;
}

.order__container .wpcf7-list-item.first {
  display: flex;
  align-items: center;
}

.order__container .wpcf7-list-item.first.first {
  margin-right: 90px;
}

.order__container .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.25;
  color: #0749ad;
  margin-left: 5px;
}

.order__container .wpcf7-form-control {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 17px 10px;
}

.order__container select {
  border: 1px solid #0749ad;
  color: #0749ad;
  font-size: 16px;
  background-color: transparent;
  margin: 20px 0;
}

.order__container .order-select-text {
  color: #0749ad;
  font-size: 17px;
  line-height: 1.2;
}

.order__container textarea {
  height: 208px;
}

.order__container input[type='text'],
.order__container input[type='email'],
.order__container input[type='tel'],
.order__container textarea {
  color: #0749ad;
  border: 1px solid #0749ad;
}

.order__container input[type='text']::placeholder,
.order__container input[type='email']::placeholder,
.order__container input[type='tel']::placeholder,
.order__container textarea::placeholder {
  color: #0749ad;
}

@media screen and (max-width: 1300px) {
  .order__container .wpcf7-list-item.first.first {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .order__container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .order__container {
    padding: 10px 7px;
    font-size: 14px;
    margin-top: 60px;
  }
  .order__container .order-select-text {
    margin-top: 20px;
    display: block;
  }
  .order__container input[type='text'],
  .order__container input[type='email'],
  .order__container input[type='tel'] {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .order-sec-row__item {
    margin-bottom: 20px;
  }
}

.order-input-label {
  font-size: 24px;
  line-height: 1.2;
  color: #0749ad;
  display: block;
}

@media screen and (max-width: 767px) {
  .order-input-label {
    margin-bottom: 20px;
    font-size: 21px;
  }
}

.order-firs-row {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 20px;
}

@media screen and (max-width: 1600px) {
  .order-firs-row {
    flex: 0 0 24%;
    max-width: 24%;
  }
}

@media screen and (max-width: 1024px) {
  .order-firs-row {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.order-sec-row {
  flex: 0 0 35%;
  max-width: 35%;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .order-sec-row {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
}

.order-thr-row {
  flex: 0 0 35%;
  max-width: 35%;
}

@media screen and (max-width: 1024px) {
  .order-thr-row {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 40px;
  }
}

input[type='submit'] {
  display: block;
  margin: 50px auto 0;
  background-color: #0749ad;
  padding: 10px 40px;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
  transition: 350ms ease;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-size: 16px;
}

input[type='submit']:hover {
  background-color: transparent;
  border: 1px solid #0749ad;
  color: #0749ad;
}

@media screen and (max-width: 767px) {
  input[type='submit'] {
    margin: 20px auto 0;
  }
}

.mandatory-fields {
  display: block;
  text-align: right;
  color: #0749ad;
  font-size: 16px;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  color: #46b450;
  border: 1px solid transparent;
}

form.invalid .wpcf7-response-output {
  text-align: center;
}

.select-wrap {
  position: relative;
}

.select-wrap select::-ms-expand {
  display: none;
}

.select-wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.select-arrow {
  position: absolute;
  top: 24px;
  right: 14px;
  font-size: 13px;
  color: #0749ad;
}

.single-post__content {
  padding: 50px 0;
}

.single-post__content h3, .single-post__content h5 {
  margin-top: 50px;
}

.single-post__content a {
  color: #06f;
  text-decoration: underline;
  font-weight: 600;
}

.single-post__content .btn {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .single-post__content {
    padding: 20px 0;
  }
  .single-post__content h3, .single-post__content h5 {
    margin-top: 30px;
  }
}

.single-post__content-img {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .single-post__content-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-post__bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 0;
}

.single-post__bottom-wrap .share-icons {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .single-post__bottom-wrap {
    display: block;
    margin-bottom: 0;
    padding: 30px 0 40px;
  }
  .single-post__bottom-wrap .share-icons {
    text-align: center;
    margin-top: 20px;
  }
}

.single-post__btns {
  display: flex;
  align-items: center;
}

.single-post__btns .arrow {
  margin-left: 30px;
  color: #06f;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.single-post__btns .arrow:before {
  content: "";
}

.single-post__btns .arrow::before {
  margin-right: 10px;
  transition: 350ms ease;
  font-size: 10px;
}

.single-post__btns .arrow:hover::before {
  transform: translateX(-5px);
}

@media screen and (max-width: 959px) {
  .single-post__btns {
    flex-direction: column;
  }
  .single-post__btns .arrow {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-post__btns .arrow {
    margin-top: 30px;
  }
}

.single-post-keyword .keyword-title {
  border-top: 1px solid #0749ad;
  padding-top: 20px;
}

.single-post-keyword .keyword__wrap {
  border-bottom: 1px solid #0749ad;
  padding-bottom: 20px;
}

.filters {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .filters {
    padding: 30px 0;
  }
}

.filter__container {
  margin-top: 50px;
  display: flex;
  max-width: 1500px;
  align-items: baseline;
  margin: 0 auto;
  padding: 0 30px;
}

.filter__container .btn--arrow {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .filter__container {
    display: block;
  }
}

.filter-item {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.filter-item .btn {
  margin-top: 15px;
}

.filter-item .btn--arrow {
  color: #06f;
}

@media screen and (max-width: 1300px) {
  .filter-item .filter-item__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .filter-item {
    margin-bottom: 60px;
  }
  .filter-item:last-of-type {
    margin-bottom: 0;
  }
  .filter-item .btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .filter-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.filter-item--home {
  display: flex;
  transition: 350ms ease;
}

.filter-item--home .filter-item__title {
  text-align: left;
  max-width: 260px;
}

.filter-item--home img {
  margin-left: 0;
}

.filter-item--home:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .filter-item--home {
    display: block;
  }
  .filter-item--home .filter-item__title {
    font-size: 25px;
    text-align: center;
  }
  .filter-item--home .btn {
    text-align: center;
    display: block;
    margin: 40px auto 0;
  }
  .filter-item--home .filter-item-content {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .filter-item--home {
    display: block;
  }
  .filter-item--home .filter-item__title {
    margin: 0 auto;
  }
  .filter-item--home .btn {
    margin: 10px auto 0;
    text-align: center;
    font-size: 16px;
  }
  .filter-item--home .filter-item__title {
    font-size: 24px;
    text-align: center;
    max-width: 250px;
    margin-top: 20px;
  }
}

.filter-item-content {
  margin-left: 20px;
}

.filter-item__title {
  font-size: 25px;
  line-height: 1.2;
  color: #0749ad;
  max-width: 300px;
}

.filters__text {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .filters__text {
    margin-top: 60px;
  }
}

.filters__text-btn {
  text-align: center;
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .filter-item__image img {
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 500px) {
  .filter-item__image img {
    margin: 0 auto;
  }
}

.title-sec {
  background-color: #0749ad;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .title-sec {
    padding: 50px 0;
  }
}

.table-sec {
  padding: 100px 0;
  background-color: rgba(0, 90, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .table-sec {
    padding: 50px 0 33px;
  }
}

.table-sec--white {
  background-color: #fff;
}

.table-sec__container {
  display: flex;
  margin: 65px 0;
}

@media screen and (max-width: 1024px) {
  .table-sec__container {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .table-sec__container {
    margin: 50px 0 20px;
  }
}

.table-sec__item {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 1024px) {
  .table-sec__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .table-sec__item img {
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 767px) {
  .table-sec__item {
    max-width: 100%;
  }
}

.table-sec__item-content {
  padding-right: 44px;
}

.table-sec__item-content h4 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .table-sec__item-content {
    padding-right: 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}

.table-sec__wrap-lists {
  flex: 0 0 49%;
  max-width: 49%;
  padding-right: 50px;
  margin-right: 50px;
}

@media screen and (max-width: 959px) {
  .table-sec__wrap-lists {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.table-sec__wrap {
  display: flex;
}

@media screen and (max-width: 959px) {
  .table-sec__wrap {
    display: block;
  }
}

.tablet-sec__wrap-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.tablet-sec__wrap-item p {
  color: #fff;
  background-color: #0749ad;
  display: block;
  width: 100%;
  margin-left: 17px;
  font-size: 18px;
  padding: 12px 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .tablet-sec__wrap-item {
    font-size: 16px;
    padding: 0;
  }
  .tablet-sec__wrap-item img {
    width: 14%;
  }
}

.tablet-sec__wrap-box {
  display: flex;
  padding-left: 22px;
  padding: 15px 20px 4px;
}

.tablet-sec__wrap-box img {
  margin-right: 30px;
  margin-top: -21px;
}

.tablet-sec__wrap-box p {
  padding-left: 22px;
  color: #0749ad;
  font-size: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tablet-sec__wrap-box {
    padding: 4px 0;
  }
  .tablet-sec__wrap-box img {
    margin-right: 17px;
    margin-top: -11px;
    width: 6%;
  }
  .tablet-sec__wrap-box p {
    font-size: 13px;
    padding-left: 0;
    padding-bottom: 12px;
  }
}

.half-sec {
  padding: 100px 0;
  background-color: rgba(0, 90, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .half-sec {
    padding: 50px 0;
  }
}

.half-sec__container {
  display: flex;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .half-sec__container {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .half-sec__container {
    margin-top: 50px;
  }
}

.half-sec-item {
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 1024px) {
  .half-sec-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .half-sec-item img {
    margin: 0 auto 40px;
  }
}

.half-sec-item-text {
  padding-right: 40px;
}

@media screen and (max-width: 1024px) {
  .half-sec-item-text {
    padding-right: 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .half-sec-item-text {
    max-width: 100%;
  }
}

.half-sec-item__btn {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .half-sec-item__btn {
    text-align: center;
  }
}

.half-double-sec {
  background-color: #fff;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .half-double-sec {
    padding: 50px 0;
  }
}

.half-double-sec__container {
  display: flex;
  margin-top: 80px;
}

@media screen and (max-width: 1024px) {
  .half-double-sec__container {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .half-double-sec__container {
    margin-top: 50px;
  }
}

.half-double-sec__container--flip {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .half-double-sec__container--flip {
    flex-direction: column-reverse;
  }
}

.half-double-sec__item-left {
  flex: 0 0 60%;
  max-width: 60%;
}

@media screen and (max-width: 1024px) {
  .half-double-sec__item-left {
    flex: 0 0 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .half-double-sec__item-left {
    max-width: 100%;
  }
}

.half-double-sec__item-right {
  flex: 0 0 40%;
  max-width: 40%;
}

.half-double-sec__item-right img {
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .half-double-sec__item-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .half-double-sec__item-right img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .half-double-sec__item-right img {
    width: 80%;
  }
}

.half-double-sec-text h5 {
  margin-bottom: 0;
}

.thank-you {
  text-align: center;
  padding: 50px 0;
}

.thank-you h2 {
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
