/*Reset Table*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Reset Table END*/

/*Fonts*/

@font-face {
  font-family: 'Avenir LT Std';
  src: local('Avenir LT Std Light'), url("../fonts/AvenirLTStd-Light.otf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: local('Avenir LT Std Book'), url("../fonts/AvenirLTStd-Book.otf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: local('Avenir LT Std Roman'), url("../fonts/AvenirLTStd-Roman.otf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: local('Avenir LT Std Medium'), url("../fonts/AvenirLTStd-Medium.otf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: local('Avenir LT Std Heavy'), url("../fonts/AvenirLTStd-Heavy.otf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: local('Avenir LT Std Black'), url("../fonts/AvenirLTStd-Black.otf") format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Light'), local('OpenSans-Light'), url("../fonts/opensanslight.woff2") format('woff2'), url("../fonts/opensanslight.woff") format('woff'), url("../fonts/opensanslight.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), local('OpenSans'), url("../fonts/opensans.woff2") format('woff2'), url("../fonts/opensans.woff") format('woff'), url("../fonts/opensans.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url("../fonts/opensanssemibold.woff2") format('woff2'), url("../fonts/opensanssemibold.woff") format('woff'), url("../fonts/opensanssemibold.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("../fonts/opensansbold.woff2") format('woff2'), url("../fonts/opensansbold.woff") format('woff'), url("../fonts/opensansbold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

/*Fonts END*/

/*Default*/

body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Avenir LT Std", 'Open Sans', sans-serif;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

body.no-scroll-nav {
  overflow: hidden;
}

body.no-scroll-popup {
  overflow: hidden;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 58px;
  padding-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5 {
  color: #13425f;
}

h1,
h2.like-h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

strong {
  color: #13425f;
  font-weight: 700;
}

button {
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

a,
.smth-more {
  display: inline-block;
  color: #ff8065;
  text-decoration: underline;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}

a:hover,
.smth-more:hover {
  text-decoration: none;
}

a:active,
.smth-more:active {
  text-decoration: none;
}

a:focus,
.smth-more:focus {
  text-decoration: none;
}

ol.def-ol {
  list-style: none;
  counter-reset: li;
}

ol.def-ol li {
  position: relative;
  counter-increment: li;
  line-height: 24px;
  margin-bottom: 6px;
  padding-left: 32px;
}

ol.def-ol li:before {
  content: counter(li);
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff8064;
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #eef0f3;
  line-height: 19px;
}

ul.check-list {
  text-align: left;
}

ul.check-list li {
  position: relative;
  line-height: 28px;
  padding-left: 32px;
  margin-bottom: 10px;
}

ul.check-list li:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 25px;
  height: 22px;
  background: url("../images/svg/icon_check.svg") no-repeat;
}

ul.def-list {
  text-align: left;
}

ul.def-list li {
  position: relative;
  font-weight: 400;
  line-height: 24px;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 16px;
}

ul.def-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #39456f;
  border-radius: 50%;
}

ul.def-list li ul {
  margin-top: 10px;
}

ul.def-list li ul li {
  padding-left: 0;
}

ul.def-list li ul li:before {
  display: none;
}

.def-width {
  max-width: 1140px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.show-in-mob {
  display: none;
}

.show-in-tab {
  display: none;
}

.with-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.near-sidebar {
  -webkit-box-flex: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
  max-width: 770px;
}

.sidebar {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.title {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.title:before {
  content: "";
  width: 46px;
  height: 3px;
  background-color: #ff8065;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -23px;
}

.select-style {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ebebeb;
  border-radius: 6px;
  margin-bottom: 17px;
}

.select-style:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 5px;
  text-align: center;
  top: 14px;
  right: 0;
  z-index: -1;
  background-image: url("../images/svg/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 10px 5px;
}

.select-style:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 26px;
  z-index: -1;
}

.select-style select {
  background-color: transparent;
  height: 32px;
  border: 0;
  border-radius: 6px;
  color: #c7c7c8;
  font-family: "Avenir LT Std", 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  padding: 0 26px 0 10px;
  cursor: pointer;
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-style select:focus {
  outline: none;
}

.select-style select::-ms-expand {
  display: none;
}

input[type="text"] {
  box-sizing: border-box;
  background-color: #fff;
  border: 0;
  outline: 0;
  width: 100%;
  border: 2px solid #ebebeb;
  border-radius: 6px;
  height: 36px;
  font-family: "Avenir LT Std", 'Open Sans', sans-serif;
  color: #c7c7c8;
  font-size: 14px;
  font-weight: 400;
  padding: 0 6px;
}

/*Default END*/

/*Site elements*/

.butn {
  border: 0;
  outline: 0;
  background-image: none;
  text-decoration: none;
  display: inline-block;
  padding: 8px 25px;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  min-width: 156px;
  padding: 13px 10px;
  border-radius: 24px;
  box-shadow: 0 1px 25px rgba(0,0,0,0.15);
}

.butn:active {
  box-shadow: none;
}

.butn:hover {
  box-shadow: 0.5px 0.9px 25px rgba(0,0,0,0.15);
}

.butn.butn-red {
  background-color: #ff8065;
}

.butn.butn-red:hover {
  background-color: #fc6e4f;
}

.butn.butn-blue {
  background-color: #10c0e7;
}

.butn.butn-blue:hover {
  background-color: #09cbf6;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rating-stars img {
  margin: 0 2px;
}

.bunner-one {
  background: url("../images/image_CTA.jpg") 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 10px 20px 24px;
  margin: 40px 0;
}

.bunner-one h2 {
  color: #fff;
  margin-bottom: 28px;
}

/*Site elements END*/

/*Header*/

.header-cont {
  background-color: #f7f7f7;
  z-index: 999;
}

.header-cont .def-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-cont.header-cont--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-cont.header-cont--fixed .header-nav ul li a {
  padding: 14px 0;
}

.header-logo a,
.header-logo svg {
  display: block;
}

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

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav ul li {
  margin: 0 11px;
}

.header-nav ul li a {
  display: block;
  color: #13425f;
  font-size: 14px;
  font-weight: 600;
  line-height: 13px;
  text-decoration: none;
  padding: 34px 0;
  text-transform: uppercase;
  position: relative;
}

.header-nav ul li a:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #ff8065;
}

.header-nav ul li a:hover {
  color: #ff8065;
}

.header-nav ul li a:hover:before {
  display: block;
}

.header-nav ul li a.active {
  color: #ff8065;
}

.header-nav ul li a.active:before {
  display: block;
}

.header-cntry {
  margin-right: 18px;
  margin-bottom: 3px;
  padding-right: 18px;
  position: relative;
  cursor: pointer;
}

.header-cntry.header-cntry--open ul {
  display: block;
}

.header-cntry ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 5;
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 10px 10px 2px;
}

.header-cntry a,
.header-cntry img,
.header-cntry span {
  display: block;
  cursor: pointer;
}

.header-cntry li {
  margin-bottom: 6px;
}

.header-cntry i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 18px;
  height: 13px;
  cursor: pointer;
}

.header-cntry i img,
.header-cntry i svg {
  display: block;
  padding: 5px 0 0 9px;
}

.header-numbers {
  margin-right: 18px;
  padding-right: 24px;
  position: relative;
}

.header-numbers.header-numbers--open ul {
  display: block;
}

.header-numbers ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 5;
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 5px 10px;
}

.header-numbers a,
.header-numbers span {
  display: block;
  color: #13425f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.header-numbers i {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 24px;
  height: 16px;
  cursor: pointer;
}

.header-numbers i img,
.header-numbers i svg {
  display: block;
  margin: 5px 0 0 10px;
}

.header-sign a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 12px;
  background-color: #ff8065;
  border-radius: 17px;
  text-decoration: none;
  line-height: 25px;
}

.header-sign a:hover {
  background-color: #fc6e4f;
}

.header-sign a img {
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.header-top {
  background-color: #134260;
  padding: 12px 0;
}

.header-top .def-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-top .header-numbers a,
.header-top .header-numbers span {
  color: #fff;
}

.header-top .header-cntry ul,
.header-top .header-numbers ul {
  background-color: #134260;
}

.header-nav-toggler img,
.header-phone-toggler img {
  display: block;
}

.black-back {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 5;
}

.black-back.black-back--active {
  display: block;
}

.popup-phones {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.8);
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;
}

.popup-phones.state-show {
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
}

.popup-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}

.popup-frame.state-appear {
  visibility: visible;
}

.popup-frame.state-appear .popup-inset {
  -webkit-animation: popupComeIn 0.25s ease;
  animation: popupComeIn 0.25s ease;
  visibility: visible;
}

.popup-frame.state-appear .popup-body {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.popup-frame.state-leave {
  visibility: visible;
}

.popup-frame.state-leave .popup-inset {
  -webkit-animation: popupHeadOut 0.35s ease 0.1s;
  animation: popupHeadOut 0.35s ease 0.1s;
  visibility: visible;
}

.popup-frame.state-leave .popup-body {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

.popup {
  display: block;
  vertical-align: middle;
}

.popup-inset {
  position: relative;
  padding: 35px 60px;
  background-color: #fff;
  width: 100%;
  max-width: 320px;
  margin: auto;
  box-sizing: border-box;
  visibility: hidden;
  box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-size: 16px;
}

.popup .popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

.popup-body {
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.popup-title {
  color: #13425f;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.popup-list {
  display: inline-block;
}

.popup-list li {
  padding: 10px;
  text-align: left;
}

.popup-list li + li {
  border-top: 1px dashed #cecece;
}

.popup-list span {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px solid #ececec;
}

.popup-list a {
  border: none;
  text-decoration: none;
}

@-webkit-keyframes popupComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes popupHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }

  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

@-webkit-keyframes popupComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes popupComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }

  65.5% {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes popupHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }

  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

@keyframes popupHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }

  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

/*Header END*/

/*Home page*/

.home-cont {
  padding: 0;
}

.home-cont__lid {
  background: #ccc url("../images/image_banner.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding: 118px 0;
}

.home-cont__lid .def-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-cont__lid-text {
  width: 63%;
  color: #fff;
  padding-right: 20px;
  padding-left: 90px;
}

.home-cont__lid-text h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 4px;
}

.home-cont__lid-text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  max-width: 460px;
}

