/*! 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
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    height: 100%
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none
}

p {
    padding: 0px;
    margin: 0px
}

button, a {
    cursor: pointer;
    outline: none
}

body {
    position: relative;
    font-family: "Roboto", sans-serif;
    overflow: hidden;
    min-height: 100%
}

* {
    font-family: "Roboto", sans-serif;
}

.wrapper-red, .wrapper-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 300px;
    width: 0%;
    height: 0%
}

.wrapper-red {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 31, 30, 0)), to(#c71f1e));
    background: -o-linear-gradient(top, rgba(199, 31, 30, 0) 0%, #c71f1e 100%);
    background: linear-gradient(180deg, rgba(199, 31, 30, 0) 0%, #c71f1e 100%)
}

.wrapper-green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 189, 84, 0)), to(#31bd54));
    background: -o-linear-gradient(top, rgba(49, 189, 84, 0) 0%, #31bd54 100%);
    background: linear-gradient(180deg, rgba(49, 189, 84, 0) 0%, #31bd54 100%)
}

.wrapper-red.error, .wrapper-green.error {
    -webkit-animation: 500ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 0s wrapper-animation;
    animation: 500ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 0s wrapper-animation;
    width: 0%;
    height: 0%
}

@-webkit-keyframes wrapper-animation {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0
    }
    60% {
        width: 100%;
        height: 100%;
        opacity: 0.4
    }
    100% {
        opacity: 0;
        width: 100%;
        height: 100%
    }
}

@keyframes wrapper-animation {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0
    }
    60% {
        width: 100%;
        height: 100%;
        opacity: 0.4
    }
    100% {
        opacity: 0;
        width: 100%;
        height: 100%
    }
}

.wrapper-gray {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 0%;
    height: 100%;
    background-color: rgba(8, 9, 11, 0.4);
    -webkit-transition: 0.6s max-width cubic-bezier(0.7, 0.7, 0.2, 0.9);
    -o-transition: 0.6s max-width cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: 0.6s max-width cubic-bezier(0.7, 0.7, 0.2, 0.9);
    z-index: 999;
    cursor: pointer
}

.wrapper-gray.active {
    max-width: 100%
}

.wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 999
}

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

.container {
    max-width: 1612px;
    padding: 0 45px;
    margin: 0 auto;
    position: relative;
    height: 100vh;
    overflow: hidden
}

.main-logo {
    max-width: 288px;
    width: 100%;
    max-height: 360px;
    height: 100%;
    position: absolute;
    top: 12.1%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1) rotate(0deg);
    -ms-transform: translateX(-50%) scale(1) rotate(0deg);
    transform: translateX(-50%) scale(1) rotate(0deg);
    -webkit-animation: 500ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 0s logo-animation;
    animation: 500ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 0s logo-animation
}

.main-logo img {
    width: 100%;
    height: 100%
}

@-webkit-keyframes logo-animation {
    0% {
        left: 0%;
        -webkit-transform: translateX(-50%) scale(1) rotate(25deg);
        transform: translateX(-50%) scale(1) rotate(25deg)
    }
    100% {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1) rotate(0deg);
        transform: translateX(-50%) scale(1) rotate(0deg)
    }
}

@keyframes logo-animation {
    0% {
        left: 0%;
        -webkit-transform: translateX(-50%) scale(1) rotate(25deg);
        transform: translateX(-50%) scale(1) rotate(25deg)
    }
    100% {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1) rotate(0deg);
        transform: translateX(-50%) scale(1) rotate(0deg)
    }
}

.main-logo.error, .main-logo.success {
    max-width: 196px;
    max-height: 245px;
    top: 2.52%;
    left: 0;
    -webkit-transform: translateX(45px) scale(0.9) rotate(0deg);
    -ms-transform: translateX(45px) scale(0.9) rotate(0deg);
    transform: translateX(45px) scale(0.9) rotate(0deg);
    -webkit-animation: 500ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 0s logo-animation-error;
    animation: 500ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 0s logo-animation-error
}

.main-logo.success:hover, .main-logo.error:hover{
    cursor: pointer;
}

@-webkit-keyframes logo-animation-error {
    0% {
        max-width: 224px;
        left: 50%;
        top: 12.1%;
        -webkit-transform: translateX(-50%) scale(1) rotate(25deg);
        transform: translateX(-50%) scale(1) rotate(25deg)
    }
    100% {
        max-width: 196px;
        top: 2.52%;
        left: 0%;
        -webkit-transform: translateX(45px) scale(0.9) rotate(0deg);
        transform: translateX(45px) scale(0.9) rotate(0deg)
    }
}

@keyframes logo-animation-error {
    0% {
        max-width: 224px;
        left: 50%;
        top: 12.1%;
        -webkit-transform: translateX(-50%) scale(1) rotate(25deg);
        transform: translateX(-50%) scale(1) rotate(25deg)
    }
    100% {
        max-width: 196px;
        top: 2.52%;
        left: 0%;
        -webkit-transform: translateX(45px) scale(0.9) rotate(0deg);
        transform: translateX(45px) scale(0.9) rotate(0deg)
    }
}

.main-search {
    display: none;
    max-width: 906px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    opacity: 1;
    position: absolute;
    top: 58.8888%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row nowrap;
    flex-direction: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: 1000ms cubic-bezier(0.7, 0.7, 0.2, 0.9) search-animation;
    animation: 1000ms cubic-bezier(0.7, 0.7, 0.2, 0.9) search-animation;
    z-index: 888
}

@-webkit-keyframes search-animation {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

@keyframes search-animation {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
    75% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0.8);
        transform: translateX(-50%) scale(0.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

.main-search.error {
    max-width: 843px;
    width: 100%;
    left: 23.8%;
    -webkit-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    opacity: 1;
    top: 142px;
    -webkit-animation: 1000ms cubic-bezier(0.7, 0.7, 0.2, 0.9) search-animation-error;
    animation: 1000ms cubic-bezier(0.7, 0.7, 0.2, 0.9) search-animation-error
}

.main-search.success {
    max-width: 843px;
    width: 100%;
    left: 23.8%;
    -webkit-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
    opacity: 1;
    top: 142px;
    -webkit-animation: 1000ms cubic-bezier(0.7, 0.7, 0.2, 0.9) search-animation-error;
    animation: 1000ms cubic-bezier(0.7, 0.7, 0.2, 0.9) search-animation-error
}

@-webkit-keyframes search-animation-error {
    0% {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        top: 58.8888%;
        max-width: 907px
    }
    50% {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        top: 58.8888%;
        max-width: 907px
    }
    100% {
        left: 23.8%;
        -webkit-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1);
        top: 7.77%;
        max-width: 843px
    }
}

@keyframes search-animation-error {
    0% {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        top: 58.8888%;
        max-width: 907px
    }
    50% {
        left: 50%;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
        top: 58.8888%;
        max-width: 907px
    }
    100% {
        left: 23.8%;
        -webkit-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1);
        top: 142px;
        max-width: 843px
    }
}
.main-search{
    /*overflow: hidden;*/
}
.main-search.success{
    overflow: visible;
}
.main-search.error{
    overflow: visible;
}
.main-search__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    max-width: 707px;
    width: 100%;
    background: #ffffff;
    border-radius: 13px 0px 0px 13px;
    border: 1px solid #686869;
    border-right: none
}

