@import url(fonts/antipasto/stylesheet.css);
@import url(fonts/OpenSans/opensans.css);


@import url(lib/normalize.css);
@import url(lib/animate.css);

@import url(icons.css);
@import url(elements.css);
@import url(grid.css);


.carousel__button svg {
    stroke: #F98E1D !important;
}

.carousel__nav svg {
    width: 35px !important;
    height: 35px !important;
}

.carousel__dots .carousel__dot::after {
    background-color: #F98E1D !important;
}

*:active,
*:focus {
    outline: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
}

html {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #F9F9FF;
}

body {
    overflow-x: hidden;
    background-image: url(/wp-content/themes/aic/img/images/home/bg-html.png);
    background-size: 100% auto;
}



.container {
    max-width: 1055px;
    margin: 0 auto;
    padding: 0 30px;
    min-width: 260px;
}

header {
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 10;

    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-min {
    min-height: auto;
    height: auto;
    max-height: none;
}



header .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 2;
}



.header {
    height: auto;
}

.header a {
    color: #000;
}

.header__logo img {
    min-width: 150px;
    max-width: 267px;
}


.header,
.header__nav nav ul,
.header__phone,
.header__phone>div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__phone {
    flex-direction: column;
    align-items: flex-end;
}

.flex-menu>ul {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #04A9E8;
    margin-top: 1px;
}

.flex-menu li {
    padding: 4px 10px;
    width: 100%;
    text-align: left;
}

.flex-menu.open .ic {
    position: relative;
}

.flex-menu.open .ic::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid #04A9E8;
    border-top: 1px solid #04A9E8;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    background: #fff;
    z-index: 1
}

.header__nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__nav nav {
    margin-left: 0;
}

.header__nav nav>ul>li {
    margin-right: 0px;
    text-align: center;
}

.header__nav nav ul li a {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header__nav nav ul li a:hover {
    color: #1572B7;
    text-decoration: underline;
}

.header__nav nav ul li a .ic {
    margin-left: 10px;
    height: 23px;
    position: relative;
    top: 2px;
}

.header__phone>div a .ic {
    margin-right: 12px;
}

.header__phone>div {
    margin-left: 17px;
}

.header__phone>div a {
    /* border: 1px solid #04A9E8; */
    padding: 0px 10px;
    border-radius: 0;
    font-size: 15px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    white-space: nowrap;
    color: #04A9E8;
}

.header__b2b a {
    display: block;
    background: #1572B7;
    color: #fff;
    padding: 10px 25px;
    line-height: 130%;
    margin-left: 20px;
}

.header__b2b a:hover {
    opacity: 0.9;
}

.header__phone>div a:hover {
    /* border: 1px solid #FD1D01; */
    text-decoration: underline;
}

.header-content__h1 {

    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*! padding-top: 115px; */
    color: #000;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-content__h1 span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    display: block;
    padding-top: 35px;
}

.header-content__advantages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-content__advantages ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #04A9E8;
    font-size: 18px;
    font-weight: normal;
    height: 48px;
}

.header-content__advantages ul li .ic {
    margin-right: 10px
}

.header-content__images img {
    max-width: 620px;
    margin: 0 auto;
    max-height: 100%;
    margin-top: auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    width: auto;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header-content .header-content__images {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: radial-gradient(50% 100% at 50% 100%, rgba(75, 80, 97, 0.6) 0%, rgba(9, 12, 21, 0.6) 100%);
    padding-top: 35px;
}



.product__image {
    position: relative;
    max-width: 85px;
    height: 85px;
}

.product__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 84%;
    max-width: 78%;
    width: auto;
    height: auto;
    margin: auto;
}



/* .section-products .colum {
    -ms-flex-preferred-size: calc(33.33% - 6px);
    flex-basis: calc(25% - 6px);
    max-width: calc(25% - 6px);
    background: #EEEEF0;
    margin: 9px 0;
} */

.section-products .colum {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
}

.product__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #090C15;
}

.product__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #7A808D;
    max-width: 445px;
    margin: 0 auto;
    padding: 25px 0 74px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__cost {
    color: #04A9E8;
    padding-bottom: 0;
    padding-top: 0px;
}



.product__cost .ic {
    margin-left: 4px;
    margin-top: 0;
    position: relative;
    top: 1px;
}

.product {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 0 0 0 55px;
}

.how-we-working {
    /* background-image: url(../img/images/svg/bg-how.svg); */
    background-position: -10px top;
    background-size: cover;
    background-color: #000;
}

