@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Nunito Sans', sans-serif;
    src: url(../fonts/NunitoSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

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

ul, li {
    list-style: none;
}

a:focus, button:focus, input:focus, textarea:focus {
    outline: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
}

div:focus {
    outline: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

html {
    height: 100%;
}

body {
    font-family: 'Inter', 'Nunito Sans', 'Arial', sans-serif !important;
    font-weight: 400;
    height: 100%;
    width: 100%;
}

body.no-scroll {
    overflow-y: hidden;
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wrapper-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content-main {
    flex: 1;
}

.first-screen {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    background-image: url("../images/content/06.jpg");
    background-size: cover;
}

.first-screen .container {
    position: relative;
    z-index: 4;
    height: 100%;
}

.black-fon {
    background-color: rgb(0 0 0 / 75%);
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.header-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    padding: 0 30px;
    margin: 0 auto;
    height: 90px;
    background-color: transparent;
    transition: all .3s;
}

.on-scroll .header-boxes {
    height: 60px;
    transition: all .3s;
}

.header-boxes.on-scroll {
    background-color: #060606;
    transition: all .3s;
}

.header-wrapper.on-scroll {
    background-color: #060606;
    transition: all .3s;
}

.header-boxes__options {
    display: flex;
    align-items: center;
}

.options__phones {
    display: block;
    margin-right: 30px;
}

.options__phones a {
    display: block;
    color: #d1d1d1;
    font-size: 17px;
    line-height: 30px;
    transition: all .3s;
}

.options__phones a:hover {
    color: #58f7fd;
    transition: all .3s;
}

.options__phones a i {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.header-wrapper {
    position: fixed;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    background-color: transparent;
}

.logo-link {
    display: block;
}

.logo-link img {
    height: 75px;
    width: auto;
    transition: all .3s;
}

.on-scroll .logo-link img {
    height: 50px;
    width: auto;
    transition: all .3s;
}

.btn {
    border: none;
    background-color: transparent;
}

.btn-style {
    background: linear-gradient(208deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
    color: #fff;
    padding: 12px 25px;
    font-size: 18px;
    line-height: 26px;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    font-weight: 500;
    transition: all .3s;
}

.btn-style:hover {
    color: #fff;
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
    transition: all .3s;
}

.btn-style i {
    font-size: 24px;
    vertical-align: text-bottom;
    margin-left: 10px;
    transition: all .3s;
}

.header-boxes__menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.on-scroll .options__btn .btn-style {
    padding: 8px 25px;
    font-size: 16px;
}

.on-scroll .options__phones a {
    display: block;
    color: #d1d1d1;
    font-size: 15px;
    line-height: 25px;
    transition: all .3s;
}

.on-scroll .options__phones a:hover {
    color: #58f7fd;
    transition: all .3s;
}

.main-menu {
    display: flex;
    margin: 0 60px 0 0;
    padding: 0;
    color: #d1d1d1;
    height: 100%;
}

.has-dropdown {
    margin: 0 0 0 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    transition: all .3s;
    position: relative;
    display: flex;
    align-items: center;
    color: #d1d1d1;
}

.on-scroll .has-dropdown {
    font-size: 15px;
}

.has-dropdown:hover {
    color: #58f7fd;
    transition: all .3s;
}

.has-dropdown .submenu {
    min-width: 300px;
    height: auto;
    position: absolute;
    top: 90%;
    left: -15px;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: 5px 0 15px;
    transition: .3s;
    border-radius: 0 0 10px 10px;
    background-color: #0f0f11;
    box-shadow: 4px 4px 20px 20px rgb(0 0 0 / 1%);
    color: #acacac;
}

.has-dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: .3s;
}

.submenu li a {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 23px;
    display: block;
    color: #acacac;
    margin: 0 10px;
    border-radius: 3px;
    transition: .3s;
}

.submenu li a:hover {
    color: #58f7fd;
    transition: .3s;
}

.first-screen__banner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner-mini {

    font-size: 20px;
    line-height: 28px;
    letter-spacing: .5px;
    display: block;
    margin-bottom: 10px;
    color: #acacac;
    position: relative;
    text-align: center;

    /*font-size: 20px;*/
    /*line-height: 25px;*/
    /*letter-spacing: .5px;*/
    /*display: block;*/
    /*margin-bottom: 10px;*/
    /*color: #58f7fd;*/
    /*position: relative;*/
}

.banner-accent {
    margin-bottom: 50px;
    display: inline-block;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
}

.banner-accent:after {
    content: "";
    position: absolute;
    background: linear-gradient(
            208deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
    bottom: -25px;
    height: 5px;
    width: 100%;
    right: 0;
    left: 0;
}

.banner-content {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #acacac;
    text-align: center;
    font-weight: 300;
}

.rn-gradient-circle {
    position: fixed;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: 10;
    width: 500px;
    height: 500px;
    border-radius: 1000px;
    background-image: linear-gradient(
            45deg, #58f8fd, #38a3a8);
    opacity: .35;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.rn-gradient-circle.theme-pink {
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    background-image: linear-gradient(
            45deg, #c235ab, #735dbc);
}


.advantage-wrapper {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 90%, rgba(0, 212, 217, 1) 96%, rgba(255, 255, 255, 1) 99%);
    padding: 120px 0;
}

.title-color {
    color: #060606;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: auto;
    letter-spacing: 0.7px;
}

.title-color:after {
    content: "";
    position: absolute;
    background: linear-gradient(208deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
    bottom: -25px;
    height: 7px;
    width: 150px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.mt60 {
    margin-top: 60px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt100 {
    margin-top: 100px;
}

.wrapper-advantage-card {
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    justify-content: flex-start;
    border: 1px solid #e4e4e4;
}

.advantage-title {
    margin: 10px 0;
    font-weight: 700;
    font-size: 23px;
    height: 50px;
    background: linear-gradient(
            95deg, #0ab9c6 15%, #4f7cbf 45%, #8d4fb6 75%, #b23dae) 98%/200% 100%;
    text-transform: capitalize;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
}
.advantage-title.typical-adv{
    margin: 30px 0 0;
    height: auto;
    text-transform: unset;
    color: #444;
    background: none;
    -webkit-text-fill-color: unset;
    text-align: center;
}

.advantage-text {
    color: #060606;
    font-weight: 200;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.advantage-icon img {
    height: 75px;
}

.advantage-text .marker {
    color: #a742b1;
    font-weight: 700;
    font-size: 20px;
}

.consult-box {
    margin-top: 90px;
}

.consult-btn {
    display: flex;
    align-items: center;
    justify-content: right;
}

.consult-text {
    font-size: 36px;
    font-weight: 700;
    color: #060606;
    line-height: 45px;
    width: 100%;
    text-align: left;
}

.btn-accent {
    font-size: 20px;
    padding: 17px 33px;
    background: linear-gradient(62deg, rgba(126, 0, 159, 1) 4%, rgba(0, 183, 187, 1) 64%, rgba(2, 179, 97, 1) 97%);
}

.prices-wrapper {
    padding: 120px 0;
    background-image: url("../images/content/01.jpg");
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.prices-wrapper .container {
    position: relative;
    z-index: 5;
}

.prices-wrapper .title-color {
    color: #fff;
}

.price-fon {
    background-color: rgb(87 234 239 / 30%);
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wrapper-price-card {
    box-shadow: 0 0 7px 1px #fff;
    height: 100%;
    position: relative;
    background-color: transparent;
    background-size: cover;
    border-radius: 3px;
    padding: 30px 23px 25px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
    z-index: 1;
}

.wrapper-price-card .position-relative {
    position: relative;
    z-index: 5;
}

.price-card-fon {
    background-color: rgb(255 255 255 / 85%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.wrapper-price-card .la-tags {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 33px;
    color: #3e1b42;
    z-index: 5;
}

.prices-title a {
    font-size: 25px;
    font-weight: 700;
    color: #060606;
    height: 60px;
    display: flex;
    align-items: center;
}

.prices-desc {
    margin: 30px 0 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}

.price-line {
    margin: 15px 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(208deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
}

.prices-data {
    margin: 30px 0 0;
    border-top: 1px solid #ccc;
    padding-top: 30px;
    font-size: 30px;
    color: #060606;
}

.prices-data span {
    font-weight: 700;
    font-size: 35px;
}

.price-btn {
    margin-top: 30px;
}

.price-btn .btn-style {
    width: 100%;
    font-size: 20px;
}

.data-text {
    font-weight: 200;
    font-size: 18px;
    line-height: 28px;
}

.request-wrapper {
    padding: 120px 0;
    background-image: url("../images/content/05.jpg");
    background-size: cover;
    position: relative;
    z-index: 2;
}

.request-wrapper.contact-page {
    padding: 120px 0;
    background-image: none;
    background-color: #EEE;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.request-wrapper .container {
    position: relative;
    z-index: 4;
}

.request-fon {
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
}

.request-form {
    padding: 35px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.form--feedback .form__option {
    padding-left: 12px;
    padding-right: 12px;
    margin: 7px 0;
    width: 33.333%;
}

.form--feedback .form__label {
    cursor: pointer;
    display: block;
    position: relative;
}

.form--feedback .form__hidden {
    display: none !important;
    pointer-events: none;
    visibility: hidden;
}

.form--feedback .form__value--rounded {
    border: 2px solid #e1e6eb;
    border-radius: 5px;
    display: block;
    padding: 13px 20px;
    text-align: center;
    transition: all 0.2s;
}

.form--feedback .form__value--rounded:hover {
    border: 2px solid #4f7cbf;
    transition: all 0.2s;
}

.form--feedback input:checked + .form__value--rounded, .form--feedback .is-selected .form__value--rounded {
    background: linear-gradient(
            208deg, rgb(0 194 199) 8%, rgb(43 156 195) 62%, rgb(44 156 195) 100%);
    border-color: #4f7cbf;
    color: #fff;
}

.form--feedback .title-comment {
    margin-top: 45px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
}

.form--feedback .mini-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
}

.request-options {
    margin-bottom: 30px;
}

.form--feedback .comment-mini-title {
    font-weight: 300;
    text-align: center;
    margin-top: -15px;
    font-size: 16px;
    color: #999;
}

.form__columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.form--feedback .form__field--budget {
    align-items: start;
    flex-flow: column wrap;
    margin-top: 20px;
    padding: 0 15px;
}

.form--feedback .form__field--budget .form__field-name {
    flex: 0;
    margin-bottom: 0.5em;
    text-align: left;
}

.form--feedback .form__field-input {
    flex: 1 0;
    position: relative;
}

.form--feedback .form__field--budget .form__field-input::before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#slider {
    width: 80%;
    margin-top: 20px;
}

.ui-widget-content {
    height: 10px;
    background-color: transparent;
    border: none;
    position: relative;
    border-radius: 2px;
}

.ui-widget-header {
    /*background-color: #57f2f7;*/
    background: linear-gradient(208deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
    position: absolute;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #999;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    cursor: pointer;
}

.ui-state-default:focus-visible {
    border: 1px solid #999 !important;
    outline: none !important;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-active {
    border: 1px solid #999 !important;
    outline: none !important;
    background: #0ab9c6;
    font-weight: normal;
    color: #454545;
}

.ui-slider-handle {
    top: -8px;
    height: 22px;
    width: 22px;
    background-color: #8e4fb7;
    border-radius: 10px;
    border-color: #8e4fb7;
    position: absolute;
}

.form__field-name {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    font-size: 17px;
}

.form__hint {
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

label.form-range-text {
    margin-top: 10px;
    font-weight: 600;
    color: #666;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-block {
    position: relative;
    width: 110px;
    height: 40px;
    margin-top: 15px;
}

.quantity-arrow-minus {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.quantity-arrow-plus {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.quantity-num {
    width: 100%;
    height: 100%;
    border: 1px solid #060606;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.055em;
    color: #060606;
    padding: 0 35px;
    text-align: center;
}

.wrapper-data {
    margin: 30px 0;
}

.wrap-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 13px;
}

.title-input {
    font-size: 14px;
    color: #060606;
    font-weight: 500;
    margin-bottom: 5px;
}

.input-group {
    border: 1px solid #a7a7a7;
    padding: 7px 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
}

.textarea-group {
    width: 100%;
    height: 176px;
    resize: none;
}

.comment-input {
    color: #666;
    font-size: 14px;
    line-height: 16px;
}

.file-input {
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
    min-height: 100px;
    margin-top: 15px;
}

.dropzone {
    color: #fff;
    border-radius: 3px;
    padding: 6px 10px;
    min-height: 100px;
    width: 100%;
    /*border: 3px solid #0ab9c6;*/
    border: 2px dotted #0ab9c6;
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.cabinet-info__file-upload {
    /*overflow-y: auto;*/
}

.dropzone .dz-message {
    font-size: 14px;
    display: block;
    line-height: 1;
    margin: 0;
    color: #060606;
    width: max-content;
}

.dz-message span {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #11b3c5;
    padding: 10px 20px;
    border-radius: 6px;
}

.dz-message span i {
    font-size: 22px;
    margin-left: 7px;
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 0;
    height: 0;
    position: relative;
    display: none;
    z-index: 10;
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 0;
    height: 0;
    position: relative;
    display: none;
    z-index: 10;
}


/*-checkbox-*/
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox + label {
    position: relative;
    margin-left: 35px;
    cursor: pointer;
    line-height: 20px;
    font-size: 16px;
    color: #1b1b1b;
}

.checkbox + label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: -35px;
    width: 20px;
    height: 20px;
    border: 2px solid #545454;
    border-radius: 2px;
    background: #FFF;
}

.checkbox + label:after {
    font-family: themify;
    content: '\e64c';
    position: absolute;
    top: 3px;
    left: -32px;
    width: 20px;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    color: #060606;
    opacity: 0;
    transition: .2s;
}

.link-text {
    color: inherit;
    border-bottom: 1px solid;
}

.checkbox:checked + label:after {
    opacity: 1;
}

.form_checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.name-checkbox {
    font-size: 14px;
    line-height: 1;
    color: #777777;
}

.request-btn {
    text-align: center;
    margin-bottom: 20px;
}

.policy-form {
    display: flex;
    max-width: 50%;
    margin: 0 auto;
    align-items: flex-start;
}

.comment-policy-form {
    font-size: 14px;
    text-align: left;
    color: #666;
    user-select: none;
}

.status-box {
    margin: 15px 0;
    text-align: center;
}

.status-ok {
    color: #34ce57;
    font-size: 16px;
}

.status-fail {
    color: #dc3545;
    font-size: 16px;
}

.portfolio-wrapper {
    padding: 120px 0;
    background: linear-gradient(62deg, rgba(255, 255, 255, 1) 0%, rgba(0, 150, 159, 0.6338560983036341) 9%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 90%);
}

.wrapper-portfolio {
    margin-top: 60px;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #725dbc;
    border-color: unset;
    border-radius: 5px;
    margin: 0 7px;
    transition: all .3s;
    font-size: 15px;
}

.nav-link {
    display: block;
    padding: 10px 23px;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: 5px;
    font-size: 15px;
    color: #888;
    margin: 0 7px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: unset;
    background-color: #725dbc;
    font-size: 15px;
    color: #fff;
    transition: all .3s;
}

.rwt-card {
    overflow: hidden;
    transition: all .3s;
}

.rwt-card:hover {
    /*-webkit-transform: translateY(-4px);*/
    /*transform: translateY(-4px);*/
    transition: all .3s;
}

.rwt-card .inner .thumbnail .card-image {
    overflow: hidden;
}

.rwt-card .inner .thumbnail .card-image a {
    display: block;
    overflow: hidden;
    height: 300px;
    width: 100%;
}

.rwt-card .inner .thumbnail .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
}

.rwt-card .inner .thumbnail .rwt-overlay {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .65s, transform .65s, -webkit-transform .65s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    background: linear-gradient(
            0deg, #059dff .31847%, hsla(0, 0%, 100%, .36));
    color: hsla(0, 0%, 100%, 0);
    display: block;
}

.rwt-card:hover .inner .thumbnail .card-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .3s;
}

.title-port-card {
    color: #060606;
    font-weight: 700;
    font-size: 23px;
    margin: 15px 0 10px;
    text-align: left;
}

.info-port-card {
    color: #060606;
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    display: flex;
    align-items: center;
}

.info-port-card i {
    margin-right: 10px;
    font-size: 25px;
}

.main-port-card {
    margin-bottom: 30px;
}

.faq-wrapper {
    padding: 120px 0;
    background-color: #414141;
}

.faq-wrapper .title-color {
    color: #fff;
}

.faq-wrapper .title-color__comment {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 50px;
    text-align: center;
}

/* quest-section */

.title-quest-section {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.075em;
    color: #313131;
    margin-bottom: 65px;
}

.collapse-quest {
    margin-bottom: 20px;
    padding: 18px 40px 18px 25px;
    background: #444;
    border: 1px solid #414c4d;
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.name-quest {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.075em;
    color: #fff;
}

.collapse-child {
    display: none;
    max-width: 95%;
}

.angle-img.rotate {
    transform: rotate(180deg);
    transition: all .3s;
}

.angle-img {
    position: absolute;
    right: 15px;
    transform: rotate(0deg);
    transition: all .3s;
}

.line-vertical-quest {
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background-color: #54ebf0;
    background: linear-gradient(
            208deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
    border-radius: 0 3px 3px 0;
}

.card-answer {
    padding: 10px 27px 0;
    margin-bottom: 25px;
    background-color: transparent;
    border: none;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.075em;
    color: #fff;
    opacity: 0.9;
}

.wrapper-quest-container {
    margin-top: 40px;
}

.card-answer .marker {
    color: #52e6eb;
    font-weight: 700;
}


.footer-style-default {
    padding: 90px 0 0;
    width: 100%;
    background-color: #1b1b1b;
}

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

.footer-logo-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
    margin-right: 50px;
}

.footer-logo__img {
    width: 100%;
    display: block;
}

.footer-logo__img img {
    width: 100%;
    height: auto;
}

.footer-logo__text {
    font-size: 15px;
    width: 100%;
    color: #acacac;
    margin-top: 15px;
}

.footer-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #acacac;
}

.footer-links {
    color: #acacac;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    transition: all .3s;
}

.footer-links i {
    margin-right: 7px;
    font-size: 18px;
}

.footer-links:hover {
    color: #58f7fd;
    transition: all .3s;
}

.footer-links.social i {
    font-size: 35px;
    line-height: 40px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #f09433;
}

.footer-links.social i.la-telegram {
    font-size: 35px;
    line-height: 40px;
    background: linear-gradient(120deg, #0088cc, #7eb2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0088cc;
}

.footer-header__btn {
    width: 55%;
}

.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contacts-box {
    display: flex;
}

.contacts-box .footer-contacts {
    margin-right: 50px;
}

.footer-bottom {
    background-color: #000;
    border-top: 1px solid #444;
    padding: 18px 0;
    text-align: center;
    margin-top: 90px;
}

.footer-copyright {
    color: #acacac;
    font-size: 14px;
}

.footer-contacts .btn-style {
    margin-top: 35px;
    width: 100%;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 17px;
    padding: 0;
    margin: 0;
    color: #060606;
    opacity: 1;
}

.modal-header .title-modal {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #060606;
}

.modal-footer {
    flex-direction: column;
}

.modal-footer .btn-accent {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 9px 30px;
}

.modal-footer .status-ok, .modal-footer .status-fail {
    font-size: 14px;
}

.totop-wrap {
    display: none;
}

.totop-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    background: linear-gradient(360deg, rgb(0 194 199) 8%, rgb(117 91 188) 62%, rgb(218 41 165) 100%);
    color: #fff;
    cursor: pointer;
    width: 55px;
    height: 55px;
    z-index: 9999;
}

.to-top {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.to-top span {
    font-size: 25px;
    color: #fff;
}

/*-typical page-*/
.steps-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.steps-box.tarif-step-box{
    max-width: 70%;
    margin: 0 auto;
}

.wrapp-step-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: 10px 0 30px;
}

.number-step {
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    display: flex;
    align-items: center;
    color: #ae3faf;
}

.title-step {
    font-size: 26px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #060606;
    margin-left: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 3px solid #ad40af;
    margin-bottom: 15px;
}

.desc-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.info-step {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #000000;
    margin-left: 20px;
}
.info-step.tarif-info {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-left: 20px;
}

.wrapp-step-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 60px;
    left: 13px;
    width: 1px;
    height: 75%;
    background-color: #000000;
}

.wrapp-step-box:last-child:after {
    display: none;
}

.wrapper-process {
    margin-top: 80px;
}

.advantage-wrapper.typical-process {
    background: linear-gradient(
            83deg, rgba(255, 255, 255, 1) 90%, rgba(0, 212, 217, 1) 94%, rgba(255, 255, 255, 1) 99%);
    padding: 120px 0;
}

.typical-prices .prices-data {
    margin: 0;
    border-top: none;
    padding-top: 60px;
    font-size: 28px;
    color: #060606;
}

.seo-wrapper {
    padding: 100px 0 20px;
    background: linear-gradient(209deg, rgba(255, 255, 255, 1) 0%, #a742b1 9%, rgba(255, 255, 255, 1) 16%, rgba(255, 255, 255, 1) 90%);

}

.seo-wrapper .title-color {
    margin-bottom: 80px;
}

.title-seo-info {
    line-height: 24px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.title-seo-info p {
    margin-bottom: 15px;
}

.wrapper-seo-container {
    margin-top: 60px;
}

.wrapper-seo-container .marker {
    color: #58f7fd;
    font-weight: 700;
    font-size: 20px;
}

.individual-page__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

.individ-price__wrapper {
    max-width: 80%;
    margin: 100px auto 0;
}

.individ-price__wrapper .price-btn {
    margin-top: 15px;
    text-align: center;
}

.individ-price__wrapper .price-btn .btn-style {
    width: 250px;
    font-size: 20px;
}


.about-wrapper {
    padding: 100px 0;
    background-color: #f8f5f7;
    border-bottom: 1px solid #eee;
}

.about__line-block {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.line-block__title {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    margin-bottom: 31px;
}

.line-block__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
}

.line-block__text {
    width: 55%;
}

.line-block__img {
    width: 40%;
    height: auto;
    text-align: center;
}

.line-block__img img {
    width: auto;
    max-width: 100%;
    height: auto;
    text-align: center;
}


.about__line-block.revert .line-block__text {
    width: 45%;
}

.about__line-block.revert .line-block__img {
    width: 50%;
    height: auto;
    text-align: center;
}

.line-block__img img {
    width: auto;
    max-width: 100%;
    height: auto;
    text-align: center;
    object-fit: cover;
}

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

.contacts-wrapper {
    padding: 120px 0 50px;
    background-image: none;
    background-color: #EEE;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.contacts-wrapper__box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}

.contacts-card {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contacts-card-image {
    max-width: 60%;
    height: auto;
}

.contacts-card-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.contacts-card__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #060606;
}

.contacts-card__data .footer-links {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #060606;
    margin-bottom: 9px;
    padding-left: 0;
    transition: all .3s;
}
.contacts-card__data .footer-links:hover {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 9px;
    padding-left: 7px;
    transition: all .3s;
}

.contacts-card__data .footer-links i {
    margin-right: 7px;
    font-size: 31px;
}
.contacts-page__map-box{
    width: 100%;
    height: 320px;
}
.contacts-page__map-box iframe{
    width: 100%;
    height: 100%;
}

.tab-content {
    display: flex;
    flex-direction: column
}

.tab-content > .tab-pane {
    display: block !important;
    height: 0
}

.tab-content > .active {
    display: block !important;
    height: auto
}



/*blog crads*/
.card{
    border: none;
    background-color: #252525;
    border-radius: 4px;
    padding: 13px;
}
.wrapper-success-card{
    display: flex;
    flex-direction: column;
}
.success-card__header{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.success-card__header .news-icon{
    width: 60px;
    height: auto;
    margin-right: 10px;
}
.success-card__header .news-icon img{
    width: 100%;
    height: 100%;
}
.success-card__header .name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.success-card__header .name__title{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.success-card__header .name__date{
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
}
.success-card__body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #eee;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}
.success-card__body .title{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.success-card__footer{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 14px;
    color: #959595;
}

.nav-tabs .nav-item {
    margin-bottom: 10px;
}

.wrapper-textpage p{
    color: #060606;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px 0;
}

.wrapper-tarif-card__title{
    font-size: 20px;
    text-transform: uppercase;
    color: #060606;
    font-weight: 600;
    padding-bottom: 7px;
    border-bottom: 3px solid #2ac4d7;
    width: auto;
    display: inline-flex;
    margin-bottom: 15px;
}

.wrapper-tarif-card{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 60px;
}
.about-tarif{
    width: 30%;
    margin-right: 30px;
}
.table-tarif{
    width: 70%;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
}
.btn-mini{
    padding: 9px 15px;
    font-size: 15px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
}

.about-tarif__title{
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    line-height: 24px;
}
.about-tarif__text{
    font-size: 15px;
    line-height: 24px;
}
.table tbody tr:last-child{
    border-top: 2px solid #8254b9;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.hide {
	display: none;
}

.red {
	color: #f32836;
}

.white {
	color: white;
}