/*Подключаем шрифты*/

/*SBSansText*/
/*CoFoSans*/
@font-face {
    font-family: "cor";
    src: url("../fonts/fonts-cor.eot");
    src: local('☺'),
        url("../fonts/fonts-cor.eot?#iefix") format("embedded-opentype"),
        url("../fonts/fonts-cor.woff") format("woff"),
        url("../fonts/fonts-cor.woff2") format("woff2"),
        url("../fonts/fonts-cor.ttf") format("truetype"),
        url("../fonts/cor.svg#cor") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "cob";
    src: url("../fonts/fonts-cob.eot");
    src: local('☺'),
        url("../fonts/fonts-cob.eot?#iefix") format("embedded-opentype"),
        url("../fonts/fonts-cob.woff") format("woff"),
        url("../fonts/fonts-cob.woff2") format("woff2"),
        url("../fonts/fonts-cob.ttf") format("truetype"),
        url("../fonts/cob.svg#cob") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "sbr";
    src: url("../fonts/fonts-sbr.eot");
    src: local('☺'),
        url("../fonts/fonts-sbr.eot?#iefix") format("embedded-opentype"),
        url("../fonts/fonts-sbr.woff") format("woff"),
        url("../fonts/fonts-sbr.woff2") format("woff2"),
        url("../fonts/fonts-sbr.ttf") format("truetype"),
        url("../fonts/sbr.svg#sbr") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "sbb";
    src: url("../fonts/fonts-sbb.eot");
    src: local('☺'),
        url("../fonts/fonts-sbb.eot?#iefix") format("embedded-opentype"),
        url("../fonts/fonts-sbb.woff") format("woff"),
        url("../fonts/fonts-sbb.woff2") format("woff2"),
        url("../fonts/fonts-sbb.ttf") format("truetype"),
        url("../fonts/sbb.svg#sbb") format("svg");
    font-weight: normal;
    font-style: normal
}

html,
body {
    font: 18px/normal 'Inter', sans-serif;
    font-weight: 500;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #21201F;
    background: #fff
}

/* appearance */
body img {
    border: none
}

hr {
    border: 0
}

ul,
button,
select,
input {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-padding-start: 0
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio-button
}

button {
    border-radius: 16px;
    color: #fff;
    border: 0;
    background: #21A038;
    cursor: pointer;
    transition: background .3s;
    text-align: center;
    display: block;
    /* font: 20px/normal 'cob', sans-serif */
    font: 16px/normal 'Inter', sans-serif;
    font-weight: 700;
}

button:hover {
    /* background: #31C2A7; */
    background: #23B840;
}

button:active {
    color: #fff
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    transition: color .3s;
    color: #3C88C9
}

a:hover,
a:active,
a:focus,
header .callback:hover {
    color: #004682
}

textarea {
    resize: none;
    outline: 0
}

.clear {
    clear: both
}

input:-moz-placeholder {
    color: #21201F
}

input::-webkit-input-placeholder {
    color: #21201F
}

input:-ms-input-placeholder {
    color: #21201F
}

input::placeholder {
    color: #21201F
}

input:placeholder-shown {
    color: #21201F
}

textarea:-moz-placeholder {
    color: #21201F
}

textarea::-webkit-input-placeholder {
    color: #21201F
}

textarea:-ms-input-placeholder {
    color: #21201F
}

textarea::placeholder {
    color: #21201F
}

textarea:placeholder-shown {
    color: #21201F
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

input:focus::placeholder {
    color: transparent
}

input:focus:placeholder-shown {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

textarea:focus::placeholder {
    color: transparent
}

textarea:placeholder-shown {
    color: transparent
}

address {
    font-style: normal
}

.phone a,
a.phone {
    /* color: #000 */
    color: #FFFFFF;
}

.phone a:hover,
a.phone:hover,
.phone a:active,
a.phone:active,
.phone a:focus,
a.phone:focus {
    color: #666
}

/*temprary*/
.waHref {
    display: none !important
}

/* common */
#preloader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    left: 0
}

#preloader:before {
    content: '';
    width: 160px;
    height: 26px;
    background: url(../fonts/img-logo.svg);
    -webkit-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: preloader linear 1s infinite;
    -moz-animation: preloader linear 1s infinite;
    -o-animation: preloader linear 1s infinite;
    -ms-animation: preloader linear 1s infinite;
    animation: preloader linear 1s infinite
}

