/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.test {
    color: #444
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #302F2F;
    background-color: #fff;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    overflow-x: hidden
}

*,*::before,*::after,*:active,*:focus {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

ul,ol,li,a {
    margin: 0;
    padding: 0
}

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

.container {
    max-width: 1320px;
    margin: 0px auto;
    padding: 0px 10px
}

.header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #fff
}

.white {
    color: white
}

.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.header__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    margin-bottom: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 6;
    font-weight: 500;
    width: 53%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.header__item {
    list-style: none
}

.item__title {
    margin-bottom: 3px
}

.header__link {
    color: #302F2F;
    text-decoration: none;
    font-weight: 400
}

.header__link:hover {
    color: #08786C
}

.activee {
    color: #595E48
}

.header__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 214px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5%
}

.header__logo {
    position: relative;
    z-index: 5;
    max-width: 225px
}

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

.phone,.email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.phone__img,.email__img {
    margin-right: 9px
}

.phone__des,.email__des {
    font-size: 16px;
    line-height: 21px
}

.phone__img-mob {
    display: none
}

.phone__link {
    cursor: pointer;
    text-decoration: none;
    color: #302F2F
}

.content__text {
    font-size: 16px;
    line-height: 25px
}

.content__text p {
    margin: 0px 0px 20px 0
}

.content {
    padding: 100px 0px 0px 0px
}

.bg-fullscrin {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%
}

.section-search {
    background-color: #595E48
}

.title__header {
    font-weight: bold;
    font-size: 55px;
    line-height: 64px;
    letter-spacing: 0.035em;
    margin-bottom: 15px
}

.descr__header {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.035em;
    max-width: 495px;
    margin-bottom: 60px
}

.photo__wrap {
    max-width: 452px;
    max-height: 572px
}

.info__from,.info__where {
    font-size: 10px;
    line-height: 12px;
    color: #929292
}

input[type="text"],input[type="tel"]::-webkit-input-placeholder {
    font-weight: 800;
    font-size: 13px
}

input[type="text"],input[type="tel"]:-ms-input-placeholder {
    font-weight: 800;
    font-size: 13px
}

input[type="text"],input[type="tel"]::-ms-input-placeholder {
    font-weight: 800;
    font-size: 13px
}

input[type="tel"]::-webkit-input-placeholder {
    font-weight: 800;
    font-size: 13px
}

input[type="tel"]::-moz-placeholder {
    font-weight: 800;
    font-size: 13px
}

input[type="tel"]:-ms-input-placeholder {
    font-weight: 800;
    font-size: 13px
}

input[type="tel"]::-ms-input-placeholder {
    font-weight: 800;
    font-size: 13px
}

input[type="text"],input[type="tel"]::placeholder {
    /* font-weight:800; */
    font-size: 13px
}

textarea::-webkit-input-placeholder {
    font-weight: 800;
    font-size: 13px
}

.form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.form__from,.form__where {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.form__tob,.form__bottom {
    max-width: 480px;
    height: 50px;
    border: 1px solid #EBEBEB;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 8px 23px 10px rgba(0,0,0,0.08);
    box-shadow: 0px 8px 23px 10px rgba(0,0,0,0.08);
    border-radius: 5px;
    padding: 8px 32px;
    margin-bottom: 36px
}

.form__tob,.form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input__where,.input__from {
    line-height: 1.67;
    border: none;
}

.input__where,.info__where {
    padding-left: 32px;
    height: 27px;
    border-left: 1px solid #D9D9D6
}

.input__where:focus,.input__from:focus {
    outline: none
}

.btn__header {
    background: #08786C;
    -webkit-box-shadow: 0px 3px 7px rgba(106,106,106,0.25);
    box-shadow: 0px 3px 7px rgba(106,106,106,0.25);
    border-radius: 5px;
    padding: 10px 39px;
    color: white;
    cursor: pointer;
    margin-left: 331px;
    border-color: #058072
}

.content__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 110px
}

.photo__header {
    margin: 0 auto
}

.title {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 20px
}

.title__desc {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 18px
}

.advs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 485px;
    margin-bottom: 50px
}

.item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 25px;
    width: 425px
}

.item__content {
    font-weight: bold;
    font-size: 15px
}

.item__info {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px
}

.advs__item img {
    width: 57px
}

.advs__item_heght {
    height: 49px
}

.section-bus {
    margin-bottom: 50px;
    background: url(../img/bg.png);
    min-height: 780px;
    padding: 52px
}

.gc {
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 40px;
    vertical-align: top
}

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

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

.tabs__img {
    max-width: 634px;
    max-height: 383px;
    -o-object-fit: cover;
    object-fit: cover
}

