/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

:focus,
:active {}

a:focus,
a:active {}

a,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

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

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

label {
    cursor: pointer;
}

legend {
    display: block;
}

/*Font*/
@font-face {
    font-family: 'Century Gothic';
    src: url('font/CenturyGothic-Bold.eot');
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
        url('font/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/CenturyGothic-Bold.woff') format('woff'),
        url('font/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*Styles*/
body {
    color: #454444;
    line-height: 1.3;
    font-family: sans-serif ;
}

.container {
    position: relative;
    z-index: 2;
    max-width: 70%;
    margin: auto;
    padding: 0 15px;
}

.main {
    padding: 30px 0;
    position: relative;
    background: rgb(208, 245, 249);
    background: linear-gradient(180deg, rgba(208, 245, 249, 1) 0%, rgba(208, 245, 249, 1) 58%, rgba(131, 224, 251, 1) 58%, rgba(131, 224, 251, 1) 100%);
}

.row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    max-width: 1344px;
}

.row.align-center {
    align-items: center;
}

.main-title {
    font-family: 'Century Gothic';
    font-weight: bold;
    color: #1A1A78;
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    margin: -30px 0;
}

.banner-content {
    width: 100%;
    max-width: 420px;
    padding: 0;
    margin: auto;
}

.banner {
    width: 100%;
    max-width: 680px;
    padding: 0;
    position: relative;
}
.roud-block
{
    position: absolute;
    bottom: 30px;
    right: 65px;
    width: 80px;
    height: 80px;
    color: #fff;
    background: #146BAD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 600; 
    text-align: center;
}
.banner-block .row {
    margin: 0;
}

.banner-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
}

.banner-text {
    font-size: 11px;
}

a.download-button {
    width: 100%;
    max-width: 481px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ed4b03;
    border-radius: 10px;
    color: #fff;
    margin: 30px 0;
    transition: .4s;
}

a.download-button.center {
    margin: 10px auto 20px;
}

a.download-button:hover {
    background: #bf3f07;
}

a.download-button span {
    font-size: 34px;
    font-weight: 600;
}

a.download-button .down-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #ed4b03;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 32px;
    transition: .4s;
}

a.download-button:hover .down-icon {
    color: #bf3f07;
}

.back {
    position: absolute;
    top: calc(58% - 1px);
    width: 100%;
    left: 0;
    height: 30px;
    background: url(image/back.svg);
    background-repeat: repeat-x;
}

.logo-enabled.main {
    background: linear-gradient(180deg, rgba(208, 245, 249, 1) 0%, rgba(208, 245, 249, 1) 64%, rgba(131, 224, 251, 1) 64%, rgba(131, 224, 251, 1) 100%);
}

.logo-enabled .back {
    top: calc(63% - 1px);
}

.tabs__content {
    display: none;
}

.tabs__content.act {
    display: block;
}

.tabs__caption {
    display: flex;
}

.tabs__caption a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #baeaf7;
    width: 235px;
    height: 80px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
    position: relative;
}
.tabs__caption a.act {
    color: #5187be;
    background: #fff;
}
.tabs__caption a:hover
{
    color: #5187be;
}
.tabs__caption a:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    height: 10px;
    left: 0;
    background: transparent;
    transition: .4s;
}
.tabs__caption a:hover::before,
.tabs__caption a.act:before {
    background: #f7bdac;
}

.tabs__caption a:not(:last-child) {
    margin-right: 5px;
}

.tab-list {
    background: #55C1DE;
    margin-bottom: 30px;
}

.tab-list .container {
    padding-bottom: 0;
}

.tab-title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 30px auto;
    max-width: 1140px;
}

.tabs__content .banner-content {
    max-width: 610px;
    padding: 15px;
}

.tabs__content .banner {
    max-width: 535px;
    padding: 15px;
}

.lil-container {
    max-width: 1120px;
    margin: auto;
}

.tabs__content .banner-title {
    font-size: 32px;
}

.tabs__content .banner-text {
    font-size: 20px;
    line-height: 1.5;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 150px solid #5187BE;
    margin: 150px auto 30px;
    position: relative;
}