.home-cont__lid-calc {
  width: 37%;
}

.calculator {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 20px 28px;
  max-width: 310px;
}

.calculator-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.calculator-top h3 {
  margin-right: 10px;
}

.calculator-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.calculator-pages p {
  color: #282828;
  font-size: 13px;
  font-weight: 400;
}

.calculator-pages input {
  width: 64px;
  text-align: center;
  margin: 0 28px 0 20px;
}

.calculator-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calculator-bottom span {
  color: #282828;
  font-size: 20px;
  font-weight: 900;
}

.home-cont__why {
  padding: 52px 0 10px;
  overflow: hidden;
  background-color: #eff0f0;
}

.home-cont__why h2.title {
  margin-bottom: 68px;
}

.home-cont__why ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -32px;
}

.home-cont__why ul li {
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px;
  margin-bottom: 42px;
}

.home-cont__why h3 {
  color: #ff8065;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home-cont__why p {
  color: #134260;
}

.home-cont__why-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home-cont__why-img {
  margin-top: 7px;
  margin-right: 24px;
}

.home-cont__why-img img {
  display: block;
}

.home-cont__hiw {
  padding: 52px 0;
  text-align: center;
}

.home-cont__hiw h2 {
  margin-bottom: 78px;
}

.home-cont__hiw ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}