.tabs__img_smal {
    max-width: 253px;
    max-height: 243px;
    -o-object-fit: cover;
    object-fit: cover
}

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

.tabs__haract_active {
    width: 309px;
    height: 47px;
    background: #FFE599;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tabs__item {
    width: 302px;
    height: 47px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #686868;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 1px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
    font-weight: bold;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1)
}

.naccs .menu div:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.naccs .menu div span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 18px;
    left: 15px;
    background-color: #7f9695;
    border-radius: 100%;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1)
}

.naccs .menu div.active span.light {
    background-color: #FBC02D;
    left: 0;
    height: 100%;
    width: 3px;
    top: 0;
    border-radius: 0
}

.naccs .menu div.active {
    color: #FBC02D;
    padding: 15px 20px 15px 20px
}

ul.nacc {
    position: relative;
    height: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1)
}

ul.nacc li {
    opacity: 0;
    position: absolute;
    list-style: none;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1)
}

ul.nacc li.active {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

ul.nacc li p {
    margin: 0
}

.tabs__info {
    padding-left: 31px
}

.tabs__haract {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
    background-color: #194240;
    border-radius: 5px;
    border-bottom: 1px solid white;
    color: white;
    font-weight: bold;
    font-size: 12px
}

.button__order {
    text-align: center;
    background: #FFBE00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 13px 109px;
    font-weight: normal;
    font-size: 18px;
    color: white;
    cursor: pointer
}

.button__order:hover {
    -webkit-box-shadow: 3px 4px 2px rgba(255,255,255,0.5);
    box-shadow: 3px 4px 2px rgba(255,255,255,0.5)
}

.modal,.modal__bug {
    background: rgba(0,0,0,0.6);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10
}

.modal__bug {
    overflow: scroll
}

.modal__wrap {
    background: #033131;
    border-radius: 5px;
    margin: 10% auto 0px;
    padding: 20px;
    position: relative;
    width: 300px
}

.bug__wrap {
    background: #fff;
    padding: 28px 20px 20px 20px;
    position: relative;
    width: 90%;
    margin: 0% auto
}

.bug {
    position: relative;
    z-index: 30
}

.close,.close__brown {
    width: 31px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 34
}

.close__brown {
    color: #866d6d;
    right: 15px
}

.info__contact {
    color: white;
    font-size: 1.375rem;
    font-weight: 600;
    margin: 20px 0
}

.form__name:focus,.form__contact:focus {
    border-color: #FFAF29
}

.form__name,.form__contact {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    o-transition: border-color .3s;
    outline: none;
    padding: 10px 0;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    webkit-transition: border-color .3s
}

.form__name {
    margin-right: 20px
}

.form-desc {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 17px;
    height: 65px;
    max-height: 300px;
    max-width: 400px;
    o-transition: border-color .3s;
    outline: none;
    padding: 10px 0;
    resize: vertical;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    webkit-transition: border-color .3s;
    width: 100%
}

.form-desc:focus {
    border-color: #FFAF29
}

.btn-form {
    background-color: #FFC25C;
    border: 1px solid #FFC25C;
    border: none;
    border-radius: 3px;
    color: #252734;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    o-transition: .3s all;
    padding: 12px 24px;
    text-decoration: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    webkit-transition: .3s all
}

.btn-form:hover {
    border-bottom-color: #ffbc4d;
    ms-transform: translateY(-2px);
    opacity: 1;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    webkit-transform: translateY(-2px)
}

.order__info {
    font-size: 1rem;
    line-height: 1.5;
    margin: 20px 0;
    opacity: 0.5;
    width: 100%
}

.order__info-mar {
    font-size: 14px;
    margin: 10px 0
}

.col_white {
    color: white
}

.customer {
    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;
    margin: 0 auto
}

.customer__title {
    font-weight: bold;
    font-size: 18px;
    color: #302F2F
}

.customer__desc {
    max-width: 760px;
    font-weight: 400;
    font-size: 18px;
    margin: 6px 0px 60px 0px
}

.customer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px
}

.customer__wrap {
    width: 160px;
    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
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.info__item,.info__item-bold {
    margin-bottom: 46px;
    position: relative;
    max-width: 481px;
    padding-left: 42px
}

.info__item {
    padding-left: 42px;
    margin-right: 5px
}

.info__item:before,.info__item-bold:before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/CheckmarkReg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px
}

.info__item-bold:before {
    background-image: url(../img/CheckmarkBold.svg);
    width: 27px;
    height: 26px;
    margin-top: -12.5px
}

