@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,regular,italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,regular,500,600,700);
.wrap_contact p,
body {
    font-family: Roboto, sans-serif;
}

#modal-2,
body {
    overflow-x: hidden;
}

*,
.contacts .container .right {
    -webkit-box-sizing: border-box;
}

.section-load {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s linear;
}

.loaded .section-load,
.service__box a {
    opacity: 0;
    visibility: hidden;
}

.docs-wrap .container .doc .title:before,
.other-news .nav-other a:after,
.team-wrap .item-team .info-team .bottom-info .skype:before {
    background-repeat: no-repeat;
    content: '';
}

body,
p {
    line-height: 18px;
}

.myvideo,
body {
    position: relative;
}

.blog-top,
.present {
    -webkit-background-size: cover;
}

#bullets li,
.main-header .container ul li,
.single-content .sidebar .side-nav ul li,
.single-post-top .breadcrumbs li,
footer .container .top-header .col-25 ul li,
ol li {
    list-style-type: none;
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

:-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

body input:focus:required:invalid,
body input:required:valid,
body textarea:focus:required:invalid,
body textarea:required:valid {
    color: #666;
}

body,
html {
    height: 100%;
}

body {
    font-size: 16px;
    min-width: 320px;
    opacity: 1;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

p+p {
    margin-top: 30px;
}

a {
    color: #2824a4;
    text-decoration: none;
}

.btn-qr {
    padding-left: 12px;
}

.map_wrap iframe {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.myvideo {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

.table-third-wrap td:first-of-type {
    width: 70%;
    background-color: #fff;
}

.table-third-wrap td:nth-of-type(2) {
    padding: 0;
    background-color: #fff;
}

.myvideo embed,
.myvideo iframe,
.myvideo object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

* {
    box-sizing: border-box;
}

.main-header {
    padding: 22px 0;
}

.main-header .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-header .container ul {
    margin-right: auto;
}

.main-header .container ul li {
    display: inline-block;
}

.main-header .container ul li a {
    color: #9498ba;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.main-header .container ul li a:hover {
    color: #110e7f;
}

.main-header .container ul li {
    padding: 6px 20px;
}

.main-header .container .btn-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 50px;
    background-color: #f1f2f9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: auto;
    margin-left: 30px;
    flex: 0 0 auto;
}

.main-header .container .btn-menu span {
    display: block;
    background-color: #9a99ce;
    height: 2px;
    width: 20px;
}

.main-header .container .btn-menu span:last-child {
    width: 12px;
}

.main-header .container .btn-menu span+span {
    margin-top: 5px;
}

.main-header .container .phone {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2b3247;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    white-space: nowrap;
}

.top-section {
    background-color: #110e7f;
    padding: 80px 0;
}

.top-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-section .container .title {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    max-width: 450px;
    width: 100%;
}

.top-section .container .title {
    max-width: 650px;
}

.top-section .container,
.blog-top .container {
    position: relative;
}

.top-section .btn-wrap {
    margin-top: 0px;
}

.btn-wrap--secondary {
    padding: 20px;
    border: 1px solid #3936a3;
    border-radius: 15px;
}

.blog-top .title-wrap .btn-wrap {
    padding: 20px;
    border: 1px solid #3936a3;
    border-radius: 15px;
}

.btn-calc.btn-calc--secondary {
    margin: 30px 0;
    font-size: 16px;
    background-color: #ff6000;
}

.btn.btn-calc.btn-calc--secondary {
    max-width: 400px;
    width: 100%;
    text-align: center;
    display: flex;
}

.btn-calc-text {
    color: #fff;
    display: block;
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    padding: 10px 0 0;
}

.top-section .container .desc {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 30px;
    /*display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 380px*/
}

.about-section {
    padding: 125px 0;
}

.about-section .container {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-section .container .left {
    width: 485px;
}

.about-section .container .left h2 {
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 74px;
    margin: 0;
}

.about-section .container .left p {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 60px 0 25px;
}

.about-section .container .left p+p {
    margin: 0 0 25px;
}

.about-section .container .right {
    width: 570px;
}

.about-section .container .right .video-box {
    width: 100%;
    height: 445px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

.about-section .container .right .video-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.about-section .container .right .video-box a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 112px;
    height: 112px;
    background-color: rgba(255, 255, 255, 0.21);
    -webkit-box-shadow: 0 7px 21px rgba(36, 36, 49, 0.36);
    box-shadow: 0 7px 21px rgba(36, 36, 49, 0.36);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -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;
    outline: 0;
}

.about-section .container .right .video-box a:before {
    content: '';
    position: absolute;
    width: 81px;
    height: 81px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 21px rgba(36, 36, 49, 0.36);
    box-shadow: 0 7px 21px rgba(36, 36, 49, 0.36);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.about-section .container .right .video-box a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent #eb4141;
}

.about-section .container .right .video-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(17, 14, 127, 0.37);
}

.faq-section,
.licensy {
    background-color: #f3f6fa;
}

.licensy {
    padding: 135px 0;
}

.licensy .container .title-wrap {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.licensy .container .title-wrap .title {
    width: 670px;
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
}

.licensy .container .title-wrap .desc {
    width: 370px;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 15px;
}

.licensy .container .sert-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
}

.licensy .container .sert-wrap .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 358px;
    min-width: 358px;
    margin: 15px;
    height: 400px;
}

.licensy .container .sert-wrap .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.title-main {
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 74px;
}

.team {
    padding: 120px 0 80px;
}

.team-wrap {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 75px;
}

.team-wrap .item-team {
    width: 570px;
    height: 400px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    display: flex;
    margin: 20px auto;
}

.col-50,
.contacts .container .right {
    -webkit-box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
}

.team-wrap .item-team img {
    width: 290px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.team-wrap .item-team .info-team {
    display: flex;
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    padding: 35px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team-wrap .item-team .info-team .top-info .name {
    color: #2824a4;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
}

.team-wrap .item-team .info-team .top-info .dolg {
    color: #a0a4b4;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
    margin-top: 15px;
}

.team-wrap .item-team .info-team .bottom-info .contact-box span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #a0a4b4;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
}

.team-wrap .item-team .info-team .bottom-info .contact-box a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2b3247;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 10px;
}

.team-wrap .item-team .info-team .bottom-info .contact-box+.contact-box {
    margin-top: 20px;
    padding-top: 23px;
    border-top: 1px solid #f3f6fa;
}

.team-wrap .item-team .info-team .bottom-info .skype {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    background-color: #f3f6fa;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
    color: #67718f;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.col-33 .date,
.col-50 .text-item .date {
    font-family: Oswald;
    text-transform: uppercase;
}

.team-wrap .item-team .info-team .bottom-info .skype:before {
    width: 20px;
    height: 20px;
    background-image: url(../img/skype.svg);
    margin-right: 6px;
}

.faq-section {
    padding: 100px 0 150px;
}

.faq-section .container .faq-wrap {
    margin-top: 60px;
}

.faq-section .container .faq-wrap .faq-item {
    background-color: #fff;
}

.faq-section .container .faq-wrap .faq-item .title-faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2b3247;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    padding: 40px;
    cursor: pointer;
}

.faq-section .container .faq-wrap .faq-item .title-faq .icon {
    position: relative;
    width: 22px;
    height: 22px;
    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;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.faq-section .container .faq-wrap .faq-item .title-faq .icon:before {
    content: '';
    width: 2px;
    height: 22px;
    background-color: #110e7f;
    position: absolute;
}

.faq-section .container .faq-wrap .faq-item .title-faq .icon:after {
    content: '';
    width: 22px;
    height: 2px;
    background-color: #110e7f;
    position: absolute;
}

.faq-section .container .faq-wrap .faq-item .active-item {
    color: #2824a4;
}

.faq-section .container .faq-wrap .faq-item .active-item .icon {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-section .container .faq-wrap .faq-item .content-faq {
    padding: 10px 40px 40px;
    display: none;
}

.faq-section .container .faq-wrap .faq-item .content-faq ul {
    margin-left: 20px;
}

.faq-section .container .faq-wrap .faq-item .content-faq p,
.faq-section .container .faq-wrap .faq-item .content-faq ul li {
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.faq-section .container .faq-wrap .faq-item .content-faq p+p,
.faq-section .container .faq-wrap .faq-item .content-faq ul li {
    margin-top: 20px;
}

.faq-section .container .faq-wrap .faq-item+.faq-item {
    margin-top: 20px;
}

.contacts {
    padding: 140px 0;
    background-color: #fff;
}

.contacts .container {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts .container .left {
    width: 500px;
}

.contacts .container .left .title {
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
}

.contacts .container .left .content-contact {
    margin-top: 65px;
}

.contacts .container .left .content-contact .item-contact .title-contact {
    color: #2b3247;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.contacts .container .left .content-contact .item-contact .desc-contact {
    color: #2b3247;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 4px 0 0;
}

.contacts .container .left .content-contact .item-contact+.item-contact {
    margin-top: 40px;
}

.contacts .container .right {
    width: 567px;
    height: 565px;
    background-image: url(../img/bg-contact.jpg);
    padding: 60px 65px;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts .container .right .title-right {
    color: #ff6000;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    position: relative;
}

.contacts .container .right .title-right:after {
    content: '';
    position: absolute;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
    bottom: -35px;
}

.col-33 .title:before,
.col-50:before,
.wrap-contact .container .item-fil .title:before {
    left: 0;
    bottom: 0;
    content: '';
}

.contacts .container .right .bottom-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts .container .right .bottom-link a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ff6000;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts .container .right .bottom-link a img {
    width: 24px;
    height: 22px;
    margin-right: 18px;
}

.contacts .container .right .bottom-link a+a {
    margin-top: 25px;
}

footer {
    background-color: #1b1b2e;
}

footer .container .top-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 70px 0 60px;
}

footer .container .top-header .col-25 {
    width: 25%;
}

footer .container .top-header .col-25 .title-ul {
    color: #efefef;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}

footer .container .top-header .col-25 ul {
    margin-top: 40px;
}

footer .container .top-header .col-25 ul li a {
    color: #8994b6;
    font-size: 15px;
    font-weight: 300;
    line-height: 15px;
}

footer .container .top-header .col-25 ul li+li {
    margin-top: 15px;
}

footer .container .top-header .col-25 .socials {
    text-align: right;
}

footer .container .top-header .col-25 .socials a {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

footer .container .top-header .col-25 .socials a+a {
    margin-left: 40px;
}

footer .container .bottom-header {
    border-top: 1px solid #2a293d;
    padding: 35px 0 10px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #47516f;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
}

.blog-top {
    padding: 80px 0;
    background-image: url(../assets/images/bg-blog.jpg);
    background-position: 50%;
    background-size: cover;
    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;
}

.blog-top .container .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    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: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-top .container .title-wrap .title-blog {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
}

.nav-blog {
    margin-top: 70px;
    border-top: 1px solid #2d2a9a;
}

.nav-blog a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-top: 3px solid transparent;
    padding-top: 35px;
    color: #6461e4;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
}

.ac {
    display: block!important;
}

.nav-blog a.active {
    color: #fff;
    border-top: 3px solid #fff;
}

.col-50 {
    width: 570px;
    height: 380px;
    position: relative;
    display: flex;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 45px;
}

.content-blog .col-50 {
    width: 565px;
}

.col-33,
.docs-wrap .container .doc {
    -webkit-box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
}

.col-50 .text-item {
    z-index: 3;
    position: relative;
    margin: 0 40px 50px;
}

.col-50 img,
.col-50:before {
    position: absolute;
    -webkit-border-radius: 15px;
}

.col-50 .text-item .date {
    color: #97a2c6;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}

.content-blog .col-50 .text-item .date {
    color: #fff;
}

.col-50 .text-item .title {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 25px;
}

.col-50 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    border-radius: 15px;
}

.col-50:before {
    right: 0;
    top: 0;
    background-color: rgba(27, 27, 46, 0.39);
    z-index: 2;
    border-radius: 15px;
}

.col-33,
.wrap-contact .container {
    -webkit-border-radius: 15px;
    -webkit-box-sizing: border-box;
}

.col-33 {
    width: 371px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.col-33 .date {
    color: #97a2c6;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}

.col-33 .title {
    margin: 20px 0 0;
    color: #2824a4;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    padding-bottom: 30px;
    position: relative;
    display: inline-flex;
    max-height: 110px;
    overflow: hidden;
}

.col-33 .title:before {
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.col-33 p {
    margin: 35px 0 0;
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.content-blog {
    padding: 50px 0;
}

.content-blog .top-content {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-more {
    width: 100%;
    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;
    margin-top: 40px;
}

.wrap-more a {
    color: #2b3247;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-more a img {
    width: 18px;
    height: 18px;
    display: inline-flex;
    margin-left: 15px;
}

.top-contact {
    padding: 80px 0;
    background-color: #110e7f;
}

.top-contact .container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    height: 100%;
}

.top-contact .container .nav-blog {
    width: 100%;
}

.top-contact .container .nav-blog a+a {
    margin-left: 45px;
}

.top-contact .title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.top-contact .title-wrap .title {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-contact .title-wrap .title img {
    margin-left: 50px;
}

.top-contact .title-wrap .btn {
    max-width: 400px;
    width: 100%;
    height: 70px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 1px;
}

.wrap-contact .container {
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    margin-top: -75px;
    padding: 65px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrap-contact .container .item-fil {
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5ef;
    margin-bottom: 50px;
    width: 48%;
}

.wrap-contact .container .item-fil .title {
    color: #2b3247;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    padding-bottom: 30px;
}

.wrap-contact .container .item-fil .title:before {
    position: absolute;
    height: 2px;
    width: 44px;
    background-color: #eb4141;
}

.wrap-contact .container .item-fil .content-fil {
    margin-top: 35px;
}

.wrap-contact .container .item-fil .content-fil span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2b3247;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.wrap-contact .container .item-fil .content-fil p {
    margin: 0;
    color: #2b3247;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}

.wrap-contact .container .item-fil .content-fil .row+.row {
    margin-top: 35px;
}

.wrap-contact .container .top-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrap-contact .container .top-info .col-2 {
    width: 50%;
}

.wrap-contact .container .top-info .col-2 span {
    color: #2b3247;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 25px;
}

.docs-wrap .container .doc .dowload,
.present {
    -webkit-flex-direction: column;
    -webkit-box-direction: normal;
}

.wrap-contact .container .top-info .col-2 p {
    margin: 0;
    color: #2b3247;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.wrap-contact .container .map {
    margin-top: 45px;
    width: 100%;
}

.wrap-contact+footer {
    margin-top: 125px;
}

.docs-wrap+footer {
    margin-top: 110px;
}

.content-blog+footer {
    margin-top: 30px;
}

.single-contact .content-fil {
    margin-top: 0 !important;
}

.single-contact .content-fil span {
    margin-bottom: 7px !important;
}

.docs-wrap {
    margin-top: 50px;
}

.docs-wrap .container .doc {
    padding: 50px;
    width: 570px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.docs-wrap .container .doc .title {
    color: #2b3247;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    padding-right: 110px;
    position: relative;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.docs-wrap .container .doc .title:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background-color: #f3f6fa;
    background-image: url(../img/download-2.svg);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-size: 23px 22px;
    background-size: 23px 22px;
    background-position: 50%;
}

.calc,
.main-content>div,
.present,
.service,
.top-services {
    background-position: 50% 50%;
}

.header__logo {
    display: block;
    width: 155px;
    height: 69px;
}

.header__logo .logo {
    display: block;
    max-width: 100%;
}

.docs-wrap .container .doc .title:after,
.present .title:before {
    left: 0;
    background-color: #eb4141;
    bottom: 0;
    content: '';
}

.docs-wrap .container .doc .title:after {
    position: absolute;
    width: 45px;
    height: 2px;
}

.docs-wrap .container .doc .dowload {
    margin-top: 30px;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.docs-wrap .container .doc .dowload a {
    color: #2824a4;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: underline;
}

.docs-wrap .container .doc .dowload a+a {
    margin-top: 20px;
}

.present {
    padding: 70px;
    width: 569px;
    background-image: url(../img/bg-docs.jpg);
    background-size: cover;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.present .btn-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.present .btn-bottom a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ff6000;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}

.present .btn-bottom a img {
    width: 24px;
    height: 22px;
    margin-right: 18px;
}

.present .btn-bottom a+a {
    margin-top: 25px;
}

.present .title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
}

.present .title:before {
    position: absolute;
    width: 45px;
    height: 2px;
}

.wrap-col {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.875em;
    -moz-column-gap: 1.875em;
    column-gap: 1.875em;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
}

.single-post-top {
    background-color: #110e7f;
    padding: 110px 15px 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.single-post-top .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.single-post-top .breadcrumbs {
    margin: -8px -15px;
}

.single-post-top .breadcrumbs li {
    padding: 8px 15px;
}

.single-post-top .breadcrumbs li a {
    color: #6461e4;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    text-decoration: underline;
    text-transform: uppercase;
}

.single-post-top .breadcrumbs li:last-child a {
    color: #fff;
    text-decoration: none;
}

.single-post-top .title-wrap {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.single-post-top .title-wrap span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
}

.single-content {
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.single-content .container {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-content .container .main-content {
    width: 816px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    padding: 60px 70px;
    position: relative;
    margin-top: -150px;
}

.single-content .container .main-content:after {
    content: '';
    position: absolute;
    top: 20px;
    z-index: -1;
    right: -15px;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    width: 50px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
}

.single-content .container .main-content .date {
    color: #97a2c6;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-content .container .main-content h1 {
    margin: 0 0 45px;
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 62px;
}

.single-content .container .main-content .preview {
    height: 371px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 0 45px;
}

.single-content .container .main-content p {
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 25px;
}

.single-content .container .main-content h2 {
    margin: 35px 0 20px;
    color: #2b3247;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
}

.single-content .container .main-content ul li {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-content .container .main-content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #bdbbd8;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-right: 15px;
}

.single-content .container .main-content ul li a,
a.under {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2824a4;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: underline !important;
}

.single-content .container .main-content ul li+li {
    margin-top: 15px;
}

.single-content .sidebar {
    width: 300px;
}

.single-content .sidebar .side-nav {
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 45px 40px;
    margin-bottom: 20px;
}

.single-content .sidebar .side-nav span {
    display: inline-flex;
    color: #2b3247;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
}

.single-content .sidebar .side-nav ul {
    margin: 30px 0 0;
}

.single-content .sidebar .side-nav ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #2824a4;
    font-weight: 300;
    text-decoration: none;
    position: relative;
}

.single-content .sidebar .side-nav ul li a.active {
    color: #2b3247;
    font-weight: 500;
    border-bottom: none;
}

.single-content .sidebar .side-nav ul li a.active:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 33px;
    background-color: #eb4141;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.single-content .sidebar .side-nav ul li+li {
    margin-top: 20px;
}

.single-content .sidebar .banner {
    background-image: url(../img/bg-banner.jpg);
    height: 416px;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    padding: 45px 40px;
    margin-bottom: 20px;
}

.single-content .sidebar .banner .title-banner {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}

.single-content .sidebar .banner .title-banner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.single-content .sidebar .banner .download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 1px;
    -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;
    height: 60px;
    /*background-color: #eb4141;*/
    background-color: #ff6000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.services-content .content,
.services-content .content:after {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
}

.other-news {
    margin-top: 75px;
}

.other-news .nav-other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.other-news .nav-other span {
    color: #2b2b47;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

.other-news .nav-other a {
    color: #2b3247;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-news .nav-other a:after {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 27px;
    height: 11px;
    background-image: url(../img/allnews.svg);
    margin-left: 20px;
}

.other-news .wrap-col {
    margin-top: 50px;
}

.other-news+footer {
    margin-top: 85px;
}

.service {
    background-image: url(../img/service.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.calc,
.news,
.top-services {
    -webkit-background-size: cover;
}

.btn-calc {
    width: 270px;
    height: 70px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1px;
    padding: 0 10px;
}

#target.btn-calc {
    margin: 0;
    background-color: #ff6000;
}

.top-services {
    padding: 80px 0 120px;
    background-image: url(../img/services.jpg);
    background-size: cover;
}

.services-content {
    position: relative;
    z-index: 1;
}

.services-content .content {
    padding: 70px 65px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    margin-top: -75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
}

.services-content .content:after {
    content: '';
    position: absolute;
    top: 20px;
    z-index: -1;
    right: -15px;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    width: 50px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
}

.content-calc .container,
.services-form .container .left,
.table-post {
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
}

.services-content .content .title {
    margin: 0 0 25px;
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 74px;
    width: 100%;
}

.services-content .content p,
.services-content .content ul li {
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.services-content .content p {
    margin: 0 0 20px;
}

.services-content .content ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 16px;
}

.services-content .content ul li a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2824a4;
    text-decoration: underline;
}

.services-content .content ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #bdbbd8;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 9px;
    margin: auto;
}

.services-content .content ul li a:hover {
    text-decoration: none;
}

.services-content .content ul li+li {
    margin-top: 20px;
}

.services-content .content .ul-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}

.services-content .content .ul-wrap ul {
    width: 100%;
}

.services-content .content .ul-full {
    margin-top: 30px;
}

.services-content .content .ul-full ul {
    width: 100%;
}

.services-content .content .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 225px;
    height: 60px;
    background-color: #ff6000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin: 45px 0 0;
}

.services-content .content .left {
    width: 100%;
}

.services-content .content .right {
    margin-left: 30px;
    display: flex;
    flex: 0 0 auto;
    max-width: 500px;
    width: 100%;
    align-self: flex-start;
    justify-content: center;
}

.services-content .content .right img {
    max-width: 500px;
}

.delivery .content .right {
    margin-left: auto;
    margin-right: 70px;
}

.services-form {
    margin-top: 30px;
}

.services-form .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-form .container .left .form-wrap {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin: 25px 0 0;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services-form .container .left {
    width: 470px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    padding: 62px 70px 30px 70px;
}

.services-form .container .left .title {
    color: #2b3247;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.services-form .container .left .form-wrap input[type='text'] {
    height: 56px;
    border: 1px solid #ccddec;
    padding: 0 25px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #647ba5;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    outline: 0;
    width: 100%;
}

.services-form .container .left .form-wrap input[type='text']::-webkit-input-placeholder {
    opacity: 1;
    color: #647ba5;
}

.services-form .container .left .form-wrap input[type='text']::-moz-placeholder {
    opacity: 1;
    color: #647ba5;
}

.services-form .container .left .form-wrap input[type='text']:-ms-input-placeholder {
    opacity: 1;
    color: #647ba5;
}

.services-form .container .left .form-wrap input[type='text']::-ms-input-placeholder {
    opacity: 1;
    color: #647ba5;
}

.services-form .container .left .form-wrap input[type='text']::placeholder {
    opacity: 1;
    color: #647ba5;
}

.services-form .container .left .form-wrap input[type='text']+input[type='text'] {
    margin-top: 15px;
}

.services-form .container .left .form-wrap input[type='submit'] {
    height: 70px;
    /* background-color: #eb4141; */
    background-color: #ff6000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border: none;
    margin: 50px 0 0;
    cursor: pointer;
    width: 100%;
    display: block;
}

.calc .text .title,
.slide-text .slide-text__title {
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
}

.slide-text .slide-text__title {
    font-size: 53px;
}

.services-form .container .right {
    width: 669px;
    background-color: #110e7f;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    background-image: url(../img/bg-present.jpg);
}

.services-content+footer {
    margin-top: 75px;
}

.btn-blue {
    background-color: rgba(28, 25, 125, 0.3);
}

.main-content>div {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    z-index: 3;
}

.calc,
.news {
    background-size: cover;
}

.slide-text .slide-text__title {
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 80px;
    display: none;
}

.calc .text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    position: absolute;
    align-self: center;
    left: 205px;
}

#map .gm-style iframe+div,
#map .gm-style-cc,
#map .gmnoprint {
    display: none !important;
}

.calc {
    display: flex;
}

.calc .text .title {
    font-weight: 900;
    line-height: 74px;
}

.calc .text .desc {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
    margin-top: 60px;
}

.calc .calc-wrapper {
    padding: 50px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    right: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calc .calc-wrapper .left {
    width: 290px;
}

.calc .calc-wrapper .left .row-form .wrap-tam {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    border: 1px solid #ccddec;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.calc .calc-wrapper .left .row-form .wrap-tam .input-wrap {
    border: none;
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
}

.calc .calc-wrapper .left .row-form .wrap-tam .select-wrap {
    width: 95px;
    position: relative;
}

.calc .calc-wrapper .left .row-form .wrap-tam .select-wrap:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 1px;
    margin: auto;
    z-index: 1;
    background-color: #ccddec;
}

.calc .calc-wrapper .left .row-form .t-form {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 10px;
}

.calc .calc-wrapper .left .row-form input[type='number'],
.calc .calc-wrapper .left .row-form input[type='text'] {
    width: 100%;
    padding: 0 25px;
    height: 40px;
    color: #647ba5;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border: none;
    outline: 0;
}

.calc .calc-wrapper .left .row-form .input-wrap {
    height: 56px;
    border: 1px solid #ccddec;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.calc .calc-wrapper .left .row-form+.row-form {
    margin-top: 45px;
}

.calc .calc-wrapper .left input[type='submit'] {
    height: 70px;
    border: none;
    width: 100%;
    background-color: #ff6000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 65px;
    cursor: pointer;
}

.calc .calc-wrapper .right {
    width: 308px;
    margin-left: 48px;
}

.calc .calc-wrapper .wrap-right {
    padding: 45px 40px 8px;
    background-color: #f3f6fa;
    border: 1px solid #e4edf5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.calc .calc-wrapper .wrap-right .main-title {
    color: #2b3247;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.calc .calc-wrapper .wrap-right .second-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #e5e6ee;
}

.calc .calc-wrapper .wrap-right .second-title span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.calc .calc-wrapper .wrap-right .second-title b {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2b3247;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.calc .calc-wrapper .sum-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    margin-top: 70px;
}

.calc .calc-wrapper .sum-wrap span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #2b3247;
    font-weight: 400;
    line-height: 18px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.calc .calc-wrapper .sum-wrap b {
    display: flex;
    color: #2b3247;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 26px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
}

#bullets li .bullet__count,
#bullets li .bullet__title {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    font-family: Oswald;
    text-transform: uppercase;
}

.news {
    display: flex;
    background-image: url(../img/bg-news.jpg);
}

.top-calc {
    -webkit-background-size: cover;
}

#bullets {
    position: absolute;
    max-width: 1920px;
    padding: 0 198px;
    left: 0;
    bottom: 60px;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#bullets li .bullet__title {
    display: none;
    color: #fff;
}

#bullets li {
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    position: relative;
    cursor: pointer;
    width: 40px;
}

#bullets li .bullet__count {
    margin-bottom: 21px;
    color: rgba(255, 255, 255, 0.4);
}

#bullets li .point {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#bullets li+li {
    margin-left: 40px;
}

#bullets li+li:after {
    content: '';
    position: absolute;
    left: -55px;
    bottom: 0;
    width: 75px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}

#bullets li.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.content-calc .container .right .wrap-sum,
.content-calc .container .right .wrap-sum .bottom-sum,
.information-wrap .container .right-info,
.information-wrap .left-info,
.service__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

#bullets li.active .point {
    width: 17px;
    height: 17px;
    background-color: rgba(255, 255, 255, 0.14);
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8.4px;
}

#bullets li.active .point:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#bullets li.active .bullet__title {
    display: block;
    margin-bottom: 21px;
}

#bullets li.active .bullet__count {
    color: #fff;
    position: absolute;
    bottom: -50px;
    margin-right: 3px;
}

#bullets li:first-child .bullet__count {
    position: relative;
    bottom: auto;
    margin: 0 0 21px;
}

#bullets.bullets-color li+li:after {
    background-color: rgba(43, 50, 71, 0.15);
}

#bullets.bullets-color li .bullet__count {
    color: rgba(43, 50, 71, 0.4);
}

#bullets.bullets-color li.active .bullet__count,
#bullets.bullets-color li.active .bullet__title {
    color: #2b3247;
}

