/* ===============STYLE=RESET=START=================*/
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,
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.mob-menu .menu-item .menu-more-link,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* a {
    cursor: pointer;
    text-decoration: none;
}

body {
    line-height: 1;
}

body * {
    font-family: "SourceSansPro-Regular";
    font-size: 14px;
    outline: none;
}

ol {
    list-style: none;
}

ul {
    padding-left: 17px;
}

blockquote,
q {
    quotes: none;
}

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

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

.header > .row > .col-md-12 {
    padding: 0;
}

img {
    max-width: 100%;
}

.wp-block-image img {
    border: 5px solid #cfcfcf;
}

.container-fluid {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.container-fluid .row {
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1277px;
    margin: 0 auto;
}

/* ===============STYLE=RESET=END=================*/
/*general styles*/
h1 {
    color: #ffffff;
    font-family: "SourceSansPro-Bold";
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 42px;
}

h1 .colored-dot {
    color: #ffb23e;
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
}

h2 {
    color: #ffffff;
    font-family: "SourceSansPro-SemiBold";
    margin-bottom: 42px;
    border-bottom: 10px solid #FFCF53;
    font-size: 42px;
    line-height: 55px;
    display: inline-block;
}

h2 .colored-dot {
    color: #ffb23e;
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
}

h3 {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 42px;
    line-height: 65px;
}

h3.with-dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

h3 * {
    line-height: inherit;
    font-size: inherit;
}

h3 .left-aligned {
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.left-side-h3 {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 20px 10px;
}

p {
    color: #585d6c;
    font-size: 19px;
    line-height: 30px;
    margin: 20px 0;
}

p a {
    font-size: 19px;
    line-height: 30px;
    color: #1236d9;
    font-family: "SourceSansPro-SemiBold";
}

p * {
    font-size: 19px;
    line-height: 30px;
    color: #1236d9;
    font-family: "SourceSansPro-SemiBold";
}

.dropdown {
    position: relative;
}

.dropdown .selected {
    border-radius: 10px;
    border: 2px solid #dddee1;
    background-color: #ffffff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: 14px 20px;
    color: #adb0b9;
    font-size: 18px;
    letter-spacing: 0.45px;
    width: 100%;
}

.dropdown .selected .icon {
    height: 5px;
    width: 8px;
    fill: #adb0b9;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.dropdown-list {
    display: none;
    position: absolute;
    width: 100%;
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #dddee1;
    background-color: #ffffff;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.dropdown-list a {
    padding: 14px 20px;
    text-decoration: none;
    text-align: left;
    color: #adb0b9;
}

.dropdown-list a:hover {
    background-color: #ececec;
}

.dropdown:hover .selected {
    border-radius: 10px 10px 0 0;
    border-bottom-color: transparent;
}

.dropdown:hover .selected .icon {
    transform: rotate(180deg);
}

.dropdown:hover .dropdown-list {
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    opacity: 1;
}

.title-dropdown {
    position: relative;
    margin-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.title-dropdown .selected {
    background-color: #ffffff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    font-size: 42px;
    font-family: "SourceSansPro-Bold";
    letter-spacing: 0.45px;
    margin-right: 15px;
    position: relative;
}

@media (max-width: 991px) {
    .title-dropdown {
        width: 100%;
        justify-content: center;
    }
}

.title-dropdown .selected:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.title-dropdown .selected .icon {
    height: 5px;
    width: 8px;
    fill: inherit;
    margin-left: 10px;
}

.title-dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    width: auto;
    height: 340px;
    overflow-y: auto;
    left: 50%;
    transform: translateX(-50%);
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    border-top: none;
    box-shadow: 0 15px 30px 0 rgba(54, 57, 73, 0.09);
}

.title-dropdown-list a {
    padding: 10px;
    white-space: nowrap;
    text-decoration: none;
    text-align: left;
    color: #adb0b9;
}

.title-dropdown-list a:hover {
    background-color: #ececec;
}

.title-dropdown:hover .selected {
    border-bottom-color: transparent;
}

.title-dropdown:hover .selected .icon {
    transform: rotate(180deg);
}

.title-dropdown:hover .title-dropdown-list {
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    opacity: 1;
}

.btn {
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    padding: 15px 20px;
    white-space: nowrap;
    transition: all .3s;
    line-height: 16px;
    cursor: pointer;
}

.btn:hover {
    transition: all .3s;
}

.btn-white-border {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.64px;
    transition: all .3s;
}

.btn-white-border:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transition: all .3s;
}

.btn-black-border {
    border: 2px solid #080b2a;
    background-color: transparent;
    color: #080b2a;
    padding: 13px 20px;
    font-size: 16px;
    letter-spacing: 0.64px;
    transition: all .3s;
}

.btn-black-border:hover {
    border: 2px solid #1237da;
    color: #1237da;
    transition: all .3s;
}

.btn-gray-border {
    border: 2px solid #dddee1;
    background-color: transparent;
    color: #adb0b9;
    padding: 13px 20px;
    font-size: 16px;
    letter-spacing: 0.64px;
    transition: all .3s;
}

.btn-gray-border:hover {
    border: 2px solid #1237da;
    color: #1237da;
    transition: all .3s;
}

.btn-orange {
    background-color: #ffffff;
    transition: all .3s;
    background-image: linear-gradient(-217deg, #ffb23e 0%, #f0a32f 100%);
    border-color: transparent;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.64px;
}

.btn-orange:hover {
    background-image: linear-gradient(-217deg, #d69533 0%, #ca8826 100%);
    transition: all .3s;
}

.btn.forceLogin {
    background-color: #ffffff;
    transition: all .3s;
    background-image: linear-gradient(-217deg, #ffb23e 0%, #f0a32f 100%);
    border-color: transparent;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.64px;
    height: 46px;
}

.btn.forceLogin:hover {
    background-image: linear-gradient(-217deg, #d69533 0%, #ca8826 100%);
    transition: all .3s;
}

.btn.rounded-corners {
    border-radius: 10px;
}

.showLinks a {
    text-decoration: none;
    border-radius: 5px;
    white-space: nowrap;
    line-height: 16px;
    cursor: pointer;
    border: 2px solid #080b2a;
    background-color: transparent;
    color: #080b2a !important;
    padding: 7px 20px;
    font-size: 16px;
    letter-spacing: 0.64px;
    transition: all .3s;
    margin-top: 30px;
}

.showLinks .showMore {
    width: 160px;
    height: 46px;
    margin: 30px auto 0;
    display: block;
}

.showLinks a:hover {
    border: 2px solid #1237da;
    color: #1237da !important;
    transition: all .3s;
}

.msgBox .googlePreview {
    border: none;
    padding: initial;
    border-radius: 0;
}

.showLinks .showLess {
    width: 160px;
    height: 46px;
    margin: 30px auto 0;
}

.showLinks .showMore br,
.showLinks .showLess br,
.showLinks .showMore .fa,
.showLinks .showLess .fa {
    display: none;
}

.text-green {
    color: #1fbf89;
}

.text-red {
    color: #db3a54;
}

.text-orange {
    color: #ffa32c;
}

.text-gray {
    color: #adb0b9;
}

.icon-green {
    fill: #1fbf89;
}

.icon-red {
    fill: #db3a54;
}

.icon-orange {
    fill: #ffa32c;
}

.icon-gray {
    fill: #adb0b9;
}

.green-title {
    color: #27c08b;
    font-size: 19px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: "SourceSansPro-SemiBold";
    letter-spacing: 3.42px;
}

.improveBox {
    background-position: 1px 5px !important;
}

.passedBox {
    background-position: 1px 5px !important;
}

.errorBox {
    background-position: 1px 5px !important;
}

.lowImpactBox {
    background-position: 1px 5px !important;
}

.suggestionBox {
    border-radius: 20px !important;
    color: #ffffff !important;
    padding: 50px !important;
    font-size: 19px !important;
}

.improveBox .suggestionBox {
    background-color: #ffb23e !important;
}

.info-text {
    background-color: #0e9df1 !important;
}

.passedBox .suggestionBox {
    background-color: #27c08b !important;
}

.errorBox .suggestionBox {
    background-color: #db3a54 !important;
}

.lowImpactBox .suggestionBox {
    background-color: #adb0b9 !important;
}

.msgBox {
    padding-right: 29px;
}

.block-form {
    margin: 0 -10px;
}

.block-form__wrapper form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-form__wrapper .form-group {
    margin: 0 10px;
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 20px;
}

.block-form__wrapper .form-group.full-width {
    width: 100%;
}

.block-form__wrapper .btn {
    margin: 20px auto 0 0;
    border-color: transparent;
}

.block-form__wrapper label {
    color: #585d6c;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 16px;
}

.block-form__wrapper input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #dddee1;
    background-color: #ffffff;
    outline: none;
}

.block-form__wrapper input:focus {
    border-color: #080b2a;
    color: #080b2a;
}

.block-form__wrapper input:disabled {
    border: 2px solid #dddee1;
    background-color: rgba(245, 245, 245, 0.66);
}

.block-form__wrapper textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #dddee1;
    background-color: #ffffff;
    outline: none;
    resize: none;
}

.block-form__wrapper textarea:focus {
    border-color: #080b2a;
    color: #080b2a;
}

.block-form__wrapper .verification__block {
    display: -ms-flexbox;
    display: flex;
}

.block-form__wrapper .verification__block-wrapper {
    position: relative;
}

.block-form__wrapper .verification__block-wrapper input {
    margin-left: 40px;
    width: auto;
    height: 60px;
}

.block-form__wrapper .verification__block-wrapper .icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    cursor: pointer;
}

/*general styles*/
body {
    background: url(../images/header-bg.png) no-repeat;
    background-size: 100%;
    background-position: top center;
}

.page__wrapper {
    display: table;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.header {
    padding: 45px 50px;
    position: relative;
    z-index: 15;
}

.header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    width: 112px;
    height: 34px;
}

.header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__menu ul {
    display: -ms-flexbox;
    display: flex;
}

.header__menu ul a {
    color: #a0b0fe;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 0.64px;
    text-decoration: none;
    padding: 0 35px;
    height: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    transition: color .3s;
}

.header__menu ul a .planet {
    width: 17px;
    height: 17px;
    fill: #a0b0fe;
    transition: fill .3s;
    margin-right: 9px;
}

.header__menu ul a .angle-down {
    width: 8px;
    height: 5px;
    fill: #ffffff;
    margin-left: 11px;
    transition: fill .3s, transform .3s;
}

.header__menu ul a:hover {
    color: #ffffff;
    transition: color .3s;
}

.header__menu ul a:hover .planet,
.header__menu ul a:hover .angle-down {
    fill: #ffffff;
    transition: fill .3s;
}

.header__menu li {
    color: #a0b0fe;
    font-size: 16px;
    line-height: 37px;
    letter-spacing: 0.64px;
}

.header__menu .header__dropdown {
    position: relative;
}

.header__menu .header__dropdown-list {
    z-index: -1;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    background-color: #FFFFFF;
    min-width: 150px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .5s;
    box-shadow: 0px 0 5px #d6d6d6;
}

.header__menu .header__dropdown-list a {
    color: #080b2a;
    padding: 10px;
}

.header__menu .header__dropdown-list a:hover {
    background-color: #f3f4fb;
    color: #080b2a;
}

.header__menu .header__dropdown:hover .header__dropdown-list {
    z-index: 0;
    opacity: 1;
    transition: opacity .5s;
}

.header__menu .header__dropdown:hover .angle-down {
    transform: rotate(180deg);
    transition: transform .3s;
}

.header .login-block {
    margin-left: 20px;
}

.header .login-block .btn {
    height: 40px;
    padding: 12px 30px;
}

.header .login-block .btn + .btn {
    margin-left: 20px;
}

.header-mob__menu-button {
    display: none;
}

.main-wrapper section {
    margin-bottom: 200px;
}

.main-wrapper .banner {
    padding: 155px 0;
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper .banner > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.main-wrapper .banner-text {
    color: #ffffff;
    font-family: "SourceSansPro-Light";
    font-size: 24px;
    line-height: 37px;
}

.main-wrapper .search-wrapper {
    margin-left: 20px;
}

.main-wrapper .search-wrapper .form-group {
    display: -ms-flexbox;
    display: flex;
}

.main-wrapper .search-wrapper .form-group.input-bg {
    position: relative;
    padding: 0 10px;
}

.main-wrapper .search-wrapper .form-group.input-bg:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    display: block;
    width: calc(100% - 40px);
    height: calc(100% + 20px);
    z-index: -1;
    background: url(../images/search-background.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.main-wrapper .search-wrapper input {
    width: 457px;
    height: 60px;
    padding: 0 20px;
    border-radius: 10px 0 0 10px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #858fc0;
    font-family: "SourceSansPro-Light";
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 0.7px;
}

.main-wrapper .search-wrapper button {
    width: 150px;
    height: 60px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), inset -1px 1px 1px #26b383;
    border-radius: 0 10px 10px 0;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f97e4a;
    background-image: linear-gradient(-217deg, #27c08b 0%, #24a177 100%);
    color: #ffffff;
    font-size: 18px;
    /*line-height: 37px;*/
    letter-spacing: 0.45px;
    cursor: pointer;
}

.main-wrapper .search-wrapper button:hover {
    background-image: linear-gradient(-217deg, #24b180 0%, #1f906a 100%);
}

.main-wrapper .search-wrapper button .search-icon {
    width: 21px;
    height: 21px;
    fill: #ffffff;
    margin-right: 14px;
}

.main-wrapper .search-wrapper .search-list {
    margin: 12px 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-wrapper .search-wrapper .search-list a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    text-decoration: none;
    color: #a0b0fe;
    font-size: 12px;
    letter-spacing: 0.6px;
    opacity: .5;
    transition: opacity .3s;
}

.main-wrapper .search-wrapper .search-list a:hover {
    opacity: 1;
    transition: opacity .3s;
}

.main-wrapper .search-wrapper .search-list .icon {
    height: 17px;
    width: 17px;
    fill: #a0b0fe;
    margin-right: 6px;
}

.main-wrapper .top-section {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 200px;
}

.main-wrapper .top-section__item {
    padding: 49px 50px 34px;
    margin: 0 20px;
    width: 33%;
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.2);
    border-radius: 80px 80px 40px 40px;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper .top-section__img {
    margin-bottom: 45px;
}

.main-wrapper .top-section__title {
    color: #080b2a;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: "SourceSansPro-SemiBold";
}

.main-wrapper .top-section__text {
    color: #080b2a;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    max-width: 100%;
}

.main-wrapper .top-section__text a {
    color: #2a37d9;
    text-decoration: none;
    font-size: 17px;
}

.main-wrapper .top-section-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    height: 5px;
    width: 85px;
}

.main-wrapper .top-section-dots span {
    background-color: #e7eaf9;
    display: block;
    width: 5px;
    height: 5px;
}

.main-wrapper .about-us__wrapper {
    display: -ms-flexbox;
    display: flex;
}

.main-wrapper .about-us__text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.main-wrapper .about-us__text .btn {
    margin-top: 30px;
}

.main-wrapper .about-us .logos-block a {
    display: inline-block;
    margin: 0 47px 18px 0;
}

.main-wrapper .about-us__img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-left: 50px;
}

.main-wrapper .seo-optimization {
    position: relative;
}

.main-wrapper .seo-optimization:before {
    content: '';
    position: absolute;
    background: url(../images/seo-bg.png) 100% no-repeat;
    background-size: contain;
    width: 80%;
    height: 1269px;
    max-height: 100%;
    top: 200px;
    right: 0;
}

.main-wrapper .seo-optimization section {
    margin-bottom: 100px;
}

.main-wrapper .seo-optimization__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -20px;
}

.main-wrapper .seo-optimization__item {
    padding: 49px 30px 34px;
    margin: 0 20px 100px;
    max-width: calc(33% - 40px);
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.2);
    border-radius: 80px 80px 40px 40px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    color: #080b2a;
    font-size: 17px;
    line-height: 28px;
    position: relative;
    min-height: 459px;
    transition: all .3s;
}

.main-wrapper .seo-optimization__item .btn {
    margin-top: 20px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    transition: all .1s;
}

.main-wrapper .seo-optimization__item:hover {
    padding-bottom: 110px;
    transition: all .3s;
}

.main-wrapper .seo-optimization__item:hover .btn {
    opacity: 1;
    z-index: 1;
    transition: opacity 1s, z-index 1s;
}

.main-wrapper .section__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 3;
}