.home-cont__hiw ul li {
  width: 25%;
  padding: 0 20px;
  position: relative;
}

.home-cont__hiw ul li:last-child:before {
  display: none;
}

.home-cont__hiw ul li:nth-child(2):before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: -43px;
}

.home-cont__hiw ul li:before {
  content: "";
  width: 257px;
  height: 96px;
  background: url("../images/svg/dushed_line.svg") no-repeat;
  position: absolute;
  top: 20px;
  right: -134px;
}

.home-cont__hiw img {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}

.home-cont__hiw p {
  color: #134260;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.home-cont__stat {
  background: url("../images/svg/bg_statistics.svg") 50% 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: 52px 0;
}

.home-cont__stat h2 {
  color: #fff;
  margin-bottom: 38px;
}

.home-cont__stat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-cont__stat ul li {
  width: 25%;
  padding: 0 20px;
  position: relative;
}

.home-cont__stat ul li:last-child:before {
  display: none;
}

.home-cont__stat ul li:before {
  content: "";
  width: 1px;
  height: 170px;
  position: absolute;
  top: 12px;
  right: 0;
  background-color: #fff;
}

.home-cont__stat ul li > div {
  margin-bottom: 28px;
  min-height: 70px;
}

.home-cont__stat img {
  display: block;
  margin: 0 auto;
}

.home-cont__stat span {
  display: block;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 48px;
}

.home-cont__stat p {
  color: #d2f2f9;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.home-cont__reviews {
  text-align: center;
  background-color: #f7f7f7;
  padding: 52px 0;
  overflow: hidden;
}

.home-cont__reviews h2 {
  margin-bottom: 50px;
}

.home-cont__reviews .bx-wrapper {
  position: relative;
  margin: 0 auto;
}

.home-cont__reviews li {
  background-color: #fff;
  padding: 40px 40px 20px;
  border-top: 4px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 330px;
}

.home-cont__reviews li.slide-blue {
  border-color: #10c0e7;
}

.home-cont__reviews li.slide-red {
  border-color: #ff8074;
}