#bullets.bullets-color li .point {
    background-color: #2b3247;
}

#bullets.bullets-color li.active .point {
    width: 17px;
    height: 17px;
    background-color: rgba(43, 50, 71, 0.14);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8.4px;
}

#bullets.bullets-color li.active .point:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #2b3247;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contact-main .text {
    position: absolute;
    left: 205px;
    top: 290px;
    color: #fff;
    font-size: 70px;
    font-weight: 900;
    line-height: 84px;
    text-transform: uppercase;
}

.contact-main .contact-wrap {
    background: rgba(0, 0, 0, 0.7);
    padding: 5px;
    position: absolute;
    top: 310px;
    right: 230px;
    display: flex;
}

.menu-nav,
.menu-nav:before {
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    position: absolute;
}

.contact-main .contact-wrap .box {
    max-width: 345px;
}

.contact-main .contact-wrap .box span {
    display: flex;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.contact-main .contact-wrap .box p {
    margin: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.contact-main .contact-wrap .box+.box {
    margin-left: 115px;
}

.menu-wrapper {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 675px;
    z-index: 100;
}

.menu-nav {
    display: flex;
}

.menu-nav:before {
    content: '';
    background-color: rgba(17, 14, 127, 0.95);
}

.menu-nav .top {
    position: absolute;
    top: 70px;
    left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-nav .phone {
    margin-left: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}

.menu-nav .social-menu {
    position: absolute;
    left: 204px;
    bottom: 95px;
}

.social-menu a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
}

.social-menu a+a {
    margin-left: 35px;
}

.menu-nav .nav {
    position: absolute;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    left: 204px;
}

.menu-nav .nav li {
    display: flex;
}

.menu-nav .nav li a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #6470e1;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.menu-nav .nav li a.active {
    color: #fff;
}

.menu-nav .nav li+li {
    margin-top: 45px;
}

.close-icon {
    cursor: pointer;
    position: absolute;
    right: 47px;
    top: 100px;
}

.close-icon img {
    width: 14px;
    height: 14px;
}

.body-fixed {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.top-calc {
    height: 501px;
    background-image: url(../img/calc-bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.top-calc .container {
    height: 100%;
    display: flex;
}

.top-calc .container .title-wrap {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
}

.top-calc .container .title-wrap span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
}

.top-calc .container .title-wrap img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.content-calc .container {
    padding: 70px 65px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    margin-top: -120px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-calc .container .left {
    width: 430px;
}

.content-calc .container .right {
    width: 500px;
}

.content-calc .container .right .calc-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-calc .container .right .calc-wrapper .wrap-input {
    width: 220px;
}

.content-calc .container .right .calc-wrapper .wrap-input .input-row .title-input {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
}

.content-calc .container .right .calc-wrapper .wrap-input .input-row .input-box {
    height: 56px;
    border: 1px solid #ccddec;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-calc .container .right .calc-wrapper .wrap-input .input-row .input-box input {
    width: 100%;
    padding: 0 20px;
    height: 40px;
    color: #647ba5;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border: none;
    outline: 0;
}

.content-calc .container .right .calc-wrapper .wrap-input .btn-wrap {
    margin-top: 40px;
}

.content-calc .container .right .calc-wrapper .wrap-input .btn-wrap input[type='submit'] {
    cursor: pointer;
    height: 70px;
    background-color: #eb4141;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    width: 100%;
    border: none;
}

.content-calc .container .right .calc-wrapper .wrap-input .input-row+.input-row {
    margin-top: 26px;
}

.content-calc .container .right .calc-wrapper .select-wrap {
    height: 56px;
    border: 1px solid #ccddec;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-calc .container .right .calc-wrapper .select-wrap .input-box {
    width: -webkit-calc(100% - 95px);
    width: calc(100% - 95px);
    border: none !important;
}

.content-calc .container .right .calc-wrapper .select-wrap .select-box {
    width: 95px;
    position: relative;
}

.content-calc .container .right .calc-wrapper .select-wrap .select-box:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 1px;
    margin: auto;
    z-index: 1;
    background-color: #ccddec;
}

.content-calc .container .right .calc-wrapper .select-wrap .select-box .selectric-wrapper {
    margin-top: 0;
}

.content-calc .container .right .wrap-sum {
    width: 258px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-calc .container .right .wrap-sum .sum {
    background-color: #f3f6fa;
    border: 1px solid #e4edf5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 35px 30px;
}

.content-calc .container .right .wrap-sum .sum .title-sum {
    color: #2b3247;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.content-calc .container .right .wrap-sum .sum .row-sum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding: 22px 0;
    border-top: 1px solid #e4edf5;
    border-bottom: 1px solid #e4edf5;
}

.content-calc .container .right .wrap-sum .sum .row-sum span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.content-calc .container .right .wrap-sum .sum .row-sum b {
    font-weight: 700;
}

.content-calc .container .right .wrap-sum .sum .row-sum:last-child {
    border-bottom: none;
}

.content-calc .container .right .wrap-sum .bottom-sum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 44px;
}

.content-calc .container .right .wrap-sum .bottom-sum span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #2b3247;
    font-weight: 400;
    line-height: 18px;
    font-size: 18px;
    text-transform: uppercase;
}

.content-calc .container .right .wrap-sum .bottom-sum b {
    color: #2b3247;
    font-weight: 700;
    line-height: 26px;
    font-size: 26px;
    margin-top: 12px;
}

.content-calc .container h1 {
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    margin: 0 0 45px;
}

.content-calc .container p {
    margin: 0 0 25px;
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.content-calc .container .bottom-comment {
    color: #67718f;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 30px;
    border-top: 1px solid #e8ecef;
    margin-top: 60px;
}

.services-form+footer {
    margin-top: 75px;
}

.single-content .container .maps-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #e4edf5;
    border-right: 1px solid #e4edf5;
    border-top: 1px solid #e4edf5;
    margin: 0 0 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.single-content .container .maps-1 .row-map {
    width: 33.33%;
    padding: 15px 20px;
    border-bottom: 1px solid #e4edf5;
}

.single-content .container .maps-1 .row-map span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #a0a4b4;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-content .container .maps-1 .row-map p {
    margin: 0;
    color: #2b3247;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.single-content .container .maps-1 .row-map:nth-child(4n) {
    border-left: none !important;
}

.single-content .container .maps-1 .row-map+.row-map {
    border-left: 1px solid #e4edf5;
}

.single-content .container .maps-1 .center-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-content .container .maps-1 .center-btn .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #67718f;
    font-family: Roboto Condensed;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.maps-wrap {
    margin-bottom: 30px;
}

.filter-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.filter-project .title-filter {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #2b3247;
    font-weight: 400;
}

.filter-project .title-filter a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2824a4;
    font-weight: 700;
}

.filter-project .search-wrap {
    position: relative;
    width: 368px;
    height: 56px;
}

.filter-project .search-wrap input[type='search'] {
    width: 100%;
    height: 100%;
    outline: 0;
    padding: 0 50px 0 25px;
    border: 1px solid #ccddec;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #647ba5;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.filter-project .search-wrap input[type='search']::-webkit-input-placeholder {
    color: #647ba5;
}

.filter-project .search-wrap input[type='search']::-moz-placeholder {
    color: #647ba5;
}

.filter-project .search-wrap input[type='search']:-ms-input-placeholder {
    color: #647ba5;
}

.filter-project .search-wrap input[type='search']::-ms-input-placeholder {
    color: #647ba5;
}

.filter-project .search-wrap input[type='search']::placeholder {
    color: #647ba5;
}

.filter-project .search-wrap input[type='submit'] {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 19px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAMAAABYi/ZGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA9lBMVEWXosb///+XosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosb///9aEjwiAAAAUHRSTlMAABdqqMLApGMPA3328Aax0XhOUIDdnAGU+mwCBC3+Xnz1GZa71XpZc8EpRuAoReNWcpi50n8vW3dl/QfNSEp714iF9/StHna41rYWkG2XZtdOTX4AAAABYktHRAH/Ai3eAAAACXBIWXMAAAsSAAALEgHS3X78AAAA0ElEQVQY02XQ127CQBAF0HGAFEggVLMh9B6q6QklMSV0uP//NWyxsQT3YbU6mpFmhojnweX2PD49v4i/pmn89fpeIfPmss0fAN6DoXAkCsR0ZXGwj4To+owAQWnJFNJkJYNsTlgeBZvIW0RJWBTlq1EFVWEMX47VUFfWcKyJluptO2bAI6yD7pUSPfSFDVIY2jYCk7PwQvaty5lLP9bMNO4CE2M6+/3jK5v2DeYLdYPlCpgrI/pfb7bbXWVPJt/YMicSb4wOwPHW9BMY3aFxvgAtDSBxqZV6nwAAAABJRU5ErkJggg==);
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin: auto;
}

.docs a:before,
.list-doc:before {
    content: '';
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAYCAMAAADNlS1EAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAYFBMVEWXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosaXosb///8jQhBFAAAAHnRSTlMAAXji5Fv+cVYCdvx7XIJY+4hU+Yzmd0rn7sTDV+PZpDkTAAAAAWJLR0QfBQ0QvQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAHpJREFUGNOl0ckOgzAMBFDbDXRhK9CNAPP/n0kkDEkEF+icRu9g2TKxXKAxCWkEPulV0eB21+r4sTSmFTPk2shjkaHcIFVP1BukpsWLQ3zrEp8Qv78ZuxD9lINol0P7PbT/zOz30J7Zk2NjhwZDpDzARI/TCLGMMY3CEwjUFp/3oIVzAAAAAElFTkSuQmCC);
}

.wrap-broker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px;
}