.main-wrapper .section__header-img {
    width: 22px;
    height: 32px;
}

.main-wrapper .section__header-upper-title {
    color: #1236d9;
    font-size: 19px;
    line-height: 65px;
    text-transform: uppercase;
    font-family: "SourceSansPro-SemiBold";
    letter-spacing: 3.42px;
}

.main-wrapper .technology__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
    position: relative;
}

.main-wrapper .technology__item {
    width: 25%;
    padding: 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #080b2a;
    font-size: 17px;
    line-height: 28px;
}

.main-wrapper .technology__item .btn {
    margin-top: 40px;
}

.main-wrapper .technology__item .btn:hover {
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), inset -1px 1px 1px #f1a127;
    background-color: #ffae20;
    background-image: linear-gradient(-217deg, #ffb23e 0%, #f0a32f 100%);
}

.main-wrapper .technology__item:hover .technology__img {
    border-color: #f7ad3e;
}

.main-wrapper .technology-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 5px;
    height: 85px;
}

.main-wrapper .technology-dots span {
    background-color: #e7eaf9;
    display: block;
    width: 5px;
    height: 5px;
}

.main-wrapper .technology__img {
    background-color: #fafafc;
    padding: 15px;
    border: 13px solid #d4d7ee;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    line-height: initial;
}

