* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

html, body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-family: 'FuturaPt', 'FuturaBookC', 'Helvetica Neue', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-size: 20px;
    line-height: 1.25em;
    box-sizing: border-box;
}
textarea, button, select, input {
    outline: none;
    font-family: 'FuturaPt', 'FuturaBookC', 'Helvetica Neue', sans-serif;
}
button {
    font-weight: 600;
    font-family: 'FuturaPt', 'FuturaDemiC', 'Helvetica Neue', sans-serif;
}
h1 {
    font-size: 54px;
    line-height: 1em;
    font-weight: 800;
}
h2 {
    font-size: 54px;
    line-height: 1.1em;
    font-weight: 700;
    font-family: 'FuturaPt', 'FuturaDemiC', 'Helvetica Neue', sans-serif;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
}
h3 {
    margin: 0;
    font-size: 1em;
    font-weight: 500;
}

.flex-row {
    display: flex;
    flex-flow: row nowrap;
}

.container {
    box-sizing: border-box;
    width: 88%;
    min-width: 1040px;
    max-width: 1100px;
    margin: 0 auto;
}
.container-full {
    display: flex;
    flex-flow: row;
    min-height: 620px;
    max-height: 700px;
    border: 1px solid #11314b;
}
.indent-top {
    padding-top: 100px;
}
.indent-bottom {
    padding-bottom: 100px;
}
.features-flex::-webkit-scrollbar {
    width: 0;
}
.features-flex {
    -ms-overflow-style: none;
}
.features-flex {
    overflow: -moz-scrollbars-none;
}
.features-flex {
    -webkit-overflow-scrolling: touch;
}
.header {
    min-height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.2s ease-in-out;
    background: #fffffff7;
    backdrop-filter: blur(90px);
    z-index: 999999;
    border-bottom: 1px solid #0000000d;
    color: #333;
    box-sizing: border-box;
}
.header-up {
    top: -70px;
}

._black {
    color: #333 !important;
}

.link {
    display: inline;
    text-decoration: none !important;
    border-bottom: solid 1px #00C2FF !important;
    color: #00C2FF !important;
}

.top-plate {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.top-plate-header {
    flex: 1 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    cursor: pointer;
}
.top-plate-menu-icon {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 2px;
}

#menu-popover {
    position: fixed;
    z-index: 99;
    height: 120px;
    padding-top: 61px;
    padding-bottom: 0px;
    top: 0;
    left: 0;
    color: #222;
    right: 0;
    margin-right: 0px;
    display: flex;
    align-items: center;
    z-index: 99;
    flex-flow: row;
    transition: top 0.2s ease-in-out;
    /* min-height: 100px; */
    background: #ffffff;
    /* border-bottom: 1px solid #0000000a; */
}

#menu-popover .container {
    /* height: 60px; */
    padding-right: 0;
    display: flex;
    height: 40px;
}

#menu-popover .flex-row {
    /* margin-right: -20px; */
    /* margin-top: -20px; */
}

#menu-popover.header-up {
    top: -300px;
}

.menu-service-button {
    font-size: 17px;
    display: flex;
    border: 1px solid #00000010;
    border-radius: 99px;
    padding: 0 20px;
    width: fit-content;
    justify-content: flex-start;
    white-space: nowrap;
    align-items: flex-start;
    align-items: center;
    margin: 0px 10px 0px 0;
    height: 40px;
}

.menu-logo-sign {
    border: 1px solid #00000010;
    border-radius: 999px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 17px;
}

.menu-service-button img {
    display: block;
    width: 60px;
    flex: 1 1 auto;
    padding: 15px 10px 0 10px;
    justify-content: center;
    align-items: center;
}

.menu-service-button span {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}

a.menu-service-button {
    text-decoration: none;
    color: #333 !important;
}

a.menu-service-button:hover {
    color: #FFFFFF !important;
    background-color: #222527;
}

a.menu-service-button-selected {
    color: #FFFFFF !important;
    font-weight: 500;
    background-color: #222527;
}

.header-list {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-list__link {
    margin-right: 30px;
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid #ffffff40;
    opacity: 0.6;
    text-decoration: none;
    cursor: pointer;
}
.header-list__link:hover {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 0;
}
.city-link {
    align-items: center;
    font-size: 16px;
    display: flex;
    height: 40px;
    padding: 0 20px;
    padding-top: 2px;
    color: #ffffff90 !important;
    /* background: white; */
    border: 1px solid #ffffff15;
    border-radius: 70px;
    cursor: pointer;
    text-decoration: none;
}
.active-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 0;
    opacity: 1;
}
.header-list__item:last-child .header-list__link {
    margin-right: 0;
}