.information-wrap .container .link-wrap,
.wrap-broker .item-broker {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.wrap-broker .item-broker {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 370px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 6px 20px rgba(60, 76, 121, 0.11);
    box-shadow: 0 6px 20px rgba(60, 76, 121, 0.11);
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 30px;
}

.wrap-broker .item-broker .img-box {
    height: 258px;
}

.wrap-broker .item-broker .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
}

.wrap-broker .item-broker .title-box {
    height: 132px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
}

.wrap-broker .item-broker .title-box span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2824a4;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.single-content .container .main-content {
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.single-content .container .main-content h3 {
    color: #2b3247;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.single-content .container .main-content ul {
    margin: 25px 0;
}

.single-content .container .main-content ul li {
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.docs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 0;
    margin: 30px 0;
    border-top: 1px solid #e8ecef;
    border-bottom: 1px solid #e8ecef;
}

.modal-window .modal-wrapper .wrap-form,
.wrap-btns {
    margin-top: 40px;
}

.docs a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 45%;
    color: #67718f;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
}

.docs a:before {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 24px;
}

.table-post {
    display: block;
    width: 100%;
    border: 1px solid #e4edf5;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    margin-bottom: 40px;
}

.table-content2 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4edf5;
}

.table-content2 p {
    margin-bottom: 0 !important;
}

.table-content2 {
    padding: 15px;
}

.table-content2 .tam-points-container-item-descr,
.table-content-img {
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    margin-right: 20px;
}

.table-content2 .tam-points-container-item-descr img,
.table-content-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cor {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 20px;
}

.cor a {
    text-decoration: underline;
    color: #47516f;
}

.table-post .table-title {
    display: table-row;
}

.table-post .table-title div {
    display: table-cell;
    vertical-align: middle;
    background-color: #f3f6fa;
    padding: 20px;
    color: #2b3247;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.table-post .table-content {
    display: flex;
    align-items: center;
    position: relative;
}

.table-post .table-content>div {
    padding: 20px;
    color: #2b3247;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.list-doc,
.wrap-btns a {
    -webkit-box-align: center;
}

.table-post .table-content>div img+img {
    margin-left: 7px;
}

.table-post .table-content+.table-content>div {
    border-top: 1px solid #e4edf5;
}

.wrap-btns a {
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    background-color: #eb4141;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 0 35px;
}

.fancybox-bg {
    background-color: #110e7f !important;
    opacity: 0.9 !important;
}

.modal-window {
    padding: 65px !important;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
}

.modal-window .fancybox-close-small {
    width: 40px;
    height: 40px;
    padding: 0;
    top: 25px;
    right: 25px;
}

.modal-window .fancybox-close-small svg {
    color: #9498ba;
}

.modal-window .modal-wrapper {
    width: 330px;
}

.modal-window .modal-wrapper .wrap-form .input-box input {
    height: 56px;
    border: 1px solid #ccddec;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    padding: 0 25px;
    outline: 0;
    color: #647ba5;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}

.modal-window .modal-wrapper .wrap-form .check-box,
.modal-window .modal-wrapper .wrap-form .input-box+.input-box {
    margin-top: 15px;
}

.modal-window .modal-wrapper .wrap-form .check-box input {
    display: none;
}

.modal-window .modal-wrapper .wrap-form .check-box input+span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #647ba5;
    position: relative;
    padding-left: 32px;
}

.modal-window .modal-wrapper .wrap-form .check-box input+span a {
    display: inline;
    color: #2824a4;
    text-decoration: underline;
}

.modal-window .modal-wrapper .wrap-form .check-box input+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ccddec;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.modal-window .modal-wrapper .wrap-form .check-box input:checked+span:before {
    background-color: #ccddec;
}

.modal-window .modal-wrapper .wrap-form input[type='submit'] {
    height: 70px;
    background-color: #eb4141;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border: none;
    width: 100%;
    margin-top: 20px;
}

.modal-window .title-modal {
    color: #2b3247;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
}

.list-doc,
h4 {
    font-weight: 500;
}

.list-doc {
    display: inline-flex;
    color: #67718f;
    font-size: 15px;
    line-height: 15px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 55px;
}

h4,
ol li {
    color: #2b3247;
}

.list-doc:before {
    width: 20px;
    height: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 19px;
}

h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 20px;
}

ol {
    margin: 0 0 30px;
    padding: 0;
    counter-reset: myCounter;
}

ol li {
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

ol li:before {
    content: counter(myCounter) '. ';
    counter-increment: myCounter;
    font-weight: 500;
}

ol li+li {
    margin-top: 15px;
}

.single-content p b {
    color: #2b3247;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.single-content .container .main-content ul li {
    position: relative;
    padding-left: 17px;
}

.single-content .container .main-content ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
}

.comment-box {
    background-color: #f3f6fa;
    border: 1px solid #e4edf5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 35px 30px;
    margin: 30px 0;
}