.home-cont__reviews li.slide-dark {
  border-color: #13425f;
}

.home-cont__reviews li h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.home-cont__reviews li h3 a {
  font-weight: 400;
}

.home-cont__reviews li p {
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.home-cont__reviews li span {
  display: block;
  color: #13425f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}

.home-cont__reviews li .rating-stars {
  margin-bottom: 24px;
}

.home-cont__reviews .bx-pager {
  display: none;
}

.home-cont__reviews .bx-controls-direction a {
  width: 20px;
  height: 36px;
  position: absolute;
  top: 50%;
  background: url("../images/svg/arrow_testimonials.svg") no-repeat;
  text-indent: -9999px;
  margin-top: -18px;
  opacity: 0.4;
}

.home-cont__reviews .bx-controls-direction a:hover {
  opacity: 1;
}

.home-cont__reviews .bx-controls-direction a.bx-prev {
  left: -50px;
}

.home-cont__reviews .bx-controls-direction a.bx-next {
  right: -50px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*Home page END*/

/*Home page two*/

.home-cont__lid-two {
  background-image: url("../images/image_banner_2.jpg");
}

.home-cont__lid-list {
  width: 37%;
  max-width: 310px;
  background-color: #fff;
  border-radius: 6px;
  padding: 28px 20px 18px;
}

.home-cont__lid-list ul.check-list li {
  color: #134260;
  font-size: 18px;
  font-weight: 600;
  padding-left: 38px;
}

.home-cont__reviews-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1008px;
  margin: 0 auto 32px;
  overflow: hidden;
}

.home-cont__reviews-items li {
  margin: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
}

.home-cont__reviews-items li:last-child {
  margin-right: 0;
}

.home-cont__reviews-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-cont__reviews-logos > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #c0bbbb;
  padding: 20px 48px;
}

.home-cont__reviews-logos > div:last-child {
  border-right: 0;
}

/*Home page two END*/

/*Inner pages*/

.text-cont__text > h1,
.text-cont__text > h2,
.text-cont__text > h3,
.text-cont__text > h4,
.text-cont__text > h5 {
  margin-bottom: 8px;
}

.text-cont__text > p,
.text-cont__text > ul {
  margin-bottom: 24px;
}

.hiw-cont .sidebar .sidebar__email,
.samples-cont .sidebar .sidebar__email,
.hiw-cont .sidebar .sidebar__mcafee,
.samples-cont .sidebar .sidebar__mcafee,
.hiw-cont .sidebar .sidebar__accept,
.samples-cont .sidebar .sidebar__accept,
.hiw-cont .sidebar .sidebar__secure,
.samples-cont .sidebar .sidebar__secure,
.hiw-cont .sidebar .sidebar__inclus,
.samples-cont .sidebar .sidebar__inclus,
.hiw-cont .sidebar .sidebar__reason,
.samples-cont .sidebar .sidebar__reason {
  display: none;
}

.hiw-cont__text ul {
  margin-top: 24px;
  position: relative;
}

.hiw-cont__text ul:before {
  content: "";
  border-right: 2px dashed #13425f;
  position: absolute;
  top: 40px;
  left: 50px;
  bottom: 11%;
}

.hiw-cont__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.hiw-cont__text h3 {
  margin-bottom: 12px;
}

.hiw-cont__item-img {
  margin-right: 44px;
}

.hiw-cont__item-img img {
  display: block;
  position: relative;
  z-index: 2;
}

.samples-cont__text {
  overflow: hidden;
}

.samples-cont__text > p {
  margin-bottom: 30px;
}

.samples-cont__text > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.samples-cont__text > ul > li {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  padding: 20px 20px 30px;
  background-color: #f7f7f7;
  border-radius: 3px;
  text-align: center;
}

.samples-cont__text > ul h3 {
  margin-bottom: 12px;
}

.samples-cont__text > ul p {
  color: #3d3d3d;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}

.samples-cont__text > ul ul {
  margin-bottom: 20px;
}

.samples-cont__text > ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.samples-cont__text > ul a img {
  margin-right: 22px;
}

.pricing-cont .sidebar .sidebar__calc,
.pricing-cont .sidebar .sidebar__review,
.pricing-cont .sidebar .sidebar__secure,
.pricing-cont .sidebar .sidebar__inclus,
.pricing-cont .sidebar .sidebar__reason {
  display: none;
}

.pricing-cont__text > p {
  margin-bottom: 28px;
}

.pricing-cont__text > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #254152;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 46px;
  white-space: nowrap;
}

.pricing-cont__text > ul img {
  margin-right: 8px;
  position: relative;
  top: 4px;
}

.pricing-cont__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-cont__tabs > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #10c0e7;
  padding: 9px;
  margin-right: 1px;
  color: #c4f4fe;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.pricing-cont__tabs > li:last-child {
  margin-right: 0;
}

