body {
    font-family: 'Open Sans';
}
p{
    margin: 0 0 10px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.9;
}

h1,h2{
    font-family: 'Ubuntu Regular';
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
}
h3{
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    padding-top: 14px;
    color: #37e;
    font-size: 24px;
    font-weight: bold;
}
ul li{
    font-size: 16px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
td{
    padding: 10px;
}
.table-map td {
    padding: 5px;
}
.btn-form {
    color: white !important;
    background-color: #2378ec !important;
}
.btn-form1 {
    color: white !important;
    background-color: #2378ec !important;
    padding: 10px 40px 10px 40px;
    border: none;
    border-radius: 0;
}
.btn-footer {
    color: white !important;
    background-color: grey;
    padding: 5px 30px 5px 30px;
    border: none;
    border-radius: 0;
    font-size: 12px;
}
.form1 input {
    margin-top: 10px;
}
.qfcapt {
    display: none;
}
.contact1 input {
    margin-top: 10px;
    height: 50px;
}
.btn-contact {
    margin-top: 20px;
    color: white !important;
    background-color: #2378ec !important;
    padding: 10px 40px 10px 40px;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}
/*----------------------- Спойлер ---------------------------------*/
.spoiler,
.spoiler2,
.spoiler3,
.spoiler4,
.spoiler5,
.spoiler6{
    text-align: center;
    padding-top: 30px;
}
.btn-spoiler {
    font-size: 18px;
}
.btn-spoiler:hover {
    color: #0025ff;
    cursor: pointer;
}
.sp,
.sp2,
.sp3,
.sp4,
.sp5,
.sp6,
.sp10,
.sp11,
.sp12 {
    height: 195px;
    overflow: hidden;
}
.openSP,
.openSP2,
.openSP3,
.openSP4,
.openSP5,
.openSP6,
.openSP10,
.openSP11,
.openSP12 {
    height: 100%;
    padding-bottom: 40px;
}


.text-header {
    font-family: "Montserrat-SemiBold";
    text-align: center;
    padding-top: 70px;
    font-size: 18px;
}
.header-link a {
    color: #337ab7;
    text-decoration: none;
}
.header-link {
    font-family: "Montserrat-SemiBold";
    text-align: center;
    padding-top: 60px;
    font-size: 26px;
    line-height: 15px;
}
.header-email {
    font-family: "Montserrat-SemiBold";
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}
.header-email a {
    color: black;
}
.nav-item a {
    font-size: 16px;
    color: white !important;
}

.nav-item a:hover {
    font-size: 16px;
    text-decoration: underline;
}
.nav-item a {
    padding-left:30px;
    font-family: "Montserrat-SemiBold";
}
.header-link__bg {
    background-color: #386fe1;
}

.welcome__title {
    font-family: 'Ubuntu Medium';
    color: #fff;
    text-transform: uppercase;
    font-size: 54px;
    margin: 65px 0px 20px;
    position: relative;
}

.welcome__title-lowercase, .welcome__title-lowercase+.welcome__desc {
    text-transform: none;
}

.welcome__title.welcome__title-lowercase{
    font-weight: 600;
    padding-left: 40px;
}

.welcome__title.welcome__title-lowercase:before {
    display: block;
    content: url("/assets/artezia/img/title_icon.png");
    width: 23px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.welcome__desc {
    color: #c0dbf4;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}

.welcome__btn {
    margin: 15px 0px;
    position: relative;
}



.welcome__title {
    font-family: 'Ubuntu Medium';
    color: #fff;
    text-transform: uppercase;
    font-size: 54px;
    margin: 65px 0px 20px;
    position: relative;
}
.welcome__desc {
    color: #c0dbf4;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 17px 35px;
    border-radius: 8px;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
    font-family: 'Ubuntu Regular';
    font-weight: 600;
    background: white;
}
.btn--blue {
    background-color: #2378ec;
    color: #fff;
}
#system-message{
    text-align: center;
    font-family: 'Ubuntu Regular';
    font-weight: 700;
    font-size: 20px;
}
.alert-heading{
    font-family: 'Ubuntu Regular';
    font-weight: 700;
    font-size: 20px;
}


.services {
    color: #39335b;
    padding-bottom: 30px;
    background-color: #f4f4f4;
}

.services__card {
    display: block;
    position: relative;
    max-width: 400px;
    /*min-height: 700px;*/
    margin: 10px auto;
    padding: 35px 10px 25px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0);
    text-align: center;
}

.services__card:hover {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

.services__card-title {
    font-family: 'Ubuntu Regular';
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px 20px;
}

.services__card_hid .shad_hid {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 120px;
}

.services__card-icon {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: 50px;
}

.services__list {
    padding-left: 35px;
    margin: 25px 0px;
    text-align: left;
    padding-bottom: 50px;
}
.services__card .services__list .shad {
    /*display: none;*/
}
.services__list-item {
    background: url(../img/services__list-icon.png) no-repeat left 5px;
    padding-left: 30px;
    margin: 10px 0px;
    list-style: none;
    color: #595e71;
    font-size: 16px;
}

.services__btn {
    padding-left: 70px;
    padding-right: 70px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0)
}

.services__more-btn {
    padding-left: 70px;
    padding-right: 70px;
    margin: 20px 0px;
}
.services__card_hid .services__list {
    /*max-height: 210px;
    overflow: hidden;*/
    position: relative;
}

.services__card.services__card_hid {
    /*max-height: 550px;
    min-height: 550px;
    overflow: hidden;*/
    padding-bottom: 120px;
}

.title {
    font-family: 'Ubuntu Regular';
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}

.title--dark {
    color: #39335b;
}

.title--light {
    color: #fff;
}

.title:after {
    display: block;
    margin: 10px auto 50px;
}

.title--dark:after {
    content: '';
    background-image: url(../img/title-icon--dark.png);
    width: 69px;
    height: 22px;
}
.title--light:after {
    content: '';
    background-image: url(../img/title-icon--light.png);
    width: 69px;
    height: 22px;
}

.about__btn:before {
    content: url(../img/download-pdf-icon.png);
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.about {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 130px;
    margin-bottom: -40px;
    position: relative;
}

.about__title {
    padding-top: 60px;
}

.about__video-link {
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    position: relative;
}

.about__video-link:after {
    content: url(../img/about__video-link-icon.png);
    position: absolute;
    left: calc(50% - 37.5px);
    top: calc(50% - 40px);
    transition: .3s
}

.about__video-link:hover:after {
    transform: scale(1.2)
}

.about__video-link img {
    display: block;
    max-width: 100%;
}

.about__subtitle {
    font-family: 'Ubuntu Medium';
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}
.about__blockquote::before {
    content: url(../img/blockquote-ico.png);
    position: absolute;
    left: 17px;
}
.about__txt {
    color: #4b4b4b;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
}
.about ol li{
    color: #4b4b4b;

}

.about__blockquote {
    border-left: none;
    color: #fff;
    font-size: 18px;
    padding-left: 30px;
}

.about__btn {
    margin-top: 10px;
}

.advantage {
    padding-bottom: 30px;
    background-color: #fff;
}

.advantage_ist {
    display: -webkit-flex;
    display: flex;
}

.advantage__desc {
    font-size: 18px;
    text-align: center;
    padding: 0px 15px;
}
.advantage__card-icon{
    display: block;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 15px;
    height: 150px;
}


.choice {
    background-image: url(../img/choice-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px 100px;
}

.choice__title {
    font-size: 42px;
}

.choice__title:after {
    display: none;
}

.choice__desc {
    color: #c0dbf4;
    font-size: 14px;
    margin: 20px 0px;
}

.choice__btn {
    padding: 17px 45px;
}

.input {
    min-width: 297px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #c0dbf4;
    border-radius: 10px;
    padding: 18px 35px;
    margin: 0px 10px;
    color: #c0dbf4;
    /* box-shadow:  0px 0px 5px rgba(0, 0, 0, 0); */
    font-size: 16px;
    outline: none;
    transition: 0.2s;
    margin-bottom:20px
}

.input:focus {
    box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.25)
}
.input::-webkit-input-placeholder {
    font-weight: 300;
    color: #c0dbf4;
    transition: .2s;
}

.input::-moz-placeholder {
    font-weight: 300;
    color: #c0dbf4;
    transition: .2s;
}

.input:-moz-placeholder {
    font-weight: 300;
    color: #c0dbf4;
    transition: .2s;
}

.input:-ms-input-placeholder {
    font-weight: 300;
    color: #c0dbf4;
    transition: .2s;
}

.input:focus::-webkit-input-placeholder {
    opacity: 0;
    text-indent: 100px
}

.input:focus::-moz-placeholder {
    opacity: 0;
    text-indent: 100px
}

.input:focus:-moz-placeholder {
    opacity: 0;
    text-indent: 100px
}

.input:focus:-ms-input-placeholder {
    opacity: 0;
    text-indent: 100px
}
@keyframes slideme{0%{left:-120px;margin-left:0px;}100%{left:110%;margin-left:40px;}}

.input-checkbox_desc{
    display: block;
    font-size: 13px;
}

#choice .pop-up__desc{
    color: #fff;
    text-align: center;
    padding-top: 30px;
}
#choice .pop-up__desc a{
    color: #fff;
    text-decoration: underline;
    padding-top: 70px;
}
#choice .pop-up__desc a:hover{
    text-decoration: none;
}
.recalls {
    background-image: url(../img/recalls-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #fff;
    padding-bottom: 100px;
}

.recalls__title {
    padding-top: 75px;
}

.recalls__slider {
    max-width: 900px;
    margin: auto;
}

.recalls__slider-item {
    padding: 20px 0px;
    float:left;
}

.recalls__slider-link {
    display: block;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    width: 270px;
    margin: auto;
    overflow: hidden;
    border-radius: 7px;
}

.recalls__slider-link:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgb(45, 118, 235, 0.7);
    opacity: 0;
    transition: 0.3s
}