@-webkit-keyframes preloader {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes preloader {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

@-o-keyframes preloader {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

@-ms-keyframes preloader {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}

@keyframes preloader {

    0%,
    100% {
        opacity: .3
    }

    50% {
        opacity: 1
    }
}


.cu,
.callback {
    cursor: pointer
}

.ttu {
    text-transform: uppercase
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.tal {
    text-align: left
}

.ovh {
    overflow: hidden
}

.ovh2 {
    overflow: hidden !important
}

.vam {
    vertical-align: middle
}

.left {
    float: left
}

.right {
    float: right
}

.content {
    width: 1120px;
    margin: 0 auto
}

#box3 .content {
    width: 1280px;
}

#box8 .content {
    width: 1162px;
}

.boxs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bgs {
    -webkit-background-size: cover !important;
    background-size: cover !important
}

.tblrm {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.posr {
    position: relative
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.aj {
    align-items: center;
    justify-content: space-between
}

.cc {
    align-items: center;
    justify-content: center
}

.jc-c {
    justify-content: center;
}

.fns:after {
    content: '';
    flex: 1;
    justify-content: flex-start
}

.fourPerRow:before {
    content: '';
    order: 9999;
    flex: 1;
    max-width: 100px;
    flex-basis: 100px;
    justify-content: flex-start
}

.hide {
    display: none
}

.column {
    flex-direction: column
}

.fw {
    flex-wrap: wrap
}

.jcs {
    justify-content: space-between
}

.jc-sa {
    justify-content: space-around;
}

.alice {
    align-items: center
}

header .connect,
#box1 .connect,
.downloadApp,
.byBtn {
    /* padding: 15px 44px */

    padding: 13.5px 25px;
}
.byBtn {
    /* padding: 15px 44px */

    padding: 13.5px 34px;
}

/* header */

header .formMessangers {
    /* margin: 0 20px 0 0 */
    margin: 0 18px 0 0
}

.formMessangers a:not(:last-child) {
    margin: 0 16px 0 0
}

header .formMessangers a {
    border-radius: 100%;
    padding: 0;
    width: 36px;
    height: 36px
}

.formMessangers a {
    border-radius: 16px;
    padding: 10px 60px;
    transition: background .3s linear
}
.wrapMessangers a {
    border-radius: 12px;
    border: 2px solid #1FA038;
    transition: background .3s linear;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #FFF;
    margin-left: 16px;
}

/* .socWa {
    background: #2cb742
} */

.socWa:hover {
    background: #21A038
}

.socTg {
    background: #27a7e7
}

.socTg:hover {
    /* background: #4fb8ed; */
}

.formMessangers img {
    /* width: 20px */
    width: 32px
}

header {
    padding: 22px 0 0
}

.logo {
    width: 180px
}

.logo img {
    width: 100%;
    height: auto;
    display: block
}

header .partLeft span {
    font: 30px/normal 'Inter', sans-serif
}

header .partLeft span span {
    font-family: 'Inter', sans-serif
}

header .partLeft span.partners {
    font: 16px/normal 'Inter', sans-serif;
    font-weight: 500;
    margin: 0 0 0 20px;
    color: #A7A8AC;
}

header .phone {
    /* font: 16px/normal 'cor', sans-serif;
    border-bottom: 1px solid #E9EAEE */

    font: 14px/normal 'Inter', sans-serif;
    border-bottom: 1px solid #FFFFFF
}

.callback {
    transition: color .3s
}

header .callback {
    /* font-size: 12px;
    margin: 5px 0 0;
    color: #3C88C9 */

    font-size: 14px;
    margin: 5px 0 0;
    color: #FFFFFF
}

header .connect {
    margin: 0 0 0 32px
}
header .connect.instruction {
    margin: 0 0 0 18px
}
header .instruction {
    border: 2px solid #21A038;
    background-color: #000;
    padding: 11.5px 22px;
}
header .instruction:hover {
    border-color: #23B840;
    background-color: #051808;
    
}

/* Стили 1 блока */
#box1 {
    padding: 25px 0 0;

    background-color: #F6F7F9;
}

.headline {
    /* font: 33px/normal 'cob', sans-serif */
    font: 32px/normal 'Inter', sans-serif;
    font-weight: 700;
}

#box1 p {
    /* font: 25px/normal 'cor', sans-serif;
    margin: 26px 0 18px */
    font: 20px/normal 'Inter', sans-serif;
    font-weight: 600;
    margin: 26px 0 18px
}

#box1 .partLeft {
    /* max-width: 40%;
    flex-basis: 40% */

    max-width: 50%;
    flex-basis: 50%
}

#box1 .connect {
    margin: 23px 0 0;
    padding: 15.5px 44px;
}
#box10 .connect {
    margin: 23px 0 0;
    padding: 15.5px 47px;
}