.triangle-down:before {
    content: ' ';
    display: block;
    position: absolute;
    height: 75px;
    width: 150px;
    background: #5187BE;
    bottom: 150px;
    left: -75px;
}

.happy-block {
    background: #D0F5F9;
    position: relative;
    padding: 60px 0 180px;
}

.happy-block .banner-text {
    font-size: 11px;
}

.happy-block .back {
    width: 100%;
    top: auto;
    bottom: -29px;
}

.happy-banner {
    margin-top: -120px;
}

.medal {
    padding: 15px;
    background: #FCFBF8;
    border-top: 4px dashed #C28C35;
    border-bottom: 4px dashed #C28C35;
}

.medal-cont {
    display: flex;
    align-items: center;
    max-width: 1120px;
    margin: 15px auto 0;
}

.medal-image {
    width: 100px;
    margin-right: 30px;
}

.medal-text {
    width: calc(100% - 130px);
}

.all-medals {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cur-medal {
    padding: 15px;
}

.trustpilot {
    max-width: 1120px;
    margin: auto;
    padding: 60px 0;
}

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

.trust-title {
    font-size: 32px;
    font-weight: bold;
}

.trust-text {
    margin: 15px 0;
    font-size: 20px;
}

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

.trust-people {
    margin-bottom: -60px;
}

.last-row {
    display: flex;
    margin-left: -60px;
    margin-right: -60px;
}

.last-block {
    width: 33.333%;
    padding: 15px 60px;
    position: relative;
}

.last-block-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 185px;
    background: #EEF2F6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px;
    box-shadow: 0px 3px 6px #00000029;
}

.last-block-content {
    background: #fff;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 200px;
    box-shadow: 0px 3px 6px #00000029;
}

.last-block-title {
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
}

.next {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 50px solid #5187BE;
    border-bottom: 25px solid transparent;
    top: calc(50% - 25px);
    right: -47px;
}

.next:before {
    position: absolute;
    content: ' ';
    display: block;
    height: 25px;
    top: -12px;
    width: 40px;
    background: #5187BE;
    left: -90px;
}

.footer {
    padding: 75px 15px 15px;
    background: #34495E;
    color: #fff;
}

.copyright {
    padding: 15px;
    text-align: center;
    background: #2C3E50;
    color: #fff;
}

.adress-block,
.menu-block {
    width: 50%;
    padding: 15px;
}

.adress-block > div {
    margin-bottom: 10px;
}

.menu-block li {
    font-size: 20px;
    margin-bottom: 10px;
}

.adress-block i {
    margin-right: 5px;
}

.desc-none {
    display: none;
}

.download-text {
    font-size: 9px;
}

.download-text a {
    text-decoration: underline;
}

.download-text a:hover {
    color: #F7BDAC;
}

/*second-tab*/
.royal-cont {
    max-width: 1120px;
    margin: 15px auto 0;
}