.main-search__box:hover {
    cursor: pointer;
    background: #f5f8fd
}

.main-search__box.error {
    background: #ffcfcf;
    border: 1px solid #ac3c3c;
    border-right: none
}

.main-search__box.success {
    background: #c1f4cc;
    border: 1px solid #31bd54;
    border-right: none
}

#domain {
    /*max-width: 375px;*/
    z-index: 100;
    display: block;
    width: 100%;
    background: url(../img/search.svg) transparent no-repeat left 16px center;
    background-size: 24px 24px;
    padding: 12px 12px 12px 52px;
    border: none;
    outline: none
}

.main-search__box.error #domain:focus {
    border: 1px solid #ac3c3c;
    border-right: none;
    background: url(../img/search.svg) #ffcfcf no-repeat left 16px center
}

.main-search__box.error #domain:focus + .main-search__select {
    border: 1px solid #ac3c3c;
    border-right: none;
    border-left: none;
    background: #ffcfcf
}

.main-search__box.success #domain:focus {
    border: 1px solid #31bd54;
    border-right: none;
    background: url(../img/search.svg) #c1f4cc no-repeat left 16px center
}

.main-search__box.success #domain:focus + .main-search__select {
    border: 1px solid #31bd54;
    border-right: none;
    border-left: none;
    background: #c1f4cc
}

#domain:focus {
    border: 1px solid #08090b;
    border-right: none;
    border-radius: 12px 0px 0px 12px;
    outline: none;
    background: url(../img/search.svg) #f5f8fd no-repeat left 16px center
}

#domain:focus + .main-search__select {
    border: 1px solid #08090b;
    border-right: none;
    border-left: none;
    background: #f5f8fd
}

.main-search__select {
    background: transparent;
    width: auto;
    height: 48px;
    margin-left: auto;
    overflow: visible;
    z-index: 99;
}

.main-search-btn {
    max-width: 200px;
    width: 100%;
    height: 50px
}

.main-search-btn button {
    width: 100%;
    height: 100%;
    display: block;
    background: #3e58f5;
    border-radius: 0px 12px 12px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #f5f8fd;
    border: none;
    outline: none;
    position: relative;
    z-index: 999
}

.main-search-btn button:hover {
    background: #4254c3
}

#btn-search.active {
    background: #3e58f5;
    -webkit-animation: 150ms cubic-bezier(0.7, 0.7, 0.2, 0.9) btn-animation;
    animation: 150ms cubic-bezier(0.7, 0.7, 0.2, 0.9) btn-animation
}

@-webkit-keyframes btn-animation {
    0% {
        background: #4254c3;
        font-size: 18px;
        line-height: 21px
    }
    77% {
        background: #1c2a7b;
        font-size: 15px;
        line-height: 18px
    }
    100% {
        background: #3e58f5;
        font-size: 18px;
        line-height: 21px
    }
}

@keyframes btn-animation {
    0% {
        background: #4254c3;
        font-size: 18px;
        line-height: 21px
    }
    77% {
        background: #1c2a7b;
        font-size: 15px;
        line-height: 18px
    }
    100% {
        background: #3e58f5;
        font-size: 18px;
        line-height: 21px
    }
}

.main-search__info {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    font-style: italic;
    font-weight: bold;
    font-size: 33px;
    line-height: 39px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #31bd54;
    opacity: 0;
    z-index: -1
}