.main-wrapper .technology__title {
    color: #222239;
    font-family: "SourceSansPro-Bold";
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.main-wrapper .technology__text {
    color: #585d6c;
    margin-top: 30px;
    font-size: 17px;
    line-height: 24px;
    max-width: 100%;
}

.main-wrapper .technology-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
}

.main-wrapper .technology-button .btn {
    border-radius: 10px;
}

.main-wrapper .recent-sites__wrapper {
    margin: 0 -20px 0;
}

.main-wrapper .recent-sites__wrapper.slick-slider {
    margin-top: -60px;
}

.main-wrapper .recent-sites__wrapper .slick-track {
    padding: 60px 0;
}

.main-wrapper .recent-sites__wrapper .slick-dots {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-wrapper .recent-sites__wrapper .slick-dots li {
    width: 12px;
    height: 12px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: #dddee1;
}

.main-wrapper .recent-sites__wrapper .slick-dots li + li {
    margin-left: 8px;
}

.main-wrapper .recent-sites__wrapper .slick-dots li button {
    font-size: 0;
    border: none;
    background-color: transparent;
    outline: none;
}

.main-wrapper .recent-sites__wrapper .slick-dots li.slick-active {
    background-color: #1236d8;
}

.main-wrapper .recent-sites__wrapper .slick-slide div:last-child .recent-sites__item {
    margin-bottom: 0;
}

.main-wrapper .recent-sites__item {
    box-shadow: 0 20px 30px rgba(216, 216, 232, 0.4);
    border-radius: 20px 20px 10px 10px;
    background-color: #fdfdfd;
    margin: 0 20px;
    max-width: calc(33% - 40px);
    overflow: hidden;
    width: 33.3333%;
    display: inline-block;
    margin-bottom: 100px;
}

.main-wrapper .recent-sites__item:hover {
    box-shadow: 0 20px 30px #d8d8e8;
}

.main-wrapper .recent-sites__img {
    padding-top: 70%;
    position: relative;
    border-bottom: 5px solid #e4e4e4;
}

.main-wrapper .recent-sites__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-wrapper .recent-sites__title {
    padding: 50px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-wrapper .recent-sites__title a {
    text-decoration: none;
}

.main-wrapper .recent-sites__title span {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 20px;
    line-height: 30px;
}

.main-wrapper .recent-sites__title img {
    display: inline-block;
    margin-right: 11px;
}

.main-wrapper .recent-sites__block {
    padding: 0 10px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-wrapper .recent-sites__block > * {
    width: 33%;
}

.main-wrapper .recent-sites__block-title {
    color: #adb0b9;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

.main-wrapper .recent-sites__block-text {
    text-align: center;
    font-family: "SourceSansPro-Regular";
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.main-wrapper .recent-sites__block-text span {
    font-size: inherit;
    font-family: inherit;
}

.main-wrapper .recent-sites__rank {
    position: relative;
}

.main-wrapper .recent-sites__rank:before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #dddee1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-wrapper .recent-sites__speed {
    position: relative;
}

.main-wrapper .recent-sites__speed:before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #dddee1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-wrapper .recent-sites__between-block {
    margin-bottom: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper .blog-recent {
    margin-bottom: 270px;
}

.main-wrapper .blog-recent__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    height: 643px;
}

.main-wrapper .blog-recent__description {
    -ms-flex-preferred-size: calc(50% - 100px);
    flex-basis: calc(50% - 100px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-wrapper .blog-recent__description-span {
    display: block;
    color: #585d6c;
    font-size: 19px;
    line-height: 30px;
    margin: 20px 0 40px;
}

.main-wrapper .blog-recent__description .btn {
    border-radius: 10px;
}

.main-wrapper .blog-recent__item {
    box-shadow: 0 20px 30px rgba(216, 216, 232, 0.4);
    border-radius: 20px 20px 10px 10px;
    background-color: #fdfdfd;
    margin: 0 20px;
    width: 370px;
    max-width: calc(33% - 40px);
    overflow: hidden;
}

.main-wrapper .blog-recent__item:hover {
    box-shadow: 0 20px 30px #d8d8e8;
}

.main-wrapper .blog-recent__block {
    padding: 25px 30px 75px;
}

.main-wrapper .blog-recent__date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.main-wrapper .blog-recent__date svg {
    width: 16px;
    height: 16px;
    fill: #585d6c;
    margin-right: 9px;
}

.main-wrapper .blog-recent__date span {
    color: #585d6c;
    font-size: 13px;
    line-height: 30px;
}

.main-wrapper .blog-recent__title {
    margin-bottom: 20px;
}

.main-wrapper .blog-recent__title a {
    text-decoration: none;
    color: #080b2a;
    font-family: "SourceSansPro-SemiBold";
    font-size: 22px;
    line-height: 30px;
    outline: none;
}

.main-wrapper .blog-recent__title a:hover {
    color: #1236d8;
}

.main-wrapper .blog-recent__text {
    color: #585d6c;
    font-size: 17px;
    line-height: 30px;
}

.main-wrapper .blog-recent__img {
    padding-top: 70.27%;
    position: relative;
}

.main-wrapper .blog-recent__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-wrapper .blog-recent__slider {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
}

.main-wrapper .blog-recent__slider .slick-track {
    padding: 0 0 80px;
}

.main-wrapper .blog-recent__slider .arrow-left {
    position: absolute;
    top: 100%;
    right: 120px;
    width: 50px;
    height: 12px;
    fill: #080b2a;
}

.main-wrapper .blog-recent__slider .arrow-left:hover {
    fill: #1237da;
}

.main-wrapper .blog-recent__slider .arrow-right {
    position: absolute;
    top: 100%;
    right: 20px;
    width: 50px;
    height: 12px;
    fill: #080b2a;
}

.main-wrapper .blog-recent__slider .arrow-right:hover {
    fill: #1237da;
}

.main-wrapper.small-header {
    background-color: #ffffff;
    margin-top: 230px;
    padding: 130px 0 0;
}

.main-wrapper.small-header section {
    position: relative;
}

.main-wrapper.small-header h1 {
    position: absolute;
    left: 0;
    bottom: calc(100% + 230px);
    line-height: 45px;
    margin-bottom: 0;
}

.main-wrapper.small-header h1 .section__header-title {
    color: #ffffff;
    font-size: 60px;
    line-height: 45px;
    font-family: "SourceSansPro-SemiBold";
}

.main-wrapper.small-header h1 .section__header-title span {
    color: #ffb23e;
    font-size: 60px;
    line-height: 45px;
    font-family: "SourceSansPro-SemiBold";
}

.main-wrapper .pagination .icon {
    width: 50px;
    height: 12px;
    fill: #080b2a;
}

.main-wrapper .pagination .icon:hover {
    fill: #1237da;
}

.main-wrapper ul.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-wrapper .pagination li {
    border-radius: 10px;
    color: #080b2a;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.45px;
    border: 2px solid #080b2a;
}

.main-wrapper .pagination li:hover,
.main-wrapper .pagination li.active {
    border: 2px solid #1237da;
    color: #1237da;
}

.main-wrapper .pagination li + li {
    margin-left: 5px;
}

.main-wrapper .pagination li > span {
    padding: 12px 19px 13px;
    display: inline-block;
}

.main-wrapper .pagination li a {
    min-width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    line-height: inherit;
    text-decoration: none;
}

.glyphicon-chevron-right {
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.glyphicon-chevron-left {
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
}

/*.main-wrapper .pagination li.page {
  border: 2px solid #080b2a; }
  .main-wrapper .pagination li.page:hover {
    border: 2px solid #1237da;
    color: #1237da; }
.main-wrapper .pagination li.page-current {
  border: 2px solid #1237da;
  color: #1237da; }*/

#capImg {
    float: left;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #dddee1;
}

.input-group.phpCap {
    margin-left: 10px;
    float: left;
}

.input-group.phpCap input {
    height: 55px;
}

.main-wrapper .compare-sites__links ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-wrapper .compare-sites__links ul svg {
    width: 16px;
    height: 16px;
    fill: #adb0b9;
    line-height: 16px;
    margin-right: 10px;
}

.main-wrapper .compare-sites__links ul a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 16px;
    color: #adb0b9;
    padding: 17px 20px;
    text-decoration: none;
    border-bottom: 5px solid #dddee1;
}

.main-wrapper .compare-sites__links ul a.active {
    border-bottom: 5px solid #1236d9;
    color: #1236d9;
}

.main-wrapper .compare-sites__links ul a.active svg {
    fill: #1236d9;
}

.main-wrapper .compare-sites__links li {
    -ms-flex-preferred-size: 11%;
    flex-basis: 11%;
    white-space: nowrap;
}

.main-wrapper .compare-sites__content {
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
}

.main-wrapper .compare-sites__item {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-wrapper .compare-sites__item-block {
    box-shadow: 0 20px 60px #d8d8e8;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 30px;
}

.main-wrapper .compare-sites__item-block + .compare-sites__item-block {
    margin-top: 30px;
}

.main-wrapper .compare-sites__item-block .bottom-block {
    margin-top: 26px !important;
}

.main-wrapper .compare-sites__item > div + div {
    margin-bottom: 117px;
}

.main-wrapper .compare-sites__item-head {
    padding-bottom: 15px;
    border-bottom: 5px solid #dddee1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.main-wrapper .compare-sites__item-head-title {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 22px;
    line-height: 30px;
    text-decoration: none;
}

.main-wrapper .compare-sites__item-head-title:hover {
    color: #1236d9;
}

.main-wrapper .compare-sites__item-head .gears {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper .compare-sites__item-head .gears-item {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/gears.svg) no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
}

.main-wrapper .compare-sites__item-head .gears-item.active {
    background: url(../images/gears-colored.svg) no-repeat;
    background-size: 100% 100%;
}

.main-wrapper .compare-sites__item-content {
    /*padding-left: 29px;*/
    position: relative;
}

.main-wrapper .compare-sites__item-content * {
    font-size: 19px;
    line-height: 29px;
}

.main-wrapper .compare-sites__item-content-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.main-wrapper .compare-sites__item-content-icon .icon {
    width: inherit;
    height: inherit;
}

.main-wrapper .compare-sites__item-content .line-progress__graph {
    margin-top: 30px;
    height: 20px;
    border-radius: 10px;
    margin-right: 0;
    width: calc(100% + 29px);
    max-width: initial;
}

.main-wrapper .compare-sites__item-content .line-progress__graph span {
    border-radius: 10px;
}

.main-wrapper .compare-sites__item-content .line-progress__graph .graph-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 13px;
    color: #ffffff;
    font-size: 14px;
    height: auto;
    white-space: nowrap;
}

.main-wrapper .compare-sites__item-content .line-progress__graph .graph-text .counter {
    position: static;
}

.main-wrapper .compare-sites__item-title {
    position: relative;
    /*padding-right: 29px; */
}

.main-wrapper .compare-sites__item-title p {
    color: #585d6c;
    font-size: 19px;
    font-family: "SourceSansPro-SemiBold";
    line-height: 19px;
    margin: 0 0 10px 0;
}

.main-wrapper .compare-sites__item-title p a {
    line-height: inherit;
}

.main-wrapper .compare-sites__item-title p.text-green {
    color: #1fbf89;
    font-size: 16px;
    margin: 18px 0;
}

.main-wrapper .compare-sites__item-title p.small-paragraph {
    color: #585d6c;
    font-size: 17px;
}

.main-wrapper .compare-sites__item-title p span {
    color: #080b2a;
    font-size: 17px;
    font-family: "SourceSansPro-SemiBold";
    line-height: initial;
}

.main-wrapper .compare-sites__item-title p .icon {
    width: 15px;
    height: 10px;
    margin-right: 5px;
}

.main-wrapper .compare-sites__item .bottom-block {
    margin: 50px auto 0;
    text-align: center;
}

.main-wrapper .compare-sites__item .bottom-block.left-aligned {
    text-align: left;
}

.main-wrapper .compare-sites__item .info {
    margin-top: 39px;
}

.main-wrapper .compare-sites__item .info p {
    color: #ffffff;
    margin: 0;
    line-height: 30px;
}

.main-wrapper .compare-sites__item .pagespeed-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper .compare-sites__item .pagespeed-block .speedometer {
    width: 100%;
    height: 100%;
}

.main-wrapper .compare-sites__item .pagespeed-block .speedometer-arrow {
    position: absolute;
    width: 135px;
    height: 23px;
    left: 170px;
    top: 144px;
    transform-origin: left;
    transform: rotate(calc(-220deg + 265deg));
}

.main-wrapper .compare-sites__item .pagespeed-img__wrapper {
    position: relative;
    width: 334px;
    height: 334px;
}

.main-wrapper .compare-sites__item .pagespeed-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.main-wrapper .compare-sites__item .pagespeed-counter .counter {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 48px;
    line-height: 30px;
}

.main-wrapper .compare-sites__item .pagespeed-counter .counter i {
    font-size: inherit;
    font-family: inherit;
}

.main-wrapper .compare-sites__item .pagespeed-counter .sub-counter {
    color: #717580;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}

.main-wrapper .compare-sites__item .pagespeed-text {
    max-width: 600px;
    margin-left: 50px;
}

.main-wrapper .compare-sites__item-social .icon {
    height: 16px;
    width: 26px;
    margin-right: 10px;
}

.main-wrapper .compare-sites__item-social li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.main-wrapper .compare-sites__item-social li > span {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 17px;
}

.main-wrapper .compare-sites__item-social li > span span {
    color: #585d6c;
    font-family: "SourceSansPro-SemiBold";
}

.main-wrapper .compare-sites__item-body .counter-title {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 42px;
    line-height: 65px;
}

.main-wrapper .compare-sites__item-body .counter-title .counter {
    font-size: inherit;
    font-family: inherit;
}

.main-wrapper .compare-sites.two-sites .compare-sites__item {
    max-width: 50%;
    padding: 0 25px;
}

.main-wrapper .compare-sites.two-sites .compare-sites__item + .compare-sites__item {
    border-left: 6px solid #ececec;
}

.main-wrapper .compare-sites.two-sites .compare-sites__item .pagespeed-block {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.main-wrapper .compare-sites.two-sites .compare-sites__item .pagespeed-text {
    margin-left: 0;
}

.main-wrapper .compare-sites.two-sites .compare-sites__overview {
    margin-bottom: 80px;
}

.main-wrapper .compare-sites.two-sites .compare-sites__overview-img {
    width: 100%;
    height: auto;
    padding-top: 76.9%;
}

.main-wrapper .compare-sites.two-sites .compare-sites__overview-img:before {
    max-width: 100%;
    width: 100%;
    height: 440px;
}

.main-wrapper .compare-sites.two-sites .compare-sites__overview-img img {
    top: 17%;
}

.main-wrapper .compare-sites.two-sites .wrapper {
    min-width: 1180px;
    display: -ms-flexbox;
    display: flex;
}

.main-wrapper .compare-sites .try-new-site__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.main-wrapper .compare-sites .try-new-site__block .search-wrapper input {
    border: 2px solid #dddee1;
}

.main-wrapper .compare-sites__overview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-wrapper .compare-sites__overview-img {
    width: 640px;
    height: 500px;
    padding-top: 39%;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.main-wrapper .compare-sites__overview-img:before {
    content: '';
    display: block;
    background: url(../images/empty-mac.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -30px;
    width: 640px;
    height: 500px;
    left: 0;
    right: 0;
}

.main-wrapper .compare-sites__overview-img img {
    position: absolute;
    top: 16%;
    left: 17.3%;
    width: 63.5%;
    height: 55%;
}

.main-wrapper .compare-sites__overview-text {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-wrapper .compare-sites__overview-text .top-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.main-wrapper .compare-sites__overview-text .top-block .left-side-h3 {
    margin: 0;
}

.main-wrapper .compare-sites__overview-text .top-block .small-text {
    color: #adb0b9;
    font-size: 13px;
    line-height: 30px;
}

.main-wrapper .compare-sites__overview-text .circle-progress {
    position: relative;
}

.main-wrapper .compare-sites__overview-text .circle-progress-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #adb0b9;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.main-wrapper .compare-sites__overview-text .circle-progress-value .percents {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 72px;
    line-height: 65px;
    display: block;
}

.main-wrapper .compare-sites .more-info {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.main-wrapper .compare-sites .more-info .icon {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
}

.main-wrapper .compare-sites .more-info .tooltip {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    padding-bottom: 16px;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s;
}

.main-wrapper .compare-sites .more-info .tooltip > span {
    box-shadow: 0 8px 16px #d8d8e8;
    border-radius: 10px;
    background-color: #ffffff;
    color: #adb0b9;
    font-size: 12px;
    line-height: 30px;
    padding: 15px 18px;
    white-space: nowrap;
    position: relative;
}

.main-wrapper .compare-sites .more-info .tooltip > span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 6px 3px 0 3px;
}

.main-wrapper .compare-sites .more-info:hover .icon {
    fill: #1236d9;
}

.main-wrapper .compare-sites .more-info:hover .tooltip {
    opacity: 1;
    z-index: 1;
    transition: opacity .3s;
}

.main-wrapper .compare-sites table {
    width: 100%;
    text-align: center;
}

.main-wrapper .compare-sites table thead {
    border-bottom: 1px solid #dddee1;
}

.main-wrapper .compare-sites table thead th {
    padding-bottom: 17px;
    color: #585d6c;
    font-size: 14px;
    text-transform: uppercase;
}

.main-wrapper .compare-sites table tbody td {
    padding-top: 30px;
}

.main-wrapper .compare-sites #seoBox4 table tbody td span {
    display: inline-block;
    padding: 8px 10px;
    background-color: #f3f4fb;
    border-radius: 50%;
    color: #585d6c;
    font-size: 12px;
    line-height: 12px;
    min-width: 28px;
}

.main-wrapper .compare-sites .striped-list.titles-list {
    margin-top: 30px;
}

.main-wrapper .compare-sites .striped-list li {
    min-height: 60px;
    padding: 20px 25px;
}

.main-wrapper .compare-sites .striped-list li span {
    font-weight: 600;
}

.main-wrapper .compare-sites .striped-list li:nth-child(2n + 1) {
    border-radius: 10px;
    background-color: #f3f4fb;
}

.main-wrapper .compare-sites .striped-table {
    margin-top: 30px;
}

.main-wrapper .compare-sites .striped-table table {
    text-align: left;
}

.main-wrapper .compare-sites .striped-table table tbody tr:nth-child(2n) {
    background-color: #f3f4fb;
}

.main-wrapper .compare-sites .striped-table table th:first-child, .main-wrapper .compare-sites .striped-table table td:first-child {
    width: 30%;
    border-radius: 10px 0 0 10px;
}

.main-wrapper .compare-sites .striped-table table th:last-child, .main-wrapper .compare-sites .striped-table table td:last-child {
    border-radius: 0 10px 10px 0;
}

.main-wrapper .compare-sites .striped-table table td {
    font-family: "SourceSansPro-SemiBold";
    padding: 14px;
    color: #585d6c;
}

.main-wrapper .compare-sites .striped-table table th {
    color: #585d6c;
    font-size: 14px;
    padding: 0 14px 14px 14px;
}

.main-wrapper .compare-sites .labels ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-wrapper .compare-sites .keywordsTags li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px 20px 0;
}

.main-wrapper .compare-sites .keywordsTags .keyword {
    padding: 10px 20px;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    line-height: 14px;
    background-color: #f3f4fb;
}

.main-wrapper .compare-sites .keywordsTags .number {
    padding: 10px 15px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    line-height: 14px;
    background-color: #1236d8;
    color: #ffffff;
}

.main-wrapper .line-progress__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.main-wrapper .line-progress__item-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper .line-progress__item-text .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.main-wrapper .line-progress__graph {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    width: 100%;
    max-width: 450px;
    height: 10px;
    border-radius: 5px;
    background-color: #f3f4fb;
    position: relative;
    overflow: hidden;
}

.main-wrapper .line-progress__graph span {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.main-wrapper .blog-articles {
    position: relative;
}

.main-wrapper .blog-articles:before {
    content: '';
    position: absolute;
    top: 100px;
    left: -50px;
    z-index: 0;
    display: block;
    background: url(../images/dots-bg.png) no-repeat;
    width: 188px;
    height: 188px;
}

.main-wrapper .blog-articles .search-wrapper {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.main-wrapper .blog-articles .search-wrapper input {
    border-radius: 10px 0 0 10px;
    border: 2px solid #dddee1;
    background-color: #ffffff;
}

.main-wrapper .blog-articles .search-wrapper .icon.search {
    width: 21px;
    height: 21px;
    fill: #ffffff;
    margin-right: 10px;
}

.main-wrapper .blog-articles .search-wrapper button {
    background-color: #ffffff;
    background-image: linear-gradient(-217deg, #ffb23e 0%, #f0a32f 100%);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), inset -1px 1px 1px #f1a127;
}

.main-wrapper .blog-articles .search-wrapper button:hover {
    background-image: linear-gradient(-217deg, #d69533 0%, #ca8826 100%);
}

.main-wrapper .blog-articles .welcome__block {
    margin-top: 100px;
}

.main-wrapper .blog-articles .welcome__block-top {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 29px;
}

.main-wrapper .blog-articles .welcome-image {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 20px;
}

.main-wrapper .blog-articles .welcome-image img {
    width: 100%;
    height: auto;
}

.main-wrapper .blog-articles .welcome-name {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 32px;
    line-height: 55px;
}

.main-wrapper .blog-articles .comments__block {
    margin-top: 100px;
}

.main-wrapper .blog-articles__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 10px;
    margin-bottom: 30px;
    border-right: 5px solid #dddee1;
}

.main-wrapper .blog-articles__item {
    box-shadow: 0 20px 30px rgba(216, 216, 232, 0.4);
    border-radius: 40px 40px 10px 10px;
    background-color: #fdfdfd;
    margin: 0 10px 30px;
    width: 370px;
    max-width: calc(33% - 20px);
    overflow: hidden;
    display: inline-block;
}

.main-wrapper .blog-articles__item:hover {
    box-shadow: 0 20px 30px #d8d8e8;
}

.main-wrapper .blog-articles__block {
    padding: 24px 30px 75px;
}

.main-wrapper .blog-articles__date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.main-wrapper .blog-articles__date svg {
    width: 16px;
    height: 16px;
    fill: #585d6c;
    margin-right: 9px;
}

.main-wrapper .blog-articles__date span {
    color: #585d6c;
    font-size: 13px;
    line-height: 13px;
}

.main-wrapper .blog-articles__comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.main-wrapper .blog-articles__comment svg {
    width: 16px;
    height: 16px;
    fill: #585d6c;
    margin-right: 9px;
}

.main-wrapper .blog-articles__comment span {
    color: #585d6c;
    font-size: 13px;
    line-height: 13px;
}

.main-wrapper .blog-articles__title {
    margin-bottom: 10px;
}

.main-wrapper .blog-articles__title a {
    color: #080b2a;
    text-decoration: none;
    font-family: "SourceSansPro-Bold";
    font-size: 22px;
    line-height: 30px;
    outline: none;
}

.main-wrapper .blog-articles__title a:hover {
    color: #1236d8;
}

.main-wrapper .blog-articles__text {
    color: #585d6c;
    font-size: 17px;
    line-height: 30px;
}

.main-wrapper .blog-articles__img {
    padding-top: 70.27%;
    position: relative;
}

.main-wrapper .blog-articles__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-wrapper .breadcrumbs {
    padding-top: 45px;
    margin-bottom: 95px;
}

.main-wrapper .breadcrumbs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper .breadcrumbs ul li {
    font-size: 16px;
    color: #585d6c;
    font-family: "SourceSansPro-SemiBold";
}

.main-wrapper .breadcrumbs ul li + li {
    margin-left: 24px;
    position: relative;
}

.main-wrapper .breadcrumbs ul li + li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -18px;
    display: block;
    height: 6px;
    width: 6px;
    border-style: solid;
    border-color: #585d6c #585d6c transparent transparent;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg) translateY(-50%);
}

.main-wrapper .breadcrumbs ul li a {
    font-size: 16px;
    font-family: "SourceSansPro-SemiBold";
}

.main-wrapper .breadcrumbs ul li.active a {
    color: #1236d9;
    text-decoration: none;
}

.main-wrapper .two-columns__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}

.main-wrapper .two-columns__contact-side {
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 90px;
}

.main-wrapper .two-columns__contact-side-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.main-wrapper .two-columns__contact-side-img {
    width: 125px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 65px;
}

.main-wrapper .two-columns__contact-side-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.main-wrapper .two-columns__contact-side-wrapper .icon {
    height: 17px;
    width: 17px;
    fill: #f1a127;
    margin-right: 10px;
}

.main-wrapper .two-columns__contact-side-title {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 30px;
    line-height: 55px;
}

.main-wrapper .two-columns__contact-side-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.main-wrapper .two-columns__contact-side-text span {
    color: #585d6c;
    font-family: "SourceSansPro-Light";
    font-size: 16px;
}

.main-wrapper .two-columns__contact-side + .two-columns__content {
    padding-left: 90px;
    border-left: 6px solid #e5e5e5;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-wrapper .two-columns__side {
    -ms-flex-preferred-size: 304px;
    flex-basis: 304px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 20px;
}

.main-wrapper .two-columns__side-title {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 45px;
    line-height: 48px;
}

.main-wrapper .two-columns__side-articles {
    margin-bottom: 90px;
}

.main-wrapper .two-columns__side-articles > div + div {
    margin-top: 40px;
}

.main-wrapper .two-columns__side-articles .blog-articles__block {
    padding: 0 !important;
}

.main-wrapper .two-columns__side .blog-articles__block {
    padding: 0;
}

.main-wrapper .two-columns__side > img {
    margin-bottom: 50px;
}

.main-wrapper .two-columns__side .btn + .btn {
    margin-top: 8px;
}

.main-wrapper.single-article {
    background-color: #ffffff;
}

.main-wrapper.single-article .search-wrapper {
    margin-left: 0;
}

.main-wrapper.single-article .search-wrapper form {
    width: 100%;
}

.main-wrapper.single-article .search-wrapper input {
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.main-wrapper.single-article .search-wrapper button {
    width: 62px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main-wrapper.single-article .search-wrapper button .icon.search {
    margin: 0;
}

.main-wrapper.single-article .single-article__wrapper {
    padding-right: 20px;
    margin-bottom: 30px;
    border-right: 5px solid #dddee1;
}

.single-article__content > ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.single-article__content > ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.single-article__content > ul li {
    font-size: 19px;
    line-height: 30px;
}

.single-article__content > ol li {
    font-size: 19px;
    line-height: 30px;
}

.single-article__content > ul li * {
    font-size: inherit;
    line-height: inherit;
}

.single-article__content > ol li * {
    font-size: inherit;
    line-height: inherit;
}

.main-wrapper.single-article .single-article__content-top {
    display: -ms-flexbox;
    display: flex;
}

.main-wrapper.single-article .single-article__content-top > div + div {
    margin-left: 18px;
}

.main-wrapper.single-article .single-article__content .factors {
    display: inline-block;
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.main-wrapper.single-article .single-article__content-bottom {
    border-top: 5px solid #e3e3e3;
    padding-top: 40px;
    display: -ms-flexbox;
    display: flex;
}

.main-wrapper.single-article .single-article__content-share {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
}

.main-wrapper.single-article .single-article__content-socials {
    display: -ms-flexbox;
    display: flex;
}

.main-wrapper.single-article .single-article__content-socials ul {
    display: -ms-flexbox;
    display: flex;
}

.main-wrapper.single-article .single-article__content-socials a {
    margin-left: 30px;
}

.main-wrapper.single-article .single-article__content-socials a:hover svg {
    fill: #1237da;
}

.main-wrapper.single-article .single-article__content-socials svg {
    height: 16px;
    width: 20px;
    fill: #585d6c;
}

.main-wrapper.single-article .single-article__content-copy {
    justify-self: flex-end;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.main-wrapper.single-article .single-article__content-copy .form-group {
    display: -ms-flexbox;
    display: flex;
    margin-left: 100px;
}

.main-wrapper.single-article .single-article__content-copy input {
    height: 60px;
    border-radius: 10px 0 0 10px;
    border: 2px solid #dddee1;
    background-color: #ffffff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0 32px 0 20px;
    outline: none;
}

.main-wrapper.single-article .single-article__content-copy button {
    width: 62px;
    height: 60px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), inset -1px 1px 1px #f1a127;
    border-radius: 0 10px 10px 0;
    background-color: #f97e4a;
    background-image: linear-gradient(-217deg, #ffb23e 0%, #f0a32f 100%);
    border: none;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: none;
    cursor: pointer;
}

.main-wrapper.single-article .single-article__content-copy button:hover {
    background-image: linear-gradient(-217deg, #d69533 0%, #ca8826 100%);
}

.main-wrapper.single-article .single-article__content-copy button svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.main-wrapper.single-article .single-article__img {
    border-radius: 25px;
    margin-bottom: 50px;
}

.main-wrapper.single-article .single-article__img img {
    width: 100% !important;
    height: auto !important; 
}

.single-article__content h3,
.single-article__content h2,
.single-article__content h1 {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
}

.single-article__content h3 *,
.single-article__content h2 *,
.single-article__content h1 * {
    color: inherit;
    font: inherit;
    line-height: inherit;
}

.main-wrapper.single-article .single-article__small-title {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 30px;
    margin-top: 90px;
}

.main-wrapper.single-article .single-article__table {
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.4);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 20px 20px 30px;
}

.main-wrapper.single-article .single-article__table table {
    width: 100%;
}

.main-wrapper.single-article .single-article__table th, .main-wrapper.single-article .single-article__table td {
    padding: 22px 17px 22px;
    text-align: left;
}

.main-wrapper.single-article .single-article__table th:first-child, .main-wrapper.single-article .single-article__table td:first-child {
    width: 50px;
    text-align: center;
}

.main-wrapper.single-article .single-article__table thead {
    border-bottom: 1px solid #dddee1;
}

.main-wrapper.single-article .single-article__table tbody {
    color: #585d6c;
}

.main-wrapper.single-article .single-article__table tbody tr:first-child {
    height: 70px;
    padding-top: 10px;
}

.main-wrapper.single-article .single-article__table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}

.main-wrapper.single-article .single-article__table tbody tr td:first-child span {
    padding: 3px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f3f4fb;
    color: #585d6c;
    border-radius: 50%;
}

.main-wrapper.single-article .single-article__table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}

.main-wrapper.single-article .single-article__table tbody tr a {
    color: #0f0039;
    font-size: 16px;
    text-decoration: none;
}

.main-wrapper.single-article .single-article__table tbody tr:hover {
    border-radius: 10px;
    background-color: #f3f4fb;
}

.main-wrapper.single-article .single-article__table tbody tr:hover td:first-child span {
    background-color: #1236d9;
    color: #ffffff;
}

.main-wrapper.single-article .single-article__table tbody tr:hover a {
    color: #1236d9;
}

.main-wrapper.single-article .related-posts__block {
    display: -ms-flexbox;
    display: flex;
    margin: 40px -20px 0;
}

.main-wrapper.single-article .blog-articles__block {
    padding: 24px 20px 50px;
}

.main-wrapper.single-article .open-tab {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1236d9;
    margin-bottom: 30px;
    font-family: "SourceSansPro-SemiBold";
    font-size: 27px;
    line-height: 35px;
}

.main-wrapper.single-article .open-tab span {
    color: #1236d9;
    font-family: inherit;
    font-size: inherit;
}

.main-wrapper.single-article .open-tab .icon {
    width: 20px;
    height: 20px;
    fill: #1236d9;
}

.main-wrapper .seo-tools .two-columns__side {
    width: 100%;
    max-width: 325px;
    padding-right: 25px;
    border-right: 6px solid #e5e5e5;
    margin-right: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.main-wrapper .seo-tools .two-columns__side .section__header-upper-title {
    line-height: 14px;
    margin-bottom: 30px;
}

.main-wrapper .seo-tools .two-columns__side img {
    margin-bottom: 50px;
}

.section__header-seo-img {
    width: 90px;
    height: 90px;
}

.two-columns__content {
    flex-basis: 100%;
}

.main-wrapper .seo-tools .two-columns__content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-wrapper .seo-tools .two-columns__content .seo-tools__form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.main-wrapper .seo-tools__wrapper {
    margin: 0 -12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-wrapper .seo-tools__wrapper .recent-sites__between-block {
    margin: 80px 10px 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 20px);
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.4);
    border-radius: 30px 30px 10px 10px;
    background-color: #ffffff;
    padding: 40px;
}

.main-wrapper .seo-tools__item {
    margin: 0 12px 25px;
    width: calc(25% - 24px);
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.4);
    border-radius: 30px 30px 10px 10px;
    background-color: #ffffff;
    padding: 20px 40px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-wrapper .seo-tools__item .seotoollink {
    text-decoration: none;
}

.main-wrapper .seo-tools__title {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 18px;
    text-align: center;
}

.main-wrapper .seo-tools__title:hover {
    color: #1237da;
}

.main-wrapper .seo-tools__text {
    margin: 0 10px;
    width: calc(100% - 20px);
}

.main-wrapper .seo-tools__form form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-wrapper .seo-tools__form .form-group {
    margin: 0 10px;
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 20px;
}

.main-wrapper .seo-tools__form .btn {
    margin: 20px auto 0;
    border-color: transparent;
}

.main-wrapper .seo-tools__form label {
    color: #585d6c;
    font-size: 18px;
    line-height: 30px;
}

.form-control,
.main-wrapper .seo-tools__form input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px solid #dddee1;
    background-color: #ffffff;
    outline: none;
}

#sitevssiteBox {
    text-align: center;
}

#sitevssiteBox .btn {
    width: 100%;
    max-width: 180px;
}

#sitevssiteBox .form-control {
    max-width: 560px;
    margin-bottom: 20px;
}

.widget-box {
    color: #585d6c;
    font-size: 19px;
    line-height: 30px;
}

.widget-box * {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form-control:focus,
.main-wrapper .seo-tools__form input:focus {
    border-color: #080b2a;
    color: #080b2a;
}

.main-wrapper .tabs .btn {
    border-radius: 10px;
    border: 2px solid #dddee1;
    background-color: #ffffff;
    color: #adb0b9;
    font-family: "SourceSansPro-Regular";
    font-size: 18px;
    letter-spacing: 0.45px;
    margin-right: 10px;
}

.main-wrapper .tabs .btn.active {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), inset 0 1px 1px #f1a127;
    background-image: linear-gradient(-217deg, #ffb23e 0%, #f0a32f 100%);
    border: 2px solid #f1a127;
    color: #ffffff;
}

.main-wrapper .tabs-content .two-columns__block {
    margin-top: 50px;
    display: none;
}

.main-wrapper .tabs-content .two-columns__block.active {
    display: -ms-flexbox;
    display: flex;
}

.main-wrapper .tabs-content .two-columns__user-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 36px;
}

.main-wrapper .tabs-content .two-columns__user-img input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}

.main-wrapper .tabs-content .two-columns__user-img label.img {
    display: block;
    width: 280px;
    height: 280px;
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.4);
    border-radius: 20px;
    background: #ffffff url(../images/profile-img.svg) no-repeat;
    background-position: 50% 50%;
    background-size: 168px 168px;
}

.main-wrapper .tabs-content .two-columns__user-img-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    text-align: center;
}

.main-wrapper .tabs-content .two-columns__user-img-text span {
    color: #717580;
    font-family: "SourceSansPro-Light";
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main-wrapper .tabs-content .two-columns__user-img-text label {
    margin-bottom: 18px;
}

.main-wrapper .tabs-content .two-columns__user-img-text .no-file {
    color: #adb0b9;
    font-family: "SourceSansPro-Light";
    font-size: 12px;
    text-transform: uppercase;
}

.main-wrapper .tabs-content .two-columns__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.main-wrapper .tabs-content .two-columns__content .form-group + .left-side-h3 {
    margin-top: 50px;
}

.main-wrapper .tabs-content .two-columns__content .block-table__wrapper {
    padding: 22px 19px;
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.4);
    border-radius: 20px;
    background-color: #ffffff;
}

.main-wrapper .tabs-content .two-columns__content .block-table table {
    width: 100%;
}

.main-wrapper .tabs-content .two-columns__content .block-table table tr:nth-child(2n) {
    background-color: #f3f4fb;
}

.main-wrapper .tabs-content .two-columns__content .block-table table td {
    padding: 24px 17px;
}

.main-wrapper .tabs-content .two-columns__content .block-table table td:first-child {
    width: 190px;
    border-radius: 10px 0 0 10px;
    color: #585d6c;
    font-size: 16px;
}

.main-wrapper .tabs-content .two-columns__content .block-table table td:last-child {
    border-radius: 0 10px 10px 0;
    color: #0f0039;
    font-family: "SourceSansPro-SemiBold";
    font-size: 16px;
}

.main-wrapper .tabs-content .two-columns__content .recent-sites__between-block {
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.4);
    border-radius: 30px 30px 10px 10px;
    background-color: #ffffff;
    padding: 40px;
    margin-top: 70px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 10, 26, 0.8);
    z-index: 15;
}