.comment-box p {
    margin: 0 0 25px;
    color: #67718f;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.humor-top .container .title-wrap .title-humor,
.information-top .title {
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    font-weight: 700;
}

.faq-item {
    -webkit-box-shadow: 0 6px 20px rgba(60, 76, 121, 0.11);
    box-shadow: 0 6px 20px rgba(60, 76, 121, 0.11);
}

.faq-content {
    padding: 50px 0;
}

.faq-content .faq-wrap {
    margin-top: 0 !important;
}

.faq-content .wrap-more {
    margin-top: 55px;
}

.humor-top {
    height: 340px;
    background-color: #110e7f;
}

.humor-top .container {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.humor-top .container .title-wrap {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.humor-wrap {
    padding: 70px 0;
}

.humor-wrap .container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.humor-wrap .container .humor-item {
    width: 570px;
    height: 344px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.humor-wrap .container .humor-item img {
    max-width: 100%;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.information-top {
    height: 360px;
    background-image: url(../img/inf-bg.jpg);
}

.information-top .container {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.information-wrap {
    padding: 50px 0;
}

.information-wrap .container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.information-wrap .container .link-wrap {
    width: 470px;
    height: 390px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    padding: 65px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.information-wrap .container .link-wrap .title-link {
    color: #2b3247;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 45px;
}

.information-wrap .container .link-wrap .title-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.information-wrap .container .link-wrap a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2824a4;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: underline;
}

.information-wrap .container .link-wrap a+a {
    margin-top: 20px;
}

.information-wrap .container .right-info {
    width: 669px;
    height: 390px;
    background-color: #110e7f;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    background-image: url(../img/bg-right.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
}

.information-wrap .container .right-info .title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 45px;
}

.information-wrap .container .right-info .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.information-wrap .container .right-info a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fefefe;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.information-wrap .container .right-info a:before {
    content: '';
    width: 24px;
    height: 22px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAMAAADto6y6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAclBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GMOiGAAAAJXRSTlMAnJfAsFETCzhsCNllZ2lwAaUD8uygiueajvg8jQ3O+qJ0o4LwwOXXawAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAACESURBVCjP3c9LEoIwEATQRlA+0SQEBAQBEeb+VyRTSkk0J7BXPf1WA3wSHOBPGP0jHE8+iBNQyiUT5xdcRMa3JJDionOSDJJyzbfaAMZKGNndwAWWotz2PcBciYL37gB0VWn4YB8LdeODpsat7X73rr2jH8bHpJxMz3Ho7fezWL4i5hgr2wEMGd5trQQAAAAASUVORK5CYII=);
    margin-right: 18px;
}

.information-wrap .container .right-info a+a {
    margin-top: 30px;
}

.information-wrap .left-info {
    width: 669px;
    height: 390px;
    background-color: #110e7f;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    padding: 60px 70px;
    background-image: url(../img/bg-left.jpg);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.information-wrap .left-info .title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 45px;
}

.information-wrap .left-info .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.information-wrap .left-info a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 214px;
    height: 70px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-weight: 700;
    line-height: 91px;
}

.information-wrap .bottom-info {
    width: 470px;
    height: 390px;
    padding: 60px 75px;
    background-color: #3478e9;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    background-image: url(../img/br-bg.jpg);
}

.information-wrap .bottom-info .title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 45px;
}

.information-wrap .bottom-info .title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.single-content .container .main-content img+h1 {
    margin-top: 40px;
}

@media screen and (max-height: 650px) and (min-width: 768px) {
    .menu-nav,
    .menu-wrapper {
        max-height: 100vh;
    }
    .menu-nav {
        min-height: 650px;
    }
}

b {
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .menu-nav,
    .menu-nav .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        height: auto;
    }
    .modal-window {
        padding: 15px !important;
    }
    .modal-window .fancybox-close-small {
        top: 13px;
        right: 0;
    }
    .modal-window .modal-wrapper {
        width: 100%;
    }
    .menu-wrapper {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .menu-nav .nav,
    .menu-nav .social-menu,
    .menu-nav .top {
        left: auto;
        right: auto;
        position: relative;
    }
    .menu-nav .nav {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .menu-nav .nav li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .menu-nav .social-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .menu-nav .top {
        top: auto;
        width: 100%;
        margin-top: 81px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu-nav .top a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: auto;
    }
    .menu-nav .top a img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%;
        height: auto;
    }
    .menu-nav .phone {
        margin: 20px 0 0;
    }
    .menu-nav .social-menu {
        bottom: auto;
        justify-self: flex-end;
        margin-top: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .menu-nav {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .close-icon {
        top: 30px;
    }
}

@media screen and (max-width: 768px) and (max-height: 575px) {
    .menu-nav {
        min-height: 575px;
    }
    .menu-wrapper {
        max-height: 100vh;
        overflow-y: auto;
    }
}

@media screen and (max-width: 1170px) {
    .licensy .container .title-wrap,
    .top-section .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .calc .text {
        margin-left: 0;
    }
    .container {
        width: 992px;
        padding: 0 20px;
    }
    .top-section .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -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;
        text-align: center;
    }
    .top-section .container .desc {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 22px;
        line-height: 26px;
        margin-top: 15px;
    }
    .top-section .container .title {
        font-size: 50px;
        line-height: 58px;
    }
    .top-section {
        padding: 50px 0;
    }
    .top-section .container .desc,
    .top-section .container .title {
        width: 100%;
    }
    .about-section,
    .contacts,
    .faq-section,
    .licensy,
    .team {
        padding: 40px 0;
    }
    .faq-section .container .faq-wrap .faq-item .title-faq {
        padding: 10px 40px 10px 10px;
        position: relative;
        font-size: 18px;
        line-height: 22px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .faq-section .container .faq-wrap .faq-item .content-faq {
        padding: 10px;
    }
    .faq-section .container .faq-wrap .faq-item .title-faq .icon {
        position: absolute;
        right: 10px;
    }
    .about-section .container .right {
        width: 445px;
    }
    .licensy .container .title-wrap .desc,
    .licensy .container .title-wrap .title {
        width: 100%;
        text-align: center;
    }
    .licensy .container .title-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .licensy .container .sert-wrap {
        margin-top: 40px;
    }
    .licensy .container .sert-wrap .item {
        height: 350px;
        width: auto;
    }
    .licensy .container .sert-wrap .item img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .col-50 {
        width: 466px;
        height: 330px;
    }
    .col-33,
    .docs-wrap .container .doc {
        width: 48%;
    }
    .docs-wrap .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .single-content .container .main-content {
        width: 600px;
    }
    .single-content .container .main-content h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .single-content .container .main-content .preview {
        height: 250px;
    }
    .services-content .content .left {
        width: 100%;
    }
    .services-content .content .right {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    footer .container .top-header .col-25 .socials,
    footer .container .top-header .col-25 ul {
        text-align: center;
    }
    .about-section .container,
    .contacts .container,
    .services-form .container,
    .single-content .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .services-form .container .left {
        width: 100%;
        padding: 20px;
    }
    .services-form .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .services-form .container .right {
        width: 100%;
        margin-top: 10px;
    }
    .about-section .container .right .video-box,
    .licensy .container .sert-wrap .item {
        height: 300px;
    }
    .docs-wrap .container .doc {
        padding: 15px;
    }
    .docs-wrap .container .doc .title {
        font-size: 22px;
        line-height: 26px;
        padding-right: 64px;
    }
    .col-50 {
        width: 48%;
    }
    .contacts .container .left {
        width: 100%;
    }
    .contacts .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts .container .right {
        margin: 20px auto 0;
    }
    .main-header .container ul {
        display: none;
    }
    .container {
        max-width: 650px;
        width: 100%;
    }
    .container .section>.container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .container .section {
        width: 100%;
    }
    .about-section .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-section .container .left,
    .about-section .container .right {
        width: 100%;
    }
    .contacts .container,
    .title-main {
        font-size: 24px;
        line-height: 28px;
    }
    .about-section .container .left h2,
    .blog-top .container .title-wrap .title-blog,
    .contacts .container .left .title,
    .left .title,
    .licensy .container .title-wrap .title,
    .services-content .content .title {
        line-height: 34px;
        font-size: 30px;
    }
    .team-wrap {
        margin-top: 40px;
    }
    footer .container .top-header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .container .top-header .col-25 {
        width: 50%;
    }
    footer .container .top-header .col-25:first-child {
        width: 100%;
        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;
        margin-bottom: 15px;
    }
    footer .container .top-header .col-25:nth-child(2),
    footer .container .top-header .col-25:nth-child(3) {
        width: 50%;
    }
    footer .container .top-header .col-25:nth-child(4) {
        width: 100%;
        margin-top: 15px;
    }
    footer .container .top-header .col-25 .title-ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .top-contact .title-wrap .title {
        font-size: 30px;
        line-height: 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top-contact .title-wrap .title img {
        max-width: 70px;
        height: auto;
    }
    .wrap-contact .container {
        margin-top: -35px;
        padding: 20px;
    }
    .single-content .container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-content .sidebar {
        margin: 15px auto 0;
    }
    .single-post-top .title-wrap span {
        font-size: 34px;
        line-height: 38px;
    }
    .single-content .container .main-content {
        margin-top: -85px;
    }
    .services-content .content {
        margin-top: -35px;
    }
    .nav-blog {
        margin-top: 40px;
    }
    .nav-blog a {
        font-size: 12px;
    }
}

@media screen and (max-width: 650px) {
    .col-33,
    .col-50,
    .container,
    .docs-wrap .container .doc,
    .present,
    .single-content .sidebar {
        width: 100%;
    }
    .other-news .nav-other,
    .services-content .content .ul-wrap,
    .team-wrap .item-team,
    .wrap-contact .container .top-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .main-header .container .phone,
    .single-post-top .breadcrumbs li+li:before {
        display: none;
    }
    .other-news .nav-other {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .other-news .nav-other a {
        margin-top: 10px;
    }
    .single-content .container .main-content {
        width: 100%;
        padding: 15px;
    }
    .present {
        padding: 15px;
    }
    .col-50 {
        height: 250px;
    }
    .top-section .container .title {
        font-size: 30px;
        line-height: 34px;
    }
    .top-section .container .desc {
        font-size: 18px;
        line-height: 22px;
    }
    .licensy .container .sert-wrap .item {
        width: auto;
        margin: 5px;
    }
    .licensy .container .sert-wrap {
        -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;
    }
    .team-wrap .item-team {
        width: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .team-wrap .item-team img {
        width: auto;
        max-width: 100%;
        height: 250px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .services-content .content .ul-wrap ul,
    .team-wrap .item-team .info-team,
    .wrap-contact .container .item-fil,
    .wrap-contact .container .top-info .col-2 {
        width: 100%;
    }
    .contacts .container .right {
        width: 100%;
        height: 300px;
        padding: 15px;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
    }
    footer .container .top-header {
        padding: 30px 0;
    }
    footer .container .bottom-header {
        text-align: center;
    }
    .nav-blog a {
        font-size: 12px;
    }
    .top-contact .container .nav-blog a+a {
        margin-left: 15px;
    }
    .single-post-top .title-wrap,
    .top-contact .title-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btn-calc,
    .top-contact .title-wrap .btn {
        margin-top: 10px;
    }
    .wrap-contact .container {
        margin-top: -15px;
    }
    .wrap-contact .container .top-info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wrap-contact .container .top-info .col-2+.col-2 {
        margin-top: 10px;
    }
    .nav-blog {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .services-content .content {
        padding: 20px;
    }
    .services-content .content .ul-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .services-content .content .ul-wrap ul+ul {
        margin-top: 18px;
    }
    .single-post-top {
        padding-top: 40px;
    }
    .single-post-top .breadcrumbs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-post-top .breadcrumbs li {
        margin: 5px 10px !important;
    }
    .other-news .wrap-col {
        margin-top: 30px;
    }
    .col-33 {
        padding: 20px;
    }
}

.team__slider {
    width: 100%;
    overflow: hidden;
}

.team__slides {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transition: all 1s ease;
}

.team__slider__input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.team__slider__input__inp {
    width: 10px;
    height: 10px;
    background: #b7b7e7;
    border-radius: 50%;
    margin-right: 10px;
}

.team__slider__input__inp:nth-child(1) {
    background: #94e36d;
}

@media screen and(max-width:1200px) {
    .item-team {
        margin-left: 50px;
    }
}

.gm-style .gm-style-iw {
    max-width: 200px;
}

@media screen and(max-width:1024px) {
    .wrap-first .title {
        height: 100px;
    }
}

.wrap-first .title {
    position: absolute;
    display: none;
}

.top--inf,
.wrap_contact {
    display: flex;
}

.wrap-contact {
    display: flex;
    justify-content: center;
}

.wrap_contact {
    margin: 0 -15px;
}

.col-row-qrcode {
    margin-left: auto;
}

@media only screen and (max-width: 1170px) {
    .col-row-qrcode {
        padding: 30px 15px !important;
        flex-basis: 100% !important;
        margin-left: 0;
    }
}

.wrap-contact>.container {
    margin-left: -15px;
    margin-right: -15px;
}

.wrap_contact .main_contact,
.wrap-contact .col-row {
    padding: 0 15px;
}

.wrap-contact .col-row {
    flex-basis: 320px;
}

.team .arrow.next,
.team .arrow.prev {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAMAAABRJ730AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAWlBMVEUrMkeAgIArMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkf////KCOc3AAAAHXRSTlMAAD+/DyTkwQor67gGMfGuAzn2owGwxP2XxToqPhb1aHsAAAABYktHRB3rA3GRAAAACXBIWXMAAAsSAAALEgHS3X78AAAASklEQVQY02NgQAVMzCyMQIAmysDKxs6BRZiBk4ubB4swIy8fvwAWYUZBIWERBlFMICYugU1YEiiMaYgUyBAirZTG6kAc3pGBeB4A4/wFnbpc7bEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.team {
    position: relative;
}

.team .arrow.next {
    right: 15px;
}

.team .arrow.prev {
    -webkit-transform: translateY(-50%) scale(-1, 1);
    -ms-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
    left: 15px;
}

.wrap_contact p {
    margin: 0;
    font-size: 16px;
    line-height: 18px;
}

.btn-wrap .btn,
.single-content .btn {
    color: #fff;
    font-family: Roboto Condensed;
}

.map_wrap {
    width: 100%;
    margin-top: 30px;
}

.calc__wrap .btn-wrap {
    display: none;
    height: 70px;
    max-width: 290px;
    margin: 30px 0 0;
}

.calc__wrap .calc-wrapper,
.calc__wrap .text {
    position: static;
}

.calc__wrap .calc-wrapper {
    max-height: 644px;
}

.calc__wrap .calc-wrapper .left input[type='submit'],
.calc__wrap .calc-wrapper .sum-wrap {
    margin-top: 30px;
}

.calc__wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 114px 200px;
}

.calc-popup {
    max-width: 706px !important;
    width: 100%;
    padding: 0 !important;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

#modal-2 {
    cursor: default;
    overflow-y: hidden;
}

.calc-popup .calc .calc-wrapper {
    position: static;
    margin: 0;
    flex-direction: row !important;
}

.calc-popup .calc {
    background-image: unset;
    -webkit-background-size: unset;
    background-size: unset;
    background-position: unset;
    display: block;
}

.single-content .schema__calcbutton {
    height: 70px;
    background-color: #eb4141;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}

.single-content .btn {
    font-weight: 700;
    max-width: 220px;
    width: 100%;
    min-height: 70px;
    background-color: #ff6000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    border-radius: 5px;
    font-size: 18px;
    line-height: 18px;
}

.content-blog .wrap-col,
.other-news .wrap-col {
    justify-content: flex-start;
}

.single-content a {
    display: inline-block;
    margin: 0 5px;
}

.single-content .main-content .docs-wrap {
    margin: 0 -70px;
}

.single-content .main-content .docs-wrap .container {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.nav-blog a+a {
    margin-left: 0;
}

.nav-blog a {
    margin-right: 68px !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
}

.wrap-contact .container {
    justify-content: flex-start;
}

.content-blog .wrap-col .col-33,
.other-news .col-33 {
    max-width: 340px;
    width: 100%;
    margin: 10px;
}

@media screen and (max-height: 790px) {
    .calc__wrap .btn-wrap {
        display: block;
    }
    .row-wrap .sect-descr {
        flex: 1;
        max-width: 993px;
        margin-left: auto;
        margin-right: auto;
    }
    .calc__wrap .btn-wrap.first:before {
        content: unset;
    }
    .calc .text .desc {
        margin-top: 30px;
    }
    .calc__wrap .calc-wrapper {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .content-blog .wrap-col .col-33,
    .other-news .col-33 {
        max-width: 550px;
    }
    .content-blog .wrap-col,
    .other-news .wrap-col {
        justify-content: center;
    }
    .calc__wrap .text .desc,
    .calc__wrap .text .title {
        text-align: left;
    }
}

@media screen and (max-width: 992px) {
    .nav-blog {
        justify-content: flex-start !important;
        margin-top: 12px;
    }
    .nav-blog a {
        margin-bottom: 6px !important;
    }
}

@media screen and (max-width: 768px) {
    .calc__wrap {
        padding: 114px 0;
    }
    @supports (-ms-ime-align: auto) {
        #map {
            background-image: url(/bitrix/templates/kvt2018/img/mapbg-mob.png);
        }
    }
}

@media screen and (min-width: 769px) {
    @supports (-ms-ime-align: auto) {
        #map {
            background-image: url(/bitrix/templates/kvt2018/img/mapbg.png);
        }
    }
}

.single-content .lazyload[data-src] {
    display: none;
}

.top--inf {
    flex-direction: column;
}

.top--inf>.phone:not(:last-of-type) {
    margin-bottom: 10px;
}

.main-page .container {
    max-width: 1920px;
    width: 100%;
    height: 100%;
    padding: 0 30px 110px;
    display: flex;
    flex-direction: column;
    margin: auto;
    position: relative;
}

.sandwich {
    margin-top: 50px;
    margin-left: 52px;
    margin-right: 52px;
    width: 50px;
    height: 50px;
    background-color: rgba(3, 3, 3, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 4 !important;
    cursor: pointer;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sandwich span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2px;
    width: 18px;
    background-color: #fff;
}

.sandwich span:last-child {
    width: 11px;
}

.sandwich span+span {
    margin-top: 4px;
}

.layout-sect__top {
    padding-top: 70px;
    padding-right: 50%;
}

.sect-descr {
    color: #fff;
}

.sect-descr__title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.slide-text {
    display: flex;
    align-items: center;
    height: 240px;
    width: 60%;
    font-weight: 700;
}

.slide-text__title {
    display: flex;
    align-items: center;
    font-size: 70px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.btn-wrap {
    margin: 0.67em 0;
}

.btn-wrap .btn {
    background-color: #ff6000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 26px 64px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    border: 0 !important;
}

.layout-sect__middle {
    padding-left: 182px;
    margin-top: auto;
    margin-bottom: auto;
}

.main-content .main-page__first {
    z-index: 5;
}

.main-content .main-page__first .layout-sect__top {
    padding-right: 0;
    display: flex;
    align-items: flex-start;
}

.main-page__first .nav {
    padding: 20px 15px 0;
    margin-left: auto;
}

.main-content .main-page__first .layout-sect__top.hidden--sm {
    display: none;
}

.main-page__first .nav__list {
    list-style: none;
    display: flex;
    align-items: center;
}

.main-page__first .nav__item {
    padding: 0 15px;
}

.main-page__first .nav__item a {
    color: #fff;
    font-size: 18px;
}

.main-content .main-page__first .search-popup .container {
    padding: 0 30px;
    flex-direction: row;
}

.main-page__eighth:after,
.main-page__first:after,
.main-page__fourth:after,
.main-page__second:after {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(29, 40, 73, 0.5);
    z-index: -1;
    left: 0;
}

.main-page__eighth:after {
    background-color: rgba(12, 15, 44, 0.8);
}

.main-page__first:after {
    position: absolute;
}

.main-page__eighth,
.main-page__fourth,
.main-page__second {
    position: relative;
}

.main-page__eighth:after,
.main-page__fourth:after,
.main-page__second:after,
.service-list {
    position: absolute;
}

.main-page__eighth .sect-descrt__left,
.main-page__fourth .sect-descr__left,
.main-page__second .sect-descr__left {
    width: 40%;
    align-self: center;
}

.main-page__eighth .layout-sect__middle,
.main-page__fourth .layout-sect__middle,
.main-page__second .layout-sect__middle {
    display: flex;
    justify-content: space-between;
}

.main-page__fifth,
.main-page__seventh {
    background-color: #1c197d;
}

.main-page__fifth .sect-descr .sect-descr__title,
.main-page__seventh .sect-descr .sect-descr__title,
.main-page__sixth .sect-descr .sect-descr__title {
    font-size: 70px;
    line-height: 1.2;
}

.main-page__sixth .header .contact-inf__email,
.main-page__sixth .header .contact-inf__phone,
.main-page__sixth .sect-descr,
.main-page__sixth .sect-descr__text {
    color: #2b3247;
}

.main-page__fifth .sect-descr,
.main-page__seventh .sect-descr,
.main-page__sixth .sect-descr {
    width: 40%;
}

.main-page__fifth:after,
.main-page__seventh:after,
.main-page__sixth:after {
    content: '';
    right: 0;
    width: 50%;
    position: absolute;
    bottom: 0;
    top: 0;
}

.main-page__fifth:after,
.main-page__seventh:after {
    background: url(../img/bg-news.jpg) center/cover no-repeat;
}

.main-page__seventh:after {
    background: url(../img/bg-partner.jpg) center/cover no-repeat;
}

.main-page__sixth:after {
    background-color: #1c197d;
}

.main-page__sixth .blank__item-title {
    width: 341px;
    height: 479px;
    padding: 10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 17px 10px rgba(60, 76, 121, 0.2);
    box-shadow: 0 17px 10px rgba(60, 76, 121, 0.2);
}

.main-page__sixth .blank__item-title img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-page__sixth .blank__item-title:after {
    content: unset;
}

.btn-link:after,
.service__box:before {
    content: '';
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 630px;
}

.service__box {
    width: 276px;
    height: 275px;
    border: 1px solid #c6d3df;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 35px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    overflow: hidden;
    position: relative;
    margin: 15px;
}

.service__box p,
.service__box:before {
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    opacity: 0;
    visibility: hidden;
}

.service__box * {
    z-index: 2;
}

.service__box:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eb4141;
    transition-duration: 0.15s;
}

.service__box span {
    display: inline-flex;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin: 25px 0 0;
}

.service__box p {
    margin: 30px 0 0;
    text-align: center;
    color: #fdc3c3;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    transition-duration: 0.15s;
    height: 0;
}

.service__box a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    height: 0;
}

.service__box:hover a,
.service__box:hover p,
.service__box:hover:before {
    visibility: visible;
    opacity: 1;
}

.service__box:hover {
    border: 1px solid #eb4141;
}

.service__box:hover p {
    margin: 20px 0 0;
    height: auto;
}

.service__box:hover a {
    height: auto;
    margin: 25px 0 0;
}

.sect-descr__left .sect-descr__title {
    line-height: 1.2;
    font-size: 70px;
}

.sect-descr__text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin: 30px 0;
}

.sect-descr__text h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 46px;
}

.sect-descr__text p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.fixed {
    background-color: rgba(0, 0, 0, 0.8);
}

.main-page__first .layout-sect__top {
    transition: all 0.1s linear;
}

.partner__list .slick-dots,
.slick-carousel .slick-dots {
    list-style: none;
    display: flex;
    margin-top: 15px;
    justify-content: center;
}

.partner__list .slick-dots button,
.slick-carousel .slick-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    color: transparent;
    cursor: pointer;
}

.partner__list .slick-dots li,
.slick-carousel .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 15px;
}

.partner__list .slick-dots .slick-active button,
.slick-carousel .slick-dots .slick-active button {
    background-color: #fff;
}

.main-page__third .sect-descr__title {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 900;
}

.main-page__third .header__logo,
.main-page__third .contact-inf__phone,
.main-page__third .sandwich,
.main-page__third .sect-descr__title {
    position: relative;
    z-index: 1;
}

.main-page__third {
    overflow: hidden;
}

.main-page__third .sect-descr__title {
    display: inline-block;
}

.sect-descr__nav {
    position: absolute;
    right: 30px;
    bottom: 100px;
    font-size: 0;
    z-index: 4;
}

.sect-descr__nav input+span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    height: 42px;
    border: 1px solid #3c48ba;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgb(20, 17, 118);
}

.main-page__eighth .btn-wrap,
.main-page__fourth .btn-wrap,
.sect-descr__nav input {
    display: none;
}

.sect-descr__nav input:checked+span {
    color: #363a44;
    background-color: #fff;
}

.sect-descr__nav label+label {
    margin-left: 20px;
}

#map {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0f0c73;
    z-index: 1;
    overflow: visible !important;
}

#modal-2 .fancybox-close-small {
    top: -8px;
    right: -8px;
}

#fancybox-container-2 .fancybox-slide--html {
    overflow-x: hidden;
    overflow-y: auto;
}

.layout-sect__item {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slider {
    width: 52%;
    z-index: 1;
}

.blank__item {
    padding: 65px;
    /*width: 610px;*/
    width: 570px;
    height: 380px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 42px rgba(60, 76, 121, 0.2);
    box-shadow: 0 10px 42px rgba(60, 76, 121, 0.2);
}

.blank__item-date {
    color: #97a2c6;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.blank__item-title {
    color: #2824a4;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
    position: relative;
    padding-bottom: 27px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blank__item-title:after,
.partner__item li:before {
    content: '';
    position: absolute;
    left: 0;
}

.blank__item-title:after {
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.blank p {
    margin: 25px 0 0;
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.slider__news .slick-slide,
.slider__reviews .slick-slide {
    padding: 40px 20px;
}

.slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__nav .slider__nav-prev,
.slider__nav .slider__nav-prev2,
.slider__nav .slider__nav-prev3 {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.slider__nav .slider__nav-next,
.slider__nav .slider__nav-next2,
.slider__nav .slider__nav-next3 {
    margin-left: 60px;
}

.slider__nav .slider__nav-next,
.slider__nav .slider__nav-next2,
.slider__nav .slider__nav-next3,
.slider__nav .slider__nav-prev,
.slider__nav .slider__nav-prev2,
.slider__nav .slider__nav-prev3 {
    width: 22px;
    height: 12px;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAMAAABRJ730AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAWlBMVEUrMkeAgIArMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkf////KCOc3AAAAHXRSTlMAAD+/DyTkwQor67gGMfGuAzn2owGwxP2XxToqPhb1aHsAAAABYktHRB3rA3GRAAAACXBIWXMAAAsSAAALEgHS3X78AAAASklEQVQY02NgQAVMzCyMQIAmysDKxs6BRZiBk4ubB4swIy8fvwAWYUZBIWERBlFMICYugU1YEiiMaYgUyBAirZTG6kAc3pGBeB4A4/wFnbpc7bEAAAAASUVORK5CYII=);
}

.main-page__sixth .slider__nav .slider__nav-next2,
.main-page__sixth .slider__nav .slider__nav-prev2 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAMCAMAAABRJ730AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAWlBMVEX///+AgID///////////////////////////////////////////////////////////////////////////////////////////////////////////////9UVeI/AAAAHXRSTlMAAD+/DyTkwQor67gGMfGuAzn2owGwxP2XxToqPhb1aHsAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAASklEQVQY02NgQAVMzCyMQIAmysDKxs6BRZiBk4ubB4swIy8fvwAWYUZBIWERBlFMICYugU1YEiiMaYgUyBAirZTG6kAc3pGBeB4A4/wFnbpc7bEAAAAASUVORK5CYII=);
}

.btn-link {
    display: inline-flex;
    color: #2b3247;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.card a,
.card h3,
.card h4,
.card p {
    line-height: 24px;
}

.slider__nav .btn-link {
    margin-left: 200px;
}

.btn-link:after {
    width: 27px;
    height: 11px;
    margin-left: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAALBAMAAAB8LOv9AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAMFBMVEUrMkeAgIArMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkcrMkf///9DUKVuAAAADnRSTlMAABvPLQOl6yAjtu7Wtx3YqAsAAAABYktHRA8YugDZAAAACXBIWXMAAAsSAAALEgHS3X78AAAAOElEQVQI12NggAJBQWVHQQEGBDesBIUrmu6IzAVKCzB0IEDnageGd8jgAIrsbQd0vThNRrMX5CoAJ54i/916Z04AAAAASUVORK5CYII=);
}

.slide__partner {
    width: 140px;
    height: 140px;
    padding: 15px;
}

.slider__partner {
    display: flex;
    flex-wrap: wrap;
    width: 560px;
    margin: auto;
}

.slide__partner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider__partner+.slider__nav {
    display: none;
}

.contacts-list {
    max-width: 715px;
    width: 100%;
    overflow: auto;
    border-radius: 15px;
    padding: 30px 60px;
}

.contact__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 15px 0;
}

.contact__items:not(:last-child) {
    border-bottom: 1px solid rgba(146, 172, 255, 0.15);
}

.card__top {
    min-height: 24px;
}

.card__top h3 {
    text-transform: uppercase;
}

.card {
    flex: 1;
    padding: 15px;
    color: #fff;
}

.card * {
    margin: 0;
}

.card .card__top {
    margin-bottom: 10px;
}

.card h3 {
    font-size: 18px;
    font-weight: 700;
}

.card .card__middle h3 {
    margin-bottom: 4px;
}

.card h4 {
    color: #fff;
    font-size: 16px;
}

.card a,
.card p {
    color: #b4b9e1;
    font-size: 14px;
}

.main-page__ninth .layout-sect__middle {
    padding: 20px 40px;
}

.main-page__ninth .container {
    display: block;
}

.card-partner {
    border-radius: 25px;
}

.card-partner * {
    color: #fff;
}

.card-partner a {
    text-decoration: underline;
}

.partner__item ul,
.partner__list {
    list-style: none;
}

.partner__item li:before {
    width: 6px;
    height: 6px;
    background-color: #bdbbd8;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-right: 15px;
    top: 4px;
}

.partner__item li {
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
}

.partner__item h3 {
    margin-bottom: 8px;
}

.partner__item {
    padding: 15px;
    flex-basis: 50%;
}

.card-partner__top {
    margin-bottom: 10px;
}

.partner__list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    opacity: 1;
    max-height: unset;
}

@media screen and (max-width: 1700px) {
    #horizontal-multilevel-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .main-header .container ul li {
        padding-left: 16px;
        padding-right: 16px;
    }
}


/*@media screen and (max-width: 1660px) {
	header #watsapp {
		display: none;
	}
}*/

@media screen and (max-width: 1500px) {
    .cabinet span {
        display: none;
    }
}

@media screen and (max-width: 1415px) {
    header #horizontal-multilevel-menu {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .partner__list {
        display: block;
    }
}

.volume-block {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url('../img/volume.svg') no-repeat center/50px, url('../img/volume-off.svg') no-repeat center/0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.volume-block.volume--off {
    background-size: 0, 50px;
}

.video--active .volume-block {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-height: 900px),
only screen and (max-width: 1646px) {
    .service__box {
        margin: 10px;
        padding: 6px;
        height: 190px;
        width: 190px;
    }
    .service__box:hover img {
        display: none;
    }
    .service__box span {
        margin: 10px 0 0;
        text-align: center;
    }
    .service-list {
        margin: 0 -10px;
    }
}

@media only screen and (max-height: 767px) {
    .calc .calc-wrapper .left input[type='submit'] {
        height: 50px;
    }
    .calc .calc-wrapper .left .row-form+.row-form {
        margin-top: 20px;
    }
    .calc .calc-wrapper .wrap-right .second-title {
        padding: 15px 0;
    }
    .main-page__sixth .blank__item-title {
        width: 300px;
        height: 368px;
    }
}

@media only screen and (max-height: 700px) {
    .calc .calc-wrapper {
        bottom: 90px;
    }
    .contacts-list {
        padding: 0 25px;
    }
    .contact__items {
        padding: 10px 0;
    }
}

@media only screen and (max-height: 800px),
only screen and (max-width: 1300px) {
    .main-page__first .btn-wrap,
    .main-page__first .sect-descr__title,
    .slide-text {
        text-align: center;
    }
    .main-page__first .layout-sect__wrap {
        padding-left: 100px;
    }
    .main-page__fifth:after,
    .main-page__seventh:after,
    .main-page__sixth:after {
        width: 35%;
    }
    .main-page__seventh .slider,
    .main-page__seventh:after {
        width: 546px;
    }
    .main-page__seventh .layout-sect__top {
        padding-right: 10%;
    }
    .slider__partner {
        width: 480px;
    }
    .slide__partner {
        width: 120px;
        height: 120px;
        padding: 10px;
    }
    .slider__nav {
        padding: 0 15px;
        justify-content: flex-end;
    }
    .slider__nav .btn-link {
        margin-left: 60px;
    }
    .main-page__eighth .sect-descr__left,
    .main-page__fourth .sect-descr__left,
    .main-page__second .sect-descr__left {
        width: 44%;
    }
    .layout-sect__top {
        padding-top: 30px;
        padding-right: 0;
    }
    .sandwich {
        margin: 0;
        position: absolute;
        top: 40px;
        left: 30px;
    }
    .layout-sect__middle {
        padding: 0 80px;
    }
    #bullets {
        padding: 0 96px;
    }
    .slide-text {
        width: 100%;
        padding: 0 10%;
        justify-content: center;
    }
    .slide-text .slide-text__title {
        font-size: 44px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1340px) {
    .main-page__seventh .layout-sect__top {
        padding-right: 24%;
    }
}

@media only screen and (max-height: 700px) {
    .slide-text {
        height: 220px;
    }
    .slide-text .slide-text__title {
        font-size: 34px;
        line-height: 40px;
    }
    .btn-wrap .btn {
        padding: 16px 40px;
    }
}

@media only screen and (max-width: 1199px),
only screen and (max-height: 600px) {
    .main-page__fifth .sect-descr,
    .main-page__seventh .sect-descr,
    .main-page__seventh .slider,
    .main-page__sixth .sect-descr,
    .slide-text,
    .slider,
    .slider__partner {
        width: 100%;
    }
    .main-content .main-page__first .layout-sect__top {
        display: none;
    }
    .main-content .main-page__first .layout-sect__top.hidden--sm {
        display: flex;
        z-index: 1;
        top: 0;
    }
    .main-content .main-page__first .layout-sect__top.hidden--sm .header {
        width: 100%;
    }
    .main-page__seventh .layout-sect__item.slider {
        background-color: #fff;
    }
    .layout-sect__item.slider {
        overflow: hidden;
    }
    .main-page__fifth:after,
    .main-page__seventh:after,
    .main-page__sixth:after {
        content: unset;
    }
    .main-page__eighth,
    .main-page__first,
    .main-page__fourth,
    .main-page__ninth,
    .main-page__second {
        display: flex;
    }
    .main-page__first .btn-wrap,
    .main-page__first .sect-descr__title,
    .main-page__third .sect-descr__title,
    .sect-descr__left .btn-wrap,
    .sect-descr__left .sect-descr__title,
    .sect-descr__text,
    .slide-text {
        text-align: center;
    }
    .main-page__fifth,
    .main-page__seventh,
    .main-page__sixth {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .slider__nav {
        justify-content: center;
    }
    .main-page__fifth .container,
    .main-page__seventh .container,
    .main-page__sixth .container {
        margin: 0;
    }
    .card {
        min-width: 250px;
    }
    .main-page__sixth .slider__nav {
        background: rgba(27, 24, 123, 0.6);
        box-shadow: 0 0 15px 2px #1b187b;
    }
    .main-page__fifth .sect-descr .sect-descr__title,
    .main-page__seventh .sect-descr .sect-descr__title,
    .main-page__sixth .sect-descr .sect-descr__title {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }
    .slider__nav {
        padding: 10px 15px;
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.8);
    }
    .layout-sect__item {
        position: static;
        transform: none;
    }
    .main-page__eighth .btn-wrap,
    .main-page__fourth .btn-wrap {
        display: block;
    }
    #bullets,
    .layout-sect__footer,
    .main-page__eighth .qrcode,
    .sect-descr__right.calc {
        display: none;
    }
    .main-page__eighth .btn-wrap {
        margin: 30px 0 0;
    }
    .main-page__third {
        position: relative;
    }
    .main-page__third #map {
        z-index: -1;
    }
    .sect-descr__nav {
        right: 15px;
        bottom: 90px;
    }
    .main-page__third .container {
        position: static;
    }
    .main-page__third .sect-descr__title {
        font-size: 40px;
        line-height: 1.2;
    }
    .sandwich {
        margin: 0;
        position: absolute;
        top: 12px;
        left: 15px;
    }
    .slide-text {
        justify-content: center;
    }
    .sect-descr__title {
        font-size: 24px;
    }
    .slide-text .slide-text__title {
        font-size: 18px;
        line-height: 1.4;
    }
    .main-page .container {
        padding: 0 15px;
    }
    .main-page__first .layout-sect__top {
        display: block;
    }
    .layout-sect__top {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 0;
        position: fixed;
        top: 140px;
        left: 0;
        right: 0;
        display: none;
    }
    .layout-sect {
        padding: 90px 0;
        min-height: 100vh;
    }
    .layout-sect__middle,
    .slide-text {
        padding: 0;
    }
    .service-list {
        position: static;
        transform: none;
    }
    .main-page__eighth .sect-descr__left,
    .main-page__fourth .sect-descr__left,
    .main-page__second .sect-descr__left {
        width: 100%;
        padding: 0 20%;
        margin-bottom: 40px;
    }
    .main-page__eighth .layout-sect__middle,
    .main-page__fourth .layout-sect__middle,
    .main-page__second .layout-sect__middle {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .sect-descr__text h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .main-page__eighth .sect-descr__left,
    .main-page__fourth .sect-descr__left,
    .main-page__second .sect-descr__left {
        padding: 0;
    }
    #modal-2 {
        transform: none;
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
    }
    #modal-2 .fancybox-close-small {
        top: 0;
        right: 0;
    }
    #fancybox-container-2 .fancybox-slide--html {
        padding: 30px 15px 0;
        overflow-x: hidden;
    }
    .calc-popup .calc .calc-wrapper {
        display: block;
        padding: 15px;
    }
    .calc-popup .calc .calc-wrapper .left {
        width: 100%;
    }
    .calc-popup .calc .calc-wrapper .wrap-right .main-title {
        padding-bottom: 20px;
    }
    .calc-popup .calc .calc-wrapper .right {
        margin-left: 0;
        width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 710px) {
    .header__logo {
        display: none;
    }
    .slider__reviews .slick-slide {
        text-align: center;
    }
    .main-page__sixth .blank__item-title {
        width: 250px;
        height: 280px;
    }
}

@media only screen and (max-width: 660px) {
    .slider__partner+.slider__nav {
        display: flex;
    }
    .slick-carousel,
    .slick-carousel2 {
        display: block;
    }
    .service-list.slick-carousel,
    .slider__partner.slick-carousel2 {
        opacity: 0;
        max-height: 200px;
        overflow: hidden;
    }
    .service-list.slick-carousel.slick-initialized,
    .slider__partner.slick-carousel2.slick-initialized {
        opacity: 1;
        max-height: unset;
    }
    .slider__partner {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .service-list .service__box {
        margin: 0;
        display: flex;
    }
}

@media only screen and (max-width: 600px) {
    .slider__nav .slider__nav-next {
        margin-left: 30px;
    }
    .slider__nav .btn-link {
        margin-left: 40px;
    }
    .blank__item {
        width: 100%;
        padding: 20px;
    }
    .blank__item-date {
        margin-bottom: 10px;
    }
    .blank__item-title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .blank p {
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 18px;
    }
    .sect-descr__nav label {
        margin: 0 15px 0 0;
    }
    .sect-descr__nav label span {
        margin-bottom: 10px;
    }
    .sect-descr__nav label+label {
        margin: 0 15px 0 0;
    }
    .sect-descr__nav {
        left: 15px;
        bottom: 50px;
    }
    .header__logo {
        width: 135px;
        height: 60px;
    }
    .main-page__first .layout-sect__middle {
        margin-top: 36px;
    }
    .header .contact-inf {
        font-size: 15px;
        margin-left: 0;
        margin-top: 16px;
    }
}

@media only screen and (max-width: 549px) {
    .card__top {
        min-height: auto;
    }
}

#rh-badge.rh-bottom {
    left: unset !important;
    right: 0 !important;
}

.redhlp_ready #rh-chat {
    left: unset !important;
    right: 0 !important;
    bottom: 0 !important;
    top: unset !important;
}

.search {
    margin: 0 0 0 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../img/search.svg') no-repeat center/contain;
}

.layout-sect__top .search {
    margin: 20px 0 0 10px;
    background: url('../img/search2.svg') no-repeat center/contain;
}

.search-popup.active {
    transform: none;
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px 0;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
    z-index: 500;
}

.close-search {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
}

.close-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
}