/* section about */

.section-about {
    position: relative;
}

.section-about .container {
    padding-top: 77px;
    padding-bottom: 60px;
}

.section-about::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-box__text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F98E1D;
    text-align: left;
    padding-bottom: 15px;
}

.about-box__title {
    font-family: Antipasto Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 41px;
    color: #19191A;
    text-align: left;
    padding-bottom: 30px;
}

.separate-line span {
    width: 2px;
    height: 92px;
    display: inline-block;
    background: #04A9E8;
}

.about-box__desc {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;

    color: #676D78;


    text-align: left;
}


.section-about .separate-line {
    padding: 20px 0
}

.section-about .separate-line::before {
    content: '';
    width: 100px;
    height: 100px;
    background: #ccc;
    display: block;
    position: absolute;
    right: 4%;
    background: url(../img/images/svg/dots1.svg);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: -3%;
}

/* section company in digits */

section.company-in-digits {
    padding-bottom: 100px;
    padding-top: 8px;
}

.company-digits__total {
    font-style: normal;
    font-weight: 800;
    font-size: 64px;
    line-height: 86px;
    text-align: left;
    color: #19191A;
}

.company-digits__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;

    color: #19191A;
    margin-bottom: 13px;
}

.company-digits__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-align: left;
    color: #676D78;
    max-width: 240px
}

.company-digits {
    text-align: left;
}

.company-in-digits .colum {
    border-left: 2px solid #04A9E8;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.company-in-digits .colum .company-digits {
    max-width: 250px;
    margin: 0 auto
}

.company-in-digits .colum:last-child {
    border-left: 2px solid #04A9E8;
    border-right: 2px solid #04A9E8;
}

/* section how we working */

.section-bg-radius {
    /*! min-height: 435px; */
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    background-color: transparent;
}

.section-bg-radius::after {
    width: 100%;
    height: 7vw;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    /*! background: #eeeef0; */
    z-index: -1;
}

.section-bg-rectangle {
    background: transparent;
    padding-top: 4px;
    padding-bottom: 104px;
}


.order-in-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.order-in-step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order-in-step__item>div {
    width: 45%
}

.order-in-step__item>.order-in-step__number {
    max-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-in-step__left>.order-in-step__title,
.order-in-step__left>.order-in-step__desc {
    text-align: right
}

.order-in-step__right>.order-in-step__title,
.order-in-step__right>.order-in-step__desc {
    text-align: left
}

.section-header-1 {
    font-family: Antipasto Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 41px;
}


.section-bg-radius .section-header-1 {
    color: #fff
}

.section-bg-radius__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFF;
}

.section-bg-radius__phone a {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
}

.circle-digit {
    width: 50px;
    height: 50px;
    border: 1px solid #F98E1D;
    display: inline-block;
    line-height: 50px;
    border-radius: 0%;
    font-size: 18px;
    color: #000;
    background: #F98E1D;
    position: relative;
}

.circle-digit::before {
    content: '';
    background-image: url(../img/images/svg/polygon1.svg);
    width: 11px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -18px;
    background-repeat: no-repeat;
    background-position: center;
}

.polygon-left .circle-digit::before {
    position: absolute;
    top: 50%;
    left: -14px;
    -webkit-transform: rotate(-90deg) translateX(100%);
    transform: rotate(-90deg) translateX(100%);
}

.polygon-right .circle-digit::before {
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: rotate(90deg) translateX(-100%);
    transform: rotate(90deg) translateX(-100%);

}

.order-in-step__number::after,
.section-bg-radius__digits::after {
    content: '';
    display: block;
    min-height: 42px;
    width: 2px;
    background: #fff;
    margin: 10px auto;

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;
}

.section-bg-radius__digits::after {
    margin-bottom: 0
}

.order-in-step__item:last-child .order-in-step__number::after {
    display: none
}

.order-in-step__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #fff;
    margin-bottom: 5px;
    margin-top: -6px;
}

.order-in-step__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.05em;

    color: #FFF;
    max-width: 365px
}

.order-in-step__left .order-in-step__desc {
    margin-left: auto
}

.order-in-step__right .order-in-step__desc {
    margin-right: auto
}