.contact-links {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.contact-link-top {
    border-radius: 90px;
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-left: 6px;
    text-decoration: none;
    text-align: center;
}

.contact-links a:nth-child(2) {
    margin-left: 20px;
}

.main {
    background: #051a29;
    min-height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-wrapper {
    margin: 120px -20px 120px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.main-logo {
    margin: 0;
    height: 90px;
    display: flex;
    margin-left: -3px;
}
.home-logo{
    margin: ;
}
.main-title {
    font-family: 'FuturaPt', 'FuturaDemiC';
    color: #fff;
    margin: 30px 0;
    line-height: 1em;
    font-weight: 700;
    max-width: 420px;
    /* height: 90px; */
    /* display: inline-flex; */
}
.main-tagline {
    font-size: 19px;
    margin: 15px 10px 0 0;
    line-height: 1.4em;
    color: #fff;
    /* margin-right: 10px; */
}
.main-content {
    z-index: 10;
    flex: 1 1;
    max-width: 600px;
}
.main-content-full {
    width: 40%;
    min-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    padding: 60px;
}
.main-links {
    min-width: initial;
    display: flex;
    flex-flow: row wrap;
    width: 60%;
    flex: 1 1 auto;
}

.service-link-full {
    display: flex;
    margin-right: -1px;
    margin-top: -1px;
    padding: 30px;
    width: calc(100%/3 + 1px);
    max-width: calc(100%/3 + 1px);
    height: calc(100%/3 + 1px);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2em;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: 0;
    border: 1px solid #11314b;
}
.service-link-full:last-child {
    /* border-bottom: 0; */
}
.service-link-full-content {
    display: flex;
    margin-left: -35px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    width: 60px;
}
.service-link-full img {
    /* width: 30px; */
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
}

/*.service-link-full span {
    font-weight: 800;
}*/

.service-link-full:hover {
    z-index: 1;
    background-color: #007fb209;
    border: 1px solid rgb(63, 169, 245);
    border-width: 1px solid !important;
}

.main-fieldset {
    min-width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
}
.main-btn {
    align-items: center;
    justify-content: center;
    min-width: 180px;
}
.main-picture {
    height: 70vh;
    width: 70vh;
    position: absolute;
    top: 15vh;
    right: 13vw;
    border-radius: 50%;
    background: rgba(0, 150, 255, 0.07);
    margin: 0 auto;
}
.main-picture:before {
        content: "";
        float: left;
        padding-top: 100%;  /* initial ratio of 1:1*/
}
.main-picture__img {
    width: 63%;
    position: absolute;
    top: 50%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.home-header {
    display: flex;
    flex-flow: column;
}

.home-header > .main-logo {
    width: 86px;
    height: 86px;
}

.home-header > .main-tagline {
    text-align: left;
}

.home-title {
    font-size: 44px;
    display: flex;
    margin: 30px 0 26px 0;
    line-height: 1.05em;
}


.asterisk {
    display: inline-block;
    width: 12px;
    margin-right: 5px;
}

.features {
    background: #061a2a;
}
.features b {
    font-weight: 500 !important;
}

.features-flex {
    margin-right: -60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.features-wrapper {
    margin-bottom: 25px;
}
.features-block {
    max-width: 210px;
    /* min-width: 180px; */
    margin-right: 60px;
    margin-bottom: 60px;
    font-size: 19px;
    line-height: 1.25em;
    color: #fff;
}
.features-block img {
    height: 60px;
}
.features-block__text {
    margin: 0;
}
.features.indent {
    padding-bottom: 60px;
}
.dropdown {
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

.calc {
    min-height: auto;
}

.calc .container {
    display: flex;
    flex-flow: column;
    /* align-items: center; */
}

.calc-img-container {
    width: 100px;
    height: 100px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background: #ffe8e8;
    border-radius: 8000px;
}
.calc-img {
    width: 42px;
}

.calc-title {
    color: #333;
}
.answer {
    /*    background: -webkit-gradient(linear, left bottom, left top, from(#E8EFF2), to(#E8EFF2));
    background: -o-linear-gradient(bottom, #E8EFF2, #E8EFF2);
    background: linear-gradient(0deg, #E8EFF2, #E8EFF2);*/
    background: #f0f0f0;
    color: #222 !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    }
.answer-ask {
    flex-flow: column;
    /* flex: 1 1 40%; */
    /* margin-right: 60px; */
    font-size: 16px;
    width: 100%;
}
.answer-ask-wrapper {
    display: flex;
    flex-flow: row wrap;
}
.answer-title {
    padding: 0;
}
.answer-tab {
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*    background: rgba(0, 167, 255, 0.15);*/
    border: 1px solid #ffffff15;
    margin-bottom: 30px;
    margin-right: 20px;
    display: inline-block;
    font-size: 18px;
    /* height: 60px; */
    line-height: 26px;
    border-radius: 94px;
    /* padding: 18px 40px; */
    cursor: pointer;
    white-space: nowrap;
}
.answer-tab:last-child {
    margin-right: 0;
}

.answer-tab:hover {
    background-color: #FF3D00;
}

.answer-tabs {
    display: block;
    justify-content: center;
    align-items: center;
}
.qa-questions {
    width: 90%;
    margin: auto;
}
.qa-question {
    position: relative;
    width: 100%;
    display: flex;
    min-height: 80px;
    align-items: center;
    flex-flow: row wrap;
    color: #333 !important;
    text-decoration: none;
    border: 1px solid #00000017;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 18px;
    line-height: 26px;
    padding: 20px 60px 20px 20px;
    box-sizing: border-box;
}
.qa-question:last-child {
    border-bottom: 1px solid #00000017;
    /* border-right: 10px; */
}

.qa-question:hover {
    background: #fff;
    padding: 20px;
    padding-right: 60px;
    /*width: calc(100% + 20px);*/
    z-index: 0;
}

.qa-question:hover ~ close-expand-button {
}


/*.qa-question__opened {
    padding: 40px 0;
    align-items: flex-start;
}*/

.qa-question__opened {
    background-color: #fff;
    /*margin-left: -20px;
    padding: 20px;*/
    flex-flow: column;
    align-items: flex-start;
    /*width: calc(100% + 20px);*/
}
.qa-question__opened:hover {
    /*margin-left: -40px;
    padding: 40px;
    width: calc(100% + 40*2px);*/
}

.answer.indent-bottom {
    padding-bottom: 140px;
}
.active-tab {
    color: #222 !important;
    /* background: #FF3D00; */
    border: 0;
    box-sizing: border-box;
    font-weight: 500;
}
.qa-question-title {
    margin: 0;
}
.qa-question-title__opened {
    margin-bottom: 20px;
    max-width: 480px;
    font-size: 38px;
    line-height: 1.1em;
}

.qa-question-answer {
    width: 100%;
    display: none;
}
.qa-question-answer__opened {
    display: flex;
}

.qa-question-answer-text {
    width: 60%;
    max-width: 540px;
    flex: 1 0;
}

.qa-question-answer-text p {
    margin: 0;
    margin-bottom: 1em;
}

.qa-question-answer-text p:first-child {
    margin-top: 1em;
}

.qa-question-answer-text p:last-child {
    margin-bottom: 0;
}

.qa-question-answer-image {
    display: flex;
    flex-flow: column;
    flex: 1 1;
    align-items: center;
}

.qa-question-answer-image img {
    display: inline-block;
    width: 100%;
    max-width: 320px;
}

.question-sign-title {
    width: 80px;
    height: 80px;
    color: #fff;
    background: red;
    border-radius: 999px;
    font-size: 46px;
    line-height: 87px;
    display: flex;
    margin-left: -15px;
    justify-content: center;
    margin-bottom: 20px;
}

/*.show {
    display: flex;
}
.hide {
    display: none;
}*/
.communication {
    background: #e6e6e6;
    padding-bottom: 60px;
    padding-top: 60px;
}
.communication-wrapper {
    margin: 0 0 50px -5px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: row-reverse;
    border-bottom: 1px solid #ffffff10;
}

.communication-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: top;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: center;
    flex: 1 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.communication-link {
    border-radius: 90px;
    height: 60px;
    min-width: 120px;
    background-color: rgba(0, 178, 255, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff !important;
    padding: 0 10px;
    margin-left: 15px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    font-weight: 500;
}
.communication-link:hover {
    filter: saturate(2);
}
.communication-text {
    display: flex;
    position: relative;
    background: #ffffff0f;
    width: 100%;
    color: #333;
    border-radius: 10px;
    font-size: 19px;
    line-height: 1.25em;
    min-height: 60px;
    margin: 0;
    padding: 10px 15px;
    align-items: center;
    justify-content: center;
}

.communication-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #ffffff0f;
    border-left: 0;
    margin-top: -10px;
    margin-left: -10px;
}


.communication-content {
    /* padding-left: 20px; */
    flex: 0 1;
    min-width: 300px;
}
.communication-link:nth-child(1) {
    margin-left: 0;
}
.footer {
    background: #252525;
    color: #9c9c9c;
    font-size: 17px;
}

.footer h3 {
    font-weight: normal;
}

.footer > .container {
    position: relative;
    margin-bottom: 100px;
}
.footer-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    /* font-size: 19px; */
    line-height: 1.75em;
}

.footer-block {
    flex: 1 1;
    max-width: calc(100%/5);
    margin-right: 40px;
    margin-bottom: 2em;
    line-height: 1.75em;
}

.footer-logo {
    position: absolute;
    right: 0;
    /* top: 8px; */
    opacity: 0.75;
}
}
.footer-soc {
    display: none;
    margin-bottom: 50px;
    height: 80px;
    background: #11151c;
    line-height: 80px;
    font-size: 20px;
}
.footer-soc__text {
    margin-right: 25px;
    color: #fff;
}
.footer-soc__link {
    border-bottom: 1px solid #00C2FF;
    text-decoration: none;
    margin-right: 25px;
    color: #00C2FF;
}
.footer-soc__link:hover {
    padding-bottom: 1px;
    border: none;
    text-decoration: none;
    color: #00C2FF;
}
.footer-link {
    display: inline;
    /* border-bottom: 1px solid #00000045; */
    text-decoration: none;
    color: #ffffff !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-weight: 500;
    padding-bottom: 2px;
}
.footer-link:hover {
    padding-bottom: 1px;
    text-decoration: none;
    border: none;
    color: #00C2FF;
}
.footer-text {
    position: absolute;
    left: 0;
    bottom: -80px;
    opacity: 0.15;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.45) !important;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    cursor: pointer
}
.footer-text:hover {
    text-decoration: none;
    padding-bottom: 1px;
    border: none;
}
.footer-copyright {
    margin-top: 0;
}
.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin-top: 10px;
    position: relative;
}
.messenger {
    position: fixed;
    display: none;
    bottom: 15px;
    right: 15px;
    z-index: 10;
}
.messenger-btn {
/*    background: -webkit-gradient(linear, left top, left bottom, from(#8000FF), to(#F7579F));
    background: -o-linear-gradient(top, #8000FF 0%, #F7579F 100%);
    background: linear-gradient(180deg, #8000FF 0%, #F7579F 100%);*/
    background: #ff3d00;
    position: relative;
}
.messenger-btn__img {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 38px; 
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.messenger-close {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.messenger-list {
    position: fixed;
    bottom: 85px;
    right: 15px;
    opacity: 1;
    display: none;
}
.tg {
    background: #00B2FF url(../img/controls/tg.svg) no-repeat center;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.vk {
    background: #2069BD url(../img/controls/vk.svg) no-repeat center;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.fb {
    background: #0080FF url(../img/controls/fb.svg) no-repeat center;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.tel {
    background: #8837FB url(../img/controls/ph.svg) no-repeat center;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.close-1 {
    width: 30px;
    height: 0px;
    background: #fff;
    border: 1px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 20px;
    display: block;
    position: relative;
    top: 1px;
}
.close-2 {
    width: 30px;
    height: 0px;
    background: #fff;
    border: 1px solid #FFFFFF;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-radius: 20px;
    display: block;
    position: relative;
    top: -1px;
}
.anim-2 {
    opacity: 1;
}
.itel {
    opacity: 0;
    max-width: 20px
}
.imess {
    z-index: 2;
}

@media (max-width: 1200px) {
    .main-picture {
        top: 15vh;
        right: 6vw;
        height: 60vh;
        width: 60vh;
    }
    .container {
        width: 88%;
        min-width: auto;
        max-width: 960px;
    }
    .indent-top {
        padding-top: 100px;
    }
    .indent-bottom {
        padding-bottom: 100px;
    }
    .answer.indent-bottom {
        padding-bottom: 80px;
    }
    .features-block {
        max-width: 190px;
        margin-right: 50px;
    }
}


@media (max-width: 1024px) {
/*    .container-full {
        display: flex;
        flex-flow: row;
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        height: 100vh;
    }*/

    

}

@media (max-width: 1080px) {

    .main-picture {
        top: 12vh;
    }
    #menu-popover .flex-row {
        /* margin-right: 0px; */
        /* margin-top: 0px; */
    }
    .menu-service-button {
        margin: 0px 10px 0px 0;
    }
}

@media (max-width: 960px) {


    .container-full {
        display: flex;
        flex-flow: column;
        padding: 40px 0 60px 0 !important;
        margin: 0 auto;
        max-width: initial;
        width: 100% !important;
        height: auto;
        justify-content: center;
        border: 0;
        max-height: initial;
    }
    
    .home-header {
        align-items: flex-start;
        justify-content: center;
        text-align: left;
    }
    .main-content-full {
        width: 100%;
        padding-bottom: 0;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        flex: 0;
        height: auto;
        min-width: initial;
        padding-left: 10%;
    }

    .main-links {
        width: 100%;
        align-items: flex-start;
        justify-content: center;
        flex-flow: column;
        flex: 1;
    }

    .service-link {
        height: 60px;
        display: flex;
        padding: 5px 20px;
        margin: 10px 10px 0 0;
        color: #fff;
        flex: 1 1 auto;
        text-decoration: none;
        font-size: 18px;
        border: 1px solid #ffffff15;
        border-radius: 4px;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-width: 140px;
        width: calc((100% - 4*10px)/4);
        max-width: calc((100% - 4*10px)/4);
    }

    .service-link-full {
        display: flex;
        padding: 15px;
        padding-left: 10%;
        margin: 0;
        color: #fff;
        flex: 1 1 auto;
        text-decoration: none;
        font-size: 18px;
        border: 1px solid #0d273c;
        align-items: flex-start;
        justify-content: center;
        flex-flow: column;
        text-align: left;
        min-width: 130px;
        z-index: 0;
        width: 100%;
        max-width: 100%;
        margin-top: -1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
        cursor: pointer;
        height: 70px;
    }
    .service-link-full-content {
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: flex-start;
        width: 200px;
        margin-left: initial;
    }
    .service-link-full img {
        display: block;
        /* width: 24px; */
        margin-top: -3px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    
    .container {
        min-width: 580px;
    }
    .main-logo {
        width: 86px;
        height: 86px;
        margin-left: -10px;
    }
    h2 {
        margin-bottom: 30px;
    }
    .home-title {
        font-size: 36px;
    }
    .calc-img-container {
        margin-bottom: 20px;
        width: 86px;
        height: 86px;
    }
    .features-block {
        max-width: 180px;
        margin-right: 50px;
        font-size: 20px;
    }
    .features-flex {
        margin-right: -60px;
/*      -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;*/
    }
    #menu-popover {
        overflow: auto;
    }
    #menu-popover .flex-row {
        width: 100%;
        margin-left: -2px;
    }
    #menu-popover .container {
    }
    .main {
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        align-items: flex-end;
    }
    #menu-popover.header-up {
        top: -100vh;
    }
    .menu-service-button {
        /* border: 1px solid #ffffff; */
        /* height: 42px; */
        font-weight: 400;
        font-size: 17.5px;
        /* background: white; */
        /* padding: 0 15px; */
    }

    .answer-tab {
        display: flex;
        margin-bottom: 10px;
        margin-right: 10px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        justify-content: center;
        align-items: center;
        flex: 1 1 30%;
        border-radius: 4px;
    }
    .answer-tabs {
        display: flex;
    }
    .answer-ask {
        height: auto !important;
    }
    .answer-question {
        height: auto;
        margin: 0;
        font-size: 17px;
        line-height: 1.25em;
    }
    .communication-wrapper {
        text-align: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-flow: column;
        -webkit-box-pack: start;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        margin-right: -10px;
        margin-bottom: 40px;
    }
    .communication-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
        /* text-align: center; */
        max-width: 70%;
        margin-top: 20px;
        padding-left: 0;
    }
    .communication-link {
        margin: 0;
        margin-bottom: 10px;
        margin-right: 10px;
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex: 1 1;
        flex-basis: 60px;
    }
    .communication-link::nth-child(even) {
        margin-right: 0;
    }
    .communication-flex {
        width: 100%;
        max-width: none;
        margin-right: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .city-link {
        display: none;
    }
    .footer-logo {
        display: none;
    }
    .footer-block {
        max-width: calc(100%/2); 
    }
}
@media (max-width: 735px) {
    .header-nav {
        display: none;
    }
    .menu-select {
        display: block;
    }
    .menu-select {
        width: 100%
    }
}

@media (max-width: 640px) {
    .calc-img-container {
        align-self: center;
    }
    .main-tagline {
        text-align: center;
    }
    h1 {
        font-size: 38px;
        line-height: 1.2em;
    }
    h2 {
        font-size: 36px;
        line-height: 1.1em;
        text-align: center;
    }
    .container {
        width: 100%;
        min-width: auto;
        padding: 0px 30px;
    }
    .indent-top {
        padding-top: 60px;
    }
    .indent-bottom {
        padding-bottom: 60px;
    }
    .main-wrapper {
        margin: 100px 0 40px 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .main {
        text-align: center;
        align-items: center;
    }
    .main-btn {
        margin-right: 10px;
    }
    .main-content {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column;
        text-align: center;
    }
    .main-picture {
        height: auto;
        position: relative;
        top: initial;
        right: initial;
        margin-top: 40px;
        width: 100%;
        /* background: transparent; */
    }
    .main-picture__img {
        width: 67%;
        max-width: 380px;
    }
    .communication-text {
        margin: 0 auto;
        text-align: center;
    }
    .footer-soc {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: auto;
        padding: 30px 0px;
        text-align: center;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .footer-soc__text {
        display: block;
        margin: 0;
    }
    .footer-soc__link:last-child {
        margin-right: 0;
    }
    .footer-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-block {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 25px;
        min-width: 240px;
        max-width: 100%;
    }
    .footer-copyright {
        margin: 0;
    }
    .footer.indent-bottom {
        padding-bottom: 84px;
    }
    .footer-text {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -50px;
    }
    .footer-logo {
        width: 80px;
        height: 80px;
    }
    .answer-tabs {
        color: #fff;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        -webkit-overflow-scrolling: touch;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
    }
    .answer-tab {
        flex: 1 1 auto;
        display: flex;
        width: 100%;
        flex-flow: row wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px;
        height: 60px;
        color: #fff;
        border-radius: 4px;
        margin-right: 0;
    }
    .answer-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .show {
        display: flex;
    }
    .answer.indent-bottom {
        padding-bottom: 50px;
    }
    .active-tab {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    /*  background-image: url(../img/svg/select-arrow-white.svg);
        background-repeat: no-repeat;
        background-position: -webkit-calc(100% - 20px) center;
        background-position: calc(100% - 20px) center; */
        background-color: #FF3D00;
    }
    .active-tab:hover {
        background: #FF3D00;
    }
    .features-flex {
        /* -webkit-flex-wrap: nowrap; */
        -ms-flex-wrap: nowrap;
        /* flex-wrap: nowrap; */
        overflow-x: auto;
        overflow-y: hidden;
        /* padding-right: 20px; */
        margin-right: -15px;
        margin-bottom: -15px;
    }
    .features-flex::after {
        content: '..';
        opacity: 0;
        display: block;
        height: 20px;
        width: 20px;
    }
    .features-block {
        /* border: 1px dashed rgba(0, 178, 255, 0.2); */
        border-radius: 4px;
        padding: 20px;
        background: #062338;
        box-shadow: 0px 0px 15px #00000038;
        margin-bottom: 15px;
        margin-right: 15px;
        font-size: 16px;
        width: calc((100% - 30px)/2);
        max-width: unset;
    }
    .features-block img {
        height: 38px;
    }
    .features-wrapper {
        margin-bottom: 10px;
    }
    .features.indent-top {
        padding-top: 0;
    }
    .messenger-list {
        bottom: 75px;
    }
}

@media (max-width: 500px) {
    .main-title {
        margin: 30px 0px;
        /* margin-top: 25px; */
    }
    .answer-question {
        padding: 10px;
    }
}

@media (max-width: 400px) {
    .container {
        width: 100%;
        padding: 0px 20px;
    }
    .answer-tabs {
        width: 100%}
    .features-flex {
        margin-right:-10px;
    }
    .features-block {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc((100% - 20px)/2);
        font-size: 14px;
        padding: 15px 15px;
    }
    .calc-container {
        padding: 0 2px;
    }
}

@media (min-width: 960px) {
    .calc-container {
        width: 92% !important;
        max-width: 92% !important;
    }
    h2 {
        margin-bottom: 40px;
    }
}


/*# sourceMappingURL=style.min.css.map */