* {
    box-sizing: border-box;
}

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

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

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

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

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

:root {
    --font-family: "Poppins", sans-serif;
}

body {
    font-family: var(--font-family);
    font-weight: 400;
}

img {
    max-width: 100%;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn-reset {
    padding: 0;
    border: none;
    font-family: var(--font-family);
    background-color: transparent;
    cursor: pointer;
}

.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.link {
    display: inline-flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    color: #d4d6d4;
    transition: color 0.3s ease-in-out;
}

.link svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    transform: translateY(1px);
}

.link span {
    text-indent: 10px;
    border-bottom: 1px solid currentColor;
}

.link:hover {
    color: #ffd723;
}

.site-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #4d533c;
}
.header-top-line {
    height: 56px;
    width: 100%;
    background-color: #0f253a;
    position: fixed !important;
    top: 0;
    z-index: 50;
}

.header-top-line > .container {
    display: flex;
    justify-content: space-between;
}

.language-selector {
    position: relative;
    display: inline-block;
    z-index: 11;
    transition: 0.2s linear;
}

.language-selector .language-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 11;
    text-align: center;
    line-height: 48px;
    opacity: 0.72;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    height: 48px;
    padding: 0 24px 0 8px;
    width: 80px;
    transition: 0.2s linear;
}

.language-selector .language-item:hover {
    background: #031a1f;
    opacity: 0.8;
}
.language-selector .language-item .arrow {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 12px;
}

.language-selector .language-item .arrow svg {
    fill: rgba(255, 255, 255, 0.8);
}

.language-selector:hover .language-selector__dropdown-menu {
    background: #031a1f;
    height: 96px;
    opacity: 1;
    padding-top: 48px;
}

.language-selector:hover .arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.language-selector .language-item-current {
    position: relative;
    z-index: 7;
}

.language-selector__dropdown-menu {
    transition: height 0.2s linear, opacity 0.2s linear, 0.2s linear, padding-top 0.2s linear;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 0;
    padding-top: 0;
    border-radius: 8px;
}

.header-menu {
    display: flex;
    flex-direction: row;
    color: #fff;
    list-style-type: none;
    margin-top: 15px;
}

.header-menu > li {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    margin-right: 15px;
}

.header-social-phone {
    display: flex;
    justify-content: space-between;
}

.header-social {
    margin-top: 10px;
    margin-right: 25px;
}

.header-phone-link {
    color: #fff;
    float: right;
    margin-top: 15px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 0;
    width: 100%;
}

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

.hero {
    padding-top: 189px;
    padding-bottom: 100px;
    min-height: 811px;
    background-image: url("../img/main-slider-background.webp");
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
}
.hero-content-images {
    display: flex;
    flex-direction: row;
}

.hero-content {
    max-width: 616px;
    color: #fff;
}

.hero-subtitle {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 21px;
}

.hero-title {
    margin: 0;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 60px;
    line-height: 74px;
}

.hero-descr {
    margin: 0;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 26px;
}

.hero-link {
    color: #ffd723;
}

.services {
    margin-bottom: -180px;
    padding-top: 100px;
    padding-bottom: 150px;
}

.services-title {
    margin: 0;
    margin-bottom: 50px;
    max-width: 606px;
}

.services-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.services-subtitle {
    margin: 0;
    margin-bottom: 20px;
    max-width: 183px;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #4d533c;
}

.services-descr {
    margin: 0;
    margin-bottom: 56px;
    max-width: 194px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: rgba(33, 56, 66, 0.6);
}

.services-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.services-ico {
    display: flex;
    flex-direction: row;
}

.services-link {
    margin-bottom: 0;
    margin-top: auto;
}

