* {
    box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

main {
    display: block
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

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: content-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
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: none
}

li,
ol,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

button {
    background-color: transparent;
    font-family: inherit;
    font-size: inherit
}

button,
input,
select {
    border: none;
    margin: 0;
    padding: 0
}

input,
select {
    -webkit-appearance: none
}

a,
a:focus,
button,
button:focus {
    outline: none;
    box-shadow: none
}

:after {
    box-sizing: border-box
}

.container {
    width: 100%;
    padding: 0;
    margin: 0 auto
}

body,
html {
    height: 100%
}

body {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: #000
}

.img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto
}

.page-wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.page-content,
main {
    flex: 1 0 auto
}

.robots {
    position: relative
}

.robots-wrapper-image {
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    right: 0;
    width: 50%
}

.robots-image {
    transform: translateX(-50%);
    left: 50%;
    z-index: 10;
    width: 100%
}

.robots-image,
.robots__image {
    background-image: url(../img/robots-image.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0
}

.robots__image {
    right: 0;
    z-index: 20;
    width: 50%
}

.robots__image-hidden {
    display: none
}

.robots__logo {
    padding: 50px 0 0;
    margin-bottom: 135px
}

.robots__content {
    position: relative
}

.robots__content:after {
    content: "";
    position: absolute;
    z-index: 50;
    top: 100px;
    right: -100px;
    background-image: url(../img/book-robots.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 970px;
    height: 777px
}

.robots h1 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    color: #000c38;
    max-width: 540px;
    margin-bottom: 33px
}

.robots h1,
.robots p {
    font-family: Montserrat, sans-serif
}

.robots p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    max-width: 445px;
    margin-bottom: 53px
}

.robots button {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    background: #fe4319;
    border-radius: 5px;
    padding: 18px 38px;
    color: #fff;
    margin-bottom: 220px;
    cursor: pointer
}

.advantages {
    padding: 140px 0;
    position: relative
}

.advantages-wrapper-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%
}

.advantages-image {
    background-image: url(../img/image-robot-advantage.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.advantages:before {
    top: -40px;
    left: 202px;
    background-image: url(../img/image-advantage-top.png)
}

.advantages:after,
.advantages:before {
    content: "";
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 80px;
    height: 91px
}

.advantages:after {
    bottom: -40px;
    right: 202px;
    background-image: url(../img/image-advantage-bottom.png)
}

.advantages__image-hidden {
    display: none
}

.advantages__wrapper {
    display: flex;
    justify-content: flex-end
}

.advantages h2 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000c38;
    max-width: 537px;
    margin-bottom: 40px
}

.advantages__list-item {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative
}

.advantages__list-item:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 35px;
    height: 35px;
    background-image: url(../img/icon-check.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.advantages__list-item:first-child {
    max-width: 500px
}

.advantages__list-item:nth-child(2) {
    max-width: 640px
}

.advantages__list-item:last-child {
    max-width: 580px;
    margin-bottom: 0
}

.section-form {
    background: #000c38;
    padding: 50px 0 38px;
    position: relative;
    z-index: 100;
    overflow: hidden
}

.section-form:before {
    top: 0;
    left: 0;
    border-top: 570px solid hsla(0, 0%, 100%, .05);
    border-right: 460px solid transparent
}

.section-form:after,
.section-form:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    width: 0;
    height: 0
}

.section-form:after {
    bottom: 0;
    right: 0;
    border-bottom: 750px solid hsla(0, 0%, 100%, .05);
    border-left: 390px solid transparent
}

.section-form h3 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 5px
}

.section-form__free-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.section-form p {
    font-size: 36px;
    line-height: 44px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-right: 13px
}

.RForm form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.RForm form .input-wrap {
    position: relative;
    width: 49%
}

.RForm form .input-wrap.phone-wrap {
    margin-bottom: 15px
}

.RForm form .input-wrap.checkbox-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    order: 6
}