.main-search__info.success {
    bottom: -45px;
    opacity: 1;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-animation: 1250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) info-domaens-animation;
    animation: 1250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) info-domaens-animation
}

@-webkit-keyframes info-domaens-animation {
    0% {
        opacity: 0;
        bottom: 0px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    80% {
        opacity: 0;
        bottom: 0px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    100% {
        opacity: 1;
        bottom: -45px;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%)
    }
}

@keyframes info-domaens-animation {
    0% {
        opacity: 0;
        bottom: 0px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    80% {
        opacity: 0;
        bottom: 0px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    100% {
        opacity: 1;
        bottom: -45px;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%)
    }
}

.main-search__info.error {
    color: #ac3c3c;
    -webkit-animation: 1250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) info-domaens-animation--error;
    animation: 1250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) info-domaens-animation--error;
    bottom: -9px;
    opacity: 1;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

@-webkit-keyframes info-domaens-animation--error {
    0% {
        opacity: 0;
        bottom: 0px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    80% {
        opacity: 0;
        bottom: 0px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    100% {
        opacity: 1;
        bottom: -9px;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%)
    }
}

@keyframes info-domaens-animation--error {
    0% {
        opacity: 0;
        bottom: 0px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    80% {
        opacity: 0;
        bottom: 0px;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%)
    }
    100% {
        opacity: 1;
        bottom: -9px;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%)
    }
}

.btn-domains {
    position: absolute;
    left: 50%;
    bottom: -193px;
    -webkit-transform: translate(-50%, 100%) scale(0.5);
    -ms-transform: translate(-50%, 100%) scale(0.5);
    transform: translate(-50%, 100%) scale(0.5);
    opacity: 0;
    width: 170px;
    height: 41px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    background: #31bd54;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    text-decoration: none;
    visibility: hidden;
}

.btn-domains.success {
    visibility: visible;
    bottom: -96px;
    -webkit-transform: translate(-50%, 100%) scale(1);
    -ms-transform: translate(-50%, 100%) scale(1);
    transform: translate(-50%, 100%) scale(1);
    opacity: 1;
    -webkit-animation: 1250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) btn-domains-animation;
    animation: 1250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) btn-domains-animation
}

@-webkit-keyframes btn-domains-animation {
    0% {
        -webkit-transform: translate(-50%, 100%) scale(0.5);
        transform: translate(-50%, 100%) scale(0.5);
        opacity: 0;
        bottom: -193px
    }
    80% {
        -webkit-transform: translate(-50%, 100%) scale(0.5);
        transform: translate(-50%, 100%) scale(0.5);
        opacity: 0;
        bottom: -193px
    }
    100% {
        -webkit-transform: translate(-50%, 100%) scale(1);
        transform: translate(-50%, 100%) scale(1);
        opacity: 1;
        bottom: -96px
    }
}

@keyframes btn-domains-animation {
    0% {
        -webkit-transform: translate(-50%, 100%) scale(0.5);
        transform: translate(-50%, 100%) scale(0.5);
        opacity: 0;
        bottom: -193px
    }
    80% {
        -webkit-transform: translate(-50%, 100%) scale(0.5);
        transform: translate(-50%, 100%) scale(0.5);
        opacity: 0;
        bottom: -193px
    }
    100% {
        -webkit-transform: translate(-50%, 100%) scale(1);
        transform: translate(-50%, 100%) scale(1);
        opacity: 1;
        bottom: -96px
    }
}

#file {
    display: block;
    /*width: 60px;*/
    height: 100%;
    background: #f5f8fd;
    border: 1px solid rgba(8, 9, 11, 0.7);
    border: none;
    outline: none
}

.select2-search {
    display: none
}

.select2-dropdown {
    /*width: 305px !important;*/
    background: #f5f8fd;
    border: none;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px !important
}

.select2-results__options {
   /* padding: 8px 16px 16px 8px*/
    border-bottom: 1px solid #686869;
    border-right: 1px solid #686869;
    border-left: 1px solid #686869;
    border-radius: 0px 0px 0px 12px;
}

.select2-results__option {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #08090b;
    padding: 8px 14px 8px 14px;
    border-bottom: 1px solid rgba(8, 9, 11, 0.05)
}

.select2-selection--single {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    height: 100% !important;
    outline: none;
    padding: 0px 70px 0px 0px;
}

.select2-selection__rendered {
    padding: 14.5px 0px 12.5px 0px !important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px !important;
    color: #08090b
}

.select2-selection__arrow {
    height: 4px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50% !important;
    right: 44px !important;
    width: 8px !important
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #08090b
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent transparent transparent
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: url(../img/select-arrow-down.svg);
    width: 8px;
    height: 4px;
    position: absolute;
    right: 0;
    top: -10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    content: url(../img/select-arrow-up.svg);
    width: 8px;
    height: 4px;
    position: absolute;
    right: 0;
    top: -8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-domen {
    max-width: 669px;
    width: 100%;
    position: absolute;
    top: 306px;
    left: 23.8%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 3;
    margin-left: 50px;
    padding-bottom: 98px;
}
.about-domen.port{
    top: 350px;
}
.about-domen__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 12px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0
}

.about-domen__list-item.error {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-animation: 1300ms cubic-bezier(0.7, 0.7, 0.2, 0.9) item-animation;
    animation: 1300ms cubic-bezier(0.7, 0.7, 0.2, 0.9) item-animation
}