.recalls__slider-link:hover:before {
    opacity: 1;
}

.recalls__slider-link:after {
    content: url(../img/zoom-icon.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
    transition: 0.3s
}

.recalls__slider-link:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.recalls__slider-img {
    display: block;
    width: 100%;
}
.recalls__slider-link {
    display: block;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    width: 270px;
    margin: auto;
    overflow: hidden;
    border-radius: 7px;
}

.recalls {
    background-image: url(../img/recalls-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #f6fafd;
    padding-bottom: 100px;
}

.recalls__title {
    padding-top: 75px;
}

.recalls__slider {
    max-width: 900px;
    margin: auto;
}

.recalls__slider-item {
    padding: 20px 0px;
}

.recalls__slider-link {
    display: block;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
    width: 270px;
    margin: auto;
    overflow: hidden;
    border-radius: 7px;
}

.recalls__slider-link:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgb(45, 118, 235, 0.7);
    opacity: 0;
    transition: 0.3s
}

.recalls__slider-link:hover:before {
    opacity: 1;
}

.recalls__slider-link:after {
    content: url(../img/zoom-icon.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
    transition: 0.3s
}

.recalls__slider-link:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.recalls__slider-img {
    display: block;
    width: 100%;
}

.news {
    background-color: #fff;
    padding-bottom: 50px;
}

.news__title {
    padding-top: 50px;
}

.news__post-img {
    display: block;
    max-width: 100%;
    margin: auto;
    transition: 0.2s;
    opacity: 0.7;
}

.news__post-img:hover {
    opacity: 1;
}

.news__post {
    color: #39335b;
}

.news__post:hover,
.news__post:focus {
    color: #39335b;
    text-decoration: none
}

.news__post-header {
    font-family: 'Ubuntu Medium';
    font-size: 19px;
    margin: 30px 0px 10px;
    font-weight: 700;
    transition: 0.2s
}

.news__post-header:hover {
    color: #0479ec;
}

.news__post-date {
    font-weight: 300;
    font-size: 14px;
}

.news__post-txt {
    font-size: 16px;
    margin: 25px 0px 15px;
}

.news__post-more {
    transition: 0.2s;
    color: #0479ec;
}

.news__post-more:hover {
    color: #39335b;
}

.news__btn {
    margin: 20px 0px;
    padding: 20px 50px;
}
.seo {
    /* background-image: url(../img/seo-bg.png);*/
    background-color: #f6fafd;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 630px;
    padding-bottom: 50px;
}

.seo__title {
    padding-top: 60px;
}

.seo__title:after {
    margin-bottom: 30px;
}

.seo__txt p {
    font-size: 16px;
    line-height: 1.5;
}

.seo__txt ul {
    list-style: none;
    font-size: 16px;
    padding-left: 15px;
}

.seo__txt ul li {
    margin: 10px 0px;
}

.seo__txt ul li:before {
    content: 'â€¢';
    color: #2d76eb;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.seo__txt ul li::before {
    content: "•";
    color: rgb(45, 118, 235);
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.documents {
    background-image: url(../img/documents-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 360px;
    padding-bottom: 20px;
    margin-top: -300px;
}
.documents.documents-qviz {margin-top: -260px;}
.lan-documents {
    background-color: #2d76eb;
    padding-top: 360px;
    padding-bottom: 60px;
    margin-top: -300px;
}

.lan-documents .documents__logo {
    margin-top: 0;
}

.documents__logo {
    margin-top: -40px;
    display: block;
}
.documents__logo img {
    display: block;
    max-width: 100%;
}
.documents__link {
    display: block;
    margin: 5px 0px;
    color: #fff;
    text-decoration: none;
}

.documents__link:hover,
.documents__link:focus {
    color: #fff;
    text-decoration: underline;
}
.consult {
    padding: 120px 0px 80px;
    background-image: url(../img/consult-img.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 80% 100%;
    /* background-size: 30% auto */
}

.consult__title {
    font-family: 'Ubuntu Medium';
    font-size: 40px;
    font-weight: 300;
}

.consult__txt {
    font-size: 18px;
    padding-bottom: 30px;
}

.consult__btn {
    padding: 17px 80px;
    margin: 20px 0px;
}

.consult__btn-desc {
    text-indent: 20px;
    font-size: 16px;
    padding-top: 20px;
}
.footer {
    background-color: #2f68b4;
    padding: 40px 0px 5px;
}

.footer__txt {
    color: #fff;
    text-align: left;
    line-height: 35px;
}
.footer__txt_right{
    text-align: right;
    color: #fff;
    line-height: 20px;
}
.footer__copy{
    padding-top: 40px;
    font-size: 12px;
    color: #fff;
}

.footer__link {
    color: #fff;
    text-decoration: underline;

}

.footer__link:hover,
.footer__link:focus {
    color: #fff;
    text-decoration: none;
}

.breadcrumb{
    background-color:#fff;
    padding: 0px 0px;
    margin-top: 10px;
}
.breadcrumb > li + li::before {
    content: "";
    padding: 0px;
    color: none;
}


@media (max-width: 662px) {
    .title {
        font-family: 'Ubuntu Medium';
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 300;
    }

    .about__subtitle {
        font-size: 24px;
    }


    .input {
        min-width: 297px;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        border: 1px solid #c0dbf4;
        border-radius: 10px;
        padding: 18px 35px;
        margin: 0px 10px;
        color: #c0dbf4;
        /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0); */
        font-size: 16px;
        outline: none;
        transition: 0.2s;
        margin-bottom:20px;
    }
    .btn-modal-simple a.qf3modal {
        background-color: #2378ec;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Ubuntu Medium';
        font-weight: 600;
        padding: 16px 20px;
        cursor: pointer;
        border-radius: 8px;
    }
    .btn-modal-simple1 a.qf3modal {

        background-color: #2378ec;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Ubuntu Medium';
        font-weight: 600;
        padding: 17px 10px;
        cursor: pointer;
        border-radius: 8px;

    }
    .footer{
        text-align: center;
    }
    .footer__txt_right {
        text-align: center;
    }
}
@media (min-width: 662px) {
    .input {
        min-width: 297px;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        border: 1px solid #c0dbf4;
        border-radius: 10px;
        padding: 18px 35px;
        margin: 0px 10px;
        color: #c0dbf4;
        /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0); */
        font-size: 16px;
        outline: none;
        transition: 0.2s;

    }
}
@media (max-width: 980px) {
    .consult {
        padding: 20px 0px 80px;
        background-color: #fff;
        background-image:none;
    }
}

/* ------------------- меню ------------------------------------------- */

.nav2 {
    text-decoration: none;
    padding-right: 10px;
    font-family: "Montserrat-SemiBold";
}
.nav2 > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    list-style-type: none; /* Убираем маркеры */
    color: #fff;
}
.nav2 > li {
    list-style-type: none; /* Убираем маркеры */
    color: #fff;
}
.navbar {
    margin-bottom: 0 !important;
    min-height: 0 !important;
}

@media (max-width: 1200px) {
    .fixed-topMenu {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #19aaed;

    }
    .nav2 > li > a {
        font-size: 14px;
    }
    .navbar-shadow {
        box-shadow: 0 4px 28px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.12);
    }
    .begin-page {
        padding-top: 70px;
    }
}

/* гамбургер*/
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff8fd;
    stroke-width:5.5;
    stroke-linecap:round;
}
.ham8 .top {
    stroke-dasharray: 40 160;
}
.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
}
.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
    stroke-dashoffset: -64px;
}
.ham8.active .middle {
//stroke-dashoffset: -20px;
    transform: rotate(90deg);
}
.ham8.active .bottom {
    stroke-dashoffset: -64px;
}


