.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[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
}

@font-face {
    font-family: AvenirNextCyr;
    src: url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot);
    src: url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Regular.eot?#iefix) format("embedded-opentype"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff2) format("woff2"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Regular.woff) format("woff"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Regular.ttf) format("truetype"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Regular.svg#AvenirNextCyr-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: AvenirNextCyr;
    src: url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot);
    src: url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Medium.eot?#iefix) format("embedded-opentype"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff2) format("woff2"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Medium.woff) format("woff"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Medium.ttf) format("truetype"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Medium.svg#AvenirNextCyr-Medium) format("svg");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: AvenirNextCyr;
    src: url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot);
    src: url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Bold.eot?#iefix) format("embedded-opentype"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff2) format("woff2"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Bold.woff) format("woff"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Bold.ttf) format("truetype"), url(assets/fonts/AvenirNextCyr/AvenirNextCyr-Bold.svg#AvenirNextCyr-Bold) format("svg");
    font-style: normal;
    font-weight: 700
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: courier new, monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: #222
}

a,
a:active,
a:focus,
button,
button:active,
button:focus,
input {
    outline: none
}

html {
    font-size: 1em;
    line-height: 1.4
}

body,
html {
    height: 100%;
    min-height: 100%
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

p {
    margin: 0
}

.logo {
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
    position: relative;
    background-color: #fff
}

.logo:after {
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url(assets/img/common/logo-wave-pattern.png);
    content: ""
}

.logo_type_menu {
    height: 150px;
    padding: 34px 34px 24px;
    width: 224px
}

.logo_type_header {
    height: 115px;
    padding: 18px 30px 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:992px) {
    .logo_type_menu {
        height: 116px;
        width: 180px;
        padding: 20px 26px 0
    }

    .logo_type_header {
        height: 90px;
        padding: 15px 24px 0
    }
}

@media screen and (max-width:640px) {
    .menu_state_start .logo {
        background-color: #fff;
    }
    
    .logo {
        background-color: transparent;
    }

    .logo_type_menu {
        height: 90px;
        width: 144px
    }

    .logo_type_header {
        height: 100%;
        /* width: ; */
        padding: 0;
    }

    .logo_type_header::after {
        display: none;
    }
}

.logo img {
    width: 100%
}

.button {
    transition: background-color .2s, color .2s;
    border-radius: 21px;
    box-sizing: border-box;
    border: 1px solid #009a3b;
    display: block;
    padding: 10px;
    width: 190px;
    background-color: #009a3b;
    color: #fff;
    cursor: pointer;
    font: normal 13px/20px AvenirNextCyr, sans-serif;
    text-align: center;
    text-transform: uppercase
}

.button:hover {
    background-color: transparent;
    color: #009a3b
}

.button.header__terms {
    margin-left: 40px;
    background-color: transparent;
    color: #009a3b;
    text-decoration: none;
}

.button.header__terms:hover {
    background-color: #009a3b;
    color: #fff;
}

@media screen and (max-width:1200px) {
    .button.header__terms {
        margin: 0 30px;
    }
}

@media screen and (max-width: 640px){
    .button.header__terms {
        margin: 0;
        word-break: break-word;
        overflow-wrap: break-word;
        max-width: 123px;
        padding: 0 10px;
        width: auto;
        font-size: 13px;
        line-height: 13px;
    }
}

.select {
    width: 100%;
    position: relative;
    color: #000;
    font-size: 14px;
    line-height: 24px
}

.select.is-disabled {
    pointer-events: none;
    opacity: .7
}

.select__button {
    transition: border-color .2s;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #eee;
    display: block;
    padding: 12px 50px 12px 60px;
    position: relative;
    cursor: pointer
}

.select__button:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 8px;
    width: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    background: url(assets/img/form/form__arrows.png) no-repeat;
    content: ""
}

.select__button.is-selected,
.select__button:hover {
    border-color: #009a3b
}

.select__button.is-opened {
    border-radius: 4px 4px 0 0;
    border-color: #009a3b #009a3b #fff
}

.select__button.is-opened:after {
    background-position: -15px 0
}

.select__number {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    height: 28px;
    width: 28px;
    position: absolute;
    top: 50%;
    left: -14px;
    z-index: 5;
    background-color: #009a3b;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.select__value {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select__list {
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    border: 1px solid #009a3b;
    border-top: 0 solid #009a3b;
    display: none;
    padding: 0 20px 0 30px;
    width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 100;
    background-color: #fff
}