@-webkit-keyframes item-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    80% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes item-animation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }
    80% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

.about-domen__item-teg, .about-domen__item-value {
    overflow: hidden;
    background: #ffffff
}

.about-domen__item-value.value-importand {
    font-weight: bold
}

.s-filter {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px dashed #cecece;
    height: 16px;
    z-index: -1
}

.about-domen__item-teg {
    text-align: start;
    padding-right: 4px;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #08090b
}

.about-domen__item-value {
    max-width: 340px;
    width: 100%;
    text-align: start;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #08090b;
    padding-left: 4px
}

.domains {
    position: absolute;
    bottom: 12.7%;
    left: calc(-100% + -45px);
    opacity: 0
}

.domains.success {
    bottom: 12.7%;
    left: calc(0% + 45px);
    opacity: 1;
    -webkit-animation: 1300ms cubic-bezier(0.7, 0.7, 0.2, 0.9) domains-animation;
    animation: 1300ms cubic-bezier(0.7, 0.7, 0.2, 0.9) domains-animation
}

@-webkit-keyframes domains-animation {
    0% {
        left: calc(-100% + -45px);
        opacity: 0
    }
    75% {
        left: calc(-100% + -45px);
        opacity: 0
    }
    100% {
        left: calc(0% + 45px);
        opacity: 1
    }
}

@keyframes domains-animation {
    0% {
        left: calc(-100% + -45px);
        opacity: 0
    }
    75% {
        left: calc(-100% + -45px);
        opacity: 0
    }
    100% {
        left: calc(0% + 45px);
        opacity: 1
    }
}

.domains-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #08090b;
    margin-bottom: 8px
}

.domains-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 304px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btn-more__title {
    display: none;
    border: none;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3e58f5;
    margin-top: 8px
}

.domains-box__left, .domains-box__right {
    width: 147px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #ac3c3c
}

.domains--active {
    -webkit-text-decoration: underline #31bd54;
    text-decoration: underline #31bd54;
    color: #31bd54
}

.domains-box__right-name, .domains-box__left-name {
    margin-bottom: 4px
}

.domains-box__left-name:hover{
    cursor: pointer;
}

.faq {
    width: 42px;
    height: 42px;
    background: transparent;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 9999;
    left: -20px;
    -webkit-transform: translateX(-65px) rotate(0deg) scale(1);
    -ms-transform: translateX(-65px) rotate(0deg) scale(1);
    transform: translateX(-65px) rotate(0deg) scale(1);
    bottom: 6.35%;
    -webkit-animation: 1000ms cubic-bezier(0.7, 0.7, 0.2, 0.9) faq-animation;
    animation: 1000ms cubic-bezier(0.7, 0.7, 0.2, 0.9) faq-animation;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: 1s -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
    -o-transition: 1s transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: 1s transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: 1s transform cubic-bezier(0.7, 0.7, 0.2, 0.9), 1s -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9)
}

@-webkit-keyframes faq-animation {
    0% {
        left: 0px;
        -webkit-transform: translateX(-20px) rotate(25deg) scale(0.9);
        transform: translateX(-20px) rotate(25deg) scale(0.9);
        opacity: 0
    }
    70% {
        left: 0px;
        -webkit-transform: translateX(-20px) rotate(25deg) scale(0.9);
        transform: translateX(-20px) rotate(25deg) scale(0.9);
        opacity: 0
    }
    75% {
        left: 0px;
        -webkit-transform: translateX(-20px) rotate(25deg) scale(0.9);
        transform: translateX(-20px) rotate(25deg) scale(0.9);
        opacity: 0
    }
    100% {
        left: -20px;
        -webkit-transform: translateX(-65px) rotate(0deg) scale(1);
        transform: translateX(-65px) rotate(0deg) scale(1);
        opacity: 1
    }
}

@keyframes faq-animation {
    0% {
        left: 0px;
        -webkit-transform: translateX(-20px) rotate(25deg) scale(0.9);
        transform: translateX(-20px) rotate(25deg) scale(0.9);
        opacity: 0
    }
    70% {
        left: 0px;
        -webkit-transform: translateX(-20px) rotate(25deg) scale(0.9);
        transform: translateX(-20px) rotate(25deg) scale(0.9);
        opacity: 0
    }
    75% {
        left: 0px;
        -webkit-transform: translateX(-20px) rotate(25deg) scale(0.9);
        transform: translateX(-20px) rotate(25deg) scale(0.9);
        opacity: 0
    }
    100% {
        left: -20px;
        -webkit-transform: translateX(-65px) rotate(0deg) scale(1);
        transform: translateX(-65px) rotate(0deg) scale(1);
        opacity: 1
    }
}

.faq.active {
    -webkit-transform: translateX(0) rotate(0deg) scale(1);
    -ms-transform: translateX(0) rotate(0deg) scale(1);
    transform: translateX(0) rotate(0deg) scale(1)
}

.faq-btn {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #f5f8fd
}

.faq-btn__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #3e58f5;
    border-radius: 100%;
    z-index: 9999
}

.faq-btn-question {
    opacity: 1
}

.faq-btn-question.active {
    opacity: 0
}

.stick-top, .stick-bottom {
    background: #ffffff;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: width 200ms cubic-bezier(0.7, 0.7, 0.2, 0.9);
    -o-transition: width 200ms cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: width 200ms cubic-bezier(0.7, 0.7, 0.2, 0.9)
}