.royal-cont ul li {

    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.royal-cont ul li:before {
    content: ' ';
    display: inline-block;
    background: url('image/tab2/crown.webp');
    background-size: cover;
    margin: 0 30px 15px 0;
    width: 63px;
    height: 51px;
}

.royal-cont ul li span {
    font-size: 24px;
    font-weight: bold;
    color: #735029;
    width: calc(100% - 93px);
}

.support {
    padding-bottom: 30px;
    max-width: 1120px;
    margin: auto;
}

.sup-image {
    width: 50%;
    padding: 15px;
}

.sup-content {
    width: 50%;
    padding: 15px
}

.sup-text {
    font-size: 20px;
}

.fives-tab,
.fours-tab,
.third-tab,
.second-tab {
    padding-bottom: 60px;
}

.fives-tab .happy-block,
.fours-tab .happy-block,
.third-tab .happy-block,
.second-tab .happy-block {
    padding: 60px 0;
}

/*Third tab*/
.h3 {
    font-size: 24px;
    color: #5187BE;
    font-weight: bold;
    margin-bottom: 15px;
}

.third-tab p {
    margin-bottom: 30px;
}

/*Fours tab*/
.icon-list-wrap {
    padding-bottom: 45px;
}

.icon-list {
    flex-wrap: wrap;
}

.icon-block {
    padding: 15px;
    display: flex;
    width: 50%;
    align-items: center;
}

.icon-block i {
    font-size: 90px;
    color: #5187BE;
}

.icon-inn {
    width: calc(100% - 90px);
}

.icon-title {
    font-size: 23px;
    font-weight: bold;
    color: #5187BE;
    margin-bottom: 5px;
}

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

/*Fours-tab*/
.car-block {
    background: #F5F5F5;
    box-shadow: 0px 3px 6px #00000029;
}

.car-wrap {
    width: 100%;
    padding: 30px 90px;
    max-width: 1120px;
    position: relative;
    margin: auto;
}

.car-wrap .owl-prev,
.car-wrap .owl-next {
    position: absolute;
    top: calc(50% - 33px);
}

.car-wrap .owl-prev {
    left: -90px;
}

.car-wrap .owl-next {
    right: -90px;
}

.car-wrap .owl-prev i,
.car-wrap .owl-next i {
    font-size: 60px;
    color: #85c6c2;
}

.car-wrap .owl-prev.disabled i,
.car-wrap .owl-next.disabled i {
    color: #fff;
}

.car-wrap .owl-prev:hover i,
.car-wrap .owl-next:hover i {
    color: #454444;
}

.windows-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.windows-block {
    padding: 60px 30px;
}

/*Fives tab*/
.brands {
    display: flex;
    flex-wrap: wrap;
    background: #F5F5F5;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 60px;
}

.brand-block {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.6667%;
}

.brand-block.seven {
    width: 14.2857%;
}

.devices {
    flex-wrap: wrap;
    border-bottom: 4px dashed #85C6C2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.device-block {
    width: 33.333%;
    padding: 15px;
    display: flex;
    align-items: center;
}

.device-image {
    margin-right: 5px;
}

.device-text {
    font-size: 20px;
    font-weight: bold;
}

.adv-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}

.adv-list li {
    padding: 15px;
    width: 33.3334%;
    font-size: 20px;
    font-weight: bold;
}