.RForm form .input-wrap.checkbox-wrap input[type=checkbox] {
    background-image: url(../img/image-checkbox-empty.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px
}

.RForm form .input-wrap.checkbox-wrap input[type=checkbox]:checked {
    background-image: url(../img/image-checkbox.png)
}

.RForm form .input-wrap.checkbox-wrap input[type=checkbox].error~.checkbox-terms {
    color: #fe5959
}

.RForm form .input-wrap.checkbox-wrap .checkbox-terms {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #848484;
    padding-left: 10px;
}

.RForm form .input-wrap.checkbox-wrap .checkbox-terms a {
	text-decoration: underline;
}

.RForm form .input-wrap label.error {
    position: absolute;
    bottom: calc(100% + 2px);
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 11px;
    color: #fe5959
}

.RForm form .input-wrap:nth-child(2) {
    order: 3
}

.RForm form .input-wrap:nth-child(3) {
    order: 2
}

.RForm form .input-wrap.button-wrap {
    order: 5
}

.popUp-form-register-phone {
    display: flex;
    width: 48%
}

.popUp-form-register-phone .popUp-form-register-phone-wrap {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 60px
}

.popUp-form-register-phone .popUp-form-register-phone-wrap:after {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    bottom: -14px;
    color: red;
    content: attr(data-error);
    left: 100px;
    position: absolute;
    right: 0;
    text-align: start
}

.popUp-form-register-phone .popUp-form-register-phone-wrap input {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding-left: 125px !important;
    margin-bottom: 0
}

.popUp-form-register-phone .selected-country-arrow {
    align-items: center;
    display: flex;
    justify-content: center
}

.popUp-form-register-phone .custom-countryElem:hover {
    background-color: #a2c2ef
}

.popUp-form-register-phone .select-drop-menu-hidden .custom-select-wrap {
    max-height: 0;
    transition: all .4s ease-in-out
}

.popUp-form-register-phone .select-drop-menu-hidden .selected-country-arrow {
    transition: all .4s ease-in-out
}

.popUp-form-register-phone .select-drop-menu-show .custom-select-wrap {
    max-height: 150px;
    transition: all .4s ease-in-out
}

.popUp-form-register-phone .select-drop-menu-show .selected-country-arrow {
    transform: rotate(180deg);
    transition: all .4s ease-in-out
}

.popUp-form-register-phone .custom-select-wrap {
    background-color: #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    max-height: 300px;
    overflow-y: scroll;
    position: absolute;
    top: 120%;
    width: 100%;
    z-index: 3
}

.popUp-form-register-phone .selected-country {
    align-items: center;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    background: #eee;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 10px;
    position: absolute;
    left: 0;
    width: 110px;
    cursor: pointer
}

.popUp-form-register-phone .selected-country-flag {
    order: 1
}

.popUp-form-register-phone .selected-country-arrow {
    order: 3
}

.popUp-form-register-phone .selected-country-code {
    order: 2;
    color: #a1a1a1
}

.popUp-form-register-phone .selected-country-flag img {
    height: 18px;
    width: 24px
}

.popUp-form-register-phone .custom-countryElem {
    align-items: center;
    display: flex;
    padding: 10px 0 10px 12px;
    color: #000;
    cursor: pointer
}

.popUp-form-register-phone .custom-countryElem img {
    height: 18px;
    margin-right: 12px;
    width: 24px
}

.popUp-form-register-phone .custom-select-country {
    width: 50px
}

.form-section .RForm form {
    margin-top: 54px
}

.RForm form>div,
.RForm form>div>* {
    width: 100%
}

.RForm form input:not([type=checkbox]),
.RForm select,
.popup input {
    background-color: #fff;
    border-radius: 5px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    padding: 20px;
    color: #a1a1a1;
    margin-bottom: 20px
}

.RForm form input:not([type=checkbox])::placeholder,
.RForm select::placeholder {
    color: #a2a2a2
}

.RForm form input:not([type=checkbox])::-webkit-input-placeholder,
.RForm select::-webkit-input-placeholder {
    color: #a2a2a2
}

.RForm form input:not([type=checkbox])::-moz-placeholder,
.RForm select::-moz-placeholder {
    color: #a2a2a2
}

.RForm form input:not([type=checkbox]):-ms-input-placeholder,
.RForm select:-ms-input-placeholder {
    color: #a2a2a2
}

.RForm form input:not([type=checkbox]):-moz-placeholder,
.RForm select:-moz-placeholder {
    color: #a2a2a2
}

.RForm form input:not([type=checkbox]):-webkit-autofill,
.RForm form input:not([type=checkbox]):-webkit-autofill:active,
.RForm form input:not([type=checkbox]):-webkit-autofill:focus,
.RForm form input:not([type=checkbox]):-webkit-autofill:hover,
.RForm select:-webkit-autofill,
.RForm select:-webkit-autofill:active,
.RForm select:-webkit-autofill:focus,
.RForm select:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 45px #fff inset !important;
    -webkit-text-fill-color: #000 !important
}