.about-bur {
    background-color: #1d78a8;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
}
.about-bur__title {
    color: white;
    padding-bottom: 20px;
}
.white {
    color: white;
}
.center {
    text-align: center;
}
.about-bur__p1 {
    padding-top: 25px;
}
.about-bur__p2 {
    padding-top: 20px;
}
.about-bur__border {
    border: 3px solid #fff8fd;
}

.begin-bur {
    background-size: cover;
    padding-bottom: 50px;
    position: relative;
}
.begin-bur__title {

}
.begin-bur__p1 {
    padding-bottom: 25px;
}
.begin-bur__p2,.begin-bur__p3,.begin-bur__p4 {
    padding-top: 15px;
    font-weight: 600;
}
.begin-bur__p4 {
    padding-bottom: 20px;
}

.end-bur {
    background-size: cover;
    position: relative;
}
.end-bur__title {
    padding-bottom: 20px;
}
.end-bur__p1 {
    padding-bottom: 25px;
}
.end-bur__p1 {
    padding-top: 20px;
}
.bur-font {
    padding-bottom: 20px;
}
.qf3form.default .qf3txt input, .qf3form.default select {

    background: #F6F6f6 !important;
    width: 60% !important;
    height: 3.5em !important;
    text-align: center;
}
.qf3label {
    display: none !important;
}
.btn-primary2 {
    color: #fff;
    background-color: #2f68b4 !important;
    border-color: #2f68b4 !important;
    width: 200px !important;
}
.btn-primary2:hover {
    color: #b7b7b7;
}
.end-bur__border {
    border-style: dashed;
    border-color: #2f68b4;
}
.bur-img {
    padding-bottom: 40px;
}