/*=================================== Total css ===================================*/
html {
    height: 100%;
    width: 100%;
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #000000;
    line-height: 1.33;
    background: #ffffff;
    position: relative;
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    font-size: 16px;
}
.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
}
a {
    color: #000000;
    text-decoration: none;
    transition: 0.2s;
}
a:hover,
a:focus {
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
::-webkit-input-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
::-moz-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}
/* <- Safari & Google Chrome Fix */
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 300;
    line-height: 1.2;
}
h1 {
    margin-bottom: 50px;
    position: relative;
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
}
h2 {
    margin-bottom: 40px;
    position: relative;
    color: #293844;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
}
h3 {
    margin-bottom: 15px;
    font-size: 26px;
    text-align: center;
}
h3.title-border:after {
    margin: 10px auto 0;
}
.quiz-title{
    margin-bottom: 40px;
    position: relative;
    color: #293844;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
}
.title-border:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    width: 64px;
    height: 3px;
    background-color: #41cfc5;
}
.input-text::-webkit-input-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
.input-text::-moz-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
textarea::-webkit-input-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #5f5f5f;
    opacity: 1;
}
.input-text,
textarea {
    margin: 0;
    padding: 17px 25px 17px 25px;
    height: 66px;
    background-color: #ffffff;
    width: 100%;
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    transition: 0.3s;
    box-shadow: none;
    border: 1px solid #d1d1d1;
}
textarea {
    min-height: 110px;
    resize: none;
}
input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover {
    outline: none;
    box-shadow: inset 0 0 0 1px #e5e5e5;
}
.input-text.error {
    border-color: #cf0000;
}
.input-container {
    position: relative;
}
p {
    margin: 0 0 20px 0;
}
ul,
ol {
    padding: 0 0 0 17px;
    margin: 15px 0 0 0;
}
ul:nth-child(1),
ol:nth-child(1) {
    margin-top: 0;
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
img {
    max-width: 100%;
}
#container {
    position: relative;
}
/* End Total css ====*/

/*=================================== Site-header ===================================*/
#header {
    position: absolute;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header.affix {
    /*position: fixed;
    background-color: #ffffff;*/
}
#header.affix .b-small-btn a {
    color: #000000;
}
#header.affix .b-logo img {
    width: 70px;
}
#header.affix .b-small-contact__item_phone a {
    color: #000000;
}
#header.affix .b-small-contact__item span {
    color: #000000;
}

#header.affix .b-small-contact__item {
    color: #000000;
}
#header.affix .b-small-contact__item_phone a:hover {
    border-bottom-color: #000000;
}
#header.affix .header-content {
    /*padding: 10px 0;*/
}
#header.affix .b-logo__img {
    width: 180px;
    height: 58px;
    background: url('../images/logo.png') 0 0 no-repeat;
    background-size: contain;
}
#header.affix .b-small-contact__item .social{
    color:#000;
}
.header-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
}
/*== b-logo
---------------------------------*/
.b-logo {
    display: table;
}
.b-logo {
    color: #ffffff;
    text-decoration: none;
}
.b-logo:hover {
    color: #ffffff;
    text-decoration: none;
}
.b-logo__img {
    width: 180px;
    height: 58px;
    background: url('../images/logo.png') 0 0 no-repeat;
    background-size: contain;
    display: table-cell;
    vertical-align: middle;
}
.b-logo__content {
    display: table-cell;
    vertical-align: bottom;
}
.b-logo__content__title {
    font-size: 26px;
    line-height: 1;
    margin: 0 0 3px 0;
}
.b-logo__content__text {
    font-size: 9px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
/* b-small-contact
===================================*/
.b-small-contact {
    text-align: left;
}
.b-small-contact__item {
    margin-top: 5px;
    line-height: 1.1;
    font-size: 14px;
    color: #000000;
    text-align: right;
}
.b-small-contact__item:nth-child(1) {
    margin: 0;
}
.b-small-contact__item a {
    line-height: 1;
    font-size: 14px;
    transition: 0.3s;
}
.b-small-contact__item .social{
    color: #000000;
    text-decoration:none;
    font-size:20px;
}
.b-small-contact__item_phone a {
    display: inline-block;
    vertical-align: top;
    color: ##3cb9b0;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    font-size: 24px;
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
}
.b-small-contact__item_phone a:hover {
    border-bottom-color: #333333;
}
.b-small-contact .b-list-with-icon__content {
}
.b-small-contact .b-list-with-icon__icon {
    display: none;
}
.b-small-contact .b-list-with-icon__icon a {
    width: 30px;
    height: 30px;
    background-color: #41cfc5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.b-small-contact .b-list-with-icon__icon a .icon {
    color: #ffffff;
    font-size: 14px;
}
.b-small-contact__item_callback {
    text-align: right;
}
.b-small-contact__item_callback a {
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
}
.b-small-contact__item_callback a:hover {
    border-bottom-color: transparent;
}
/* b-small-btn
===================================*/
.b-small-btn {
}
.b-small-btn a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
    padding: 4px 20px 4px 20px;
    line-height: 34px;
    max-width: 100%;
    position: relative;
    border: 2px solid #41cfc5;
}
.b-small-btn a:hover {
    color: #333333;
    background-color: #41cfc5;
}