.pricing-cont__tabs > li:hover {
  color: #fff;
}

.pricing-cont__tabs > li.active {
  background-color: #ff8065;
  color: #fff;
}

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

.pricing-cont__tab > li {
  display: none;
}

.pricing-cont__tab > li.active {
  display: block;
}

.pricing-cont__tab table {
  width: 100%;
}

.pricing-cont__tab table tr {
  font-size: 14px;
  border-bottom: 1px solid #fff;
}

.pricing-cont__tab table th,
.pricing-cont__tab table td {
  vertical-align: middle;
  border-right: 2px solid #fff;
}

.pricing-cont__tab table th:last-child,
.pricing-cont__tab table td:last-child {
  border-right: 0;
}

.pricing-cont__tab table th {
  width: 110px;
  color: #13425f;
  font-weight: 700;
  line-height: 18px;
  background-color: #f7f7f7;
  padding: 12px 4px;
}

.pricing-cont__tab table td {
  vertical-align: middle;
  background-color: #fdfafa;
  padding: 3px 4px;
}

.faq-cont .sidebar .sidebar__email,
.faq-cont .sidebar .sidebar__accept,
.faq-cont .sidebar .sidebar__secure,
.faq-cont .sidebar .sidebar__inclus,
.faq-cont .sidebar .sidebar__reason {
  display: none;
}

.faq-cont__accordion {
  position: relative;
}

.faq-cont__item {
  margin-bottom: 18px;
}

.faq-cont__question {
  color: #6a6a6a;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  border: 2px solid #f7f7f7;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: alls 0.1s;
  transition: alls 0.1s;
  padding: 16px 54px 16px 22px;
  cursor: pointer;
}

.faq-cont__question:hover {
  color: #10c0e7;
}

.faq-cont__question:hover .faq-cont__question-icon #faq-arrow {
  fill: #10c0e7;
}

.faq-cont__question-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  display: block;
  width: 16px;
  height: 8px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.faq-cont__question-icon svg,
.faq-cont__question-icon img {
  display: block;
}

.faq-cont__answer {
  display: none;
  color: #6a6a6a;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 10px 4px;
  margin-left: 12px;
}

.faq-cont__item--active .faq-cont__question {
  color: #fff;
  background-color: #10c0e7;
  border-color: #10c0e7;
}

.faq-cont__item--active .faq-cont__question:hover .faq-cont__question-icon #faq-arrow {
  fill: #fff;
}

.faq-cont__item--active .faq-cont__question-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-cont__item--active .faq-cont__question-icon #faq-arrow {
  fill: #fff;
}

.about-cont .sidebar .sidebar__calc,
.about-cont .sidebar .sidebar__accept,
.about-cont .sidebar .sidebar__secure,
.about-cont .sidebar .sidebar__inclus,
.about-cont .sidebar .sidebar__reason {
  display: none;
}