.modal h3 {
    color: #080b2a;
    font-family: "SourceSansPro-Bold";
    font-size: 42px;
    line-height: 42px;
    margin: 0;
}

.loginme-form {
    padding-bottom: 50px;
    max-width: 500px;
    margin: 0 auto;
}

.loginpage .align-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.loginpage .info,
.modal .top-section__title {
    color: #080b2a;
    font-family: "SourceSansPro-SemiBold";
    font-size: 18px;
    margin-top: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.modal__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.6);
    border-radius: 40px;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    padding-right: 292px;
}

.modal__form {
    padding: 45px 100px;
}


.loginpage .captchaCode:after {
    content: '';
    clear: both;
    display: table;
}

.loginpage + .captchaCode:after {
    content: '';
    clear: both;
    display: table;
}

.loginme-form .login-footer {
    margin-top: 15px;
}

.loginpage form,
.modal__form .form {
    padding-left: 92px;
}

.loginpage form .btn,
.modal__form .form .btn {
    width: 100%;
}

.loginpage .form-group,
.modal__form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.loginpage label.text,
.modal__form label.text {
    color: #080b2a;
    font-size: 17px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: calc(100% + 21px);
    width: 72px;
    text-align: left;
    transform: translateY(-50%);
}

.loginpage label.img,
.modal__form label.img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.loginpage label.img .icon,
.modal__form label.img .icon {
    height: 16px;
    width: 25px;
    fill: #858585;
}