.close-search .close-item:first-of-type {
    transform: rotate(45deg);
}

.close-search .close-item:last-of-type {
    transform: rotate(-45deg);
}

.search-popup .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-popup input {
    border: 0;
    padding: 10px;
    max-width: 480px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .blog-top .btn-calc--secondary {
        width: 100%;
    }
    /* .btn-calc-text {
        position: relative;
        top: 0px;
    } */
    .blog-top .container .title-wrap {
        flex-wrap: wrap;
    }
}


/*************new page 28/06/2019*******************/

.hero-section-video {
    position: absolute !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.hero-section-video .container {
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.play-btn {
    display: inline-flex;
    width: 112px;
    height: 112px;
    background-color: rgba(255, 255, 255, 0.21);
    -webkit-box-shadow: 0 7px 21px rgba(36, 36, 49, 0.36);
    box-shadow: 0 7px 21px rgba(36, 36, 49, 0.36);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -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;
    position: absolute;
    right: 244px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.play-btn::before {
    content: '';
    position: absolute;
    width: 81px;
    height: 81px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 21px rgba(36, 36, 49, 0.36);
    box-shadow: 0 7px 21px rgba(36, 36, 49, 0.36);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.play-btn::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent #eb4141;
}

.hero-section-video::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(17, 14, 127, 0.4);
    -webkit-box-shadow: inset 0px -80px 0px -80px rgba(17, 14, 127, 0.75);
    -moz-box-shadow: inset 0px -80px 0px -80px rgba(17, 14, 127, 0.75);
    box-shadow: inset 0px -80px 0px -80px rgba(17, 14, 127, 0.75);
    z-index: -1;
}

.hero-section {
    position: relative;
    min-height: 500px;
}

.hero-section-info {
    position: relative;
    z-index: 1;
    max-width: 504px;
    width: 100%;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.hero-section-video.video--active+.container .hero-section-info {
    opacity: 0;
}

.hero-section-info h1 {
    color: white;
    font-size: 62px;
    font-weight: 700;
    line-height: 72px;
    margin: 0 0 40px;
}

.hero-section-info h3 {
    color: white;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 0 0 50px;
}

.section-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 370px;
    width: 100%;
    min-height: 70px;
    /*background-color: #eb4141;*/
    background-color: #ff6000;
    border-radius: 5px;
    margin: 0;
}

.hero-section-info p {
    color: white;
    font-size: 16px;
    line-height: 26px;
}

.section {
    padding: 120px 0;
}

.section-item {
    display: flex;
    width: 100%;
}

.section-item>*:first-child {
    margin-right: 100px;
}

.section-image,
.section-text {
    width: 100%;
}

.w570 {
    max-width: 570px;
}

.w500 {
    max-width: 500px;
}

.mt-70 {
    margin-top: -70px;
}

.pt120 {
    padding-top: 120px;
}

.pb120 {
    padding-bottom: 120px;
}

.offset {
    padding-top: 348px;
    margin-top: -200px;
}

.section-image {
    border-radius: 20px;
    overflow: hidden;
}

.section-image img {
    display: block;
    max-width: 100%;
}

.section-text h2,
.banner-text h2 {
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 74px;
    margin: 0;
}

.section-text p,
.banner-text p {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.banner-info {
    max-width: 1170px;
    width: 100%;
    padding: 54px 70px 60px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 27px rgba(60, 76, 121, 0.11);
    background: url('../img/bio.png') no-repeat center/cover;
    margin: auto;
}

.banner-info::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(17, 14, 127, 0.15);
}

.banner-info.banner-info--secondary {
    background: url('../img/banner-info2.png') no-repeat center/cover;
    min-height: 474px;
    box-shadow: 0 25px 40px rgba(17, 14, 127, 0.43);
}

.banner-info.banner-info--secondary .banner-text {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.banner-info.banner-info--secondary .banner-text p {
    color: #c5d2fa;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 60px;
    text-align: right;
}

.banner-info.banner-info--secondary .banner-text h2 {
    line-height: 60px;
}

.banner-text h2 {
    color: #fff;
}

.banner-text p {
    color: #fff;
}

.banner-text {
    max-width: 50%;
    min-width: 50%;
    position: relative;
    z-index: 1;
}

.bio {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin: -8px -15px;
    align-self: flex-end;
    padding-left: 30px;
    justify-content: flex-end;
}

.banner-row {
    display: flex;
}

.bio__item {
    color: #6461e4;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 200px;
    padding: 8px 15px;
    flex: 0 0 auto;
}

.bio__item>*:not(:last-child) {
    margin-bottom: 10px;
}

.bio__item p strong {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 34px;
}

.bio__item p {
    color: #6461e4;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.section-bg--grey {
    background-color: #f3f6fa;
}

.section-bg--blue {
    background-color: #110e7f;
}

.section-title {
    margin-bottom: 70px;
}

.section-title h2 {
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 74px;
    margin: 0;
}

.section-blank {
    padding: 40px;
    max-width: 570px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section-blank::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    background-image: linear-gradient(to top, #1b1b2e 0%, transparent 57%, transparent 59%, transparent 100%);
}

.section-blank-title {
    display: block;
    position: relative;
    z-index: 1;
}

.section-blank-title h3 {
    margin: 0;
    color: white;
    font-size: 25px;
    font-weight: 500;
    line-height: 34px;
}

.section-blank-text {
    height: 0;
    overflow: hidden;
}

.section-blank:hover .section-blank-text {
    height: auto;
}

.section-blank-text p,
.section-blank-text a {
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.section-blank-text p strong {
    font-weight: 700;
}

.section-blank-text p:first-of-type {
    margin-bottom: 10px;
}

.section-blank-row {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.section-blank:hover {
    justify-content: flex-start;
}

.section-blank:hover::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(17, 14, 127, 0.9);
}

.section-blank:hover .section-blank-title {
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
}

.section-blank:hover .section-blank-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.section-blank-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.section-blank-item {
    max-width: 600px;
    width: 100%;
    padding: 15px;
}

.team-list {
    visibility: hidden;
}

.team-item {
    padding: 0 15px;
}

.team-blank {
    max-width: 270px;
    width: 100%;
}

.team-blank-img {
    width: 100%;
    height: 320px;
    border-radius: 15px;
    overflow: hidden;
}

.team-blank-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-blank-info {
    margin-top: 16px;
}

.team-blank-info h3 {
    color: #2824a4;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    margin: 0 0 4px;
}

.team-blank-info p {
    color: #97a2c6;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
}

.team-list .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px -7px 0;
}

.slick-dots {
    list-style: none;
}

.team-list .slick-dots li {
    padding: 7px;
}

.team-list .slick-dots .slick-active button {
    background-color: #00baff;
}

.team-list .slick-dots button {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #d5d9e4;
    padding: 0;
    margin: 0;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
    border: 0;
    border-radius: 50%;
}

.slick-arrow {
    z-index: 1;
}

.team-list .slick-arrow {
    position: absolute;
    width: 15px;
    height: 26px;
    top: 147px;
    background: none;
    color: transparent;
    text-indent: -9999px;
    z-index: 1;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: url('../img/slickarrow.png') no-repeat center;
}

.team-list.slick-initialized {
    visibility: visible;
}

.team-list .slick-prev {
    left: -54px;
}

.team-list .slick-next {
    right: -54px;
    transform: scale(-1);
}

.team-list .slick-list {
    margin: 0 -15px;
}

.section .other-news {
    margin: 0 -15px;
}

.nav-other .section-title {
    margin-bottom: 0;
}

.nav-other .section-title h2 {
    color: #fff;
}

.section .nav-other a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 91px;
    display: block;
    align-self: flex-end;
}

.section .other-news .nav-other {
    align-items: flex-start;
    padding: 0 15px;
}

.section .nav-other a::after {
    content: none;
}

.section .other-news .wrap-col {
    margin-top: 10px;
}

.section .other-news .col-33 {
    margin: 0;
}

.section .wrap-col {
    -webkit-column-count: 0;
    -moz-column-count: 0;
    column-count: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.wrap-col-item {
    display: flex;
    padding: 15px;
}

.section .other-news .col-33 {
    max-width: 370px;
}

.section.licensy {
    background-color: #fff;
}

.section .container .left .content-contact {
    margin-top: 0;
}

.section .container .right {
    height: auto;
    background-size: cover;
    border-radius: 20px;
}

.col-25--contacts p {
    margin: 0;
    color: #8994b6;
    font-weight: 300;
    line-height: 24px;
}

.col-25--contacts p strong {
    color: #fff;
    font-weight: 700;
}

.hero-section--secondary {
    position: relative;
    padding-bottom: 220px;
    margin-bottom: -150px;
}

.hero-section--secondary::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(17, 14, 127, 0.95);
    -webkit-box-shadow: inset -1px -270px 35px 0px rgba(17, 14, 127, 0.75);
    -moz-box-shadow: inset -1px -270px 35px 0px rgba(17, 14, 127, 0.75);
    box-shadow: inset -1px -270px 35px 0px rgba(17, 14, 127, 0.75);
}

.hero-section-info {
    max-width: 50%;
}

.hero-wrap {
    display: flex;
    margin-bottom: 80px;
}

.hero-section-info--secondary {
    margin-right: auto;
    padding-right: 20px;
}

.hero-section-info--secondary h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

.hero-row {
    display: flex;
    margin: 0 -30px;
}

.hero-row p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    padding: 0 35px;
}

.section-link-wrap {
    display: flex;
}

.section-link--secondary {
    display: flex;
    align-items: center;
    background-color: #00baff;
    max-width: 270px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 8px 15px;
}

.section-link-wrap {
    margin: 10px -15px 0;
}

.section-link--secondary span {
    text-align: left;
    width: 100px;
    color: #fff;
}

.icon-sw {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    flex: 0 0 auto;
    background: url('../img/icon-sw.png') no-repeat center;
}

.icon-delivery {
    width: 20px;
    height: 15px;
    margin-right: 15px;
    flex: 0 0 auto;
    background: url('../img/icon-delivery.png') no-repeat center;
}

.hero-form {
    max-width: 500px;
    padding: 43px;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
}

.hero-form .title-form {
    margin-top: -15px;
}

.hero-form .title-form h2 {
    color: #2b3247;
    font-size: 25px;
    padding: 0 7px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-form input,
.hero-form textarea {
    padding: 6px 28px;
    width: 100%;
    height: 56px;
    border: 1px solid #ccddec;
    border-radius: 5px;
    color: #647ba5;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.hero-form textarea {
    height: 104px;
    padding: 22px 28px;
}

.hero-form input[type='submit'] {
    height: 70px;
    /*background-color: #eb4141;*/
    background-color: #ff6000;
    border-radius: 5px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-top: 30px;
}

.hero-form-item {
    padding: 7px;
}

.hero-form-items {
    display: flex;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    color: #647ba5;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    color: #647ba5;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    color: #647ba5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    opacity: 1;
    font-weight: 500;
    font-size: 16px;
    color: #647ba5;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
    outline: none;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    outline: none;
}

input:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    outline: none;
}

input:focus:-ms-input-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    outline: none;
}

.hero-blank-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -10px -15px;
}