.pricingtable {
    text-align: center;
}
.pricingtable .pricingtable-header {
    padding: 30px 0;
    background: #4d4d4d;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingtable:hover .pricingtable-header {
    background: #3e79e8;
}
.pricingtable .pricingtable-header:before,
.pricingtable .pricingtable-header:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #d9d9d8;
    position: absolute;
    bottom: 12px;
}
.pricingtable .pricingtable-header:before {
    left: 40px;
}
.pricingtable .pricingtable-header:after {
    right: 40px;
}
.pricingtable .heading {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
}
.pricingtable .price-value {
    display: inline-block;
    position: relative;
    font-size: 55px;
    font-weight: bold;
    color: #3e79e8;
    transition: all 0.3s ease 0s;
}
.pricingtable:hover .price-value {
    color: #fff;
}
.pricingtable .currency {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 6px;
    left: -19px;
}
.pricingtable .month {
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    right: -30px;
    text-transform: uppercase;
}
.pricingtable .pricing-content {
    padding-top: 50px;
    background: #fff;
    position: relative;
}
.pricingtable .pricing-content:before,
.pricingtable .pricing-content:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7c7c7c;
    position: absolute;
    top: 12px;
}
.pricingtable .pricing-content:before {
    left: 40px;
}
.pricingtable .pricing-content:after {
    right: 40px;
}
.pricingtable .pricing-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none;
}
.pricingtable .pricing-content ul:before,
.pricingtable .pricing-content ul:after {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    top: -22px;
    z-index: 1;
    box-shadow: 0 0 5px #707070;
    transition: all 0.3s ease 0s;
}
.pricingtable:hover .pricing-content ul:before,
.pricingtable:hover .pricing-content ul:after {
    background: linear-gradient(to bottom, #40c4db 50%, #34bacc 50%);
}
.pricingtable .pricing-content ul:before {
    left: 44px;
}
.pricingtable .pricing-content ul:after {
    right: 44px;
}
.pricingtable .pricing-content ul li {
    font-size: 15px;
    font-weight: bold;
    color: #777473;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8;
}
.pricingtable .pricing-content ul li:last-child {
    border-bottom: none;
}
.pricingtable .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #0f253a;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all 0.3s ease 0s;
}
.pricingtable .read:hover {
    text-decoration: none;
}
.pricingtable:hover .read {
    background: #3e79e8;
}
@media screen and (max-width: 990px) {
    .pricingtable {
        margin-bottom: 25px;
    }
}

.feedback {
    margin-top: 150px;
    min-height: 520px;
    background-image: url("../img/middle-slider-background.webp");
    background-position: center;
    background-size: cover;
    background-repeat: repeat-x;
}
.feedback-text-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.feedback-text {
    width: 70%;
    padding-right: 60px;
}

.feedback-header-text {
    margin-top: 20px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 48px;
    line-height: 74px;
    color: white;
}

.separator {
    width: 64px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
}

.feedback-main-text {
    margin-top: 10px;
    color: white;
}
.feedback-form {
    position: relative;
    right: 0;
}
.decor {
    position: relative;
    max-width: 400px;
    margin: 50px auto 0;
    background: white;
    border-radius: 30px;
}
.form-left-decoration,
.form-right-decoration {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    background: #f69a73;
    border-radius: 20px;
}
.form-left-decoration {
    bottom: 60px;
    left: -30px;
}
.form-right-decoration {
    top: 60px;
    right: -30px;
}
.form-left-decoration:before,
.form-left-decoration:after,
.form-right-decoration:before,
.form-right-decoration:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    border-radius: 30px;
    background: white;
}
.form-left-decoration:before {
    top: -20px;
}
.form-left-decoration:after {
    top: 20px;
    left: 10px;
}
.form-right-decoration:before {
    top: -20px;
    right: 0;
}
.form-right-decoration:after {
    top: 20px;
    right: 10px;
}
.circle {
    position: absolute;
    bottom: 80px;
    left: -55px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
}
.form-inner {
    padding: 50px;
}
.form-inner input,
.form-inner textarea {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 10px;
    background: #e9eff6;
    line-height: 40px;
    border-width: 0;
    border-radius: 20px;
    font-family: "Roboto", sans-serif;
}
.form-inner input[type="submit"] {
    margin-top: 30px;
    background: #f69a73;
    border-bottom: 4px solid #d87d56;
    color: white;
    font-size: 14px;
}
.form-inner textarea {
    resize: none;
}
.form-inner h3 {
    margin-top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #707981;
}

.mytabs-header-text {
    margin-top: 20px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 48px;
    line-height: 74px;
    color: black;
}
.mytabs-separator {
    width: 64px;
    height: 4px;
    background: rgba(0, 0, 0, 0.212);
}

.mytabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 50px auto;
    padding: 25px;
}
.mytabs input[type="radio"] {
    display: none;
}
.mytabs label {
    padding: 25px;
    background: #e2e2e2;
    font-weight: bold;
}