#box1 .partRight {
    /* max-width: 59.77%;
    flex-basis: 59.77% */

    max-width: 50%;
    flex-basis: 50%
}

header .partRight {
    position: relative;
    z-index: 2
}

#box1 .partRight img {
    width: calc(100% + 100px);
    margin: 77px 0 0 -22px;
    align-self: flex-start;
    display: block
}

/* Стили 2 блока */
#box2 {
    padding: 100px 0 0;

    background-color: #F6F7F9;
}

#box2 .content {
    width: auto;
    max-width: 1300px;
}

.subHeadline {
    font: 35px/normal 'Inter', sans-serif;
    font-weight: 700;
}
#box9 .subHeadline {
    color: #000;
}
#manual .subHeadline {
    font-size: 32px;
    text-align: center;
}

#box10 .subHeadline {
    font: 32px/normal 'Inter', sans-serif;
    font-weight: 700;
}

#box10 .content {
    max-width: 1230px;
}

#box10 .ulg {
    display: flex;
    align-items: center;
    max-width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
    border-radius: 0;
    margin: 15px;
    padding: 0;
}

#box10 .ulg .img {
    border-radius: 100%;
    background-color: #F7F8FA;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#box10 .ulg img {
    width: 90px;
    height: auto;
    padding: 7px;
}

#box10 .connect {
    margin: auto;
    margin-top: 40px;
}

.ullGet {
    /* margin: 48px 0 0 */

    margin: 13px 0 0;
}

.ulg {
    /* max-width: 32%;
    flex-basis: 32%; */

    max-width: 31%;
    flex-basis: 33.33%;
    background-color: #FFFFFF;
    border-radius: 32px;
    margin: 35px 15px 0;
    padding: 24px;
}

/* .ulg:nth-last-child(-n+3) {
    margin: 38px 0 0
} */

.ulg img {
    /* height: 38px */

    height: 124px;
}

.ulg p {
    margin: 17px 0 15px;

    font-size: 28px;
}

.ulg span {
    font-size: 20px;
    color: #8F8F8F;
}

/* Стили 3 блока */
#box3,
#box4,
#box6,
#box8,
#box9 {
    padding: 140px 0 0
}
#box6 {
    padding-bottom: 36px;
}
#manual #box8 {
    padding-top: 61px;
}

#box3 .logo {
    width: 138px;
    padding: 0
}

.downloadAppDiv {
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
    max-width: 757px;
    margin: 41px auto 0;
    padding: 65px 55px 64px;
    border-radius: 44px;
    color: #fff;
    background: url(../images/img-gradient.jpg)center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

#box3 .rightPart {
    max-width: 60%;
    flex-basis: 60%;
    padding-left: 67px
}

.downloadApp {
    margin: 31px 0 0;
    background: #fff;
    color: #21201F
}