.section-bg-radius {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-bg-radius .separate-line span {
    background-color: transparent;
}

.section-bg-radius .section-header-1,
.section-bg-radius__phone {
    margin-bottom: 24px;
}

.section-bg-radius__btn {
    margin: 6px;
}

/* service */

section.service {
    position: relative;
}

.header__number a {
    font-size: 21px !important;
}




section.service .colum {
    -ms-flex-preferred-size: calc(50% - 45px);
    flex-basis: calc(50% - 50px);
    max-width: calc(50% - 50px);
}

.service-item {
    text-align: left;
    position: relative;
    text-align: flex;
    position: relative;
    border-bottom: 1px solid #eee;

}

.service-item:first-child .container {

    padding-top: 115px;
}

.service-item:last-child .container {

    padding-bottom: 95px;

}

.service-item .container {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}

.service-item:nth-child(even) .container {
    flex-direction: row-reverse;
}

.service-item:nth-child(even) .container .service-item__main {
    padding-right: 40px;
    padding-left: 40px;
    width: 100%;
}



.service-item:nth-child(even) .container .service-item__image {
    width: 100%;

    margin-right: -100px;
    margin-left: 0;
}

.service-item__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #676D78;
    max-width: 480px
}

.service-item__title.section-header-1 {
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    color: #000;
}

.service .colum_left>.service-item:first-child {
    margin-top: -114px;
}

.service .colum_left .service-item__title {
    border-right: 2px solid #04A9E8;
    color: #000;
}



.service-item__image {
    position: relative;
}

.header__nav ul {
	align-items: flex-start !important;
}


/* section-callback */

.section-callback input {
    border: 1px solid #fff;
    color: #fff;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 14px;
    height: 49px;
}

.section-callback {
    background: #1B1B1E;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.section-callback .container {
    padding-top: 72px;
    padding-bottom: 60px;
}

.form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__item.form_textarea {
    margin-top: 21px;
}

.form__subitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 13px;
}

.form {
    max-width: 745px;
    margin: 0 auto
}

.form textarea {
    min-height: 101px;
    max-width: 745px;
    border: 1px solid #fff;
}

.section-callback__desc {
    max-width: 480px;
    margin: 14px auto 40px auto;
    color: #676D78;
    line-height: 19px;
}

.form__footer>div {
    color: #676D78;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 13px;
}

.form__footer>div.error {
    color: #dd0000;
}

.form__footer > div.complete {
	color: #0c0;
}

footer {
    background: #090C15;
    padding: 80px 0 80px 0;
}

.footer a {
    background: #090C15;
    padding: 40px 0 0 0;
}

.footer__logo {
    max-width: 136px;
    margin: 0 auto;
}

.footer__dev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #58575F;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__dev img {
    max-width: 180px;
    margin-left: 15px;
}

.footer__link ul,
.footer__link ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #F98E1D;
}

.footer__link ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
    margin: 0 auto;
}

.footer__link ul li {
    margin: 0 3%;
}

.footer__link ul a .ic {
    margin-right: 10px
}