.loginpage input,
.modal__form input {
    border-radius: 5px;
    border: 1px solid #d4d5d7;
    background-color: #ffffff;
    padding: 15px 0 14px 52px;
    width: 100%;
    color: #080b2a;
    font-family: "SourceSansPro-SemiBold";
    font-size: 17px;
}

.loginpage input:focus,
.modal__form input:focus {
    box-shadow: inset 0 0 8px rgba(16, 191, 252, 0.78);
}

.modal__links {
    margin-top: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #080b2a;
    font-size: 15px;
    line-height: 20px;
}

.modal__links a {
    color: #1130c8;
    text-decoration: none;
}

.modal__links .vertical-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
}

.modal__links .text-center {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.modal__socials {
    padding: 30px 0 46px;
    border-top: 1px solid #d9d9d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.modal__socials-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}


.modal__socials .connect {
    text-decoration: none;
}

.modal__socials .connect + .connect {
    margin-left: 10px;
}

.modal__socials-item .icon {
    height: 20px;
    width: 25px;
}

.modal__socials-item .icon.facebook {
    fill: #3b5998;
}

.modal__socials-item .icon.twitter {
    fill: #1c86bc;
}

.modal__socials-item > span {
    padding: 19px 20px;
    color: #ffffff;
    width: 100px;
}

.modal__socials-item > span.facebook-text {
    border-radius: 0 5px 5px 0;
    background-color: #3b5998;
}

.modal__socials-item > span.google-text {
    border-radius: 0 5px 5px 0;
    background-color: #ea4335;
}

.modal__socials-item > span.twitter-text {
    border-radius: 0 5px 5px 0;
    background-color: #1da0f1;
}

.modal__socials-icon {
    padding: 14px 19px;
    border-radius: 4px 0 0 4px;
    background-color: #f1f7fa;
}

.modal__bg {
    position: absolute;
    z-index: -1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    width: 300px;
    background: url(../images/modal-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: right top;
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.modal__close .icon {
    width: 25px;
    height: 25px;
}

#seoBox4 table:nth-child(2) {
    margin-top: 30px;
}

#seoBox4 table:nth-child(2) tr:nth-child(2n + 1) td {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f3f4fb;
}

#seoBox4 table:nth-child(2) tr td {
    padding: 15px 20px;
    text-align: left;
    font-size: 14px;
}

#seoBox4 table:nth-child(2) tr td b {
    font-size: 14px;
}