.select__option {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .2s;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    padding: 8px 0 8px 30px;
    cursor: pointer
}

.select__option:hover {
    color: #009a3b
}

.select__separate {
    display: inline-block;
    height: 15px;
    width: 8px;
    margin: 5px 6px 4px;
    background-image: url(assets/img/form/form__arrows.png);
    background-position: 0 -8px;
    background-repeat: no-repeat;
    vertical-align: top
}

.select__option:hover .select__separate {
    background-position: -8px -8px
}

.form-icon {
    position: relative
}

.form-icon:before {
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 17px;
    left: 30px;
    background-image: url(assets/img/form/form__icons.png);
    background-repeat: no-repeat;
    content: ""
}

.form-icon_type_country:before {
    background-position: 0 0
}

.form-icon_type_city:before {
    background-position: -15px 0
}

.form-icon_type_container:before {
    background-position: -30px 0
}

.form-icon_type_name:before {
    background-position: -45px 0
}

.form-icon_type_email:before {
    background-position: -60px 0
}

.form-icon_type_message:before {
    background-position: -75px 0
}

.form-field {
    transition: border-color .2s;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #eee;
    display: block;
    position: relative
}

.form-field.is-focused,
.form-field:hover {
    border-color: #009a3b
}

.form-field.is-incorrect {
    border-color: red
}

.form-field__item {
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 12px 12px 12px 60px;
    width: 100%;
    background-color: transparent;
    color: #000;
    font: normal 14px/24px AvenirNextCyr, sans-serif
}

.form-field__item::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.form-field__item::-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.form-field__item::placeholder {
    color: #000;
    opacity: 1
}

.form-field__item_type_message {
    height: 92px;
    overflow: hidden;
    resize: none
}

.form-message {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    color: #000;
    font-size: 14px
}

.form-message.is-opened {
    opacity: 1;
    visibility: visible
}

.form-message__box {
    text-align: center
}

.form-message__title {
    margin: 0 0 15px;
    color: #009a3b;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px
}

.button-up {
    transition: background-color .2s;
    border-radius: 4px;
    box-sizing: border-box;
    height: 50px;
    padding: 20px 16px;
    width: 50px;
    position: absolute;
    bottom: 115px;
    right: -50px;
    background-color: #fff;
    cursor: pointer
}

.button-up:before {
    display: block;
    height: 10px;
    width: 18px;
    background: url(assets/img/common/button-up-arrow.png) no-repeat;
    content: ""
}

.button-up:hover {
    background-color: #009a3b
}

.button-up:hover:before {
    background-position: 0 -10px
}

@media screen and (max-width:1280px) {
    .button-up {
        display: none
    }
}

.header {
    transition: height .2s, background-color .3s;
    display: flex;
    height: 90px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #f3f3f3
}

.header_state_start {
    height: 160px;
    background-color: transparent
}

@media screen and (max-width:992px) {
    .header {
        height: 72px
    }

    .header_state_start {
        height: 126px
    }
}

@media screen and (max-width:640px) {
    .header {
        height: 48px
    }

    .header_state_start {
        height: 100px
    }
}