.mytabs .tab {
    width: 100%;
    padding: 20px;
    background: #fff;
    order: 1;
    display: none;
}
.mytabs .tab h2 {
    font-size: 3em;
}

.mytabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.mytabs input[type="radio"]:checked + label {
    background: #fff;
}

.video-tabs {
    margin-top: 15px;
    width: 100%;
}

.get-started {
    position: relative;
    top: 150px;
    padding: 70px 0;
    width: 88%;
    box-shadow: 50px 130px 100px rgba(0, 0, 0, 0.145947);
    background-color: #fafafa;
}

.get-started-title {
    margin: 0;
    margin-bottom: 50px;
    max-width: 822px;
    font-weight: 700;
    font-size: 60px;
    line-height: 74px;
    color: #4d533c;
}

.get-started-link {
    text-transform: uppercase;
    color: black;
}

.footer {
    padding-top: 300px;
    color: #fff;
    background-color: #0f253a;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 52px;
    border-bottom: 1px solid #5d6544;
}

.footer-contacts-item:not(:last-child) {
    margin-right: 128px;
}

.footer-contacts-text {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 40px;
    color: #b6c197;
}

.footer-contacts-value {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}

.footer-middle {
    --grid-gap: 70px;
    display: grid;
    gap: var(--grid-gap);
    grid-template-columns: repeat(4, 1fr);
    padding: 60px 0;
    border-bottom: 1px solid #5d6544;
}

.footer-column:last-child {
    position: relative;
}

.footer-column:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * (var(--grid-gap)));
    width: 1px;
    height: 100%;
    background-color: #5d6544;
}

.footer-title {
    margin: 0;
    margin-bottom: 21px;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
}

.footer-link {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    text-decoration: none;
    color: #b6c197;
}

.footer-text {
    margin: 0;
    margin-bottom: 23px;
    font-size: 16px;
    line-height: 26px;
    color: #b6c197;
}

.footer-mail {
    display: inline-block;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    text-decoration: none;
    color: #fff;
}

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

.social-item:not(:last-child) {
    margin-right: 11px;
}

.social-link {
    display: block;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    background-color: #ffd723;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
}

.social-link:hover {
    opacity: 1;
}

.social-link-fb {
    background-image: url("../img/facebook.svg");
}

.social-link-tw {
    background-image: url("../img/twitter.svg");
}

.social-link-g {
    background-image: url("../img/google-plus.svg");
}

.social-link-in {
    background-image: url("../img/linkedin.svg");
}

.copyright {
    font-size: 14px;
    line-height: 21px;
    color: #b5c096;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.get-started {
    padding-left: calc((100% - 1110px) / 2);
    padding-right: 15px;
}

@media (max-width: 1140px) {
    .get-started {
        padding-left: 15px;
    }
}

@media (max-width: 992px) {
    .services-list {
        gap: 50px;
        grid-template-columns: repeat(2, 1fr);
    }

    .services-subtitle {
        max-width: none;
    }

    .services-descr {
        max-width: none;
    }

    .footer-middle {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-column:last-child::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .get-started-title {
        font-size: 42px;
        line-height: 54px;
    }
    .decor {
        width: 80%;
    }
}

@media (max-width: 576px) {
    .footer-middle {
        --grid-gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .hero-title {
        font-size: 50px;
        line-height: 65px;
    }

    .services {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-bottom {
        flex-direction: column;
    }
    .header-menu {
        display: none;
    }
    .header-social {
        display: none;
    }
    .hero-images {
        display: none;
    }
    .header-social-phone {
        position: relative;
        left: 0;
    }
    .header-phone {
        position: relative;
        left: 0;
    }
    .decor {
        width: 80%;
    }
}

@media (max-width: 375px) {
    .footer-mail {
        font-size: 20px;
    }

    .logo {
        width: 65%;
    }

    .hero-title {
        font-size: 45px;
        line-height: 60px;
    }

    .services-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .header-menu {
        display: none;
    }
    .header-social {
        display: none;
    }
    .hero-images {
        display: none;
    }
    .header-social-phone {
        position: relative;
        left: 0;
    }
    .header-phone {
        position: relative;
        left: 0;
    }
    .decor {
        width: 80%;
    }
}