img[alt="True"] {
    width: 15px;
}

#seoBox36 table,
#seoBox13 table,
#seoBox32 table,
#seoBox33 table,
#seoBox9 table {
    text-align: left;
    margin-bottom: 40px;
}

#seoBox36 table td,
#seoBox13 table td,
#seoBox32 table td,
#seoBox33 table td,
#seoBox9 table td {
    padding: 14px;
    font-size: 14px;
}

#seoBox36 table td:first-child,
#seoBox13 table td:first-child,
#seoBox32 table td:first-child,
#seoBox33 table td:first-child,
#seoBox9 table td:first-child {
    /*width: 30%;*/
    border-radius: 10px 0 0 10px;
}

#seoBox36 table td:last-child,
#seoBox13 table td:last-child,
#seoBox32 table td:last-child,
#seoBox33 table td:last-child,
#seoBox9 table td:last-child {
    border-radius: 0 10px 10px 0;
}

#seoBox36 table th,
#seoBox13 table th,
#seoBox32 table th,
#seoBox33 table th,
#seoBox9 table th {
    color: #585d6c;
    font-size: 14px;
    padding: 0 14px 14px 14px;
    text-transform: uppercase;
}

#seoBox32 table th:first-child,
#seoBox33 table th:first-child,
#seoBox9 table th:first-child {
    width: 30%;
}