.downloadApp_manual {
    margin: 31px 0 0;
    background: #fff;
    color: #21201F;
    padding: 15px 44px;
}

/* Стили 4 блока */
.garanties {
    margin: 60px 0 0
}

.garanty {
    font-size: 22px
}

.garanty:first-child {
    max-width: 45.8%;
    flex-basis: 45.8%
}

.garanty:last-child {
    max-width: 39.3%;
    flex-basis: 39.3%
}

.ulg p,
.garanty strong,
.garanty p,
.counter span:nth-child(-n+2),
.preInput {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.garanty strong {
    width: 258px;
    padding: 17px 0;
    display: block;
    border: 2px solid #31C2A7;
    border-radius: 44px 0;
    margin: 0 auto;
    background: url(../images/img-gradient.jpg)center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff
}

.garanty p {
    margin: 45px 0 23px
}

/* Стили 5 блока */
#box5,
#box7 {
    padding: 130px 0 0
}

.form-sms {
    height: 500px;
    max-width: 736px;
    margin: 31px auto 0;
    background: #fff;
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
    border-radius: 44px
}

.wrap,
.smsRes,
.smsRes .owl-stage-outer,
.smsRes .owl-stage,
.smsRes .owl-item,
.smsRes .item {
    height: 100%
}

.question {
    font: 24px/normal 'Inter', sans-serif;
    margin: 0 0 30px
}

.wrap {
    padding: 108px 135px 64px
}

.counter {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    font-size: 12px
}

.line {
    max-width: 440px;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto
}

.line span {
    width: 0;
    transition: width .3s linear;
    background: #31C2A7
}

.line span.active {
    width: 25%
}

.smsRes .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.smsRes .owl-prev {
    background: #F2F6F7;
    margin-right: 20px;
    color: #000
}

.smsRes .owl-prev:hover {
    background: #eaebec
}

.q3 label.radio {
    display: inline-block;
    width: 38%
}

.owl-nav.lastSlideNav {
    width: 147px;
    margin: 0 0 0 76px
}

.feedback2 {
    position: absolute;
    bottom: 0;
    right: 76px
}

.text {
    font-size: 18px;
    margin: 0 0 33px
}

.nosms {
    font-size: 16px;
    color: #3C88C9
}

.tryAgain:hover {
    color: #004682;
    transition: color .3s
}

.form-sms .callback {
    padding: 16px 32px;
    margin: 45px auto 0
}

/* Стили 6 блока */
#box6 h2.subHeadline {
    margin: 0 0 67px
}

.by {
    border-radius: 44px;
    background: #fff;
    box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
    margin: 0 0 36px
}

.by:last-child {
    margin: 0
}

.by img {
    max-width: 524px;
    height: 100%;
    display: block;
    align-self: flex-start
}

.by:first-of-type img {
    margin: 40px 0 0
}

.by:nth-of-type(2) img {
    margin: 40px 0 0
}

.by:nth-of-type(3) img {
    margin: 14px 0 0
}

.by p {
    margin: 21px 0 28px;
    font-size: 22px
}

.by .rightPart {
    max-width: 50%;
    flex-basis: 50%;
    align-self: center
}

/* Стили 7 блока */
.steps {
    margin: 40px 0 0
}

.step {
    max-width: 30%;
    flex-basis: 30%
}

.num {
    border: 1px solid #31C2A7;
    border-radius: 100%;
    width: 70px;
    padding: 12px 0;
    display: block
}

.step p {
    margin: 29px 0 0;
    font-size: 25px
}

.steps .callback:hover {
    color: #004682
}

/* Стили 8 блока */
.faqList {
    max-width: 750px;
    margin: 50px auto 0;
    border-top: 1px solid #E9EAEE
}

#manual .faqList {
    max-width: 100%;
    margin: auto;
    border-top: none;
    display: flex;
    justify-content: space-between;
}

.faq {
    padding: 36px 0;
    border-bottom: 1px solid #E9EAEE
}

#manual .faq {
    border-bottom: none;
}

.questionTitle,
.faqAnswer {
    max-width: 90%
}