.stick-top.active, .stick-bottom.active {
    width: 20px;
    height: 2px
}

.stick-top {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.stick-bottom {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.faq-box {
    position: fixed;
    top: 0px;
    right: -1px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 999;
    max-width: 630px;
    width: 100%;
    height: 100%;
    background: #3e58f5;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #f5f8fd;
    padding: 12px 13px 0px 13px;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: 1s -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
    -o-transition: 1s transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: 1s transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: 1s transform cubic-bezier(0.7, 0.7, 0.2, 0.9), 1s -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9)
}

.faq-box__item-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.faq-box.animate {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.faq-box__item {
    background: rgba(245, 248, 253, 0.05);
    padding: 11px 24px;
    position: relative;
    margin-bottom: 4px;
    cursor: pointer;
    z-index: 9999
}

.faq-box__item:last-child {
    margin-bottom: 0px
}

.faq-box__item-title {
    padding-right: 25px;
    font-weight: bold;
    line-height: 100%;
    max-width: 520px
}

.faq-box__item-text {
    margin-top: 15px;
    display: none;
    cursor: pointer
}

.faq-box__item-text.active {
    display: block
}

.faq-box__item-btn {
    width: 24px;
    height: 24px;
    background: rgba(245, 248, 253, 0.15);
    border: 1px solid rgba(245, 248, 253, 0.3);
    border-radius: 4px;
    position: absolute;
    top: 8px;
    right: 24px
}

.faq-item__btn-minus, .faq-item__btn-plus {
    max-width: 12px;
    width: 100%;
    height: 2px;
    background: #f5f8fd;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
}

.faq-item__btn-plus {
    max-width: 0px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transition: max-width 100ms cubic-bezier(0.7, 0.7, 0.2, 0.9);
    -o-transition: max-width 100ms cubic-bezier(0.7, 0.7, 0.2, 0.9);
    transition: max-width 100ms cubic-bezier(0.7, 0.7, 0.2, 0.9)
}

.faq-item__btn-plus.active {
    max-width: 12px;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

.faq-btn-under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #f5f8fd;
    border-radius: 32px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #08090b;
    max-width: 82px;
    width: 100%;
    height: 28px;
    padding-left: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    z-index: -1;
    opacity: 0;
    padding-right: 0px
}

.faq-btn-under.active {
    -webkit-animation: 2250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) under-animation;
    animation: 2250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) under-animation;
    padding-right: 114px;
    opacity: 1
}

@-webkit-keyframes under-animation {
    0% {
        padding-right: 0px
    }
    100% {
        padding-right: 114px
    }
}

@keyframes under-animation {
    0% {
        padding-right: 0px
    }
    100% {
        padding-right: 114px
    }
}