.RForm form input:not([type=checkbox]).uk-form-success,
.RForm select.uk-form-success {
    border-color: #9b9b9b;
    font-weight: 400 !important
}

.usf-country {
    position: relative
}

.usf-country,
.usf-country select {
    cursor: pointer
}

.usf-country:after {
    content: "";
    position: absolute;
    top: 18px;
    right: 13px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: border-color .3s, transform .3s
}

.RForm .fe-phone-conteiner {
    display: flex;
    justify-content: space-between
}

.RForm .fe-phone-conteiner>div:first-of-type {
    width: 24%
}

.RForm .fe-phone-conteiner>div:first-of-type input {
    padding: 10px 3px;
    text-align: center;
    margin-bottom: 0
}

.RForm .fe-phone-conteiner>div:last-of-type {
    width: calc(76% - 14px)
}

.RForm .fe-phone-conteiner>div:last-of-type:before {
    left: -21%
}

.RForm .submit,
.popup button {
    width: 100%;
    border-radius: 5px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    background: #fe4319;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 60px
}

.agreementText {
    position: relative;
    margin-bottom: 0;
    padding-left: 35px
}

.agreementText a {
    text-decoration: none;
    transition: .3s
}

.agreementText input {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: hsla(0, 0%, 96.1%, 0);
    border: 1px solid #d4d8e2
}

.agreementText input:after,
.agreementText input:before {
    content: "";
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .3s ease
}

.agreementText input:before {
    width: 3px;
    height: 9px;
    left: 9px;
    top: 4px
}

.agreementText input:after {
    width: 7px;
    height: 3px;
    top: 9px
}

.agreementText input:checked:after,
.agreementText input:checked:before {
    opacity: 1
}

.uk-form-danger {
    border-color: #fe5959 !important;
    font-weight: 500 !important
}

.tooltip {
    position: relative
}

.tooltip:before {
    content: attr(data-tooltip);
    display: block;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: #fe5959;
    position: absolute;
    top: -11px;
    left: 60px;
    right: -5px;
    text-align: left
}

.agree-terms-conditions-bad a,
.agree-terms-conditions-bad span {
    color: #ff4f46 !important
}

.uk-position-absolute {
    display: none
}

.tooltip:before {
    font-size: 11px
}

.RForm .indent {
    padding: 0 !important
}

.custom-form__ab .custom-select {
    position: relative;
    font-family: Arial;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.RForm .direction-indent {
    order: 2;
    margin-left: 0;
    width: 100%
}

.custom-form__ab .custom-select select {
    display: none
}

.custom-form__ab .select-selected {
    display: flex;
    width: 100%;
    max-width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-bottom-left-radius: 64px;
    border-top-left-radius: 64px;
    align-items: center;
    order: 1;
    border-right: none;
    margin: 0;
    height: 50px;
    padding: 8px 24px 8px 13px;
    justify-content: flex-end
}

.custom-form__ab .select-selected:after {
    border: 4px solid transparent;
    border-top-color: #615c5c
}

.custom-form__ab .select-selected:after,
.custom-form__ab .select-selected:hover:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    width: 0;
    height: 0
}

.custom-form__ab .select-selected:hover:after {
    border: 4px solid transparent;
    border-top-color: #2e2c2c
}

.custom-form__ab .select-selected.select-arrow-active:after {
    border-color: transparent transparent #000;
    top: 50%;
    transform: translateY(-50%)
}

.custom-form__ab .select-items .custom-option,
.same-as-selected,
.select-selected {
    display: flex;
    padding: 8px 9px;
    border: transparent;
    border-bottom: rgba(0, 0, 0, .1);
    cursor: pointer;
    width: 100%
}

.custom-form__ab .custom-option div,
.same-as-selected div {
    padding: 0 10px
}

.custom-form__ab .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.custom-form__ab .select-hide {
    display: none
}

.custom-form__ab .select-items .custom-option:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, .1)
}

.custom-form__ab .phone_operator {
    display: none
}