#manual .questionTitle {
    max-width: 100%;
}

.questionTitle {
    cursor: pointer;
    font-size: 24px;
    display: block
}

#manual .questionTitle {
    font-size: 20px;
    font-weight: 600;
    color: #343434;
}

.plus {
    cursor: pointer;
    width: 50px;
    padding: 6px 0;
    display: block;
    border: 1px solid #E9EAEE;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 25px;
    right: 0;
    transition: border-color .3s, -webkit-transform .3s, transform .3s
}

.faq:hover .plus,
.faq.active .plus {
    border-color: #21201F
}

.faq.active .plus {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.faqAnswer {
    font-size: 18px;
    margin: 39px 0 0
}

/* Стили 9 блока */
.bodyForm {
	border-radius: 44px;
	box-shadow: 0 10px 80px rgba(0, 0, 0, 0.08);
	padding: 100px 0 88px;
	background: url(../images/img-gradient.jpg)center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff
}

#box9 .bodyForm,
#connect .bodyForm,
#by .bodyForm,
#downloadApp .bodyForm {
    padding: 0;
    background: none;
    width: 520px;
    height: 536px;
    margin: auto;
}

.bodyForm .partLeft {
    max-width: 45%;
    flex-basis: 45%
}

.bodyForm .partLeft img {
    width: 100%;
    display: block
}

.bodyForm .partRight {
    max-width: 40%;
    flex-basis: 40%;
    padding-right: 96px
}

.fillup {
	font-size: 18px;
	color: #4A4A4A;
	margin: 17px 0 46px
}

#box9 .fillup {
    margin: 16px 0 33px
}

.bodyForm .fillup,
.bodyForm label.checkbox,
.bodyForm .privacy,
.bodyForm .agreement {
	color: #fff
}

#box9 .bodyForm label.checkbox,
#box9 .bodyForm .privacy,
#box9 .bodyForm .agreement,
#connect .bodyForm label.checkbox,
#connect .bodyForm .privacy,
#connect .bodyForm .agreement,
#box11 .bodyForm label.checkbox,
#box11 .bodyForm .privacy,
#box11 .bodyForm .agreement,
#by .bodyForm label.checkbox,
#by .bodyForm .privacy,
#by .bodyForm .agreement,
#downloadApp .bodyForm label.checkbox,
#downloadApp .bodyForm .privacy,
#downloadApp .bodyForm .agreement {
    color: #1FA038;
}
#box9 .bodyForm label.checkbox,
#connect .bodyForm label.checkbox,
#box11 .bodyForm label.checkbox,
#by .bodyForm label.checkbox,
#downloadApp .bodyForm label.checkbox {
    display: flex;
    max-width: none;
    padding-left: 0;
    align-items: center;
}
#box9 .bodyForm .fillup,
#connect .bodyForm .fillup,
#box11 .bodyForm .fillup,
#by .bodyForm .fillup,
#downloadApp .bodyForm .fillup {
    color: #A7A8AC;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 19.36px;
}
.bodyForm .preInput {
	color: #facd48
}
#box9 .bodyForm .preInput,
#connect .bodyForm .preInput,
#box11 .bodyForm .preInput,
#by .bodyForm .preInput,
#downloadApp .bodyForm .preInput {
    color: #343434;
    font-size: 12px;
    font-weight: 400;
}
.bodyForm input {
	/* color: #fff !important; */
    color: #fff;
	border-bottom-color: #ed3c64
}
#box9 .bodyForm input,
#connect .bodyForm input,
#box11 .bodyForm input,
#by .bodyForm input,
#downloadApp .bodyForm input {
    /* border-bottom-color: #ed3c64; */
    border: 1px solid #A7A8AC;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #A7A8AC;
}

.bodyForm .customCheckbox {
    border-color: #fff
}

.bodyForm .feedback:not(:hover) {
	background: #fff;
	color: #21201F
}