#seoBox13 table tr:nth-child(2n),
#seoBox32 table tr:nth-child(2n),
#seoBox33 table tr:nth-child(2n),
#seoBox9 table tr:nth-child(2n) {
    background-color: #f3f4fb;
}

#seoBox36 table thead,
#seoBox32 table thead,
#seoBox33 table thead,
#seoBox9 table thead {
    border-bottom: 1px solid #dddee1;
}

.footer {
    display: table-row;
    width: 100%;
    height: 1px;
    vertical-align: bottom;
}

.footer .container-fluid {
    margin-top: 40px;
}

.footer .subscription {
    background: url(../images/subscribe-bg.png) 0 0 no-repeat;
    background-size: cover;
    margin-top: -170px;
    padding: 275px 0 120px;
    position: relative;
}

.footer .subscription:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 170px;
    border-radius: 0 0 120px 120px;
    background-color: #ffffff;
}

.footer .subscription__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer .subscription__wrapper > div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.footer .subscription-header {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 18px;
}

.footer .subscription-header .colored-dot {
    color: #ffffff;
    font-size: 42px;
    line-height: 45px;
}

.footer .subscription-text {
    color: #ffffff;
    font-family: "SourceSansPro-Light";
    font-size: 19px;
    line-height: 20px;
}

.mc4wp-form-fields,
.footer .subscription .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer .subscription .form-group input {
    width: 457px;
    height: 59px;
    padding: 0 20px;
    border-radius: 10px 0 0 10px;
    border: 2px solid #ffffff !important;
    background-color: #ffffff;
    color: #858fc0;
    font-family: "SourceSansPro-Light";
    font-size: 14px;
    line-height: 59px;
    letter-spacing: 0.7px;
}