.custom-form__ab .select-selected .country-flag {
    width: 15px;
    height: 11px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .customer_phone.userPhone {
    order: 2
}

.custom-form__ab .custom-option {
    display: flex
}

.custom-form__ab .custom-option .country-name {
    width: 75%
}

.country-code {
    color: #c2cbdc;
    font-weight: 400;
    font-size: 18px
}

.custom-form__ab .select-selected .country-code {
    padding: 0 6px;
    text-align: center;
    font-size: 12px
}

.custom-form__ab .custom-option .country-flag {
    width: 24px;
    height: 17px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .custom-option .country-code {
    width: 25%;
    text-align: center
}

.custom-form__ab .country-flag {
    background-repeat: no-repeat
}

.custom-form__ab .customer_phone.userPhone {
    padding-left: 90px !important
}

.virtual-list-wrapper::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5
}

.custom-form__ab .custom-option .country-name {
    padding-left: 0;
    line-height: 14px
}

.virtual-list-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    border: 1px solid #ccc
}

.virtual-list-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22add4, #1e98ba)
}

.RForm .usf-button {
    order: 40
}

.RForm {
    padding-top: 0;
    max-width: 780px;
    margin: 0 auto
}

.RForm .agree-terms-conditions-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #5c647a;
    text-align: left;
    padding-left: 26px;
    width: auto;
    display: inline-block;
    position: relative
}

.RForm .agree-terms-conditions-link {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #848484;
    display: inline;
    text-decoration: underline
}

.RForm .indent {
    width: 48.5%
}

.form-section form {
    align-items: center !important
}

.form-section .RForm .indent {
    width: 22.6%
}

.form-section .uk-margin-small-top.agreementText {
    width: 66%
}

.form-section .uk-margin-small-top.agreementText .agree-terms-conditions-link {
    font-size: 14px !important
}

.grid-element.uk-width-medium-1-2.uk-width-small-1-1.indent.usf-button.uk-width-large-1-3 {
    padding-top: 0 !important
}

.direction-indent.tooltip+.select-selected {
    border-color: #dc8d99 !important
}

.custom-select .tooltip {
    position: static
}

.RForm .agreementText {
    padding-left: 20px;
    order: 50;
    display: flex;
    justify-content: flex-end
}

.agreementText input {
    left: 0;
    top: 0
}

.agreementText input:after {
    left: 3px
}

.agreementText input:before {
    left: 10px
}

.agree-terms-conditions-span {
    margin-right: 0
}

.footer {
    flex-shrink: 0;
    background-color: #1f1f1f;
    padding: 40px 35px
}

.footer__address,
.footer__attention_text,
.footer__copyright,
.footer__warning-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #a1a1a1;
    max-width: 980px;
    margin: 0 auto 10px;
    text-align: center
}

.footer__links {
    text-align: center;
    margin-bottom: 20px
}

.footer__links a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #a1a1a1;
    text-decoration: underline;
    cursor: pointer
}

.footer__links a:hover {
    text-decoration: none
}

.footer__contact-block {
    text-align: center;
    margin-bottom: 20px
}

.footer__contact-block a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #a1a1a1;
    text-decoration: underline;
    cursor: pointer
}

.footer__divider,
.footer__divider-contact {
    padding: 0 3px;
    color: #a1a1a1
}

@media (min-width:576px) {
    .container {
        max-width: 520px
    }
}

@media (min-width:800px) {
    .container {
        max-width: 1120px
    }
}

@media (max-width:959px) and (min-width:801px) {
    .custom-form__ab .select-items {
        margin-left: 20px
    }
}

@media (max-width:959px) and (min-width:768px) {
    .RForm .usf-email {
        order: 4
    }
}

@media (min-width:1200px) {
    .custom-form__ab .select-selected {
        height: 60px
    }
}