.footer {
    background: #f5f8fd;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-animation: 1s cubic-bezier(0.7, 0.7, 0.2, 0.9) footer-animation;
    animation: 1s cubic-bezier(0.7, 0.7, 0.2, 0.9) footer-animation;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

@-webkit-keyframes footer-animation {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    70% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    75% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes footer-animation {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    70% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    75% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.footer-text {
    padding: 4px 0px 4px 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #08090b
}

.faq-box__item-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.balls-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: 600ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 2250ms infinite rotat-animation;
    animation: 600ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 2250ms infinite rotat-animation
}

@-webkit-keyframes rotat-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotat-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.ball {
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #08090b;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ball-1 {
    -webkit-transform: translate(-50%, calc(-50% - 30px));
    -ms-transform: translate(-50%, calc(-50% - 30px));
    transform: translate(-50%, calc(-50% - 30px));
    -webkit-animation: 250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 2s ball-1-animation;
    animation: 250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 2s ball-1-animation
}

.ball-2 {
    -webkit-transform: translate(calc(-50% - 20px), -50%);
    -ms-transform: translate(calc(-50% - 20px), -50%);
    transform: translate(calc(-50% - 20px), -50%);
    -webkit-animation: 250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 2s ball-2-animation;
    animation: 250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 2s ball-2-animation
}

.ball-3 {
    -webkit-transform: translate(calc(-50% + 20px), -50%);
    -ms-transform: translate(calc(-50% + 20px), -50%);
    transform: translate(calc(-50% + 20px), -50%);
    -webkit-animation: 250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 2s ball-3-animation;
    animation: 250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) 2s ball-3-animation
}

@-webkit-keyframes ball-1-animation {
    0% {
        -webkit-transform: translate(calc(-50%), calc(-50% - 20px));
        transform: translate(calc(-50%), calc(-50% - 20px))
    }
    100% {
        -webkit-transform: translate(-50%, calc(-50% - -30px));
        transform: translate(-50%, calc(-50% - -30px))
    }
}

@keyframes ball-1-animation {
    0% {
        -webkit-transform: translate(calc(-50%), calc(-50% - 20px));
        transform: translate(calc(-50%), calc(-50% - 20px))
    }
    100% {
        -webkit-transform: translate(-50%, calc(-50% - -30px));
        transform: translate(-50%, calc(-50% - -30px))
    }
}

@-webkit-keyframes ball-2-animation {
    0% {
        -webkit-transform: translate(calc(-50% - 20px), -50%);
        transform: translate(calc(-50% - 20px), -50%)
    }
    100% {
        -webkit-transform: translate(calc(-50% - 20px), calc(-50% - 30px));
        transform: translate(calc(-50% - 20px), calc(-50% - 30px))
    }
}

@keyframes ball-2-animation {
    0% {
        -webkit-transform: translate(calc(-50% - 20px), -50%);
        transform: translate(calc(-50% - 20px), -50%)
    }
    100% {
        -webkit-transform: translate(calc(-50% - 20px), calc(-50% - 30px));
        transform: translate(calc(-50% - 20px), calc(-50% - 30px))
    }
}

@-webkit-keyframes ball-3-animation {
    0% {
        -webkit-transform: translate(calc(-50% + 20px), -50%);
        transform: translate(calc(-50% + 20px), -50%)
    }
    100% {
        -webkit-transform: translate(calc(-50% + 20px), calc(-50% - 30px));
        transform: translate(calc(-50% + 20px), calc(-50% - 30px))
    }
}

@keyframes ball-3-animation {
    0% {
        -webkit-transform: translate(calc(-50% + 20px), -50%);
        transform: translate(calc(-50% + 20px), -50%)
    }
    100% {
        -webkit-transform: translate(calc(-50% + 20px), calc(-50% - 30px));
        transform: translate(calc(-50% + 20px), calc(-50% - 30px))
    }
}

@media (max-width: 1366px) {
    .main-logo {
        max-width: 224px;
        width: 100%;
        max-height: 280px;
        top: 4.44%
    }

    .main-logo.error, .main-logo.success {
        top: 3.8%
    }

    @-webkit-keyframes logo-animation-error {
        0% {
            max-width: 224px;
            left: 50%;
            top: 4.44%;
            -webkit-transform: translateX(-50%) scale(1) rotate(25deg);
            transform: translateX(-50%) scale(1) rotate(25deg)
        }
        100% {
            max-width: 196px;
            top: 3.8%;
            left: 0%;
            -webkit-transform: translateX(45px) scale(0.9) rotate(0deg);
            transform: translateX(45px) scale(0.9) rotate(0deg)
        }
    }@keyframes logo-animation-error {
         0% {
             max-width: 224px;
             left: 50%;
             top: 4.44%;
             -webkit-transform: translateX(-50%) scale(1) rotate(25deg);
             transform: translateX(-50%) scale(1) rotate(25deg)
         }
         100% {
             max-width: 196px;
             top: 3.8%;
             left: 0%;
             -webkit-transform: translateX(45px) scale(0.9) rotate(0deg);
             transform: translateX(45px) scale(0.9) rotate(0deg)
         }
     }
}

@media (max-width: 1199px) {
    select + .select2-container {
        width: 100% !important;
    }
    .about-domen__item-value {
        max-width: 250px;
    }

    .domains-box__left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .domains-box__left-name{
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-search.error, .main-search.success {
        max-width: 700px;
        left: 27.8%
    }

    .main-search {
        max-width: 700px
    }

    @-webkit-keyframes search-animation-error {
        0% {
            left: 50%;
            -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
            top: 58.8888%;
            max-width: 700px
        }
        50% {
            left: 50%;
            -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
            top: 58.8888%;
            max-width: 700px
        }
        100% {
            left: 27.8%;
            -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
            top: 7.77%;
            max-width: 700px
        }
    }@keyframes search-animation-error {
         0% {
             left: 50%;
             -webkit-transform: translateX(-50%) scale(1);
             transform: translateX(-50%) scale(1);
             top: 58.8888%;
             max-width: 700px
         }
         50% {
             left: 50%;
             -webkit-transform: translateX(-50%) scale(1);
             transform: translateX(-50%) scale(1);
             top: 58.8888%;
             max-width: 700px
         }
         100% {
             left: 27.8%;
             -webkit-transform: translateX(0%) scale(1);
             transform: translateX(0%) scale(1);
             top: 7.77%;
             max-width: 700px
         }
     }
}

@media (max-width: 991px) {
    .btn-more__title{
        display: none;
    }

    .domains-box__left-name:nth-child(n+6){
        display: none;
    }
    .select2-selection__arrow {
        right: 57px !important
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
        content: url(../img/select-arrow-down.svg);
        width: 8px;
        height: 4px;
        position: absolute;
        right: -40px;
        top: -12px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
        content: url(../img/select-arrow-up.svg);
        width: 8px;
        height: 4px;
        position: absolute;
        right: -40px;
        top: -12px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body {
        overflow: visible
    }

    .wrapper {
        min-height: 100vh;
        height: 100%
    }

    .main {
        min-height: calc(100vh - 24px)
    }

    .container {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-search__box.success {
        background-color: transparent;
        border: none
    }

    .main-search__box.error {
        background-color: transparent;
        border: none
    }

    #domain {
        z-index: 1;
        max-width: 100%;
        margin-bottom: 16px;
        border: 1px solid #08090b;
        border-radius: 8px 8px 8px 8px;
        padding: 14px 12px 14px 52px
    }

    #domain.error {
        background: url(../img/search.svg) #ffcfcf no-repeat left 16px center;
        border: 1px solid #ac3c3c
    }

    #domain.success {
        background: url(../img/search.svg) #c1f4cc no-repeat left 16px center;
        border: 1px solid #31bd54
    }

    #domain:focus {
        border: 2px solid #08090b;
        border-right: 2px solid #08090b;
        border-radius: 8px 8px 8px 8px
    }

    .main-search__box.success #domain:focus {
        border: 2px solid #31bd54;
        border-right: 2px solid #31bd54
    }

    .main-search__box.error #domain:focus {
        border: 2px solid #ac3c3c;
        border-right: 2px solid #ac3c3c
    }

    #domain:focus + .main-search__select, .main-search__box.error #domain:focus + .main-search__select, .main-search__box.success #domain:focus + .main-search__select {
        border: 1px solid #08090b;
        border-right: 1px solid #08090b;
        border-left: 1px solid #08090b;
        background: #f5f8fd;
        border-radius: 8px
    }

    .main-search__select {
        border-radius: 8px;
        border: 1px solid #08090b
    }

    .main-search__info.error {
        bottom: 155px;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }
    .main-search__info.error.port{
        bottom: 200px;
        -webkit-animation: 1250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) info-domaens-animation--error-port;
        animation: 1250ms cubic-bezier(0.7, 0.7, 0.2, 0.9) info-domaens-animation--error-port;
    }

    @-webkit-keyframes info-domaens-animation--error {
        0% {
            opacity: 0;
            bottom: 0px;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%)
        }
        80% {
            opacity: 0;
            bottom: 0px;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%)
        }
        100% {
            opacity: 1;
            bottom: 155px;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%)
        }
    }@keyframes info-domaens-animation--error {
         0% {
             opacity: 0;
             bottom: 0px;
             -webkit-transform: translate(-50%, 0%);
             transform: translate(-50%, 0%)
         }
         80% {
             opacity: 0;
             bottom: 0px;
             -webkit-transform: translate(-50%, 0%);
             transform: translate(-50%, 0%)
         }
         100% {
             opacity: 1;
             bottom: 155px;
             -webkit-transform: translate(-50%, -100%);
             transform: translate(-50%, -100%)
         }
     }
    @-webkit-keyframes info-domaens-animation--error-port {
        0% {
            opacity: 0;
            bottom: 0px;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%)
        }
        80% {
            opacity: 0;
            bottom: 0px;
            -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%)
        }
        100% {
            opacity: 1;
            bottom: 230px;
            -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%)
        }
    }@keyframes info-domaens-animation--error-port {
         0% {
             opacity: 0;
             bottom: 0px;
             -webkit-transform: translate(-50%, 0%);
             transform: translate(-50%, 0%)
         }
         80% {
             opacity: 0;
             bottom: 0px;
             -webkit-transform: translate(-50%, 0%);
             transform: translate(-50%, 0%)
         }
         100% {
             opacity: 1;
             bottom: 230px;
             -webkit-transform: translate(-50%, -100%);
             transform: translate(-50%, -100%)
         }
     }
    .main-search {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        top: 0;
        -webkit-animation: none;
        animation: none;
        -webkit-transition: 250ms -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
        transition: 250ms -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
        -o-transition: 250ms transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
        transition: 250ms transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
        transition: 250ms transform cubic-bezier(0.7, 0.7, 0.2, 0.9), 250ms -webkit-transform cubic-bezier(0.7, 0.7, 0.2, 0.9);
        transition: top .3s ease;
    }

    .main-search.error {
        max-width: 100%;
        top: 0;
        left: 0;
        -webkit-animation: none;
        animation: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 36px;
    }

    .main-search.error--empty {
        top: 65px;
        left: 0;
    }

    .main-search.success {
        max-width: 100%;
        top: 0;
        left: 0;
        left: 0;
        -webkit-animation: none;
        animation: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-bottom: 157px;
    }

    .main-search__box {
        max-width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0px 0px 0px 0px;
        border: none;
        margin-bottom: 24px
    }

    .main-search__input, .main-search__select {
        background: #f5f8fd;
        border: 1px solid #08090b;
        border-radius: 8px;
        width: 100%;
        max-width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: start;
        padding: 0 0 0 0
    }

    .main-search__input {
        margin-bottom: 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .main-search-btn button {
        border-radius: 8px
    }

    .select2-selection__rendered {
        padding: 14px 0px 13px 16px !important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .main-search__box:hover {
        cursor: pointer;
        background: transparent
    }

    .main-logo {
        max-width: 175px;
        width: 100%;
        max-height: 218px;
        height: 100%;
        position: relative;
        top: 0%;
        left: 0%;
        margin: 42px auto 48px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-animation: none;
        animation: none
    }

    @-webkit-keyframes mobile-animation-error {
        0% {
            max-width: 175px;
            max-height: 218px;
            margin: 42px auto 48px
        }
        100% {
            max-width: 66px;
            max-height: 82px;
            margin: 12px auto 78px
        }
    }@keyframes mobile-animation-error {
         0% {
             max-width: 175px;
             max-height: 218px;
             margin: 42px auto 48px
         }
         100% {
             max-width: 66px;
             max-height: 82px;
             margin: 12px auto 78px
         }
     }.main-logo.error {
          max-width: 66px;
          max-height: 82px;
          top: 0;
          left: 0;
          -webkit-animation: none;
          animation: none;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          margin: 12px auto 78px;
          -webkit-animation: 300ms cubic-bezier(0.7, 0.7, 0.2, 0.9) mobile-animation-error;
          animation: 300ms cubic-bezier(0.7, 0.7, 0.2, 0.9) mobile-animation-error
      }

    .main-logo.success {
        max-width: 66px;
        max-height: 82px;
        top: 0;
        left: 0;
        -webkit-animation: none;
        animation: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 12px auto 36px;
        -webkit-animation: 300ms cubic-bezier(0.7, 0.7, 0.2, 0.9) mobile-animation-success;
        animation: 300ms cubic-bezier(0.7, 0.7, 0.2, 0.9) mobile-animation-success
    }

    @-webkit-keyframes mobile-animation-success {
        0% {
            max-width: 175px;
            max-height: 218px;
            margin: 42px auto 48px
        }
        100% {
            max-width: 66px;
            max-height: 82px;
            margin: 12px auto 36px
        }
    }@keyframes mobile-animation-success {
         0% {
             max-width: 175px;
             max-height: 218px;
             margin: 42px auto 48px
         }
         100% {
             max-width: 66px;
             max-height: 82px;
             margin: 12px auto 36px
         }
     }.about-domen {
          max-width: 100%;
          margin: 0 auto;
          left: 0;
          top: 0;
          position: absolute;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          padding-bottom: 0px;

      }

    .about-domen.error {
        position: relative;
        margin-bottom: 36px
    }

    .domains.success {
        position: relative;
        left: 0;
        bottom: 0;
        margin-bottom: 31px
    }

    .btn-more__title {
        display: block
    }

    @-webkit-keyframes domains-animation {
        0% {
            left: calc(-100%);
            opacity: 0
        }
        75% {
            left: calc(-100%);
            opacity: 0
        }
        100% {
            left: calc(0%);
            opacity: 1
        }
    }@keyframes domains-animation {
         0% {
             left: calc(-100%);
             opacity: 0
         }
         75% {
             left: calc(-100%);
             opacity: 0
         }
         100% {
             left: calc(0%);
             opacity: 1
         }
     }.footer {
          position: relative;
          -webkit-animation: none;
          animation: none
      }
}

@media (max-width: 767px) {

    .container {
        padding: 0 24px
    }

    .main-search__info {
        font-style: italic;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        letter-spacing: -0.02em
    }

    .main-search-btn {
        max-width: 175px;
        height: 41px
    }

    .about-domen__item-value {
        max-width: 250px
    }

    .faq-box {
        max-width: 100%
    }

    .faq-box__item {
        z-index: 99
    }

    .faq.active {
        left: 32px
    }

    .faq.active .faq-btn__wrapper {
        background-color: rgba(255, 255, 255, 0.7)
    }

    .faq.active .stick-top, .faq.active .stick-bottom {
        background: #08090b
    }

    .faq-box__item-btn {
        right: 12px;
        top: 8px
    }
}

@media (max-width: 575px) {
    .about-domen__item-value {
        max-width: 148px;
        font-size: 16px;
        line-height: 19px
    }

    .about-domen__item-teg {
        font-size: 16px;
        line-height: 19px
    }

    .footer-text {
        font-size: 12px;
        line-height: 14px
    }

    .faq-box__item {
        padding: 8px 12px
    }
}

@media (max-width: 360px) {
    .faq-box__item-title {
        max-width: 276px
    }
}

@media (max-width: 350px) {
    .container {
        padding: 0 10px
    }
}

/*
======================
*/
.sk-three-bounce .sk-child {
    background-color: #ac3c3c;
}

.domains--disable {
    color: #ac3c3c;
    text-decoration: underline #ac3c3c;
}

.domains--active {
    text-decoration: underline #31bd54;
    color: #31bd54;
}

#loading {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
}