.adv-list li:before {
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    background: #73BA46;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: -2px;
}
.download-text.three-links
{
    text-align: center;
}
.first-tab .download-text.three-links
{
    max-width: 480px;
}
.download-text.three-links a
{
    margin: 0 10px;
}
@media(min-width:1610px)
{
    .roud-block
    {
        right: 100px;
    }
}
@media(max-width:900px) {
    .container
    {
        max-width: 93%;
    }
    .mobile-none {
        display: none;
    }

    .desc-none {
        display: block;
    }

    .row {
        flex-wrap: wrap;
    }

    .main .banner-content {
        order: 1;
    }

    .main-title {
        font-size: 26px;
        margin: 15px auto;
    }

    .brand-logo {
        margin: 15px auto !important;
    }

    .logo-enabled.main {
        background: linear-gradient(180deg, rgba(208, 245, 249, 1) 0%, rgba(208, 245, 249, 1) 58%, rgba(131, 224, 251, 1) 58%, rgba(131, 224, 251, 1) 100%)
    }

    .logo-enabled .back {
        top: calc(58% - 1px);
    }

    .tabs__content .banner-title,
    .banner-title {
        margin-top: 30px;
        font-size: 18px;
        text-align: center;
    }
    .tabs__content.banner-text {
        font-size: 12px;
    }

    .main {
        background: linear-gradient(180deg, rgba(208, 245, 249, 1) 0%, rgba(208, 245, 249, 1) 51%, rgba(131, 224, 251, 1) 51%, rgba(131, 224, 251, 1) 100%);
    }

    .back {
        top: calc(51% - 1px);
        background-size: 220%;
    }

    .tabs__caption {
        width: calc(100% + 26px);
        margin-left: -13px;
        margin-right: -13px;
    }

    .tabs__caption a {
        font-size: 10px;
        width: 20%;
        height: auto;
        padding: 10px 5px 5px;
    }

    .tabs__caption a:not(:last-child) {
        margin-right: 2px;
    }

    .tab-title {
        font-size: 18px;
        margin: 15px auto;
    }

    .lil-container {
        padding: 0 15px;
    }

    .happy-block {
        padding: 0 0 50px;
    }

    .happy-banner {
        margin-top: -50px;
    }

    .medal {
        padding: 0;
    }

    .medal-cont {
        align-items: flex-start;
    }

    .medal-image {
        width: 45px;
        margin-right: 15px;
    }

    .medal-text {
        width: calc(100% - 60px);
        font-size: 11px;
    }

    .all-medals {
        flex-wrap: wrap;
        width: 300px;
        margin: 15px auto 5px;
    }

    .cur-medal {
        padding: 0px;
    }

    .trustpilot {
        padding: 30px 0;
    }

    .trust-top {
        justify-content: flex-start;
    }

    .trust-top img {
        margin-left: 15px;
    }

    .trust-title {
        font-size: 18px;
    }

    .trust-text {
        font-size: 13px;
    }

    .trust-people {
        margin-bottom: -30px;
    }

    .last-wrap .happy-block {
        padding-top: 15px;
    }

    .last-row {
        margin-top: 30px;
        flex-wrap: wrap;
        margin-left: 0px;
        margin-right: 0px;
    }

    .last-block {
        width: 100%;
        padding: 0px 30px;
    }

    .next {
        position: static;
    }

    .next:before {
        display: none;
    }

    .last-block-text {
        font-size: 12px;
    }

    .last-block-content {
        min-height: 0px;
        padding-bottom: 15px
    }

    .next {
        width: 0;
        height: 0;
        margin: 30px auto 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top: 40px solid #5187BE;
    }

    a.download-button span {
        font-size: 24px;
    }

    a.download-button {
        height: 70px;
    }

    a.download-button .down-icon {
        width: 35px;
        height: 35px;
        font-size: 24px;
    }

    .adress-block,
    .menu-block {
        width: 100%;
    }

    .footer {
        padding: 30px 15px 15px;
    }

    .menu-block li,
    .adress-block > div {
        font-size: 12px;
    }

    /*    second-tab*/
    .royal-cont ul li:before {
        width: 37px;
        height: 30px;
        margin-right: 5px;
    }

    .royal-cont ul li span {
        font-size: 16px;
        width: calc(100% - 42px);
    }

    .sup-image,
    .sup-content {
        width: 100%;
    }

    .sup-text {
        font-size: 14px;
    }

    .fives-tab .happy-block,
    .fours-tab .happy-block,
    .third-tab .happy-block,
    .second-tab .happy-block {
        padding: 15px 0;
    }

    /*    Third tab*/
    .third-tab .support {
        padding: 0;
    }

    .h3 {
        font-size: 16px;
    }

    /*    Fours tab*/
    .icon-block {
        width: 100%;
        padding: 15px 0;
    }

    .icon-block i {
        font-size: 50px;
    }

    .icon-title {
        font-size: 16px;
    }

    .icon-text {
        font-size: 12px;
    }

    .icon-inn {
        width: calc(100% - 50px);
    }

    .car-wrap .owl-prev i,
    .car-wrap .owl-next i {
        font-size: 26px;
    }

    .car-wrap .owl-prev {
        left: -40px;
    }

    .car-wrap .owl-next {
        right: -40px;
    }

    .car-wrap {
        padding: 30px 40px;
        margin-bottom: 30px;
    }

    /*    Fives tab*/
    .brand-block,
    .brand-block.seven {
        width: 33.333%;
        padding: 15px;
        height: 90px;
    }

    .device-block {
        width: 50%;
    }

    .device-text {
        font-size: 12px;
    }

    .device-image {
        width: 100px;
    }

    br {
        display: none;
    }

    .adv-list li {
        width: 50%;
        font-size: 12px;
    }

    .adv-list li:before {
        height: 10px;
        width: 10px;
        vertical-align: 0px;
    }
    .roud-block
    {
    bottom: 20px;
    right: 45px;
    width: 55px;
    height: 55px;
    padding: 5px;
    font-size: 12px;
    }
}