/* b-menu
---------------------------------*/
.b-menu {
}
.b-menu__mobile-icon {
    display: none;
}
.b-menu__content {
    max-width: 100%;
}
.b-menu__list {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.b-menu__item {
    padding: 0 10px 0 10px;
    list-style: none;
}
.b-menu__item a {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
}
.b-menu__item a:hover,
.b-menu__item.active a {
    text-decoration: none;
    border-bottom-color: #ffd200;
}
/*=================================== Main ===================================*/
#main {
    position: relative;
}
body.home-page #main {
}
/*== owl-carousel
---------------------------------*/
.owl-carousel.owl-loaded {
    padding: 0;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    transition: 0.3s;
    text-align: center;
    color: #728799;
    line-height: 1;
    font-size: 40px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -60px;
}
.owl-carousel .owl-nav .owl-next {
    right: -60px;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    color: #41cfc5 !important;
}
.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    padding: 30px 0 15px 0;
    line-height: 12px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    background-color: #e6e6e6;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    background-color: #41cfc5;
}
/* Feel free to change duration  */
.animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
    z-index: 1
}
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
    z-index: 0
}
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*== landing-section
---------------------------------*/
.landing-section {
    padding: 60px 0 60px 0;
}
/* b-btn
---------------------------------*/
.b-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #41cfc5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s;
    padding: 16px 30px 16px 25px;
    line-height: 34px;
    min-width: 255px;
    max-width: 100%;
    position: relative;
}
.b-btn i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 15px 0 0;
    font-size: 20px;
}
.b-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #30e9e1;
}
/* fancybox
---------------------------------*/
.fancybox-skin {
    border: none;
    background: none;
    border-radius: 10px;
}
.fancybox-opened .fancybox-skin {
    box-shadow: none;
}
.fancybox-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=) 0 0 no-repeat !important;
    width: 25px;
    height: 25px;
    top: -30px;
    right: -30px;
}
.fancybox-close:hover {
    opacity: 0.9;
}
.fancybox-type-iframe .fancybox-inner {
    overflow: hidden !important;
}
/* b-form
---------------------------------*/
.b-form {
    position: relative;
    max-width: 340px;
    padding: 30px 0 30px 0;
}
.b-form__header {
    padding: 0 20px 0 20px;
    margin: 0 0 10px 0;
    font-size: 17px;
    text-align: center;
}
.b-form__header__title {
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 28px;
    margin: 0 0 15px 0;
}
.b-form__header__sub-title {
    font-size: 15px;
    font-weight: normal;
}
.b-form__header__price {
    text-align: center;
}
.b-form__header__price-last {
    display: inline-block;
    vertical-align: middle;
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin: 0 15px 0 0;
    text-decoration: line-through;
}
.b-form__header__price-new {
    font-family: 'FSElliotPro', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 40px;
    padding: 0 10px 0 10px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    border: 4px solid #ffffff;
}
.b-form__content {
    padding: 0 45px 0 45px;
}
.b-form__content__text {
    font-size: 17px;
    padding: 0 0 15px 0;
}
.b-form__content .row {
    margin: 0 -5px 0 -5px;
}
.b-form__content .row .col {
    padding: 5px 5px 5px 5px;
}
.b-form__content .row .col .b-btn {
    display: block;
    width: 100%;
    min-width: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.b-form__content .input-container_file {
    position: relative;
}
.b-form__content .input-container_file .get-photo {
    margin: 10px 0 10px 0;
    position: relative;
    z-index: 2;
}
.b-form__content .input-container_file .get-photo span {
    text-decoration: underline;
}
.b-form__content .input-container_file .get-photo i {
    font-size: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.b-form__content .input-container_file:hover .get-photo span {
    text-decoration: none;
}
.b-form__content .input-container_file input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}
.b-form__content label {
    font-size: 14px;
    margin: 0;
}
/* b-list-with-icon
====================================*/
.b-list-with-icon {
    display: table;
}
.b-list-with-icon__item:nth-child(1) {
    margin-top: 0;
}
.b-list-with-icon__icon {
    display: table-cell;
    vertical-align: middle;
}
.b-list-with-icon__icon .icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.b-list-with-icon__content {
    display: table-cell;
    vertical-align: middle;
}
/* b-list
====================================*/
.b-list {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: 0 -15px 0 -15px;
}
.b-list > .col {
    float: none;
    padding: 15px;
}
.b-list__item {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 100%;
    width: 300px;
    margin: auto;
}
.b-list__item__icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 115px;
    height: 115px;
    font-size: 60px;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffd200;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.b-list__item__icon i {
    line-height: 111px;
}
.b-list__item__content {
    padding: 15px 0 0 0;
}
.b-list__item__content__title {
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.b-list__item__content__text {
}
/* b-promo
====================================*/
.b-promo {
    position: relative;
    padding: 325px 0 100px 0;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
}


.b-promo__img1{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img2{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg2.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img3{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg4.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img4{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg5.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img5{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg6.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img6{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg7.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img7{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg8.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img9{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg9.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img10{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg10.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}

.b-promo__img11{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg11.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img12{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg12.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img13{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg13.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img14{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg14.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img15{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg15.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img16{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg16.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img17{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg17.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img19{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg19.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.b-promo__img20{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/b-promo/bg20.jpg") center top no-repeat;
    background-size: cover;
    z-index: -1;
}


.b-promo__content {
    max-width: 1040px;
    margin: auto;
}
.b-promo__content-header {
    max-width: 1040px;
    margin: auto;
    text-align:center;
    margin-bottom: 50px;
}
.b-promo__content-header h1 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
}
.b-promo__content-header strong {
    color: #ffffff;
    font-weight: bold;
    font-size: 42px;
}
.b-promo__content-header span {
    color: #ffffff;
    font-size: 22px;
}
.b-promo__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    margin: -15px -15px 75px -15px;
}
.b-promo__list > .col {
    padding: 15px;
}
.b-promo__list-item {
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.b-promo__list-item-icon {
    font-size: 55px;
    height: 55px;
    color: #ffffff;
    margin: 0 0 15px 0;
}
.b-promo__list-item-content {
    font-size: 18px;
    color: #ffffff;
}
.b-promo__btn {
    text-align: center;
}
/* b-clients
====================================*/
.b-clients {
    padding: 40px 0 25px 0;
}
.b-clients h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.b-clients__list {
    padding: 0 60px;
}
.b-clients__list-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    min-height: 94px;
}
.b-clients__list .owl-carousel .owl-item img {
    width: auto;
}
/* b-catalog
====================================*/
.b-catalog {
    border-top: 1px solid #e2e2e2;
}
.b-catalog__item {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin-top: 30px;
}
.b-catalog__item:nth-child(1) {
    margin-top: 0;
}
.b-catalog__item > .col {
    float: none;
    padding: 0;
}
.b-catalog__item:nth-child(2) .col:nth-child(1), .b-catalog__item:nth-child(4) .col:nth-child(1), .b-catalog__item:nth-child(6) .col:nth-child(1), .b-catalog__item:nth-child(8) .col:nth-child(1) {
    order: 2;
}
.b-catalog__item-slider {
}
.b-catalog__item-slider .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}
.b-catalog__item-slider .owl-carousel .owl-nav .owl-next {
    right: 20px;
}
.b-catalog__item-info {
    padding: 25px;
    max-width: 425px;
    margin: auto;
}
.b-catalog__item-info-title {
    color: #293844;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 25px 0;
}
.b-catalog__item-info-title h3{
    color: #293844;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    margin: 0 0 25px 0;
    text-align: left;
}
.b-catalog__item-info-content {
    padding: 0 0 35px 0;
}
.b-catalog__item-info-list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: -3px;
}
.b-catalog__item-info-list > .col {
    float: none;
    padding: 3px;
}
.b-catalog__item-info-list-item {
    display: table;
}
.b-catalog__item-info-list-item-icon {
    display: table-cell;
    vertical-align: middle;
    width: 44px;
}
.b-catalog__item-info-list-item-icon i, .b-catalog__item-info-list-item-icon span {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #d0d6d9;
    color: #000000;
    font-size: 20px;
}
.b-catalog__item-info-list-item-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 300;
}
/* b-advantages
====================================*/
.b-advantages {
    position: relative;
    background: url(../images/b-advantages/bg.jpg) center bottom no-repeat;
    background-size: cover;
}
.b-advantages h2 {
    color: #ffffff;
}
.b-advantages__list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: -15px -15px 40px -15px;
}
.b-advantages__list > .col {
    float: none;
    padding: 15px;
}
.b-advantages__list-item {
    color: #ffffff;
    max-width: 360px;
    margin: auto;
}
.b-advantages__list-item-header {
    display: table;
    margin: 0 0 15px 0;
}
.b-advantages__list-item-icon {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
}
.b-advantages__list-item-icon i {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #ffffff;
    width: 100px;
    height: 100px;
    border: 1px solid white;
    font-size: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.b-advantages__list-item-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    font-size: 22px;
}
.b-advantages__list-item-title.title-border:after {
    margin: 10px 0 0 0;
}
.b-advantages__btn {
    text-align: center;
}
/* b-stages
====================================*/
.b-stages {
    position: relative;
    background: url("../images/b-promo/bg.jpg") center top no-repeat;
    background-size: cover;
}
.b-stages h2 {
    color: #ffffff;
}
.b-stages__small-slider {
    position: relative;
    width: 630px;
    padding: 0 24px 45px 24px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}
.b-stages__small-slider-item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.b-stages__small-slider-item-number {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 5px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    transition: 0.3s;
}
.b-stages__small-slider-item-text {
    color: #ffffff;
}
.b-stages__small-slider .owl-carousel .owl-item.active-item .b-stages__small-slider-item-number {
    color: #000000;
    background-color: #ffffff;
}
.b-stages__small-slider #slider-nav {
    display: block;
}
.b-stages__small-slider #slider-nav .owl-prev,
.b-stages__small-slider #slider-nav .owl-next {
    display: block;
    position: absolute;
    top: 12px;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    height: 20px;
    width: 24px;
    cursor: pointer;
    transition: 0.3s;
}
.b-stages__small-slider #slider-nav .owl-prev:hover,
.b-stages__small-slider #slider-nav .owl-next:hover {
    color: #41cfc5;
}
.b-stages__small-slider #slider-nav .owl-prev {
    left: 0;
}
.b-stages__small-slider #slider-nav .owl-next {
    right: 0;
}
.b-stages__big-slider {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.b-stages__big-slider-item {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: -15px;
}
.b-stages__big-slider-item > .col {
    float: none;
    padding: 15px;
}
.b-stages__big-slider-item-side {
    display: table;
}
.b-stages__big-slider-item-number {
    display: table-cell;
    vertical-align: top;
    color: #41cfc5;
    font-size: 90px;
}
.b-stages__big-slider-item-content {
    display: table-cell;
    vertical-align: top;
    padding: 25px 0 0 30px;
}
.b-stages__big-slider-item-title {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 13px 0;
}
.b-stages__big-slider-item-title.title-border:after {
    margin: 10px 0 0 0;
}
.b-stages__big-slider-item-text {
    color: #ffffff;
    margin: 0 0 20px 0;
}
.b-stages__small-slider .owl-carousel .owl-item {
    cursor: pointer;
}
.b-stages__small-slider .owl-carousel .owl-item:hover .b-stages__small-slider-item-number {
    color: #000000;
    background-color: #ffffff;
}
/* b-projects
====================================*/
.b-projects {
    position: relative;
    text-align: center;
}
.b-projects h2 {
    color: #293844;
    margin-bottom: 15px;
}
.b-projects__header {
    color: #293844;
    font-size: 18px;
    margin-bottom: 20px;
}
.b-projects .nav-tabs {
    margin: 0;
    padding: 0 0 35px 0;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
}
.b-projects .nav-tabs li {
    list-style: none;
    padding: 10px 0;
}
.b-projects .nav-tabs li a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: transparent;
    color: #293844;
    font-size: 17px;
    text-decoration: none;
    transition: 0.2s;
    padding: 9px 15px 9px 15px;
    line-height: 34px;
    max-width: 100%;
    border: 1px solid #d0d6d9;
    position: relative;
}
.b-projects .nav-tabs li:nth-child(1) a {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.b-projects .nav-tabs li:nth-child(2) a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.b-projects .nav-tabs li.active a {
    border-color: #41cfc5;
    background-color: #41cfc5;
    color: #ffffff;
}
.b-projects__list {
}
.b-projects__list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin: -2px;
}
.b-projects__list > .col {
    float: none;
    padding: 2px;
}
.b-projects__list .col a {
    display: block;
    overflow: hidden;
}
.b-projects__list .col a img {
    transition: 0.3s;
}
.b-projects__list .col a:hover img {
    transform: scale(1.1);
}
.b-projects__btn {
}
.load-more-btn {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 35px 0 0 0;
}
.load-more-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    border-bottom: 1px dotted #000000;
    transition: 0.3s;
}
.load-more-btn:hover span {
    border-bottom-color: transparent;
}
.load-more-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    color: #41cfc5;
    margin: 0 10px 0 0;
}
.load-more-btn.active {
    display: none;
}
.load-more-content {
    display: none;
}
.load-more-content.active {
    display: flex;
}
/* b-contacts
---------------------------------*/
.b-contacts {
    position: relative;
    overflow: hidden;
}
.b-contacts h2 {
    color: #293844;
    margin-bottom: 60px;
}
.b-contacts__content {
    padding: 15px 0 35px 0;
}
.b-contacts__list {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    margin: -15px;
}
.b-contacts__list > .col {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    float: none;
    padding: 30px;
    border-left: 1px solid #e2e2e2;
    min-height: 100%;
}
.b-contacts__list > .col:nth-child(1) {
    border: none;
}
.b-contacts__list-item {
    text-align: center;
}
.b-contacts .b-small-btn {
    text-align: center;
    margin-top: 10px;
}
.b-contacts .b-small-btn a {
    color: #41cfc5;
}
.b-contacts .b-small-btn a:hover {
    color: #ffffff;
}
.b-contacts .b-small-contact__item_phone a:hover {
    border-bottom-color: #293844;
}
.b-contacts .b-small-contact__item_phone a {
    color: #293844;
    font-size: 33px;
}
.b-contacts .b-small-contact__item {
    margin-top: 10px;
    color: #293844;
    font-size: 16px;
    text-align: center;
}
.b-contacts .b-small-address {
}
.b-contacts .b-small-address .title {
    color: #293844;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.b-contacts .b-small-address a {
    text-decoration: none;
}
.b-contacts .b-small-address a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #41cfc5;
    margin: 0 5px 0 0;
}
.b-contacts .b-small-address a span {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px dotted #000000;
    transition: 0.3s;
}
.b-contacts .b-small-address a:hover span {
    border-bottom-color: transparent;
}
.b-contacts .b-small-address {
}
/* b-modal-form
---------------------------------*/
.b-modal-form {
    display: none;
    max-width: 100%;
    width: 445px;
    background-color: #FFFFFF;
}
#form-map.b-modal-form, #form-map2.b-modal-form, #form-map3.b-modal-form {
    width: 750px;
    height: 500px;
}
.b-modal-form .b-form {
    margin: auto;
    box-shadow: none;
    border: none;
    padding: 40px;
    max-width: none;
    background: none;
}
.b-modal-form .b-form__header {
    margin: 0 0 20px 0;
    padding: 0;
}
.b-modal-form .b-form__header__title {
    margin-bottom: 10px;
}
.b-modal-form .b-form__content {
    padding: 0;
    max-width: 100%;
    width: 320px;
    margin: auto;

}
/* b-modal
---------------------------------*/
.b-modal {
    display: none;
    position: relative;
    width: 445px;
    background-color: #FFFFFF;
    padding: 65px 30px 65px 30px;
    text-align: center;
    max-width: 100%;
    color: #000000;
}
.b-modal__content {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}
.b-modal .b-list-with-icon {
    width: auto;
    display: block;
    text-align: center;
}
.b-modal .b-list-with-icon__icon {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
}
.b-modal .b-list-with-icon__icon i {
    font-size: 48px;
    color: #41cfc5;
}
.b-modal .b-list-with-icon__content {
    font-size: 14px;
    padding: 0;
    display: block;
}
.b-modal .b-list-with-icon__content .title {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px 0;
    width: 100%;
}
/* modal-skin
---------------------------------*/
.modal-skin .modal-dialog {
    width: 1140px;
    max-width: 100%;
    margin-top: 70px;
}
.modal-skin .modal-dialog button.close {
    position: absolute;
    right: 0;
    top: -35px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZBAMAAAA2x5hQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAHlBMVEX///////////////////////////////////////8V2MxSAAAACXRSTlMArTw96Gv96a5iRmh8AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAG1JREFUGNNNj8sNwDAIQ5FQ71EnyaESA7BCV+gEWaBSF28IiWMuYD/xk1MQWuSqUL1UB/J0gARw5glnShP9w0V72Ht0+LRWnVCHdyV1PCTEmGnjPuOZ2nif8S2BNjT+IdGCxr8vlBXQKD866f0B9/URg1VhoEQAAAAASUVORK5CYII=) 0 0 no-repeat;
    width: 25px;
    height: 25px;
    opacity: 1;
    border: none;
    outline: none;
}
.modal-skin .modal-dialog .modal-content {
    border: none;
    padding: 40px;
}
/* b-thanks
---------------------------------*/
.popover {
    background-color: #FFFFFF;
    -moz-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    box-shadow: 0 8px 21px rgba(0, 0, 0, 0.21);
    border: none;
    max-width: 350px;
}
.popover.bottom {
    margin-top: 20px;
}
.popover > .arrow,
.popover.bottom > .arrow {
    border-color: transparent;
}
/*=================================== Site-footer ===================================*/
#footer {
    padding: 35px 0 35px 0;
    background-color: #f9f9f9;
}
#footer .b-logo__img {
    background: none !important;
    width: auto !important;
    height: auto !important;
}
#footer .footer-content {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
#footer .footer-content .side {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 70%;
}
/* b-privacy-policy
---------------------------------*/
.footer-text {
    color: #000000;
    font-size: 16px;
    line-height: 1.45;
    margin: 0 0 0 25px;
}
/* b-developer
---------------------------------*/
.b-developer {
    display: block;
}
.b-developer__content {
    display: inline-table;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.1;
    text-decoration: none;
}
.b-developer__content__img {
    display: table-cell;
    vertical-align: middle;
}
.b-developer__content__img img {
    vertical-align: top;
}
.b-developer__content__text {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}
.b-developer__content__text span {
    display: block;
    border-bottom: 1px solid;
}
.b-developer__content:hover span {
    border-bottom-color: transparent;
}
/* b-social
---------------------------------*/
.b-social {
    display: table;
}
.b-social__item {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 10px;
}
.b-social__item__icon {
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    font-size: 35px;
    text-decoration: none;
    transition: 0.3s;
}
.b-social__item:nth-child(1) .b-social__item__icon {
    color: #4d76a1;
}
.b-social__item:nth-child(2) .b-social__item__icon {
    color: #6a453b;
}
.b-social__item:nth-child(3) .b-social__item__icon {
    color: #3b5998;
}
.b-social__item:nth-child(4) .b-social__item__icon {
    color: #dc4e41;
}
.b-social__item__icon i {
    line-height: 35px;
}
.b-social__item__icon:hover {
    opacity: 0.8;
}
#map {
    width: 750px;
    height: 500px;
}
#map > * {
    height: 100% !important;
    width: 100% !important;
}
#map2 {
    width: 750px;
    height: 500px;
}
#map2 > * {
    height: 100% !important;
    width: 100% !important;
}
#wb_Text3{
    text-align:center;
}
#wb_Text3 a{
    color:#fff;
}
#popup__toggle {
    cursor: pointer;
}
.img-circle {
    background-color:#29AEE3;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
.circlephone {
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    border: 2px solid #29AEE3;
    width:150px;
    height:150px;
    bottom:-25px;
    right:10px;
    position:absolute;
    -webkit-border-radius:100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.circle-fill {
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    background-color:#29AEE3;
    width:100px;
    height:100px;
    bottom:0px;
    right:35px;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.img-circle {
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:72px;
    height:72px;
    bottom: 14px;
    right: 49px;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    transition: .3s;
}
.img-circleblock {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    padding-bottom: 2px;
    font-size: 18px;
}
.img-circle:hover {
    opacity: 1;
}
.circlephone.noanim, .circle-fill.noanim {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.circlephone.noanim {
    display: none;
}
.circle-fill.noanim {
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    transition: none;
}
.img-circleblock.noanim {
    padding-bottom: 8px;
}
.img-circleblock.noanim span {
    display: none;
}
.img-circleblock.noanim:before {
    content: '\00D7';
    font-size: 50px;
    line-height: 50px;
}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
.menu-container {
    position: relative;
}
.menu-widget {
    position: fixed;
    right: 0;
    bottom: 35px;
    z-index: 5000;
}
.menu-list {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: calc(100% + 100px);
    right: 65px;
    transition: .3s;
}
.menu-list.show {
    visibility: visible;
    opacity: 1;
}
.menu-list ul {
    list-style: none;
    padding: 0;
    text-align: right;
}
.menu-list ul li {
    margin-bottom: 5px;
}
.menu-list ul li:last-child {
    margin-bottom: 0;
}
.menu-list ul a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap;
    font-family: CBKRobotoLight,sans-serif;
}
.menu-list ul a span {
    background: rgba(0, 0, 0, 0.78);
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 18px;
    transition: .3s;
}
.menu-list ul a img {
    background: rgba(9,161,217,0.79);
    border-radius: 100%;
    padding: 7px;
    box-sizing: border-box;
    max-width: 50px;
    transition: .3s;
}
.menu-list ul a img.color1 {
    background: rgba(9,161,217,0.79);
}
.menu-list ul a img.color2 {
    background: rgba(9,161,217,0.79);
}
.menu-list ul a img.color3 {
    background: rgba(9,161,217,0.79);
}
.menu-list ul a img.color4 {
    background: rgba(9,161,217,0.79);
}
.menu-list ul a img.color5 {
    background: rgba(9,161,217,0.79);
}
.menu-list ul a img.color6 {
    background: rgba(9,161,217,0.79);
}
.menu-list ul a img.color7 {
    background: rgba(9,161,217,0.79);
}
.menu-list ul a:hover span {
    background: rgba(0, 0, 0, 1);
}
.menu-list ul a:hover img {
    background: rgba(9,161,217,1);
}
.menu-list ul a:hover img.color1 {
    background: rgba(9,161,217,1);
}
.menu-list ul a:hover img.color2 {
    background: rgba(9,161,217,1);
}
.menu-list ul a:hover img.color3 {
    background: rgba(9,161,217,1);
}
.menu-list ul a:hover img.color4 {
    background: rgba(9,161,217,1);
}
.menu-list ul a:hover img.color5 {
    background: rgba(9,161,217,1);
}
.menu-list ul a:hover img.color6 {
    background: rgba(9,161,217,1);
}
.menu-list ul a:hover img.color7 {
    background: rgba(9,161,217,1);
}
.icon-instagram{
    font-size:30px;
    vertical-align:middle;
}
/*=================================== Adaptive ===================================*/

@media (max-width: 1199px) {
    .b-catalog__item-info {
        padding: 15px;
    }
    .b-catalog__item-info-title {
        font-size: 26px;
        line-height: 1.1;
        margin: 0 0 15px 0;
    }
    .b-catalog__item-info-content {
        padding: 0 0 15px 0;
    }
    .b-advantages__list-item-icon {
        width: 80px;
    }
    .b-advantages__list-item-icon i {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
    .b-advantages__list-item-title {
        padding: 0 0 0 15px;
        font-size: 18px;
    }
    .b-logo__img {
        width: 130px;
        height: 45px;
    }
    .header-content {
        padding: 10px 0;
    }
    /* modal-skin
    ---------------------------------*/
    .modal-skin .modal-dialog {
        max-width: 940px;
    }

}
@media (max-width: 991px) {

    h2 {
        margin-bottom: 30px;
        font-size: 34px;
    }
    h1 {
        font-size: 39px;
        margin-bottom: 40px;
    }
    .b-promo__content-header span {
    font-size: 20px;
    }
    .b-promo {
        padding: 185px 0 65px 0;
    }
    .b-promo__list {
        margin: -15px -15px 45px -15px;
    }
    .b-promo__list-item-icon {
        margin: 0 0 5px 0;
    }
    .b-catalog__item {
        width: 560px;
        max-width: 100%;
        margin: 25px auto 0;
    }
    .b-catalog__item:nth-child(2) .col:nth-child(1), .b-catalog__item:nth-child(4) .col:nth-child(1), .b-catalog__item:nth-child(6) .col:nth-child(1), .b-catalog__item:nth-child(8) .col:nth-child(1) {
        order: 0;
    }
    .landing-section {
        padding: 50px 0 50px 0;
    }
    .b-stages__big-slider-item-number {
        font-size: 75px;
    }
    .b-stages__big-slider-item {
        margin: -10px;
    }
    .b-stages__big-slider-item > .col {
        padding: 10px;
    }
    .b-stages__big-slider-item-content {
        display: table-cell;
        vertical-align: top;
        padding: 15px 0 0 15px;
    }
    .b-projects__header {
        font-size: 15px;
    }
    .b-projects .nav-tabs {
        padding: 0 0 20px 0;
    }
    .b-contacts .b-small-address .title {
        font-size: 16px;
    }
    .b-contacts__content {
        padding: 0 0 15px 0;
    }
    .b-contacts h2 {
        margin-bottom: 50px;
    }
    #footer {
        padding: 15px 0 15px 0;
    }
    .modal-skin .modal-dialog {
        max-width: 720px;
    }
    .modal-skin .modal-dialog .modal-content {
        padding: 20px;
    }
    /* fancybox-close
    ---------------------------------*/
    .fancybox-close {
        right: 0;
        top: -35px;
    }

}
@media (max-width: 767px) {
    .img-circleblock, .img-circle {
        width: 60px;
        height: 60px;
    }
    .img-circleblock {
        padding-bottom: 1px;
        font-size: 14px;
    }
    .img-circleblock.noanim:before {
        font-size: 40px;
        line-height: 40px;
        display: flex;
        height: 34px;
        align-items: flex-end;
    }
    .img-circleblock.noanim {
        padding-bottom: 0;
    }
    .circlephone {
        width: 100px;
        height: 100px;
        bottom: -6px;
        right: 29px;
    }
    .circle-fill {
        width: 80px;
        height: 80px;
        bottom: 4px;
        right: 39px;
    }
    .circle-fill.noanim {
        box-sizing: border-box;
        width: 64px;
        height: 64px;
    }
    .menu-list {
        bottom: calc(100% + 85px);
        right: 65px;
    }
    .menu-list ul a {
        font-size: 13px;
        line-height: 18px;
    }
    .menu-list ul a img {
        padding: 5px;
        max-width: 43px;
    }
    .menu-widget {
        right: -15px;
        bottom: 15px;
    }
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    h2 {
        margin-bottom: 25px;
        font-size: 26px;
    }
    .b-small-btn a {
        font-size: 12px;
        padding: 0 12px 0 12px;
    }
    .b-logo__img {
        width: 130px;
        height: 45px;
    }
    .b-small-contact__item_phone a {
        font-size: 20px;
    }
    .b-small-contact__item {
        font-size: 12px;
    }
    .header-content {
        padding: 10px 0;
    }
    #header.affix .b-logo__img {
        width: 130px;
        height: 45px;
    }
    .b-promo {
        padding: 140px 0 40px 0;
    }
    .b-promo__list-item-icon {
        font-size: 44px;
        height: 44px;
    }
    .b-promo__list-item-content {
        font-size: 16px;
    }
    .b-promo__list {
        margin: -15px -15px 35px -15px;
    }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        margin: -15px 0 0 0;
        font-size: 30px;
    }
    .b-clients__list {
        padding: 0 40px;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: -40px;
    }
    .owl-carousel .owl-nav .owl-next {
        right: -40px;
    }
    .b-clients {
        padding: 30px 0 10px 0;
    }
    .b-stages__big-slider {
        width: 460px;
    }
    .load-more-btn {
        margin: 25px 0 0 0;
    }
    .b-contacts__list {
        margin: -10px;
    }
    .b-contacts__list > .col {
        border: none;
        padding: 10px;
    }
    .b-contacts .b-small-contact__item_phone a {
        font-size: 26px;
    }
    .b-contacts h2 {
        margin-bottom: 25px;
    }
    #form-map.b-modal-form {
        width: 450px;
        height: 300px;
    }
    #map {
        width: 450px;
        height: 300px;
    }
    #map2 {
        width: 450px;
        height: 300px;
    }
    /* b-form
    ---------------------------------*/
    .b-form {
        padding: 15px;
    }
    .b-form__header__title {
        font-size: 18px;
    }
    .b-form__content {
        padding: 0 20px 0 20px;
    }
    /* b-modal-form
    ---------------------------------*/
    .b-modal-form .b-form {
        padding: 20px;
    }
    .b-modal-form .b-form__header__title {
        font-size: 24px;
    }
    .b-modal-form .b-form .b-btn {
        min-width: 0;
    }
    .landing-section {
        padding: 30px 0 30px 0;
    }

}
@media (max-width: 600px) {
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .b-promo__content-header span {
    font-size: 15px;
    }
    .b-promo {
        padding: 90px 0 30px 0;
    }
    .b-promo__list-item-content {
        font-size: 15px;
    }
    .b-promo__list-item-icon {
        font-size: 32px;
        height: 32px;
    }
    .b-promo__list {
        margin: -10px -10px 20px -10px;
    }
    .b-promo__list > .col {
        padding: 10px;
    }
    .footer-text {
        width: 100%;
        margin: 0;
    }
    #footer .footer-content {
        text-align: center;
        display: block;
    }
    #footer .footer-content .side {
        text-align: center;
        max-width: 100%;
        display: block;
        margin: 0 0 25px 0;
    }
    #footer .footer-content .b-logo {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 5px 0;
    }
    .b-small-btn {
        display: none;
    }
    .b-logo__img {
        width: 100px;
    }
    .b-small-contact__item_text {
        display: none;
    }
    .b-small-contact .b-list-with-icon__icon {
        display: block;
    }
    .header-content {
        padding: 10px 0;
    }
    #header.affix .b-logo__img {
        width: 100px;
        height: 40px;
    }
    #header.affix .header-content {
        padding: 5px 0;
    }
    .b-btn {
        font-size: 14px;
        padding: 11px 20px 11px 20px;
        min-width: 200px;
    }
    .b-clients h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .b-clients {
        padding: 15px 0 0 0;
    }
    .b-catalog__item-info-title {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    .quiz-title {
        font-size: 20px;
    }
    .b-stages__small-slider {
        padding: 0 24px 25px 24px;
    }
    .load-more-btn span {
        font-size: 15px;
    }
    .b-advantages__list-item-header {
        margin: 0 0 5px 0;
    }
    .input-text, textarea {
        padding: 12px 20px 12px 20px;
        height: 56px;
        font-size: 16px;
    }
    .icon-instagram{
        font-size: 20px;
    }
    .b-small-contact__item .social{
        font-size: 16px;
    }
    .b-small-contact__item_phone a{
        font-size: 16px;
    }
    #header.affix .b-list-with-icon__content{
        padding-top:10px;
    }

}
@media (max-width: 480px) {
    #header.affix .b-small-contact__item .social{
        color: #000;
    }
    .b-promo {
        padding: 200px 0 25px 0;
    }
    h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .b-promo__content-header strong{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .b-promo__content-header{
        margin-bottom:20px;
    }
    .b-promo__list-item-content {
        font-size: 13px;
    }
    .b-catalog__item-slider .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .b-catalog__item-slider .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
    .b-catalog__item-info-title {
        font-size: 18px;
    }
    .b-catalog__item-info-title h3 {
        font-size: 18px;
    }
    .b-btn {
        font-size: 13px;
        padding: 11px 15px 11px 15px;
        line-height: 24px;
    }
    .b-btn i {
        margin: -2px 10px 0 0;
        font-size: 18px;
    }
    .b-stages__small-slider #slider-nav .owl-prev, .b-stages__small-slider #slider-nav .owl-next {
        font-size: 16px;
        height: 16px;
        width: 18px;
    }
    .b-stages__small-slider {
        padding: 0 18px 20px 18px;
    }
    .b-stages__small-slider-item-text {
        font-size: 10px;
    }
    .b-projects .nav-tabs li a {
        font-size: 16px;
        line-height: 20px;
    }
    .b-projects .nav-tabs li {
        padding: 5px 0;
    }
    .input-text, textarea {
        padding: 8px 15px 8px 15px;
        height: 48px;
        font-size: 16px;
    }
    #form-map.b-modal-form {
        width: 290px;
        height: 200px;
    }
    #map {
        width: 290px;
        height: 200px;
    }
    #map2 {
        width: 290px;
        height: 200px;
    }
}
.arcticmodal-overlay, .arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
*:first-child + html .arcticmodal-container {
    height: 100%;
}
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}
.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
}
.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000000 url(../quiz/loading.gif) no-repeat 50% 50%;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bxslider {
    margin: 0;
    padding: 0;
}
ul.bxslider {
    list-style: none;
}
.bx-viewport {
    -webkit-transform: translatez(0);
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../quiz/images/bx_loader.gif) center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000000;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
.bx-wrapper .bx-prev {
    left: 10px;
}
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next {
    right: 10px;
    text-decoration: none;
}
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #ffffff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
input.error {
    border-color: red !important;
}
label.error {
    display: none !important;
}
.btn-next {
    display: block;
    width: 100%;
    padding: 19px 0;
    border-radius: 4px;
    border-bottom: 3px solid #d0d0d0;
    background: #DADADA;
    margin-left: 15px;
    font-size: 18px;
    font-family: 'FSElliotPro';
    color: #A7A7A7;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.btn-next:hover {
    background: #28dbcf;
}
.btn-next span {
    font-weight: inherit;
    position: relative;
    z-index: 2;
}
.btn-next span:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url("../quiz/img/next-row.svg") no-repeat center;
    margin-left: 10px;
}
.btn-next_active {
    border-bottom: 3px solid #148f86;
    background: #22b7ad;
    color: #ffffff;
}
.btn-next_active span:after {
    background: url("../quiz/img/next-row-a.svg") no-repeat center;
}
.btn-next-container {
    width: 100%;
    position: relative;
}
.btn-next-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.btn-next-container_active:before {
    content: none;
}
.btn-shine:after {
    content: "";
    margin-left: 60px;
    width: 30px;
    height: 300px;
    background: #ffffff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}
.bx-next {
    display: inline-block;
    width: 100%;
    max-width: 285px;
}
.portable-test-wrapper {
    background: #FFFFFF;
    position: relative;
}
.header-line {
    padding: 30px 0;
}
.header-line .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.header-line__logo {
    display: block;
    margin-right: 35px;
}
.header-line__title {
    font-size: 18px;
    line-height: 1.33;
    margin: 0;
}
.main-progress {
    background: #F2F2F2;
    position: relative;
}
.main-progress__extender {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: 100%;
    background: #41cfc5;
    -webkit-transition: .3s;
    transition: .3s;
}
.main-progress__text {
    position: relative;
    width: 100%;
    padding: 15px 10px;
    font-size: 17px;
    text-align: center;
    display: none;
}
.main-progress__text_active {
    display: block;
}
.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px auto 30px;
}
.step__text {
    font-size: 14px;
    margin-right: 15px;
}
.step__extender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}
.step__extender:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #41cfc5;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.step__extender-item {
    width: 9px;
    height: 9px;
    border: 1px solid #41cfc5;
    border-radius: 50%;
    background: #FFFFFF;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}