.btn__info {
    background: #08786C;
    -webkit-box-shadow: 0px 3px 7px rgba(106,106,106,0.25);
    box-shadow: 0px 3px 7px rgba(106,106,106,0.25);
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 38px;
    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;
    max-width: 315px;
    color: white;
    margin: 0 auto;
    margin-bottom: 10px
}

.btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn__desc {
    font-size: 12px;
    line-height: 14px;
    color: #302F2F;
    position: relative;
    margin: 0 auto
}

.btn__desc:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: -32px;
    top: 50%;
    margin-top: -12px;
    background-image: url(../img/btnDesc.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px
}

.form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 857px
}

.answer__name,.answer__phone {
    background: #AADDD7;
    border-radius: 5px;
    font-size: 15px;
    padding: 16px 0 16px 30px;
    margin-bottom: 30px;
    outline: none;
    border: none;
    color: #330022
}

.answer__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 30px
}

.answer__decks {
    max-width: 857px;
    height: 207px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #330022;
    padding: 16px 0 16px 30px;
    background: #AADDD7;
    outline: none;
    border: none
}

.btn__wrap_desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.btn__form {
    background: #08786C;
    border-radius: 5px;
    padding: 15px 56px;
    cursor: pointer;
    color: white
}

.answer__img {
    max-width: 437px;
    height: 270px
}

.answer__title {
    margin-top: 6px
}

.answer__page {
    margin-bottom: 50.5px;
    margin-top: 6px
}

.footer__wrap {
    background: url(../img/bg.png);
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 34px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 225px
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 225px
}

.footer__title {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 17px
}

.footer__link,.footer__item {
    color: white;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 17px;
    text-decoration: none
}

.footer__link:hover {
    text-decoration: underline
}

.under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    color: white;
    padding: 25px 0
}

.under__link,.under_politic {
    color: white;
    text-decoration: none
}

.under__link:hover {
    text-decoration: underline
}

.under_politic:hover {
    text-decoration: underline
}

.footer__wrap {
    position: relative
}

.footer__wrap:before {
    content: "";
    animation: backInUp;
    position: absolute;
    top: -43px;
    left: 75px;
    background-image: url(../img/busFooter.svg);
    width: 86px;
    height: 44px
}

.header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #fff
}

.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.header__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 6;
    font-weight: 500;
    width: 53%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%
}

.header__item {
    list-style: none
}

.header__link {
    color: #302F2F;
    text-decoration: none;
    font-weight: 400
}

.header__link:hover {
    color: #08786C
}

.active {
    color: #595E48
}

.header__logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 214px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5%
}

.header__logo {
    position: relative;
    z-index: 5;
    max-width: 225px
}

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

.phone,.email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.phone__img,.email__img {
    margin-right: 9px
}

.phone__des,.email__des {
    font-size: 16px;
    line-height: 21px
}

.phone__img-mob {
    display: none
}

.content__text {
    font-size: 16px;
    line-height: 25px
}

.content__text p {
    margin: 0px 0px 20px 0
}

.content {
    padding: 100px 0px 0px 0px
}

.bg-fullscrin {
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%
}

.section-search {
    background-color: #595E48
}

.slick-dots li {
    opacity: 1!important;
    position: relative!important;
}

.tabs__img {
    width: 511px;
    height: 383px;
}

.tabs__img_smal {
    width: 253px;
    height: 200px;
    object-fit: cover;
}

.tabs__img_mob {
    height: 610px;
    width: 100%;
    object-fit: cover;
}

.slick-dots li button:before {
    font-size: 17px;
}

.tabs__photo a {
    text-decoration: none;
}

.pol {
    padding-bottom: 60px;
    line-height: 15px;
}

.pol__title {
    background-color: #194240;
    color: white;
    text-align: center;
    padding: 15px 0px;
}

.header__pol {
    margin-bottom: 30px;
}

.customer__img {
    max-width: 160px;
}

.answer input::placeholder {
    color: #8a8d8a;
    font-weight: 300;
}

.answer textarea::placeholder {
    color: #8a8d8a;
    font-weight: 300;
}

/* swiper start
*/
html, body {
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabs__inner-mob {
    display: none;
}

.swiper__one .swiper-pagination-fraction {
    color: white;
    font-size: 16px
}

.swiper__one .swiper-button-next__one {
    position: absolute;
    right: 0;
    top: 38%;
    z-index: 1;
}

.swiper__one .swiper-button-prev__one {
    position: absolute;
    left: 0;
    top: 38%;
    z-index: 1;
}

/*swiper end */
.header__leng {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__leng-link {
    padding-left: 10px;
}

.header__link--active {
    color: #08786C;
    display: inline-block;
}