@media (min-width:1366px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:1919px) {

    .robots-image,
    .robots__image {
        background-image: url(../img/robots-image-lg.png)
    }

    .robots-image,
    .robots__content:after,
    .robots__image {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }

    .robots__content:after {
        background-image: url(../img/book-robots-lg.png);
        width: 642px;
        height: 513px;
        top: 80px;
        right: 150px
    }

    .robots button {
        margin-bottom: 115px
    }

    .advantages-image {
        background-image: url(../img/image-robot-advantage-lg.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: cover
    }
}

@media (max-width:1400px) {
    .robots__logo {
        padding: 30px 0 0;
        margin-bottom: 45px
    }

    .robots h1 {
        font-size: 36px;
        line-height: 44px;
        max-width: 420px
    }

    .robots p {
        font-size: 20px;
        line-height: 30px;
        max-width: 466px;
        margin-bottom: 45px
    }

    .robots button {
        font-size: 18px;
        line-height: 22px;
        padding: 19px 27px
    }

    .advantages:before {
        left: 93px;
        width: 60px;
        height: 68px
    }

    .advantages:after {
        right: 93px;
        width: 60px;
        height: 68px
    }

    .advantages {
        padding: 115px 0
    }

    .advantages__content {
        padding-right: 80px
    }

    .advantages h2 {
        font-size: 30px;
        line-height: 37px;
        max-width: 435px;
        margin-bottom: 50px
    }

    .advantages__list-item {
        font-size: 20px;
        line-height: 24px;
        max-width: 525px;
        margin-bottom: 40px
    }

    .advantages__list-item:before {
        width: 31px;
        height: 31px
    }

    .advantages__list-item:first-child,
    .advantages__list-item:last-child,
    .advantages__list-item:nth-child(2) {
        max-width: 525px
    }

    .section-form:before {
        border-top: 320px solid hsla(0, 0%, 100%, .05);
        border-right: 240px solid transparent
    }

    .section-form:after {
        border-bottom: 280px solid hsla(0, 0%, 100%, .05);
        border-left: 180px solid transparent
    }

    .section-form h3 {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 10px
    }

    .section-form__free-block {
        margin-bottom: 45px
    }

    .section-form p {
        font-size: 30px;
        line-height: 37px
    }

    .RForm .submit {
        font-size: 18px;
        line-height: 22px
    }

    .RForm {
        max-width: 780px
    }
}

@media (max-width:1366px) {
    .form-section .RForm .indent {
        width: 32%
    }
}

@media (max-width:1365px) {

    .robots-image,
    .robots__image {
        display: none
    }

    .robots__image-hidden {
        width: 100%;
        display: block
    }

    .robots__logo {
        margin-bottom: 90px;
        text-align: center
    }

    .robots__content:after {
        display: none
    }

    .robots h1 {
        margin: 0 auto 30px
    }

    .robots h1,
    .robots p {
        max-width: 100%;
        text-align: center
    }

    .robots p {
        max-width: 650px;
        margin: 0 auto 55px
    }

    .robots__button {
        margin: 0 auto 72px;
        text-align: center
    }

    .robots button {
        margin-bottom: 0
    }

    .advantages-image {
        display: none
    }

    .advantages {
        padding: 115px 0 0
    }

    .advantages__image-hidden {
        width: 100%;
        display: block
    }

    .advantages__wrapper {
        flex-direction: column;
        justify-content: center
    }

    .advantages__content {
        padding-right: 0
    }

    .advantages h2 {
        text-align: center;
        max-width: 100%
    }

    .advantages__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px
    }
}

@media (max-width:1200px) {
    .agreementText {
        margin-top: 0;
        margin-bottom: 9px
    }

    .RForm .indent {
        width: 49%
    }

    .agree-terms-conditions-span {
        font-size: 10px;
        line-height: 12px;
        font-weight: 400
    }
}

@media (max-width:1199px) {
    .advantages:before {
        left: 32px
    }

    .advantages:after {
        right: 32px
    }

    .advantages {
        padding: 75px 0 0
    }

    .advantages h2 {
        font-size: 28px;
        line-height: 34px;
        max-width: 100%;
        text-align: center;
        margin-bottom: 43px
    }

    .section-form:before {
        border-top: 500px solid hsla(0, 0%, 100%, .05);
        border-right: 790px solid transparent
    }

    .section-form:after {
        display: none
    }

    .section-form h3 {
        max-width: 550px;
        margin: 0 auto 18px
    }

    .section-form__free-block {
        margin-bottom: 60px
    }

    .RForm form .input-wrap {
        width: 100%
    }

    .RForm form .input-wrap.phone-wrap,
    .RForm form input:not([type=checkbox]),
    .RForm select {
        margin-bottom: 30px
    }

    .RForm .submit {
        margin-bottom: 70px
    }

    .RForm {
        max-width: 310px
    }

    .footer__address,
    .footer__attention_text,
    .footer__copyright,
    .footer__warning-text {
        max-width: 570px
    }
}