.step__extender-item:last-child {
    margin-right: 0;
}
.step__extender-item_active {
    background: #41cfc5;
}
.step-slide {
    padding-bottom: 55px;
}
.step-slide__discount {
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    margin: -25px 0 40px 15px;
    background: url("../quiz/img/gift.png") no-repeat left center;
    line-height: 24px;
}
.step-slide__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 24px;
    font-family: 'FSElliotPro';
    margin-bottom: 0px;
}
.step-slide__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 24px;
    font-family: 'FSElliotPro';
    margin-bottom: 30px;
}
.step-slide__h4 {
    margin: 0px 0 0px 40px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 17px;
    font-family: 'FSElliotPro';
}
.step-slide__h5 {
    width: 850px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
    margin: 0px 0 0px 0px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 17px;
    font-family: 'FSElliotPro';
}
.step-slide__title-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border: 3px solid #41cfc5;
    border-radius: 50%;
    font-size: 17px;
    font-family: 'FSElliotPro';
    margin-right: 15px;
}
.step-slide__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 35px;
}
.pick-item {
    display: block;
    margin: 0 15px 30px;
    cursor: pointer;
}
.pick2-item {
    display: block;
    margin: 0 15px 30px;
    cursor: pointer;
}
.pick-item__img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
}
.pick-item__img img {
    display: inline-block;
}
.pick-item__span {
    width: 750px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
    background-color: #faf8ee;
    margin: -15px 0 30px 50px;
    padding: 15px;
    line-height: 22px;
}
.pick-item__input {
    display: none;
    width: 185px;
    height: 55px;
    border: 0px solid #d9d9d9;
    background-color: #efefef;
    border-radius: 5px;
    padding: 15px;
    font-size: 22px;
    margin-right: 10px;
    font-family: 'FSElliotPro';
}
.pick-item__input:checked + .pick-item__label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #41cfc5;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.pick-item__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #41cfc5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.pick-item__label {
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
}
.pick-item__label sub {
    line-height: 1px;
}
.pick-item2 {
    display: block;
    width: 600px;
    margin: 0 15px 30px;
    cursor: pointer;
}
.pick-item2 {
    display: block;
    margin: 0 15px 15px;
    cursor: pointer;
}
.pick-item2__img {
    width: 100%;
    height: 162px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
}
.pick-item2__img img {
    display: inline-block;
}
.pick-item2__span {
    width: 750px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left;
    background-color: #faf8ee;
    margin: -15px 0 30px 10px;
    padding: 15px;
    line-height: 22px;
}
.pick-item2__input {
    display: none;
    width: 185px;
    height: 55px;
    border: 0px solid #d9d9d9;
    background-color: #efefef;
    border-radius: 5px;
    padding: 15px;
    font-size: 22px;
    margin-right: 10px;
    font-family: 'FSElliotPro';
}
.pick-item2__input:checked + .pick-item2__label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #41cfc5;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.pick-item2__label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #41cfc5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.pick-item2__label {
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
}
.pick-item2__label sub {
    line-height: 1px;
}
.last-step-form {
    width: 100%;
    padding-left: 15px;
}
.last-step-form__label {
    display: block;
    font-size: 17px;
    margin-bottom: 18px;
}
.last-step-form__input {
    display: block;
    width: 100%;
    max-width: 460px;
    padding: 11px 0 11px 50px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    height: 60px;
    font-family: 'FSElliotPro';
    font-size: 24px;
    border-radius: 3px;
    background: #EFEFEF url("../quiz/img/phone.png") no-repeat left 20px center;
}
.last-step-form__button {
    display: block;
    width: 100%;
    max-width: 460px;
    padding: 25px 0;
    border-radius: 4px;
    border: 0;
    border-bottom: 3px solid #148f86;
    background: #22b7ad;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.last-step-form__button span {
    font-weight: inherit;
    position: relative;
    z-index: 2;
}
.last-step-form__button span:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../quiz/img/form.svg") no-repeat center;
    margin: 0 0 -5px 10px;
}
.last-step-form__button:hover {
    background: #28dbcf;
}
.last-step-form__accept {
    font-size: 10px;
    color: #4A4A4A;
}
.last-step-form__accept a {
    color: inherit;
    text-decoration: underline;
}
.after-submit {
    background: #FFFFFF;
}
.after-submit .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 150px 0;
}
.after-submit__title {
    padding-top: 80px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    background: url("../quiz/img/done.png") no-repeat top center;
    text-align: center;
}
.after-submit__descr {
    font-size: 18px;
    text-align: center;
}
.after-submit__descr a {
    color: #41cfc5;
    text-decoration: underline;
}
.test-modal-button {
    display: block;
    width: 100%;
    max-width: 330px;
    height: 66px;
    border-radius: 4px;
    overflow: hidden;
    border: 0;
    background: #09B677;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: .3s;
    transition: .3s;
}
.test-modal-button:hover {
    background: #089E67;
}
.test-modal-button span:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../quiz/img/form-w.svg") no-repeat center;
    margin: 0 0 -5px 10px;
}
.arcticmodal-container {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
@media screen and (max-width: 767px) {
    .header-line .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .header-line__logo {
        margin: 0 0 15px;
    }
    .btn-next {
        margin: 0;
    }
    .step {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .step-slide__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }
    .step-slide__title-counter {
        margin: 0 0 10px;
    }
    .step-slide__grid {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .step-slide__discount {
        text-align: center;
        padding: 30px 0 0;
        background-position: top center;
        margin-left: 0;
    }
    .pick-item {
        text-align: center;
    }
    .pick-item__label {
        display: inline-block;
    }
    .last-step-form {
        padding: 0;
    }
    .last-step-form__label, .last-step-form__accept {
        text-align: center;
    }
    .last-step-form__input, .last-step-form__button {
        margin-left: auto;
        margin-right: auto;
    }
    .btn-next-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media screen and (max-width: 640px) {
    .pick-item {
        width: 50%;
        margin: 0;
        padding: 0 5px 30px;
    }
    .pick-item__img {
        height: auto;
        max-height: 287px;
    }
    .pick-item__label {
        padding-left: 25px;
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .container {
        padding: 0 10px;
    }
    .pick-item__label {
        font-size: 13px;
    }
    .last-step-form__button {
        font-size: 12px;
    }
    .last-step-form__button span:after {
        width: 18px;
        height: 18px;
        margin: 0 0 -4px 5px;
        background-size: 100% 100%;
    }
    .header-line__title {
        font-size: 13px;
        line-height: 1.33;
    }
    .main-progress__text {
        font-size: 14px;
    }
    .pick-item__span {
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
        text-align: center;
        background-color: #faf8ee;
        margin: -15px 0 30px 0px;
        padding: 15px;
        line-height: 16px;
        font-size: 13px;
    }
    .step-slide__title {
        font-size: 18px;
        margin-left: 10px;
    }
    .step-slide__discount {
        font-size: 15px;
        line-height: 20px;
    }
    .last-step-form__label {
        font-size: 13px;
        line-height: 17px;
    }
    .last-step-form__button {
        font-size: 15px;
    }
    .pick2-item {
        display: block;
        margin: 0 90px 30px;
        cursor: pointer;
        text-align: center;
    }
    .last-step-form__input {
        display: block;
        width: 100%;
        max-width: 460px;
        padding: 11px 0 11px 50px;
        margin-bottom: 10px;
        border: 1px solid transparent;
        border-radius: 5px;
        height: 60px;
        font-family: 'FSElliotPro';
        font-size: 24px;
        border-radius: 3px;
        background: #EFEFEF url("../quiz/img/phone.png") no-repeat left 20px center;
    }
    .pick-item2__label {
        font-size: 13px;
    }
    .pick-item2__span {
        width: 100%;
        overflow: hidden;
        margin-bottom: 5px;
        text-align: center;
        background-color: #faf8ee;
        margin: -15px 0 30px 0px;
        padding: 15px;
        line-height: 16px;
        font-size: 13px;
    }
    .pick-item2 {
        display: block;
        margin: 0 15px 30px;
        cursor: pointer;
    }
    .pick-item2 {
        display: block;
        margin: 0 15px 15px;
        cursor: pointer;
    }
    .pick-item2__img {
        width: 100%;
        height: 162px;
        overflow: hidden;
        margin-bottom: 20px;
        text-align: left;
    }
    .pick-item2__img img {
        display: inline-block;
    }
    .pick-item2__input {
        display: none;
        width: 100%;
        font-size: 18px;
    }

}
.cost{
    font-weight:700;
}
.title-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}