#box9 .bodyForm .feedback:not(:hover),
#connect .bodyForm .feedback:not(:hover),
#box11 .bodyForm .feedback:not(:hover),
#by .bodyForm .feedback:not(:hover),
#downloadApp .bodyForm .feedback:not(:hover) {
    background: #1FA038;
    color: #FFF;
    width: 100%;
}
.wrapform .feedback {
    margin-top: 40px;
    width: 100%;
}

.bodyForm .customCheckbox:before {
    background: url(../fonts/img-checkboxWhite.svg)center no-repeat
}

.bodyForm input:-moz-placeholder {
	color: #fff
}

.bodyForm input::-webkit-input-placeholder {
	color: #fff
}

.bodyForm input:-ms-input-placeholder {
	color: #fff
}

.bodyForm input::placeholder {
	color: #fff
}

.bodyForm input:placeholder-shown {
	color: #fff
}

.bodyForm textarea:-moz-placeholder {
	color: #fff
}

#box9 .bodyForm input:-moz-placeholder,
#connect .bodyForm input:-moz-placeholder,
#box11 .bodyForm input:-moz-placeholder,
#by .bodyForm input:-moz-placeholder,
#downloadApp .bodyForm input:-moz-placeholder {
    color: #A7A8AC;
}

#box9 .bodyForm input::-webkit-input-placeholder,
#connect .bodyForm input::-webkit-input-placeholder,
#box11 .bodyForm input::-webkit-input-placeholder,
#by .bodyForm input::-webkit-input-placeholder,
#downloadApp .bodyForm input::-webkit-input-placeholder {
    color: #A7A8AC;
}

#box9 .bodyForm input:-ms-input-placeholder,
#connect .bodyForm input:-ms-input-placeholder,
#box11 .bodyForm input:-ms-input-placeholder,
#by .bodyForm input:-ms-input-placeholder,
#downloadApp .bodyForm input:-ms-input-placeholder {
    color: #A7A8AC;
}

#box9 .bodyForm input::placeholder,
#connect .bodyForm input::placeholder,
#box11 .bodyForm input::placeholder,
#by .bodyForm input::placeholder,
#downloadApp .bodyForm input::placeholder {
    color: #A7A8AC;
}

#box9 .bodyForm input:placeholder-shown,
#connect .bodyForm input:placeholder-shown,
#box11 .bodyForm input:placeholder-shown,
#by .bodyForm input:placeholder-shown,
#downloadApp .bodyForm input:placeholder-shown {
    color: #A7A8AC;
}

#box9 .bodyForm textarea:-moz-placeholder,
#connect .bodyForm textarea:-moz-placeholder,
#box11 .bodyForm textarea:-moz-placeholder,
#by .bodyForm textarea:-moz-placeholder,
#downloadApp .bodyForm textarea:-moz-placeholder {
    color: #A7A8AC;
}

.bodyForm textarea::-webkit-input-placeholder {
    color: #fff
}

.bodyForm textarea:-ms-input-placeholder {
    color: #fff
}

.bodyForm textarea::placeholder {
    color: #fff
}

.bodyForm textarea:placeholder-shown {
    color: #fff
}

.bodyForm input:focus:-moz-placeholder {
    color: transparent
}

.bodyForm input:focus::-webkit-input-placeholder {
    color: transparent
}

.bodyForm input:focus:-ms-input-placeholder {
    color: transparent
}

.bodyForm input:focus::placeholder {
    color: transparent
}

.bodyForm input:focus:placeholder-shown {
    color: transparent
}

.bodyForm textarea:focus:-moz-placeholder {
    color: transparent
}

.bodyForm textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.bodyForm textarea:focus:-ms-input-placeholder {
    color: transparent
}

.bodyForm textarea:focus::placeholder {
    color: transparent
}

.bodyForm textarea:placeholder-shown {
    color: transparent
}

/* Стили Footer */
footer {
    background: #21201F;
    padding: 46px 0;
    color: #A0A0A0;
    margin: 118px 0 0;
    font-size: 16px
}

footer a,
footer .privacy:hover,
.developedBy a:hover {
    color: #3C88C9
}