.footer .subscription .form-group button {
    width: 150px;
    height: 60px;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 0.45px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1), inset -1px 1px 1px #dd8500;
    border-radius: 0 10px 10px 0;
    background-color: #080a19 !important;
    cursor: pointer;
}

.footer .subscription .form-group button:hover {
    background-image: linear-gradient(-217deg, #24b180 0%, #1f906a 100%);
}

.footer .subscription .form-group button .search-icon {
    width: 21px;
    height: 21px;
    fill: #ffffff;
    margin-right: 14px;
}

.footer__wrapper {
    background: #080a19 url(../images/footer-bg.png) 50% 0 no-repeat;
    background-size: cover;
    padding: 88px 0 0;
    text-align: center;
}

.footer__logo {
    margin-bottom: 65px;
}

.footer__logo svg {
    width: 112px;
    height: 34px;
}

.footer__socials {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 65px;
}

.footer__socials ul {
    width: 184px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__socials svg {
    height: 16px;
    width: 20px;
    fill: #7e81b0;
}

.footer__menu {
    margin-bottom: 84px;
}

.footer__menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__menu a {
    color: #b7b9d7;
    font-family: "SourceSansPro-Light";
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    transition: color .3s;
}

.footer__menu a:hover {
    color: #ffffff;
    transition: color .3s;
}

.footer__contacts {
    margin-bottom: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__contacts svg {
    width: 17px;
    height: 17px;
    fill: #f1a127;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.footer__contacts > div {
    max-width: 215px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer__contacts > div span {
    text-align: left;
    color: #b7b9d7;
    font-family: "SourceSansPro-Light";
    font-size: 15px;
    line-height: 16px;
}

.footer .copyrights {
    padding: 30px 0;
    border-top: 1px solid #292d42;
}

.footer .copyrights span {
    color: #7e81b0;
    font-size: 13px;
    line-height: 37px;
}

.footer .chat-icon {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
}

.account-wrapper {
    min-height: 300px;
    margin-bottom: -100px;
}

.account-wrapper h4 {
    font-size: 24px;
}

.account-wrapper a {
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px 10px;
    background: #f1a025;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
}

.sidebar {
    display: none;
}

img.imageres {
    display: none;
}

.container.main-container {
    max-width: 100%;
}

.main-index {
    max-width: 1277px;
    margin: 50px auto 200px;
    background: #fff;
    border-radius: 10px;
    padding: 55px 15px 0;
    box-shadow: 0 20px 60px rgba(216, 216, 232, 0.2);
}

.main-index h2 {
    color: #000;
}

.main-index h5 {
    margin: 15px 0;
}

.has-background,
.info {
    border-radius: 20px;
    color: #ffffff !important;
    padding: 50px;
    font-size: 19px;
}

.info-warning {
    background-color: #ffb23e;
}

.info-text {
    background-color: #0e9df1;
}

.info-success {
    background-color: #27c08b;
}

.info-error {
    background-color: #db3a54;
}

.info-disabled {
    background-color: #adb0b9;
}

.main-index .btn {
    border: 2px solid #080b2a;
    background-color: transparent;
    color: #080b2a;
    padding: 13px 20px;
    font-size: 16px;
    letter-spacing: 0.64px;
    transition: all .3s;
    margin: 20px auto 0;
}

.sweet-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 40px;
    border-radius: 20px;
    color: #000 !important;
    text-align: center;
}

.sweet-alert h2 {
    color: inherit;
    margin-bottom: 0;
    line-height: 40px;
}

.sweet-alert input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d4d5d7;
    background-color: #ffffff;
    padding: 15px 15px 14px;
    width: 100%;
    color: #080b2a;
    font-family: "SourceSansPro-SemiBold";
    font-size: 17px;
}

.sweet-alert input:focus {
    box-shadow: inset 0 0 8px rgba(16, 191, 252, 0.78);
}

.sweet-alert .confirm {
    margin-top: 20px;
    z-index: -1;
    transition: all .1s;
    border: 2px solid #080b2a;
    background-color: #ffffff !important;
    border-radius: 10px;
    color: #080b2a;
    padding: 13px 20px;
    font-size: 16px;
    letter-spacing: 0.64px;
    transition: all .3s;
}

.sweet-alert .confirm:hover {
    border: 2px solid #1237da;
    color: #1237da;
}

.sa-error-container {
    display: none;
}

.main-index .btn:hover {
    border: 2px solid #1237da;
    color: #1237da;
    transition: all .3s;
}