@media (max-width:800px) {
    .custom-form__ab .custom-option .country-name {
        color: #828282;
        font-size: 10px;
        line-height: 10px;
        font-weight: 300
    }

    .country-code {
        color: #c2cbdc;
        font-size: 11px;
        line-height: 11px;
        font-weight: 300
    }

    .custom-form__ab .select-items {
        margin-left: 2px
    }
}

@media (max-width:799px) {
    .robots__logo {
        padding: 20px 0 0;
        margin-bottom: 50px
    }

    .robots h1 {
        font-size: 24px;
        line-height: 29px
    }

    .robots p {
        font-size: 14px;
        line-height: 21px;
        max-width: 266px;
        margin: 0 auto 35px
    }

    .robots button {
        font-size: 15px;
        line-height: 18px;
        padding: 16px 22px
    }

    .advantages:after,
    .advantages:before {
        display: none
    }

    .advantages__list {
        margin-bottom: 40px
    }

    .section-form:before {
        border-top: 240px solid hsla(0, 0%, 100%, .05);
        border-right: 350px solid transparent
    }

    .section-form:after {
        display: block;
        border-bottom: 240px solid hsla(0, 0%, 100%, .05);
        border-left: 350px solid transparent
    }

    .RForm .agree-terms-conditions-label {
        padding-left: 25px
    }

    .RForm .indent {
        width: 100%
    }

    .footer {
        padding: 30px 10px 40px
    }

    .footer__address,
    .footer__attention_text,
    .footer__copyright,
    .footer__links a,
    .footer__warning-text {
        line-height: 17px;
        margin-bottom: 20px
    }

    .footer__links a {
        display: block
    }

    .footer__links a:last-child {
        margin-bottom: 0
    }

    .footer__divider {
        display: none
    }
}

@media (max-width:767px) {
    .LPForm.RForm {
        width: 100%
    }

    .tooltip:before {
        font-size: 10px
    }

    .custom-select {
        position: relative
    }

    .custom-select .tooltip {
        position: static
    }

    .tooltip:before {
        left: 20px
    }
}

@media (max-width:745px) {
    .RForm .usf-button {
        padding-top: 5px !important
    }
}

@media (max-width:638px) {

    .RForm .indent,
    .RForm form .input-wrap {
        width: 100%
    }
}

@media (max-width:575px) {
    .container {
        padding: 0 20px
    }

    .advantages {
        padding: 50px 0 0
    }

    .advantages h2 {
        font-size: 20px;
        line-height: 24px;
        max-width: 290px;
        margin: 0 auto 35px
    }

    .advantages__list-item {
        font-size: 14px;
        line-height: 17px;
        max-width: 312px;
        margin-bottom: 30px;
        padding-left: 50px
    }

    .advantages__list-item:before {
        width: 25px;
        height: 25px;
        top: 4px
    }

    .advantages__list-item:first-child,
    .advantages__list-item:last-child,
    .advantages__list-item:nth-child(2) {
        max-width: 310px
    }

    .section-form h3 {
        font-size: 20px;
        line-height: 24px;
        max-width: 235px;
        margin-bottom: 25px
    }

    .section-form__free-block {
        margin-bottom: 35px
    }

    .section-form p {
        font-size: 20px;
        line-height: 24px
    }

    .RForm form .input-wrap.checkbox-wrap .checkbox-terms {
        font-size: 14px;
        line-height: 20px
    }

    .popUp-form-register-phone .popUp-form-register-phone-wrap {
        height: 50px
    }

    .RForm form input:not([type=checkbox]),
    .RForm select {
        font-size: 14px;
        line-height: 17px;
        height: 50px
    }

    .RForm .submit {
        height: 50px;
        margin-bottom: 35px;
        font-size: 15px;
        line-height: 20px
    }

    .RForm .agree-terms-conditions-label {
        padding-left: 30px;
        font-size: 12px;
        line-height: 13px;
        font-weight: 400
    }
}

@media (max-width:530px) {
    .RForm .indent {
        width: 100% !important
    }

    .RForm form .input-wrap {
        width: 100%
    }
}

@media (max-width:360px) {
    .RForm .agree-terms-conditions-label {
        padding-left: 9px;
        line-height: 18px
    }

    .RForm .agreementText {
        margin-top: 10px
    }

    .RForm .usf-button {
        padding-top: 0 !important
    }

    .agree-terms-conditions-span .RForm .indent {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400
    }
}