.about-cont .sidebar .sidebar__email {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.about-cont .sidebar .sidebar__review {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.about-cont .sidebar .sidebar__mcafee {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.about-cont__text {
  overflow: hidden;
}

.about-cont__lid {
  background: url("../images/image_about_us.jpg") 100% 0 no-repeat;
  padding: 72px 0;
  margin-bottom: 38px;
}

.about-cont__lid > div {
  max-width: 410px;
}

.about-cont__lid p {
  margin-bottom: 26px;
}

.about-cont__lid p:last-child {
  margin-bottom: 0;
}

.about-cont__how {
  text-align: center;
  max-width: 542px;
  margin: 0 auto 20px;
}

.about-cont__how h3 {
  margin-bottom: 22px;
}

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

.about-cont__what h5 {
  margin-bottom: 34px;
}

.about-cont__what ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -28px;
}

.about-cont__what ul li {
  width: 33.33%;
  padding: 0 28px;
}

.about-cont__what ul li > div {
  min-height: 43px;
  margin-bottom: 16px;
}

.about-cont__what ul li img {
  display: block;
  margin: 0 auto;
}

.not-found {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.not-found img {
  margin-bottom: 40px;
}

.not-found h1 {
  font-size: 100px;
  line-height: 80px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.not-found p {
  max-width: 540px;
  margin: 0 auto 40px;
}

.not-found__butns {
  margin-bottom: 18px;
}

.not-found__butns .butn {
  margin: 0 16px;
}

.order-cont .sidebar .sidebar__review,
.order-cont .sidebar .sidebar__email,
.order-cont .sidebar .sidebar__calc,
.order-cont .sidebar .sidebar__accept,
.order-cont .sidebar .sidebar__inclus,
.order-cont .sidebar .sidebar__reason {
  display: none;
}

.order-cont .sidebar .sidebar__mcafee {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

/*Inner pages END*/

/*Sidebar*/

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 310px;
  max-width: 310px;
  margin-left: 30px;
}

.sidebar__item {
  background-color: #fff;
  border: 3px solid #f7f7f7;
  border-radius: 0 0 6px 6px;
  position: relative;
  margin-bottom: 30px;
  padding: 16px 20px 24px;
}

.sidebar__item:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  height: 4px;
  background-color: #ccc;
}

.sidebar__item h3 {
  text-align: center;
  margin-bottom: 10px;
}

.sidebar__item--blue:before {
  background-color: #10c0e7;
}

.sidebar__item--red:before {
  background-color: #ff8065;
}

.sidebar__item--dark:before {
  background-color: #134260;
}

.sidebar__calc .calculator {
  padding: 0;
}

.sidebar__calc .calculator-top {
  display: block;
  text-align: center;
}

.sidebar__calc h3 {
  margin-right: 0;
}

.sidebar__review {
  text-align: center;
}

.sidebar__review p {
  margin-bottom: 12px;
}

.sidebar__review .rating-stars {
  margin-bottom: 26px;
}

.sidebar__review-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar__review-logos > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #c0bbbb;
  padding: 7px 20px;
}

.sidebar__review-logos > div:last-child {
  border-right: 0;
}

.sidebar__email {
  padding: 16px 36px 24px;
}

.sidebar__email p {
  margin-bottom: 22px;
  text-align: center;
}

.sidebar__email input {
  text-align: center;
  margin-bottom: 10px;
}

.sidebar__email .butn-red {
  min-width: 100%;
}

.sidebar__mcafee-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__mcafee-cont > div {
  border-right: 1px solid #d9d9d9;
  padding: 7px 38px 7px 0;
  margin-right: 38px;
}

.sidebar__mcafee-cont > div img {
  display: block;
}

.sidebar__accept {
  padding-bottom: 8px;
}

.sidebar__accept ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar__accept ul li {
  width: 33.33%;
  margin-bottom: 16px;
}

.sidebar__accept img {
  display: block;
  margin: 0 auto;
}

.sidebar__secure h3 {
  text-align: left;
}

.sidebar__secure img {
  width: 25px;
  margin-right: 8px;
  position: relative;
  top: 7px;
}

.sidebar__secure p span {
  color: #10c0e7;
  font-weight: 700;
}

.sidebar__secure p strong {
  color: #6a6a6a;
}

.sidebar__inclus ul.check-list li {
  font-size: 18px;
  margin-bottom: 20px;
}

.sidebar__inclus ul.check-list li:last-child {
  margin-bottom: 0;
}

.sidebar__reason li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 22px;
}

.sidebar__reason li:last-child {
  margin-bottom: 0;
}

.sidebar__reason li > div {
  min-width: 35px;
  margin-right: 10px;
}

.sidebar__reason li > div img {
  display: block;
  margin: 0 auto;
}

/*Sidebar END*/

/*CTA*/

.main-cta {
  background-color: #10c0e7;
  padding: 40px 0;
}

.main-cta .def-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-cta h2 {
  margin-right: 48px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

/*CTA END*/

/*Footer*/

footer {
  background-color: #13425f;
  padding: 38px 0;
}

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

footer a {
  color: #fff;
  text-decoration: none;
}

.footer-left {
  margin-right: 20px;
}

.footer-left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.footer-left li:last-child {
  margin-bottom: 0;
}

.footer-left li img {
  margin-right: 30px;
}

.footer-right nav {
  margin-bottom: 28px;
}

.footer-right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-right nav ul li {
  margin: 0 27px;
}

.footer-right nav ul li:last-child {
  margin-right: 0;
}

.footer-right nav ul li a:hover {
  text-decoration: underline;
}

.footer-more-nav a {
  color: #89a1af;
}

.copyright {
  color: #89a1af;
  text-align: right;
}

/*Footer END*/

/*Footer two*/

footer.footerTwo {
  padding: 34px 0;
}

footer.footerTwo .def-width {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.footerTwo .copyright {
  text-align: center;
}

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

.footerTwo-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.footerTwo-left li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 56px;
}

.footerTwo-left li:last-child {
  margin-right: 0;
}

.footerTwo-left img {
  margin-right: 30px;
}

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

.footerTwo-right img {
  margin-right: 28px;
}

.footerTwo-right img:last-child {
  margin-right: 0;
}

/*Footer two END*/

@media all and (max-width: 1100px) {
  .show-in-tab {
    display: block;
  }

  .with-sidebar {
    display: block;
  }

  .near-sidebar {
    max-width: 1070px;
  }

  .header-right {
    display: none;
  }

  .header-nav ul li {
    margin: 0 10px;
  }

  .header-nav ul li a {
    font-size: 12px;
    padding: 27px 0;
    line-height: 12px;
  }

  .home-cont__lid-text {
    width: 58%;
    padding-left: 0;
  }

  .home-cont__lid-text h2 {
    font-size: 36px;
    margin-bottom: 0;
  }

  .home-cont__lid-text p {
    font-size: 18px;
  }

  .home-cont__lid-calc {
    width: 42%;
  }

  .home-cont__why ul {
    margin: 0 -20px;
  }

  .home-cont__why ul li {
    width: 50%;
    padding: 0 20px;
  }

  .home-cont__hiw ul li:before {
    width: 210px;
    height: 80px;
    background-size: 210px 80px;
    right: -110px;
  }

  .home-cont__hiw img {
    margin-bottom: 20px;
  }

  .home-cont__hiw p {
    font-size: 16px;
    line-height: 26px;
  }

  .home-cont__stat ul li > div {
    margin-bottom: 24px;
  }

  .home-cont__stat span {
    font-size: 36px;
    margin-bottom: 4px;
  }

  .home-cont__stat p {
    font-size: 16px;
    line-height: 26px;
  }

  .home-cont__reviews .bx-controls-direction a.bx-prev {
    left: -40px;
  }

  .home-cont__reviews .bx-controls-direction a.bx-next {
    right: -40px;
  }

  .home-cont__lid-two {
    background-position: 30% 0;
  }

  .home-cont__why-two ul li {
    width: 100%;
  }

  .home-cont__reviews-items li:last-child {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .main-cta .def-width {
    max-width: 640px;
  }

  footer a {
    font-size: 14px;
  }

  footer .footer-left a {
    font-size: 16px;
  }

  .footer-left {
    margin-right: 10px;
  }

  .footer-left li img {
    margin-right: 22px;
  }

  .footer-right nav ul li {
    margin: 0 10px;
  }

  .copyright {
    font-size: 14px;
  }

  footer.footerTwo .def-width {
    display: block !important;
  }

  footer.footerTwo .footerTwo-cont {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 760px) {
  main {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .show-in-mob {
    display: block;
  }

  .header-cont {
    padding: 6px 0;
  }

  .header-logo svg {
    width: 125px;
  }

  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 256px;
    background-color: #fff;
    overflow: auto;
    padding: 16px 18px;
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 6;
  }

  .header-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .header-nav ul li {
    margin: 0 0 18px;
  }

  .header-nav ul li a {
    display: inline-block;
    font-size: 16px;
    padding: 13px 0;
  }

  .header-nav .header-nav-toggler {
    position: absolute;
    top: 28px;
    right: 20px;
  }

  .header-nav.header-nav--open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .header-top {
    display: none !important;
  }

  .home-cont__lid {
    padding: 18px 0 40px;
  }

  .home-cont__lid .def-width {
    display: block;
  }

  .home-cont__lid-text {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .home-cont__lid-text h2 {
    font-size: 26px;
    line-height: 50px;
  }

  .home-cont__lid-text p {
    font-size: 16px;
    margin: 0 auto 22px;
  }

  .home-cont__lid-calc {
    width: 100%;
  }

  .home-cont__lid-calc .calculator {
    margin: 0 auto;
  }

  .home-cont__lid-calc .calculator-top h3 {
    font-size: 18px;
    margin-right: 8px;
  }

  .home-cont__why {
    padding: 30px 0;
  }

  .home-cont__why h2.title {
    margin-bottom: 42px;
  }

  .home-cont__why ul {
    margin: 0;
  }

  .home-cont__why ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }

  .home-cont__why ul li + li {
    border-top: 1px solid #fff;
    padding-top: 12px;
  }

  .home-cont__why-text h3 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 6px;
    position: relative;
    padding-top: 12px;
    -webkit-transition: padding 0.2s;
    transition: padding 0.2s;
  }

  .home-cont__why-text h3 i {
    width: 15px;
    height: 8px;
    background: url("../images/svg/icon_arrow.svg") center center no-repeat;
    background-size: 16px 8px;
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .home-cont__why-text h3.active {
    padding-top: 0;
  }

  .home-cont__why-text h3.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/svg/icon_arrow_orange.svg");
  }

  .home-cont__why-img {
    margin-right: 16px;
  }

  .home-cont__why-img img {
    width: 38px;
  }

  .home-cont__hiw {
    padding: 32px 0;
  }

  .home-cont__hiw ul {
    display: block;
    position: relative;
    margin-bottom: 8px;
  }

  .home-cont__hiw ul:before {
    content: "";
    border-left: 2px dashed #13425f;
    position: absolute;
    top: 72px;
    left: 52px;
    bottom: 72px;
  }

  .home-cont__hiw ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .home-cont__hiw ul li:before {
    display: none;
  }

  .home-cont__hiw ul li img {
    margin-right: 20px;
    margin-bottom: 26px;
  }

  .home-cont__hiw h2 {
    margin-bottom: 34px;
  }

  .home-cont__hiw p {
    text-align: left;
    margin-bottom: 14px;
  }

  .home-cont__stat {
    padding: 32px 0 0;
  }

  .home-cont__stat ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home-cont__stat ul li {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .home-cont__stat ul li:nth-child(2):before {
    display: none;
  }

  .home-cont__reviews {
    padding: 32px 0;
  }

  .home-cont__reviews .bx-controls-direction {
    display: none;
  }

  .home-cont__lid-list {
    width: 100%;
    margin: 0 auto;
  }

  .home-cont__reviews-items li {
    margin: 0;
  }

  .home-cont__reviews-items li:nth-child(2) {
    display: none;
  }

  .home-cont__reviews-logos {
    display: block;
  }

  .home-cont__reviews-logos > div {
    display: block;
    text-align: center;
    border-right: 0;
  }

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

  .hiw-cont__text ul:before {
    display: none;
  }

  .hiw-cont__text ul li {
    display: block;
  }

  .hiw-cont__item-img {
    margin: 0 0 20px;
  }

  .hiw-cont__item-img img {
    margin: 0 auto;
  }

  .samples-cont__text > p {
    text-align: center;
  }

  .samples-cont__text > ul > li {
    width: calc(100%);
  }

  .pricing-cont__text > p {
    text-align: center;
  }

  .pricing-cont__text > ul {
    display: block;
    margin-bottom: 26px;
    text-align: center;
  }

  .pricing-cont__text > ul > li + li {
    padding-top: 20px;
  }

  .pricing-cont__tabs-wrapper {
    overflow: auto;
  }

  .pricing-cont__tabs-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f7f7f7;
  }

  .pricing-cont__tabs-wrapper::-webkit-scrollbar:horizontal {
    height: 6px;
  }

  .pricing-cont__tabs-wrapper::-webkit-scrollbar-track {
    background-color: none;
  }

  .pricing-cont__tabs-wrapper::-webkit-scrollbar-thumb {
    background-color: #10c0e7;
    border-radius: 3px;
  }

  .pricing-cont__tabs-cont {
    min-width: 700px;
  }

  .faq-cont__question {
    padding: 10px 30px 10px 12px;
  }

  .faq-cont__question-icon {
    right: 10px;
  }

  .faq-cont__answer {
    margin-left: 3px;
  }

  .about-cont__lid {
    background: none;
    padding: 0;
  }

  .about-cont__lid > div {
    max-width: 100%;
  }

  .about-cont__what ul {
    margin: 0;
    display: block;
    text-align: center;
  }

  .about-cont__what ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .not-found img {
    width: 90px;
    margin-bottom: 20px;
  }

  .not-found h1 {
    font-size: 50px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .not-found p {
    margin-bottom: 0;
  }

  .not-found__butns {
    margin-bottom: 0;
  }

  .not-found__butns .butn {
    margin: 10px 16px;
  }

  .main-cta {
    padding: 4px 0 18px;
    text-align: center;
  }

  .main-cta .def-width {
    display: block;
  }

  .main-cta h2 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 10px;
  }

  footer {
    padding: 18px 0;
  }

  footer a {
    line-height: 24px;
  }

  .footer-left {
    display: none;
  }

  .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 400px;
  }

  .footer-right nav {
    margin-bottom: 14px;
  }

  .footer-right nav ul {
    display: block;
  }

  .footer-right nav ul li {
    margin: 0;
  }

  .copyright {
    width: 100%;
    text-align: center;
  }

  .footerTwo-cont {
    display: block;
  }

  .footerTwo-left {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footerTwo-left li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .footerTwo-left li + li {
    margin: 20px 0 0;
  }

  .footerTwo-right li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}