.header__holder {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header__actions,
.header__logo {
    flex-shrink: 0
}

.header_state_start .header__actions,
.header_state_start .header__logo {
    display: none
}

.header__logo {
    height: 90px;
    width: 196px;
    position: relative;
    z-index: 55
}

@media screen and (max-width:992px) {
    .header__logo {
        height: 72px;
        width: 156px
    }
}

@media screen and (max-width:640px) {
    .header__logo {
        height: 28px;
        width: 48px
    }
}

.header__actions {
    display: flex;
    gap: 26px;
}

.header__toggle {
    box-sizing: border-box;
    display: none;
    height: 42px;
    margin-right: -22px;
    padding: 13px 11px;
    width: 42px;
    background-color: #fff;
    cursor: pointer
}

.header__toggle:before {
    display: block;
    height: 16px;
    width: 20px;
    background: url(assets/img/common/menu-toggle-icons.png) no-repeat;
    content: ""
}

.header__toggle.is-opened:before {
    background-position: 0 -16px
}

@media screen and (max-width:992px) {
    .header__toggle {
        display: block
    }
}

@media screen and (max-width:768px) {
    .header__toggle {
        display: none
    }
}

@media screen and (max-width:640px) {
    .header__button {
        width: auto;
        font-size: 13px;
        padding: 6px 10px;
        line-height: 14px;
    }
}

.menu {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
    flex-grow: 1;
    font: 500 16px/24px AvenirNextCyr, sans-serif
}

.menu_state_start {
    padding: 0 80px
}

@media screen and (max-width:992px) {
    .menu:not(.menu_state_start) {
        justify-content: center;
        padding: 12px 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;
        background-color: #fff
    }

    .menu:not(.menu_state_start).is-opened {
        opacity: 1;
        visibility: visible;
        z-index: 50
    }

    .menu_state_start {
        padding: 0 30px
    }
}

@media screen and (max-width:640px) {
    .menu_state_start {
        justify-content: center;
        padding: 0
    }
}

.menu__logo {
    display: none;
    padding: 0 20px
}

.menu_state_start .menu__logo {
    display: block
}

@media screen and (max-width:992px) {
    .menu__logo {
        padding: 0 10px
    }
}

.menu__link {
    padding: 12px 0;
    position: relative;
    color: #000;
    text-decoration: none
}

.menu__link:before {
    transition: width .15s;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #009a3b;
    content: ""
}

.menu__link.active:before,
.menu__link:hover:before {
    width: 100%
}

.menu_state_start .menu__link {
    color: #fff
}

@media screen and (max-width:992px) {
    .menu__link {
        margin: 0 35px
    }

    .menu_state_start .menu__link {
        margin: 0
    }
}

@media screen and (max-width:640px) {
    .menu_state_start .menu__link {
        display: none
    }
}

.contacts__holder,
.footer__holder,
.header__holder,
.layout__holder {
    box-sizing: border-box;
    margin: auto;
    max-width: 1200px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%
}

@media screen and (max-width:992px) {

    .contacts__holder,
    .footer__holder,
    .header__holder,
    .layout__holder {
        padding: 0 40px
    }
}

@media screen and (max-width:992px) and (orientation: landscape) {
    .layout__holder {
        padding-top: 160px;
    }
}

@media screen and (max-width:640px) {

    .contacts__holder,
    .footer__holder,
    .header__holder,
    .layout__holder {
        padding: 0 10px
    }
    
    .header__holder {
        gap: 10px;
    }
}

.layout {
    font: normal 15px/24px AvenirNextCyr, sans-serif
}

.layout__section {
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-position: 50%
}

.layout__section_type_main .layout__holder {
    position: relative;
    z-index: 15
}

@media screen and (max-width:1600px) {
    .layout__section_type_services .layout__holder {
        padding-top: 90px;
        padding-bottom: 30px
    }
}

@media screen and (max-width:1366px) {
    .layout__section_type_partnership .layout__holder {
        padding-top: 60px
    }

    .layout__section_type_services .layout__holder {
        padding-top: 120px;
        padding-bottom: 60px
    }
}

@media screen and (max-width:1280px) {

    .layout__section_type_partnership .layout__holder,
    .layout__section_type_services .layout__holder {
        padding-top: 120px;
        padding-bottom: 60px
    }
}

@media screen and (max-width:640px) {
    .layout__section_type_main .layout__holder {
        padding-top: 72px
    }
}

.layout__header {
    margin: auto;
    max-width: 700px;
    color: #fff;
    text-align: center
}

@media screen and (max-width:640px) {
    .layout__header {
        padding: 0 15px
    }
}

.layout__subtitle,
.layout__title {
    margin: 0;
    font-weight: 700;
    line-height: 42px
}

.layout__title {
    font-size: 40px
}

.layout__subtitle {
    font-size: 35px
}

.layout__description {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px
}

@media screen and (max-width:640px) {
    .layout__description {
        font-size: 17px;
        line-height: 22px
    }

    .layout__section_type_main .layout__description {
        display: none
    }
}

.layout__arrow {
    transition: bottom .3s;
    display: block;
    height: 16px;
    margin-left: -15px;
    width: 29px;
    position: absolute;
    bottom: 106px;
    left: 50%;
    z-index: 50;
    background: url(assets/img/common/section-slide-arrow.png) no-repeat;
    cursor: pointer;
    content: ""
}

.layout__arrow:hover {
    bottom: 101px
}

@media screen and (max-width:1600px) {
    .layout__section_type_services .layout__arrow {
        bottom: 20px
    }

    .layout__section_type_services .layout__arrow:hover {
        bottom: 15px
    }
}

@media screen and (max-width:1366px) {
    .layout__arrow {
        display: none
    }
}

.layout__video {
    height: 100%;
    overflow: hidden;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.layout__video,
.layout__video video {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.layout__video video {
    width: 855px;
    height: 480px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    min-width: 100%;
    min-height: 100%
}

@media screen and (max-width:1280px) {
    .layout__video {
        display: none
    }
}

.form {
    border-radius: 6px;
    position: relative;
    background-color: #fff
}

.form_type_main {
    margin-top: 40px
}

.form__header {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 15
}

.form__tab {
    transition: background-color .2s, color .2s;
    padding: 13px 0;
    width: 112px;
    background-color: #f3f3f3;
    color: #000;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.form__tab:first-of-type {
    border-radius: 4px 0 0 4px
}

.form__tab:last-of-type {
    border-radius: 0 4px 4px 0
}

.form__tab.is-active,
.form__tab:hover {
    background-color: #009a3b;
    color: #fff
}

.form__holder {
    box-sizing: border-box;
    padding: 17px 54px;
    position: relative
}

.form_type_contacts .form__holder {
    padding: 44px 54px 36px
}

@media screen and (max-width:992px) {
    .form__holder {
        padding: 30px 30px 20px
    }

    .form_type_contacts .form__holder {
        padding: 44px 36px 24px
    }
}

@media screen and (max-width:640px) {
    .form__holder {
        padding: 24px 18px 20px 28px
    }

    .form_type_contacts .form__holder {
        padding: 40px 18px 20px 28px
    }
}

.form__row {
    display: flex;
    margin: 0 -15px
}

.form__row_type_select {
    margin: 0 -35px
}

.form__row:not(:first-of-type) {
    margin-top: 16px
}

@media screen and (max-width:992px) {
    .form__row {
        flex-wrap: wrap
    }

    .form__row_type_select {
        margin: 0
    }
}

@media screen and (max-width:640px) {
    .form__row {
        margin: 0
    }
}

.form__cell {
    box-sizing: border-box;
    padding: 0 15px;
    width: 50%
}

.form__cell_type_full {
    width: 100%
}

.form__cell_type_select {
    padding: 0 35px;
    width: 33.3333333%
}

@media screen and (max-width:992px) {
    .form__cell_type_select {
        padding: 0;
        width: 100%
    }

    .form__cell_type_select:not(:first-of-type) {
        margin-top: 12px
    }
}

@media screen and (max-width:640px) {
    .form__cell {
        width: 100%;
        padding: 0
    }

    .form__cell:not(:first-of-type) {
        margin-top: 12px
    }
}

.form__footer {
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    padding: 17px;
    position: relative;
    background-color: #f3f3f3
}

.form__footer:before {
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 154, 59, .24);
    content: ""
}

@media screen and (max-width:992px) {
    .form_type_contacts .form__footer {
        padding: 12px
    }
}

@media screen and (max-width:640px) {
    .form__footer {
        padding: 12px
    }
}

.form__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.form__inner.is-hidden {
    opacity: 0;
    z-index: -1
}

@media screen and (max-width:992px) {
    .form_type_contacts .form__inner {
        flex-wrap: wrap
    }
}

@media screen and (max-width:640px) {
    .form__inner {
        flex-wrap: wrap
    }
}

.form__box:not(:first-of-type) {
    padding-left: 30px
}

@media screen and (max-width:992px) {
    .form_type_contacts .form__box {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .form_type_contacts .form__box:not(:first-of-type) {
        margin-top: 12px;
        padding-left: 0
    }
}

@media screen and (max-width:640px) {
    .form__box {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .form__box:not(:first-of-type) {
        margin-top: 12px;
        padding-left: 0
    }
}

.form__price {
    color: #000;
    font-weight: 700
}

.form__price span {
    margin-left: 5px;
    color: #009a3b
}

.form__back {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5
}

.partnership {
    margin-top: 130px
}

@media screen and (max-width:1366px) {
    .partnership {
        margin-top: 90px
    }
}

@media screen and (max-width:992px) {
    .partnership {
        margin-bottom: 100px
    }
}

.partnership__slider {
    margin: 0 -15px
}

@media screen and (max-width:992px) {
    .partnership__slider {
        margin: 0;
        padding: 0 30px
    }
}

.partnership__slide {
    box-sizing: border-box;
    padding: 0 15px
}

.partnership__picture {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 94px;
    margin: 0 auto 50px;
    width: 112px
}

.partnership__caption {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.services {
    margin-top: 50px
}

@media screen and (max-width:992px) {
    .services {
        margin-bottom: 50px
    }
}

.services__slider {
    margin: 0 -15px
}

@media screen and (max-width:992px) {
    .services__slider {
        margin: 0;
        padding: 0 50px
    }
}

.services__slide {
    box-sizing: border-box;
    padding: 0 15px
}

.services__box:not(:first-of-type) {
    margin-top: 40px
}

.services__link {
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    height: 155px;
    background-color: #fff
}

.services__label {
    margin-top: 15px;
    color: #fff;
    text-align: center
}

.services__caption {
    display: block
}

.contacts {
    box-sizing: border-box;
    padding: 90px 0 150px
}

@media screen and (max-width:1280px) {
    .contacts {
        padding-top: 60px
    }
}

.contacts__holder {
    position: relative
}

.contacts__header {
    flex-shrink: 0;
    padding: 30px 0;
    color: #fff;
    text-align: center
}

.contacts__form {
    box-sizing: border-box;
    flex-shrink: 0;
    padding-top: 25px
}

.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fbfffe
}

.footer__holder {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 90px;
    font-size: 14px
}

@media screen and (max-width:640px) {
    .footer__holder {
        flex-wrap: wrap;
        justify-content: center
    }
}

.footer__copyright {
    color: #000
}

.footer__developer {
    padding-right: 70px;
    position: relative;
    color: #000;
    text-decoration: none
}

.footer__developer:before {
    height: 23px;
    width: 61px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(assets/img/common/csf-logo.png) no-repeat;
    content: ""
}

.map {
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 90px;
    left: 0
}

@media screen and (max-width:1280px) {
    .map {
        position: relative;
        bottom: 0
    }
}

@media screen and (max-width:640px) {
    .map {
        height: 300px
    }
}

.map__box {
    height: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.map__box.is-active {
    transition: opacity .2s;
    opacity: 1;
    visibility: visible
}

.tooltip {
    border-radius: 4px;
    width: 300px
}

.tooltip,
.tooltip:before {
    box-sizing: border-box;
    border: 1px solid #eee
}

.tooltip:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 28px;
    margin-top: -14px;
    margin-left: -14px;
    width: 28px;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #fff;
    content: ""
}

.tooltip__holder {
    padding: 15px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

.tooltip__title {
    display: block;
    margin-bottom: 15px
}

.tooltip__link {
    display: inline-block;
    margin-top: 15px;
    color: #009a3b;
    vertical-align: top
}

.tooltip__link:hover {
    text-decoration: none
}

.contacts-info {
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding: 50px 110px;
    background-color: #fff
}

@media screen and (max-width:992px) {
    .contacts-info {
        padding: 50px 20px
    }
}

@media screen and (max-width:640px) {
    .contacts-info {
        flex-wrap: wrap;
        padding: 42px 22px
    }
}

@media screen and (max-width:640px) {
    .contacts-info__item {
        display: flex;
        align-items: center;
        margin-top: 36px;
        width: 100%
    }

    .contacts-info__item:first-of-type {
        margin-top: 0
    }
}

.contacts-info__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: auto;
    width: 50px
}

@media screen and (max-width:640px) {
    .contacts-info__picture {
        flex-shrink: 0;
        height: auto;
        margin: 0;
        width: 48px
    }

    .contacts-info__picture img {
        max-width: 100%
    }
}

.contacts-info__box {
    margin-top: 25px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px
}

@media screen and (max-width:640px) {
    .contacts-info__box {
        margin-top: 0;
        padding-left: 20px
    }
}

.contacts-info__link {
    color: #000;
    text-decoration: none
}

.custom-slider .slick-slide {
    outline: none
}

.custom-slider .slick-arrow {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 28px;
    width: 15px;
    position: absolute;
    top: 50%;
    z-index: 10;
    background-image: url(assets/img/common/slider-arrows.png);
    background-repeat: no-repeat
}

.custom-slider .slick-prev {
    left: 0;
    background-position: 0 0
}

.custom-slider .slick-next {
    right: 0;
    background-position: -15px 0
}

.custom-slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 18px
}

.partnership .custom-slider .slick-dots {
    bottom: -100px
}

.services .custom-slider .slick-dots {
    bottom: -50px
}

.custom-slider .slick-dots button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    box-sizing: border-box;
    border: none;
    height: 18px;
    padding: 4px;
    width: 18px;
    background-color: transparent
}

.custom-slider .slick-dots button:before {
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .55);
    content: ""
}

.custom-slider .slick-dots li.slick-active button:before {
    background-color: #009a3b
}

.js-hidden {
    display: none
}

.js-show {
    display: block
}

.form__tab:last-of-type {
    border-radius: 4px 4px 4px 4px;
}

.dn {
    display: none;
}

span.select__separate {
    display: none;
}

.form_box.price_none {
    text-align: center;
    margin-top: 10px;
}