.container {
    min-height: 100vh;
    height: 100%;
    overflow: visible;
}

footer {
    padding-top: 0;
    z-index: 9999;
}

.faq-box__item-title, .faq-box__item-text, .faq-btn-question {
    color: #fff;
}

.wrapper {
    height: 100%;
    min-height: 100vh;
    overflow: hidden;

}

.main {
    height: 100%;
    overflow-y: auto;
}

.main-search__select {
    z-index: 2;
}

@media (min-width: 997px) {
    .main-search__select{
        position: relative;

    }
    .main-search  .select2-container--open + .select2-container--open {
        left: auto!important;
        right: 0;
        width: 220px;
    }
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3e58f5;
}

/*#port-container {*/
/*     position: absolute;*/
/*     bottom: -100%;*/
/*     z-index: 100;*/
/*    width: 300px;*/
/*     outline: none;*/
/* }*/
/*---------------------------------------------------------------------------rework---------------------------------------------------------------------------*/
#port-container{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-search.success #port-container{
    top: 200px;
}
#port-container .form-control{
    float: none;
    margin: 0;
    margin-bottom: 5px;
    border: 2px solid #ac3c3c;
    width: 342px;
    padding: 5px;
    color: #333;
    font-family: inherit;
    outline: none;
    text-align: start;
}
#port-container span{
    color: #ac3c3c;
    font-size: 16px;
}
@media (max-width: 991px){
    .about-domen.port{
        top: 0;
    }
    #port-container{
        position: relative;
        top: 0;
    }
    #port-container .form-control{
        width: 100%;
        margin-top: 20px;
    }
    .domains.error {
        position: relative;
        left: 0;
        opacity: 1;
        bottom: 0;
        margin-bottom: 36px
    }
    .main-search.success #port-container{
        top: 0;
    }
    .main-search__info.error.port{
        position: absolute;
        bottom: auto;
        top: 0;
    }
}
@media (max-width: 767px) {
    #port-container span {
        font-size: 13px;
    }
}