.hero-blank {
    max-width: 370px;
    padding: 40px;
    width: 100%;
    background-color: rgba(25, 22, 137, 0.5);
    border-radius: 15px;
    box-shadow: 7px 16.6px 49px rgba(9, 8, 48, 0.28);
    margin: 10px 15px;
}

.hero-blank-info h3 {
    color: white;
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    margin: 0;
}

.hero-blank-info p {
    color: #6461e4;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.section-item-info {
    max-width: 44%;
}

.section-item-info h2 {
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 0;
}

.section-item-info p {
    color: #2b3247;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.section-item-info p strong {
    color: #2b3247;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
}

.section-item-blanks {
    flex: 1;
    padding: 15px 0;
}

.section-item-blank {
    max-width: 570px;
    padding: 50px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
    display: flex;
}

.section-item-blank h2 {
    color: #2b3247;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.blank-item-text {
    padding-right: 20px;
    align-self: center;
}

.blank-item-icon {
    margin-left: auto;
}

.section-item-blank:not(:last-of-type) {
    margin-bottom: 20px;
}

.section-item-blank p {
    color: #2b3247;
    font-family: Roboto;
    font-size: 25px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.section-item-blank p span {
    font-size: 25px;
}

.gap--off {
    padding: 0;
}

.text--center {
    text-align: center;
}

.tbl-wrap {
    display: flex;
    background-color: white;
    border: 1px solid #e4edf5;
    border-radius: 15px;
    box-shadow: 0 24px 27px rgba(60, 76, 121, 0.09);
    overflow-y: hidden;
    overflow-x: auto;
}

.tbl-icon {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbl-head {
    padding: 40px 40px 15px;
    background-color: #f3f6fa;
}

.tbl-head h4 {
    margin-bottom: 0;
    margin-top: 15px;
}

.tbl-link {
    color: #67718f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    width: 152px;
    height: 44px;
    background-color: #f3f6fa;
    border-radius: 5px;
    margin: auto;
}

.tbl-link1 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    width: 152px;
    height: 44px;
    background-color: #ff6000;
    border-radius: 5px;
    margin: auto;
}

.tbl {
    max-width: 250px;
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
}

.tbl:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 6px 20px rgba(60, 76, 121, 0.11);
    border: 2px solid #e4edf5;
    z-index: 1;
}