.footer__desc {
    font-weight: 500;
    font-size: 13px;
    line-height: 175.5%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #E7E8F2;
    max-width: 830px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer__dev {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__link ul a {
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
}

.footer__link ul a .ic {
    margin-bottom: 8px;
    margin-right: 0;
}

.footer__link {
    padding-bottom: 50px;
}

.m-menu {
    display: none;
}

.mobile__footer li a {
    display: none;
}

.mobile__footer ul {
    margin: 0;
}

.header-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #F9F9FF;
    z-index: 10;
}

section.download-price {
    background: #04A9E8;
    padding: 82px 0 109px 0;
    color: #fff;
}

section.download-price .section-header-1 {
    color: #fff
}

.btn-white .ic {
    margin-right: 15px;
}

.download-price__button {
    padding: 30px 0;
}

.download-price__text {
    max-width: 1015px;
    margin: 0 auto;
}

/* .section-callback::before {
    content: '';
    background: #eee;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-image: url(../img/images/svg/green-line.svg);
    background-repeat: repeat-x;
} */

.header__nav ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.btn {
    display: block;
    background: #1572B7;
    color: #fff;
    padding: 10px 25px;
    line-height: 130%;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    transition: 0.5s ease;
}

.btn:hover {
    opacity: 0.8
}

.footer__btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__btn a {
    padding-top: 0;
}


/*=================== compland ===================*/
/*=================== compland ===================*/

.header__nav ul {
    margin-left: auto;
    margin-right: auto;
}

.header__nav {

    margin: 0 auto;
}

.header__number a {
    color: #F98E1D !important;
}

.header__email a {
    color: #000 !important;
    font-size: 13px !important;
}

.header__email .ic {
    display: none;
}

.header {
    max-width: 1810px;
    margin: 0 auto;
}


.header {
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 30px;
}

.header__nav nav ul li a {
    position: relative;
    text-align: left;
}

.header__nav nav ul li a::before {
    width: 6px;
    height: 6px;
    background-color: #F98E1D;
    display: block;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -14px;
    top: 8px;
}


.first-block__bg .bgimage {
    padding-top: 54%;
    display: block;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    margin-right: -80px;
}

.first-block {
    padding: 50px 0;
    position: relative;
}

.first-block__content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.container {
    border-left: 1px solid #DDE1EC;
    border-right: 1px solid #DDE1EC;
}

.first-block {
    padding: 75px 0 54px 0;
    position: relative;
    margin-top: 104px;
}

.first-block__content {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.header__logo {
    width: 15%;
}

.header__phone {
    width: 15%;
}

.header-top .container {
    border-bottom: 1px solid #DDE1EC;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-products.wow.fadeInUp .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 1115px;
}

.section-products .colum {
    /* width: calc(50% - 1px); */
    max-width: calc(50% - 1px);
    flex-basis: calc(50% - 1px);
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
    padding-top: 55px;
}

.product__title {
    padding-top: 55px;
}

.how-we-working .container {
    border: none;
}

.first-block__title h1 {
    font-family: Antipasto Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 82px;
    color: #2B2A29;
}


h1 {}

.first-block__title h1 {
    font-family: Antipasto Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 96px;
    line-height: 82px;
    color: #2B2A29;
    margin: 0;
}

.first-block__list li {
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #F98E1D;
    margin-bottom: 25px;
}

.first-block__list li:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljc4LjU0OGEuNzUuNzUgMCAwMC0xLjA2IDBMNC43MzQgOS41MzMgMS4yOCA2LjA4QS43NS43NSAwIDAwLjIyIDcuMTRsMy45ODQgMy45ODRhLjc1Ljc1IDAgMDAxLjA2IDBsOS41MTYtOS41MTZhLjc1Ljc1IDAgMDAwLTEuMDZ6IiBmaWxsPSIjRjk4RTFEIi8+PC9zdmc+);
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.first-block__subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #2B2A29;
    margin-bottom: 80px;
}

.first-block__title {
    margin-bottom: 25px;
}

.section-products.wow.fadeInUp .container {
    border-top: 1px solid #eee;
}

.product__title {
    font-family: Antipasto Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 21px;
    color: #090C15;
    text-align: left;
}