footer a:not(:hover),
footer .privacy:not(:hover) {
    color: #A0A0A0
}

footer a.phone,
footer .privacy,
.developedBy a {
    transition: color .3s, border-bottom-color .3s
}

footer a.phone {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: color .3s, border-bottom-color .3s
}

footer .privacy {
    cursor: pointer;
    border-bottom: 1px solid #A0A0A0
}

footer .privacy:hover,
.developedBy a:hover {
    border-bottom-color: #3C88C9
}

footer a.phone:hover {
    color: #3C88C9;
    border-bottom-color: #3C88C9
}

.developedBy a {
    border-bottom: 1px solid #A0A0A0
}

/* owl carousel */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: grab
}

.owl-height {
    transition: height .6s
}

/*dots,nav*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-],
.feedback2 {
    display: inline-block;
    width: 147px;
    height: 56px
}

.owl-theme .owl-nav .disabled {
    display: none;
    cursor: default
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .3s, background .3s;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*анимэ слайдера*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media (print),
(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

/*end*/
/* feedback */
.customCheckbox {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #21201F;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.customCheckbox:before {
    content: '';
    width: 12px;
    height: 9px;
    background: url(../fonts/img-checkbox.svg)center no-repeat;
    transition: opacity .3s;
    opacity: 0
}

.checkbox:checked+.customCheckbox:before {
    opacity: 1
}

label.checkbox {
    color: #4a4a4a;
    cursor: pointer;
    position: relative;
    display: block;
    font: 16px/24px 'Roboto', sans-serif;
    max-width: 340px;
    padding-left: 40px
}

.customRadio {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 1px solid #A0A0A0;
    transition: border-color .3s;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.customRadio:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #21201F;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: opacity .3s;
    opacity: 0
}

.radio:checked+.customRadio:before {
    opacity: 1
}

.radio:checked+.customRadio,
.radio:hover .customRadio {
    border-color: #21201F
}

label.radio {
    color: #4a4a4a;
    cursor: pointer;
    position: relative;
    display: block;
    padding-left: 44px;
    font-size: 18px;
    margin: 0 0 29px
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
    display: none !important
}

input {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #000 !important;
    padding: 9px;
    background: none;
    border: 0;
    border-bottom: 1px solid #21201f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    width: 100%;
    height: auto;
    font-size: 6px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input:focus {
    outline: 0
}

.prependInput {
    margin: 0 0 24px;
}

/* .preInput {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #A0A0A0;
    letter-spacing: 5px;
    margin: 0 0 10px
} */

.feedback {
    padding: 15px 31px;
    margin: 0 0 37px;
}

/*modal*/
#privacy,
#agreement {
    padding: 80px;
    width: 90%;
    margin: auto;
    max-width: 1120px
}

.pol h3 {
    font: 33px/normal 'Inter', sans-serif;
    margin: 0 0 50px
}

.pol p {
    font: 16px/normal 'Inter', sans-serif
}

.pol h6 {
    margin: 30px 0;
    font: 24px/normal 'Inter', sans-serif
}

.pol li {
    margin: 0 0 10px;
    font: 14px/normal 'Inter', sans-serif
}

.privacy,
.agreement {
    color: #3C88C9;
    transition: color .3s linear
}

.privacy:hover,
.agreement:hover {
    color: #23B840;
}

.box-modal .bodyForm {
    box-shadow: none;
    width: 100%;
    max-width: 1120px
}

.thanx {
    padding: 84px 101px
}

.thanx img {
    margin: 0 auto 49px;
    display: block
}

.thanx .subHeadline {
    font-size: 42px
}

.thanx p {
    max-width: 370px;
    margin: 19px 0 0
}

#downloadApp,
#by {
    /* padding: 45px 95px */
    padding: 0;
}

.devide .logo {
    width: 76px;
    padding-right: 28px
}

.devide .subHeadline {
    max-width: 222px
}

#downloadApp .fillup {
    /* max-width: 382px */
    max-width: 100%;
}

.downloadAppForm {
    max-width: 360px
}