.tbl-row {
    border-top: 1px solid #e4edf5;
    border-bottom: 1px solid #e4edf5;
    padding: 20px 40px;
    margin-bottom: -1px;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
}

.tbl-row p {
    margin: 0;
}

.tbl-footer {
    padding: 30px 30px;
    position: relative;
    z-index: 2;
}

.slider__partner2 {
    width: 100%;
    padding: 0 15px;
    justify-content: center;
    margin: -30px 0;
}

.slider__partner2 .slide__partner {
    width: 200px;
    height: 200px;
    padding: 30px;
}

.hero-form--secondary input[type='submit'] {
    margin-top: 0;
}

.hero-form--secondary {
    max-width: 940px;
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.hero-form--secondary .hero-form-item {
    flex: 1;
    padding: 7px 15px;
}

.hero-form--secondary input {
    height: 70px;
}

.section-title p {
    color: #2b3247;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.calc-new {
    background-color: #110e7f;
    border-radius: 15px;
    box-shadow: 0 4px 27px rgba(60, 76, 121, 0.16);
}

.calc-new-title h2 {
    color: white;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
}

.calc-new-label {
    color: white;
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.calc-new-fields {
    margin: 0 -15px;
    display: flex;
}

.calc-new-fields:not(:last-of-type) {
    margin-bottom: 25px;
}

.calc-new-field {
    padding: 0 15px;
    max-width: 255px;
    width: 100%;
}

.calc-new-field input {
    width: 100%;
}

.w340 {
    max-width: 340px;
}

.w170 {
    max-width: 170px;
}

.calc-new-label span {
    font-size: 9px;
    position: relative;
    top: -6px;
}

.hero-blank-top {
    text-align: center;
    border-bottom: 1px solid #3936a3;
    padding: 50px 0;
}

.hero-blank-top>span {
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-blank-top .calc-new-price {
    color: white;
    font-size: 52px;
    font-weight: 400;
    position: relative;
    line-height: 1.1;
    padding-bottom: 30px;
}

.hero-blank-top .calc-new-currency,
.hero-blank-top .calc-new-value {
    font-size: 52px;
}

.calc-new-currency,
.calc-new-value {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.hero-blank-top .calc-new-price::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: #eb4141;
}

.hero-blank-bottom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
    padding-top: 30px;
}

.calc-new {
    margin: 80px 0;
    padding: 50px 70px;
}

.calc-new-title {
    margin-bottom: 60px;
}

.calc-new-item .hero-blank {
    max-width: 472px;
}

.calc-new-items {
    display: flex;
    align-items: center;
    margin: 0 -15px;
}

.calc-new-item {
    padding: 0 15px;
}

.calc-bottom-item {
    padding: 6px 35px;
}

.calc-bottom-item p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}

.calc-new input,
.calc-new-select {
    color: #8582e6;
    font-size: 16px;
    font-weight: 400;
    height: 56px;
    border: 1px solid #8582e6;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: transparent;
}

.calc-new-select-wrap {
    position: relative;
}

.calc-new-select {
    display: flex;
    align-items: center;
    padding-right: 50px;
    background: url('../img/dropdown.png') no-repeat 90% center/10px;
    cursor: pointer;
}

.calc-new-options {
    display: none;
    position: absolute;
    top: 96%;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #110e7f;
}

.calc-new-option {
    color: #8582e6;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #8582e6;
    padding: 10px 20px;
    margin-top: -1px;
    cursor: pointer;
}

@media only screen and (max-width: 1290px) {
    .team-list {
        max-width: 892px;
        width: 100%;
        margin: auto;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-info {
        max-width: 100%;
        border-radius: 0;
    }
    .section-blank-list {
        justify-content: center;
    }
}

@media only screen and (max-width: 1170px) {
    .hero-wrap {
        flex-direction: column;
    }
    .hero-section-info--secondary {
        padding-right: 0;
        max-width: 100%;
    }
    .hero-form {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .calc-new {
        padding: 30px 20px;
    }
    .calc-new-item .hero-blank {
        max-width: 400px;
    }
}

@media only screen and (max-width: 1014px) {
    .team-list {
        padding: 0 20px;
    }
    .team-list .slick-prev {
        left: 0;
    }
    .team-list .slick-next {
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .calc-new-title h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .calc-new-field {
        margin-top: 30px;
    }
    .calc-new-title {
        margin-bottom: 0;
    }
    .calc-new-items {
        display: block;
    }
    .calc-new-item .hero-blank {
        max-width: 100%;
        margin: 30px 0 0;
    }
    .hero-blank-bottom {
        justify-content: center;
    }
    .calc-bottom-item {
        padding: 6px 10px;
    }
    .calc-new-fields {
        display: block;
    }
    .calc-new-select {
        background: url('../img/dropdown.png') no-repeat 95% center/10px;
    }
    .calc-new-field {
        max-width: 100%;
    }
    .hero-form-items {
        display: block;
    }
    .section-item-info {
        max-width: 100%;
    }
    .hero-section--secondary {
        margin-bottom: 0;
    }
    .banner-info--secondary {
        padding: 40px 20px;
    }
    .banner-info.banner-info--secondary {
        min-height: auto;
    }
    .banner-info.banner-info--secondary .banner-text p {
        margin-top: 30px;
    }
    footer .container .top-header .col-25:nth-child(4) {
        margin-top: 34px;
    }
    footer .container .top-header .col-25:nth-child(4) ul {
        margin-top: 15px;
    }
    .banner-row {
        flex-direction: column;
    }
    .banner-text {
        max-width: 100%;
        min-width: auto;
        text-align: center;
    }
    .bio__item {
        text-align: center;
    }
    .bio {
        padding: 0;
        margin-top: 30px;
        justify-content: center;
    }
    .section-item> :first-child {
        margin-right: 0px;
    }
    .pb120 {
        padding-bottom: 0;
    }
    .pt120 {
        padding-top: 0;
    }
    .mt-70 {
        margin-top: 0;
    }
    .section-item {
        flex-direction: column;
    }
    .section-text {
        order: 3;
        max-width: 100%;
    }
    .section-image {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .section-item:not(:last-of-type) {
        margin-bottom: 30px;
    }
    .section-image img {
        width: 100%;
    }
    .hero-section-info h1 {
        font-size: 34px;
        font-weight: 700;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .hero-section-info h3 {
        color: white;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 1px;
        margin: 0 0 30px;
    }
    .play-btn {
        right: 15px;
        width: 60px;
        height: 60px;
    }
    .hero-section-info {
        padding-right: 80px;
    }
    .play-btn::before {
        width: 40px;
        height: 40px;
    }
    .section {
        padding: 60px 0;
    }
    .hero-section {
        min-height: auto;
    }
    .section-text h2,
    .banner-text h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .section-text p,
    .banner-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .offset {
        margin-top: 0;
    }
    .section-title h2 {
        font-size: 30px;
        line-height: 48px;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section .nav-other a {
        line-height: 60px;
    }
    .section .container .right {
        min-height: 300px;
    }
    .hero-section-info--secondary {
        padding-right: 0;
    }
    .gap--off {
        padding: 0;
    }
    .hero-blank-bottom {
        margin: 0;
    }
}

@media only screen and (max-width: 600px) {
    .hero-form {
        padding: 20px 15px;
    }
    .hero-blank {
        padding: 20px 15px;
    }
    .section-item-info h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .section-item-blank {
        padding: 30px 20px;
    }
    .banner-info.banner-info--secondary .banner-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .section .nav-other a {
        line-height: 1.2;
    }
    .section-link-wrap {
        flex-direction: column;
    }
    .section-link--secondary {
        max-width: 100%;
        margin: 8px 0;
    }
    .banner-info.banner-info--secondary .banner-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .hero-row {
        flex-direction: column;
    }
    .team-blank {
        margin: auto;
    }
    #play-video {
        display: none;
    }
    .banner-info {
        padding: 54px 15px 60px;
    }
    .section-blank {
        padding: 20px 15px;
        min-height: 368px;
    }
}

.calc-new-label a {
    color: #fff;
    text-decoration: underline;
}

.btn-wrap--secondary .btn {
    margin: 0;
    background-color: #ff6000;
}

@media only screen and (max-width: 991px) {
    .btn-wrap--secondary .btn {
        margin: auto;
    }
    #target.btn-calc {
        margin: auto;
    }
}

.block__row {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.block__text-top,
.block__text-top * {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.block__text-bottom,
.block__text-bottom * {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
}

.block__text-middle {
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    padding: 2px 10px 4px;
    margin: 10px 0 !important;
}

.block__text-middle * {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
}

.block__img {
    width: 180px;
    flex: 0 0 auto;
}

.block__item,
.block__item * {
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}

.block__btn {
    font-size: 16px;
    font-weight: 900;
    line-height: 34px;
    border-radius: 5px;
    max-width: 201px;
    min-width: 201px;
    width: 100%;
    padding: 4px 10px;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
}

.block__items,
.block__img {
    padding: 8px 15px;
    flex: 0 0 auto;
}

.block {
    background-size: cover;
    background-repeat: no-repeat;
}

.block__text {
    max-width: 670px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
}

.block__img img {
    display: block;
    max-width: 100%;
}

.block__link {
    display: block;
    width: 100%;
}

.block__text {
    color: #fff;
}

.block__text * {
    margin: 0;
}

.block+.wrap-col {
    margin-top: 30px;
}

.block__row {
    margin: 0 -15px;
}

@media only screen and (max-width: 1199px) {
    .block__text-top,
    .block__text-top * {
        font-size: 15px;
        line-height: 20px;
    }
    .block__text-middle * {
        font-size: 12px;
        line-height: 17px;
    }
    .block__text-bottom,
    .block__text-bottom * {
        font-size: 13px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .block__row {
        text-align: center;
        display: block;
        padding: 8px 0 0;
    }
    .block__img {
        width: 130px;
        margin-left: auto;
        margin-right: auto;
    }
    .block__btn {
        margin-left: auto;
        margin-right: auto;
    }
}

.top-services-new .title {
    margin: 0;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}

.top-services-new {
    padding: 80px 0;
    line-height: 1.4;
}

.top-services__rows {
    margin: 0 -15px;
    display: flex;
}

.top-services__row {
    padding: 10px 15px;
}

.top-services__row {
    padding-top: 24px;
}

.top-services__title {
    margin-right: auto;
    padding-top: 10px;
}

.btn-new {
    max-width: 270px;
    width: 100%;
    padding: 21px 15px;
    text-align: center;
    display: block;
    color: white;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 700;
    border: 1px solid white;
    border-radius: 5px;
}

.btn-new--secondary {
    max-width: 370px;
    background-color: #ff6000;
    border-color: #ff6000;
}

.btn-new--secondary+.btn-new__text {
    max-width: 370px;
}

.btn-new__text {
    max-width: 270px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.btns-new-wrap {
    display: flex;
    flex-wrap: wrap;
}

.btn-new-wrap {
    padding: 8px 15px;
}

.top-services-new .nav-blog {
    border-top: 0;
}

.top-services-new .nav-blog a.active {
    border-top: 0;
    text-decoration: underline;
}

.top-services-new .nav-blog a {
    background-color: rgba(7, 7, 41, 0.2);
    border-radius: 5px;
    padding: 24px 10px;
    border: 0;
    margin: 8px 15px !important;
    max-width: 270px;
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    line-height: 1.4;
}

.top-services-new .nav-blog {
    display: flex;
    align-items: center;
    margin: 70px -15px 0;
}

.services-content .content {
    margin-top: 0;
}

.top-services-new+.services-content .content {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    display: block;
}

.top-services-new+.services-content .content::after {
    content: none;
}

.sect-row__title {
    color: #2b3247;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.4;
    margin: 15px 0;
}

.sect-row-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sect-row-wrap strong {
    color: #2b3247;
    font-weight: 500;
}

.services-content {
    padding: 80px 0;
}

.sect-row.sect-row__img {
    padding: 15px;
    max-width: 530px;
    width: 100%;
    margin-right: auto;
}

.sect-row__img--secondary {
    margin-left: auto;
    margin-right: 0;
}

.sect-row {
    max-width: 548px;
    padding: 15px;
    width: 100%;
}

.mb60 {
    margin-bottom: 60px;
}


/* .calc-new .nav-blog {
    display: none;
} */

.sect-row__img img {
    display: block;
    max-width: 100%;
}

.top-services-new+.single-content {
    margin-top: 120px;
}

.left-right-wrap {
    display: flex;
}

#CalculatorForm {
    width: 100%;
}

#CalculatorForm .calc-wrapper {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
}

#CalculatorForm .calc-wrapper .right {
    display: block;
}

.table-second {
    border: 1px solid #000;
    border-collapse: collapse;
}

.table-second td {
    width: 50%;
    vertical-align: middle;
}

.table-second-head {
    background-color: rgba(0, 0, 0, 0.1);
}

.table-second-head td {
    padding: 10px;
    text-align: center;
}

.table-second-head td:first-of-type {
    border-right: 1px solid #000;
}

.table-second-head td:last-of-type {
    border-left: 1px solid #000;
}

.table-second-row td {
    text-align: center;
    padding: 6px 10px;
    border-bottom: 1px solid #000;
}

.table-second-row td:first-of-type {
    border-right: 1px solid #000;
}

.table-second-row td:last-of-type {
    border-left: 1px solid #000;
}

.table-second p {
    margin: 0 !important;
}

.single-content .sidebar .side-nav .side-nav-contacts span {
    color: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.single-content .sidebar .side-nav .side-nav-contacts li {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.single-content .sidebar .side-nav .side-nav-contacts li:not(:last-of-type) {
    margin-bottom: 15px;
}

.highlight {
    color: #ff6000 !important;
}

.single-content .sidebar .side-nav .side-nav-contacts p,
.single-content .sidebar .side-nav .side-nav-contacts a {
    color: #2b3247;
    font-weight: 400;
    margin: 0;
}

@media only screen and (max-width: 1170px) {
    .sect-row {
        max-width: 516px;
    }
    .sect-row.sect-row__img {
        max-width: 435px;
    }
    .sect-row-wrap {
        align-items: flex-start;
    }
    .sect-row__title {
        margin-top: 0;
        font-size: 34px;
    }
    .services-form .container .right {
        background-size: cover;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .services-form {
        margin: 30px -20px;
        padding: 0 30px;
    }
    .services-form .container .left {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .btns-new-wrap {
        justify-content: center;
    }
    .top-services__title {
        flex: 0 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    .top-services__rows {
        display: block;
        text-align: center;
    }
    .hero-section-info {
        max-width: 100%;
    }
    .services-form .container .right {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .services-form .container .left {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .top-services__row {
        padding-top: 0;
    }
    .top-services-new .nav-blog {
        flex-direction: column;
        margin: 0px -15px;
        align-items: center;
    }
    .sect-row {
        max-width: 100%;
        margin: 10px 0;
        order: 2;
    }
    .sect-row.sect-row__img {
        max-width: 100%;
        margin-right: 0;
        max-height: 320px;
        overflow: hidden;
        display: flex;
        align-items: center;
        order: 1;
    }
    .sect-row.sect-row__img img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .services-content {
        padding: 30px 0;
    }
    #CalculatorForm .calc-wrapper {
        display: block;
    }
    #CalculatorForm .calc-wrapper .right {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        max-width: 100%;
    }
    .top-services-new .title {
        font-size: 34px;
        line-height: 1.4;
    }
    .services-content .container {
        padding: 0 15px;
    }
    .sect-row-wrap {
        margin: 0 -15px 60px;
    }
    .sect-row__title {
        line-height: 1.2;
    }
    .calc-new {
        margin-top: 0;
    }
    .services-content+footer {
        margin-top: 15px;
    }
}

.fa-telegram {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/telegram.svg) no-repeat center/20px;
    vertical-align: middle;
}

.telegram-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.publication__item {
    padding: 15px;
}

.publication__item a {
    width: 200px;
    height: 200px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(20, 31, 82, 0.11);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .publication__item a {
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .g-recaptcha {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .social-menu {
        text-align: center;
    }
}

.publication__item img {
    max-width: 100%;
}

.publication-list {
    opacity: 0;
    height: 200px;
    transition: all 0.4s ease;
}

.publication-list.slick-initialized {
    opacity: 1;
    height: auto;
}

.publication-list .slick-dots {
    list-style: none;
    display: flex;
    margin-top: 15px;
    justify-content: center;
}

.publication-list .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 8px;
}

.publication-list .slick-dots button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #000;
    color: transparent;
    padding: 0;
    cursor: pointer;
}

.publication-list .slick-dots .slick-active button {
    background-color: #000;
}

.pb0 {
    padding-bottom: 0;
}

.selectric-scroll li:before {
    content: none !important;
}

.table-div {
    border: 2px solid #000;
}

.table-div-head {
    font-size: 20px;
    font-weight: 700;
    display: flex;
}

.table-div-item {}

.table-div-item:first-of-type {
    width: 60%;
    min-width: 60%;
    align-self: center;
    padding: 10px;
}

.table-div-item:last-of-type {
    width: 40%;
    min-width: 40%;
    display: flex;
    flex-direction: column;
}

.table-div-item:last-of-type>span {
    padding: 10px;
    border-bottom: 2px solid #000;
}

.table-div-item:last-of-type>span {
    border-left: 2px solid #000;
}

.table-div-items {
    display: flex;
    justify-content: space-between;
    border-left: 2px solid #000;
    height: 100%;
    padding: 10px;
}

.table-div-row {
    display: flex;
    border-top: 2px solid #000;
}

.table-div-wrap {
    margin-bottom: 20px;
}

.table-div-row .table-div-items span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-div-items span {
    width: 100%;
    text-align: center;
    padding: 4px 8px;
}

.table-div-items span:not(:last-of-type) {
    border-right: 2px solid #000;
}

.table-div-item>span {
    display: block;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .table-second-wrap {
        overflow-x: auto;
        overflow-y: auto;
    }
    .table-second {
        width: 530px;
    }
}

@media only screen and (max-width: 500px) {
    .table-wrap {
        overflow-y: hidden;
        overflow-x: auto;
    }
    .table-post {
        max-width: 500px;
    }
}


/* if ($(".main-content").hasClass("main-page") && $(window).width() > 1199 && $(window).height() > 600) { */

@media only screen and (max-width: 1199px),
only screen and (max-height: 600px) {
    #map-wrapper {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .row-wrap {
        justify-content: center;
    }
    .row-wrap .sect-descr {
        flex: 1;
        max-width: 993px;
        margin-left: auto;
        margin-right: auto;
    }
}

.table-post .table-title,
.table-post .table-content {
    display: flex;
}

.table-post .table-title>div,
.table-post .table-content>div {
    flex: 1;
}

.table-post .table-content+.table-content>div {
    border: 0;
}

.table-post .table-content {
    border-top: 1px solid #e4edf5;
    border-bottom: 1px solid #e4edf5;
}

.top-services__row .btn-new {
    cursor: pointer;
}

.sections {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-header .container {
    padding: 0 30px;
    width: 100%;
}

.main-header .container>* {
    margin: 0 20px !important;
}

@media only screen and (max-width: 767px) {
    .main-header .container {
        padding: 0 15px;
        width: 100%;
        justify-content: flex-start;
    }
    .main-header .container>* {
        margin: 0 10px !important;
    }
    .main-header .logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 400px) {
    header .logo {
        width: 100px;
    }
    header .logo img {
        display: block;
        max-width: 100%;
    }
    .menu-wrapper {
        margin-top: 94px!important;
    }
    .g-recaptcha {
        width: 250px;
    }
}

.quiz {
    position: relative;
}

.quiz__row-question,
.quiz__row-question p {
    font-size: 22px !important;
    font-weight: 700 !important;
}

.quiz__row input[type='radio'] {
    position: absolute;
    z-index: -1;
    left: -9999px;
    opacity: 0;
}

.quiz-raiting {
    display: inline-flex;
    align-items: center;
    margin: 0 -5px;
}

.quiz-raiting__star {
    width: 28px;
    height: 18px;
    display: block;
    cursor: pointer;
    padding: 0 5px;
}

.star-icon {
    width: 18px;
    height: 18px;
    display: flex;
}

.star-icon__part {
    fill: rgba(155, 155, 155, 0.5);
}

.quiz-raiting:hover .star-icon__part {
    fill: #ff6000;
}

.quiz-raiting__star:hover:hover~.quiz-raiting__star .star-icon__part {
    fill: rgba(155, 155, 155, 0.5);
}

.quiz-raiting:hover .star-icon__part,
.quiz-raiting input:nth-of-type(1):checked~.quiz-raiting__star:nth-of-type(1) .star-icon__part,
.quiz-raiting input:nth-of-type(2):checked~.quiz-raiting__star:nth-of-type(-n+2) .star-icon__part,
.quiz-raiting input:nth-of-type(3):checked~.quiz-raiting__star:nth-of-type(-n+3) .star-icon__part,
.quiz-raiting input:nth-of-type(4):checked~.quiz-raiting__star:nth-of-type(-n+4) .star-icon__part,
.quiz-raiting input:nth-of-type(5):checked~.quiz-raiting__star:nth-of-type(-n+5) .star-icon__part {
    fill: #ff6000;
}

.quiz__row {
    margin-bottom: 25px;
}

.quiz__row-text {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
}

.quiz__row-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    border: 1px solid #ccddec;
}

.quiz__row-text:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../img/correct.svg') no-repeat center/14px;
    opacity: 0;
    left: 2px;
    top: 2px;
}

.quiz__row-text:not(:last-of-type) {
    margin-bottom: 10px;
}

.quiz__row-text:not(:last-of-type)+.radio-wrapper {
    margin-top: 0;
}

.quiz__row-answer {
    display: flex;
    flex-direction: column;
}

.quiz__row-answer input[type='radio']:checked+.quiz__row-text:after {
    opacity: 1;
}

.contenteditable {
    display: inline-block;
}

[contenteditable='true']:empty:before {
    content: attr(placeholder);
    pointer-events: none;
    display: block;
}

.radio-wrapper {
    display: flex;
    margin: 10px 0;
}

.radio-wrapper-second {
    flex-direction: column;
    margin-bottom: 0;
}

.radio-wrapper-second .quiz__row-text {
    margin-bottom: 10px;
}

.radio-wrapper-second input {
    border: 1px solid #ccddec;
    padding: 6px 10px;
}

.quiz__row-answer textarea {
    border: 1px solid #ccddec;
    padding: 6px 10px;
}

.popup__blank {
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
    position: relative;
}

.popup__text {
    line-height: 1.2;
    font-size: 18px;
}

.popup__text>*:not(:last-child) {
    margin-bottom: 10px;
}

.popup__text>* {
    margin-top: 0;
}

.popup__text p {
    font-size: 16px;
    line-height: 1.4;
}

.popup__text h2 {
    color: #ff6000;
}

.row-wrap {
    display: flex;
    align-items: center;
}

.row-wrap .sect-descr {
    flex: 1;
    max-width: 993px;
}

.row-wrap .popup {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.popup__close {
    width: 40px;
    height: 40px;
    background-color: #ff6000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.popup__close-part {
    width: calc(100% - 20px);
    height: 2px;
    background-color: #fff;
    display: block;
}

.popup__close-part:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
}

.popup__close-part:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
}

@media only screen and (max-width: 767px) {
    .popup__blank {
        padding: 20px 15px;
    }
    .row-wrap {
        display: block;
    }
}

.scheme-work-title {
    margin-bottom: 40px;
}

.scheme-work-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e4edf5;
    border-radius: 5px;
    overflow: hidden;
}

.scheme-work-item {
    padding: 30px;
    flex-basis: 50%;
    border-bottom: 1px solid #e4edf5;
}

.scheme-work-item:nth-child(odd) {
    border-right: 1px solid #e4edf5;
}

.scheme-work-item:nth-last-child(2) {
    border-bottom: 0;
}

.scheme-work-item:nth-last-child(1) {
    border-bottom: 0;
}

.scheme-work ul {
    margin: 0 !important;
}

.scheme-work ul li {
    font-size: 14px !important;
    line-height: 20px !important;
}

.scheme-work-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.scheme-work-top p {
    margin: 0 !important;
    margin-left: 26px !important;
    color: #2b3247;
    font-size: 16px;
    font-weight: 500 !important;
}

.scheme-work-top span {
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    font-family: Oswald;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    background-color: #3478e9;
    letter-spacing: 1px;
    box-shadow: 0px 0px 0px 4px rgba(52, 120, 233, 0.4), 0px 0px 0px 8px rgba(52, 120, 233, 0.2);
    flex: 0 0 auto;
}

.is--second .scheme-work-top span {
    background-color: #eb4141;
    box-shadow: 0px 0px 0px 4px rgba(235, 65, 65, 0.4), 0px 0px 0px 8px rgba(235, 65, 65, 0.2);
}

.single-content .container,
.single-post-top .container,
.other-news .container {
    padding-left: 15px;
    padding-right: 15px;
}

.single-post-top+.wrap-col {
    max-width: 1200px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    justify-content: flex-start;
}

.single-post-top+.wrap-col+.modern-page-navigation {
    max-width: 1200px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.single-post-top+.wrap-col .col-33 {
    width: 370px;
}

@media only screen and (max-width: 1199px) {
    .single-content .sidebar {
        max-width: 100%;
        width: 100%;
    }
    .row-wrap .sect-descr {
        flex: 1;
        max-width: 993px;
        margin-left: auto;
        margin-right: auto;
    }
    .present .btn-bottom {
        margin-top: 15px;
    }
    .single-post-top+.wrap-col {
        max-width: 900px;
    }
    .single-post-top+.wrap-col+.modern-page-navigation {
        max-width: 900px;
    }
    .single-post-top+.wrap-col .col-33 {
        width: 420px;
    }
}

@media only screen and (max-width: 1170px) {
    .scheme-work-item {
        flex-basis: 100%;
        border-right: 0 !important;
    }
    .scheme-work-item:nth-last-child(2) {
        border-bottom: 1px solid #e4edf5;
    }
}

@media only screen and (max-width: 991px) {
    .single-post-top {
        padding: 30px 0 60px;
    }
    .single-post-top .title-wrap {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 899px) {
    .single-post-top+.wrap-col {
        max-width: 650px;
    }
    .single-post-top+.wrap-col+.modern-page-navigation {
        max-width: 650px;
    }
    .single-post-top+.wrap-col .col-33 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-top .breadcrumbs {
        display: none;
    }
}

#gruz1_descr,
#gruz2_descr {
    display: flex;
}

#gruz2_descr {
    display: none;
}

.calc.example {
    display: block;
}

.active {
    font-weight: bold;
}

.calc.example .calc-wrapper .wrap-right {
    background: #fff;
    border: none;
    padding: 0px;
}

.calc.example .calc-wrapper .wrap-right .col-2 {
    width: 100%;
    padding: 10px;
}

.calc.example .calc-wrapper .wrap-right .col-2:first-child {
    margin-right: 30px;
}

.calc.example .calc-wrapper .descr {
    background: #f3f6fa;
    border: 1px solid #e4edf5;
    border-radius: 5px;
}

.calc.example .calc-wrapper a {
    color: #ff6000;
    text-decoration: underline;
}

.calc.example .calc-wrapper .wrap-right .second-title {
    padding: 5px 0px;
    font-size: 12px;
}

.calc.example .calc-wrapper .wrap-right .col-2 .second-title:first-child {
    border-top: 0px;
}

.calc.example .calc-wrapper .wrap-right .second-title b {
    font-size: 12px;
    text-align: right;
}

.calc.example .calc-wrapper {
    right: 0px;
    position: relative;
    display: block;
    bottom: 20px;
    padding: 30px 0px 0px 0px;
}

.main-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
}

.top-contact,
.blog-top,
.top-services,
.hero-section,
.menu-wrapper,
.single-post-top {
    padding-top: 96px;
}

.menu-wrapper {
    margin-top: 118px;
}

.cntr-block {
    margin-top: 40px;
    text-align: center;
}


/* .layout-sect {
    min-height: auto!important;
}

.bullet {
    display: none!important;
} */

.social-menu.blue-f a {
    color: #2824a4;
}

.social-menu.blue-f .fa-telegram {
    background: url('../img/telegram.png') no-repeat center/20px;
    width: 24px;
}

.submenu-wrap {
    position: relative;
}

.main-header .container>.cabinet-wrap {
    margin-right: auto !important;
}

.cabinet {
    display: flex;
    align-items: center;
}

.cabinet-wrap img {
    flex: 0 0 auto;
    margin-right: 10px;
    width: 30px;
}

.submenu-wrap>a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 12px;
    height: 16px;
    background: url('../img/submenuicon.svg') no-repeat center/12px, url('../img/submenuicon2.svg') no-repeat center/12px;
    background-size: 0, 12px;
}

.submenu-wrap:hover>a:after {
    background-size: 12px, 0;
}

.submenu-item.submenu-wrap>a:after {
    right: 20px;
}

.submenu-item.submenu-wrap {
    padding-right: 30px;
}

.submenu {
    position: absolute;
    width: 246px;
    top: 100%;
    left: -20px;
    background-color: #fff;
    padding: 24px 0;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25), inset 0px 3px 0px #1a2a89;
    border-radius: 5px;
    z-index: 999;
    display: none;
}

.submenu-item {
    padding: 6px 20px;
}

.submenu-wrap:hover>.submenu {
    display: block;
}

.submenu a {
    line-height: normal !important;
}

.submenu .submenu {
    top: 0;
    left: 100%;
}

.submenu-item:not(:last-of-type) {
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .submenu {
        display: none !important;
    }
    .submenu-wrap>a:after {
        content: none !important;
    }
}

body {
    margin: 0;
    padding: 0;
}

.watsshow {
    display: none;
    position: absolute;
    margin-left: -160px;
    margin-top: 8px;
}

#watsapp:hover .watsshow {
    display: block;
}

#watsapp img {
    float: left;
}

#watsapp span {
    display: inline-block;
    margin: 5px 0px 0px 5px;
    color: #000;
}

@media only screen and (max-width: 991px) {
    #watsapp span {
        display: none;
    }
    header .phone {
        display: none !important;
    }
}

a.serv-card-link {
    color: #2b3247;
    opacity: 1;
    visibility: visible;
}

.carousel-sert-block {
    width: 470px;
}

.carousel-sert-block img {
    max-width: 100%;
    border: 1px solid #2824a4;
}

.new-sect--main.new-sect {
    padding-top: 161px;
}

@media screen and (max-width: 768px) {
    .main-header .container .btn-menu {
        display: flex;
    }
    .carousel-sert-block {
        width: 280px;
    }
}