.product__desc {
    font-size: 16px;
    line-height: 150%;
    color: #7A808D;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}

.product__cost a {
    background-color: #F98E1D;
    color: #000;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: auto;
    max-width: 232px;
    font-family: Antipasto Pro;
    font-size: 17px;
    line-height: 56px;
}

.about-box {
    display: flex;
}

.about-box__left {
    width: 48%;
}



.about-box__right ul {
    display: flex;
    width: 100%;
}

.about-box__right ul li {
    width: 50%;
    padding: 15px;
}

.about-box__right li .bgimage {
    padding-top: 132%;
    background-color: #fff;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-box__right {
    width: 50%;
    margin-left: auto;
    align-items: center;
    display: flex;

}


.service-item__image {
    width: 100%;
    max-width: 460px;
    margin-left: -100px;
}

.service-item__image .bgimage {
    padding-top: 100%;
    background-color: #eee;
    display: block;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-item__main {
    padding-left: 40px;
    width: 100%;
}

.service-item__title.section-header-1 {
    font-family: Antipasto Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 41px;
    color: #090C15;
}

.service-item__desc {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #676D78;
}

.section-callback .section-header-1 {
    padding-bottom: 30px
}

#contacts .container {
    border: navajowhite;
}

.footer__link p span {
    font-size: 13px;
    line-height: 175.5%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #E7E8F2;
    display: block;
}

.review__item span {
    padding-top: 100%;
    background-color: #eee;
    display: block;
}


.review__item span {
    padding-top: 131%;
    background-color: #fff;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.review__item {
    width: 33.33%;
}

.section-review .container {
    padding-top: 55px;
    padding-bottom: 55px;
}

.review__title {
    padding-bottom: 45px;
}

.review__item {
    width: 33.33% !important;
    padding: 35px !important;
}

.service-item:first-child .container {
    padding-top: 30px;
}

.about-box__left {
    width: 48%;
    padding-left: 15px;
    padding-right: 15px;
}


@media screen and (min-width: 1200px) {
    .review .carousel__button.is-prev {
        left: -100px;
    }

    .review .carousel__button.is-next {
        right: -100px;
    }

    .first-block__content {
        padding-left: 27px;
    }

    .about-box {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1690px) {
    .header-top .container {
        border: none;
    }

    .header-top {
        border-bottom: 1px solid #DDE1EC;
    }

    .header__phone {
        margin-right: 35px;
    }
}

@media screen and (max-width: 940px) {

    .service-item:nth-child(2n) .service-item__title.section-header-1 {
        font-size: 33px;
        text-align: right;


    }

    .service-item__title.section-header-1 {
        font-size: 33px;
    }

    .review__item {
        width: 50% !important;
    }

    .product {
        padding: 0 0 0 21px;
    }

    .service-item__title.section-header-1 {
        padding-top: 0;
    }

    .service-item .container {
        box-sizing: border-box;
    }

    .first-block__title h1 {
        font-size: 60px;
        margin: 0;
    }

    .first-block__subtitle {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .first-block__list li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .service-item__image {
        width: 100%;
        max-width: 280px;
        margin-left: 0;
    }

    .service-item__image {
        width: 100%;
        max-width: 280px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 760px) {
    .service-item__image {
        max-width: 140px;
    }

    .review__item {
        padding: 12px !important;
    }

    .service-item__title.section-header-1 {
        font-size: 25px;
        line-height: 120%;
        padding-bottom: 13px;
    }

    .service-item .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-item:nth-child(2n) .container {
        flex-direction: column;
        align-items: flex-end;
    }
}

@media screen and (max-width: 580px) {

    .about-box__right ul {
        display: flex;
        width: 100%;
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .about-box__left {
        padding-left: 0;
        padding-right: 0;
    }

    .service-item:nth-child(2n) .service-item__title.section-header-1 {
        font-size: 25px;
        text-align: right;


    }

    .service-item__title.section-header-1 {
        font-size: 25px;
    }

    .service-item__main {
        padding: 0;
    }

    .first-block {
        padding: 15px 0;
    }

    .first-block__bg .bgimage {
        background-position: center;
    }

    .service-item:nth-child(2n) .container .service-item__main {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }



    .service-item:nth-child(2n) .service-item__desc {
        text-align: right;
    }


    .header__phone {
        margin-right: 35px;
    }

    .first-block__title {
        margin-left: auto;
        margin-right: auto;
    }

    .first-block__subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .first-block__list {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .product {

        padding: 0 25px 0px 25px;
    }

    .product__cost a {
        height: 50px;
        margin-right: auto;
        margin-bottom: 25px;
    }

    .section-about .container {
        padding-top: 0;
        padding-bottom: 0;
    }


}

@media screen and (max-width: 480px) {
    .section-review .container {
        padding-right: 0;
        padding-left: 0;
    }
}

.page-not-found__404 {
    font-size: 250px;
    display: block;
    line-height: 102%;
}

.page-not-found__text {
    font-size: 46px;
    line-height: 130%;
}

.page-not-found {
    padding: 70px 0;
    color: #F98E1D;
    font-family: Antipasto Pro;
    font-weight: bold;
}

.text-page {

    font-family: Antipasto Pro;
}

.bottom-popup {
    position: fixed;
    z-index: 10000000000000;
    left: 0;
    right: 0;
    bottom: 50px;
    display: flex;
    justify-content: center;
    transition: 0.3s ease;
    display: none;
    animation: slide-up 0.3s ease forwards;
    text-align: left;
    font-family: Antipasto Pro;
}

.bottom-popup__wrp {
    background-color: #fff;
    padding: 35px 45px;
    box-shadow: 0px 4px 41px rgba(0, 0, 0, 0.25);
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.bottom-popup__title {
    font-size: 24px;
    line-height: 28px;
    color: #090C15;
    margin-bottom: 15px;
}

.bottom-popup__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #7A808D;
}

.bottom-popup__btn button {
    white-space: nowrap;
    background-color: #000;
    height: 50px;
    padding: 0 47px;
    margin: 0;
}

.bottom-popup.open {
    transform: translateY(0);
    display: block;
}

.bottom-popup__main {
    padding-right: 35px;
}

.bottom-popup__desc a {
    color: #000;
    text-decoration: underline;
}

@media screen and (max-width: 940px) {
    .bottom-popup {
        bottom: 0;
    }

    body>jdiv {
        z-index: 1000;
        position: relative;
    }
}

@media screen and (max-width: 580px) {

    .bottom-popup__main {
        padding-right: 0;
    }

    .bottom-popup__wrp {
        flex-direction: column;
    }

    .header-phones__links {
        margin-bottom: 12px;
    }


    .bottom-popup__btn {
        padding-top: 25px;
        width: 100%;
    }

    .bottom-popup__btn .btn {
        width: 100%;
        color: #fff;
    }
}

@media screen and (max-width: 480px) {
    .bottom-popup__wrp {
        padding: 20px 20px;
    }

    .bottom-popup__title {
        font-size: 18px;
        font-weight: 600;
    }

    .bottom-popup__desc {
        font-size: 14px;
    }


}

.formated-text h1,
.formated-text h2,
.formated-text h3,
.formated-text h4,
.formated-text h5,
.formated-text h6 {
    margin-bottom: 0.9em;
    font-weight: bold;
}

.formated-text p {
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 1em;
}

.formated-text a {
    color: #F98E1D;
    text-decoration: underline;
    font-size: 15px;
}

.formated-text b,
.formated-text strong {
    font-weight: bold;
    font-size: 15px;
}

.formated-text i,
.formated-text em {
    font-style: italic;
    font-size: 15px;
}

.formated-text img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
}

.formated-text ul {
    margin: 0;
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 0;
    font-size: 15px;
}

.formated-text ul li {
    display: flex;
    align-items: flex-start;
}

.formated-text ul li::before {
    min-width: 0.4em;
    width: 0.4em;
    height: 0.4em;
    display: inline-block;
    background: #F98E1D;
    content: "";
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.5em;
    position: relative;
    top: 0.45em;
}

.formated-text ol {
    margin: 0;
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 0;
    font-size: 15px;
}

.formated-text ol li {
    margin-left: 1em;
}

.formated-text iframe {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
}


.text-page {
    padding-top: 103px;
    padding-bottom: 100px;
    text-align: left;
}





.text-page__breadcrumb ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.text-page__breadcrumb li {
    color: #000;
    padding-right: 10px;
    /*! padding-left: 10px; */
    color: #888;
    font-size: 14px;
}

.text-page__breadcrumb li::after {
    content: '-';
    margin-left: 10px;
}

.text-page__breadcrumb li:last-child::after {
    display: none;
}

.text-page__breadcrumb {
    margin-bottom: 21px;
}

.text-page__title {
    font-size: 40px;
    padding-top: 55px;
    line-height: 140%;
    font-family: Antipasto Pro;
    font-weight: bold;
}

.text-page__breadcrumb {
    padding-bottom: 30px;
    font-size: 13px;
    padding-top: 10px;
}

/* ==================== */
.checkbox {
    display: flex;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 140%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: flex-start;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none;
}

.checkbox .checkbox__text {
    line-height: 140%;
    font-weight: 500;
}

.checkbox .checkbox__elem {
    top: 0.15em;
    position: relative;
    height: 1em;
    width: 1em;
    min-width: 1em;
    background-color: #fff;
    display: inline-block;
    margin-right: 0.625rem;
}

.checkbox .checkbox__elem::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 2px;
    width: 9px;
    height: 4px;
    transition: 0.25s cubic-bezier(0.08, 0.82, 0.17, 1);
    opacity: 0;
    background-size: 13px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 2px solid #222B32;
    border-bottom: 2px solid #222B32;
    transform: rotate(0);
    background: transparent;
}

.checkbox input:hover~.checkbox__elem {
    border-color: #fff;
}

.checkbox input:checked~.checkbox__elem {
    background-color: #fff;
    z-index: 2;
    border-color: #fff;
}

.checkbox input:checked~.checkbox__elem:after {
    opacity: 1;
    border-radius: 0;
    transform: rotate(-45deg);
}

.checkbox a {
    text-decoration: underline;
    padding-left: 0.4em
}


.form__item.form__footer {
    flex-direction: column;
    align-items: center;
}

/* ==================== */

.form_policy>div {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.form_policy .checkbox__text a {
	color: #ff9628;
}


@media screen and (max-width: 768px) {

    .text-page__title {
        font-size: 28px;
    }

    .text-page__breadcrumb ul {
        display: flex;
        list-style-type: none;
        padding: 0;
        white-space: nowrap;
        overflow-x: auto;
    }
}