@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro.woff2') format('woff2'),
    url('../fonts/GothamPro.woff') format('woff'),
    url('../fonts/GothamPro.ttf') format('truetype'),
    url('../fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro Medium';
    src: url('../fonts/GothamPro-Medium.eot');
    src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Medium.woff2') format('woff2'),
    url('../fonts/GothamPro-Medium.woff') format('woff'),
    url('../fonts/GothamPro-Medium.ttf') format('truetype'),
    url('../fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamPro-Bold.woff2') format('woff2'),
    url('../fonts/GothamPro-Bold.woff') format('woff'),
    url('../fonts/GothamPro-Bold.ttf') format('truetype'),
    url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Roboto Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

img {
    max-width: 100%;
}

.avatar{
    max-width: 20%;
}

* {
    outline: none !important;
}

a, button {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

body {
    font-size: 14px;
    font-family: 'Gotham Pro';
    padding-bottom: 0;
}

.owl-carousel .owl-item img {
    width: auto;
}

.collapse.navbar-collapse {
    display: flex;
    justify-content: space-between;
}

nav.navbar {
    padding: 0;
}

.form-search {
    display: flex;
    align-items: center;
    position: relative;
}

.search-hint {
    display: none;
}

.form-search input:focus ~ .search-hint {
    display: block;

}

.search-hint {
    margin-top: 10px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 2px rgb(148 178 222 / 20%);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 15px;
}

.search-hint a {
    font-family: 'Roboto Regular';
    color: #2B2836;
    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 13px;
}
.search-hint a:nth-last-child(1) {
    margin-bottom: 0;

}



.form-search .form-group {
    margin-bottom: 0;
}

ul.nav.navbar-nav li {
    margin-left: 25px;
}

ul.nav.navbar-nav li a {
    font-size: 14px;
    line-height: 100%;
    color: #2B2836;
    padding-bottom: 5px;
    position: relative;
}

ul.nav.navbar-nav li a:hover {
    text-decoration: none;
}

ul.nav.navbar-nav li.active> a {
    font-family: 'Gotham Pro Bold';
    text-decoration: none;
}

ul.nav.navbar-nav li> a:hover:after, ul.nav.navbar-nav li.active> a:after {
    background: #EC5501;
    border-radius: 2px;
    width: 100%;
    height: 3px;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border:0;
    margin-left: 0;
}

ul.nav.navbar-nav li ul.dropdown-menu {
    background: #FFF;
    box-shadow: 0 0 6px 2px rgb(148 178 222 / 20%);
    border-radius: 2px;
    border: 0;
    padding: 27px 15px 15px 15px;
    max-width: none;
    width: fit-content;
    margin-top: 17px;
}

ul.nav.navbar-nav li ul.dropdown-menu a {
    font-size: 14px;
    font-family: 'Roboto Regular';
    line-height: 16px;
    letter-spacing: 0.015em;
    color: #2B2836;
    display: flex;
    white-space: nowrap;
}
ul.nav.navbar-nav li ul.dropdown-menu li {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}


.hot-keyboard {
    background: #EEF2F8;
    height: 100%;
    padding: 15px;
}

.hot-keyboard img {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.hot-keyboard p {
    color: #000;
    font-family: 'Gotham Pro Medium';
    font-size: 16px;
    line-height: 139.72%;
    margin-bottom: 0;
}

.form-search input {
    font-size: 14px;
    line-height: 100%;
    border: 0;
    border-bottom: 2px solid #EEF2F8 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 9px 25px 9px 0;
    min-width: 370px;
}

.form-search input::placeholder {
    color: #ACAAB8;
}

.form-search input::-webkit-input-placeholder {
    color: #ACAAB8;
}

.form-search input::-moz-placeholder {
    color: #ACAAB8;
}

.form-search input:-moz-placeholder {
    color: #ACAAB8;
}

.form-search input:-ms-input-placeholder {
    color: #ACAAB8;
}

.form-search button {
    background: transparent;
    padding: 0;
    margin-left: -20px;
    border: 0;
}

.navbar-brand {
    padding: 0;
}

header {
    padding: 12px 0;
}

.top-section {
    padding-top: 22px;
    margin-bottom: 105px;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.owl-theme .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot.active {
    background: #2B2836;
}

.top-slider .owl-dots {
    position: absolute;
    right: 16px;
    bottom: 18px;
    display: flex;
}

.row {
    margin: 0 -6px;
}

.row > * {
    padding: 0 6px;
}

.h2-tm {
    font-family: 'Gotham Pro Bold';
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #2B2836;
    margin-bottom: 30px;
}

.features-block {
    border: 2px solid #EEF2F8;
    border-radius: 2px;
    height: calc(100% - 22px);
    margin-bottom: 22px;
    display: flex;
    flex-flow: column;
}

.features-block-bottom {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-flow: column;
    padding-top: 10px;
}

.features-block-top {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;  
}


.features-block-bottom p {
    color: #2B2836;
    padding: 11px;
}

.features-block-bottom a {
    display: table;
    margin-left: auto;
}

.orange-button {
    background: url(../images/arrow-red-button.svg) no-repeat right 0, #FF6F20;
    border-radius: 4px;
    padding: 18px 75px 18px 25px;
    font-size: 16px;
    line-height: 139.72%;
    color: #fff !important;
    text-decoration: none !important;
    display: table;
    border: 0;
}

.top-features-section .orange-button {
    margin: 28px auto 0 auto;
}

.media-writes-section {
    background: url(../images/background-1.svg) no-repeat top center,
    linear-gradient(to bottom, #fff 0%, #fff 200px, rgb(207 220 239)) 200px;
    padding: 129px 0 49px 0;
}

.user-testimonials-section {
    background: url("../images/background-2.svg") no-repeat bottom center,
    linear-gradient(to top, #fff 0%, #fff 200px, rgba(82, 129, 200, 0.2) 200px);
    padding-bottom: 190px;
}

.top-features-section {
    padding-bottom: 30px;

}

.button-blu {
    background: url(../images/button-blu-left.svg) no-repeat left 0,
    url(../images/arrow-button.svg) no-repeat calc(100% - 34px) 10px,
    linear-gradient(to right, transparent 0%, transparent 31px, #5281C8 31px);
    padding: 9px 69px 10px 39px;
    display: table;
    color: #fff !important;
}

.blu-dot .owl-dots .owl-dot {
    background: #94B2DE;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    height: 19px;
    width: 11px;
    background: url("../images/arrow-slider.svg") !important;
    margin: 0;
    position: absolute;
    top: calc(50% - 30px);
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-next {
    transform: rotate(180deg);
}

.media-writes-block {
    padding: 18px 96px 0 96px;
}

.media-writes-block-wrapper {
    border-radius: 2px;
    background: #fff;
    padding: 22px;
    position: relative;
}

.media-writes-block-wrapper:after {
    display: block;
    content: "";
    background: url(../images/quotation.svg);
    width: 88px;
    height: 66px;
    position: absolute;
    top: -18px;
    left: -57px;
}

.media-writes-block-wrapper:before {
    display: block;
    content: "";
    background: #fff;
    width: 47px;
    height: 67px;
    position: absolute;
    top: 0;
    left: 0;
}

.media-writes-block-wrapper-2 {
    border: 2px solid #EEF2F8;
    padding: 25px;
}

.media-writes-block .read-more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.media-writes-block .read-more:after {
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 16px;
    right: 0;
    content: "";
    display: block;
    left: -11px;
}

.media-writes-block .read-more:before {
    background: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -15px;
    right: 18px;
    content: "";
    display: block;
}

.container-small {
    max-width: 980px;
}

.user-test-slider .owl-dots, .media-writes-slider .owl-dots {
    margin-top: 38px;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.star {
    width: 14px;
    height: 12px;
    background: url("../images/star.svg");
    display: block;
    margin: 0 1px;
}

.star-active {
    background: url("../images/star-active.svg");
}

.stars {
    display: flex;
}

.title-block {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.title-block .stars {
    margin-left: 30px;
}

.user-testimonials-block-top {
    display: flex;
    align-items: center;
    padding: 12px 14px 8px 14px;
    background: #fff;
    border-bottom: 2px solid #EEF2F8;
}

.user-testimonials-block-top h3 {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 0;
    flex-grow: 1;
}

.user-testimonials-block-top img {
    flex-shrink: 0;
    width: 35px;
    margin-right: 17px;
}

.user-testimonials-block-bottom {
    padding-top: 25px;
    background: #fff;
}

.user-testimonials-block-bottom p {
    padding: 0 14px;
}

.user-testimonials-block-bottom a {
    margin-left: auto;
}

.user-test-slider .owl-nav button.owl-prev {
    left: -24px;
}

.user-test-slider .owl-nav button.owl-next {
    right: -24px;
}

.about-company-r {
    border: 2px solid #EEF2F8;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 45px 40px 18px 135px;
}

.about-company-r p {
    color: #2B2836;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}

.about-company-numbers p {
    font-size: 16px;
    line-height: 120%;
    color: #2B2836;
    margin-bottom: 0;
}

.about-company-numbers p:not(:nth-last-child(1)) {
    margin-right: 80px;
}

.about-company-numbers p span {
    font-family: 'Gotham Pro Bold';
    font-size: 36px;
    position: relative;
    line-height: 120%;
    color: #2B2836;
    display: block;
    margin-bottom: 5px;
}

.about-company-numbers p span:after {
    background: #FF6F20;
    border-radius: 2px;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}

.about-company-numbers {
    display: flex;
}

.about-company-l img {
    right: -85px;
    position: relative;
    z-index: 10;
    top: 50px;
}

.about-company-l {
    display: flex;
    align-items: flex-end;
}

.footer-top {
    background: url(../images/footer-1.svg) no-repeat top center, linear-gradient(to bottom, #fff 0%, #fff 200px, #3A3A44 200px);
    padding-top: 330px;
    padding-bottom: 15px;
}

.footer-bottom {
    background: #24282E;
}

footer {
    color: #fff;
}

.menu-footer h3 {
    font-family: 'Roboto Medium';
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.015em;
    margin-bottom: 25px;
}

.menu-footer ul {
    padding-left: 0;
    list-style: none;
}

.menu-footer ul li {
    margin-bottom: 11px;
}

.menu-footer ul li a {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.015em;
    font-family: 'Roboto Regular';
    color: #fff;
}

.form-footer h3 {
    font-family: 'Roboto Bold';
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.015em;
    margin-bottom: 15px;
}

.input-wrapper label {
    padding: 0 8px;
    background: #3a3a44;
    line-height: 146.42%;
    margin-left: 21px;
    position: relative;
    bottom: -16px;
}

.input-wrapper textarea, .input-wrapper input, .select-tm-2 {
    border: 2px solid #D4E2EF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px 25px 18px 25px;
    font-size: 14px;
    line-height: 146.42%;
    color: #fff;
    background: transparent;
    width: 100%;
}

.input-wrapper input::placeholder {
    color: #E5E5E5;
}

.input-wrapper input::-webkit-input-placeholder {
    color: #E5E5E5
}

.input-wrapper input::-moz-placeholder {
    color: #E5E5E5;
}

.input-wrapper input:-moz-placeholder {
    color: #E5E5E5;
}

.input-wrapper input:-ms-input-placeholder {
    color: #E5E5E5;
}

.form-footer .orange-button {
    width: 100%;
    margin: 20px 0 10px 0;
}

.form-footer p {
    font-family: 'Roboto Regular';
    font-size: 11px;
    line-height: 120%;
    margin-bottom: 30px;
}

.social-networks {
    display: flex;
}

.social-networks a {
    text-decoration: none !important;
    margin-right: 23px;
}

.footer-bottom-wrapper p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.015em;
    margin-bottom: 0;
}

.footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 27px 0;
}

.breadcrumb-item.active {
    font-family: 'Roboto Regular';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.015em;
    color: #828282;
}

li.breadcrumb-item a {
    font-family: 'Roboto Regular';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.015em;
    color: #2B2836;
}

ol.breadcrumb {
    padding: 0;
    display: flex;
    align-items: center;
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: block;
    content: "";
    background: url(../images/arrow-pangination.svg);
    width: 4px;
    height: 7px;
    padding: 0;
    background-size: cover;
    margin-right: 12px;
}

.breadcrumb-item + .breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 12px;
}

.breadcrumb-section {
    background: #EEF2F8;
    padding: 9px 0;
    margin-top: 20px;
}

.download-wrapper {
    padding-top: 64px;
}

.download-wrapper h2 {
    font-family: 'Gotham Pro Bold';
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    color: #2B2836;
    margin-bottom: 64px;
}

.download-block {
    border: 2px solid #EEF2F8;
    border-radius: 4px;
    height: 100%;
    padding: 39px 48px 40px 48px;
    background: #fff;
}

.download-block h3 {
    font-size: 18px;
    line-height: 100%;
    color: #2B2836;
    font-family: 'Gotham Pro Medium';
    display: flex;
    align-items: center;
}

.download-block h3 img {
    margin-right: 5px;
}

.download-block p {
    line-height: 140%;
    margin-bottom: 0;
}

.download-block .orange-button {
    width: 100%;
    margin-bottom: 10px;
}

.download-block-top {
    min-height: 130px;
}

.download-block p a {
    color: #3A7BDB;
}

.upgrade-policy {
    padding-left: 22px;
}

.upgrade-policy img {
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
}

.upgrade-policy h3 {
    font-size: 18px;
    font-family: 'Gotham Pro Medium';
    line-height: 100%;
    color: #2B2836;
    margin-bottom: 21px;
}

.upgrade-policy p {
    font-size: 14px;
    line-height: 140%;
    color: #2B2836;
    margin-bottom: 0;
}

.download-section {
    background: url(../images/background-3.svg) no-repeat center 530px;
    margin-bottom: 140px;
}

.no-wave .footer-top {
    background: #3A3A44;
    padding-top: 27px;
}

.faq-section {
    padding: 65px 0;
}

.h1-tm {
    font-size: 30px;
    line-height: 42px;
    font-family: 'Gotham Pro Bold';
    text-align: center;
    color: #2B2836;
    margin-bottom: 37px;
}

.p-title {
    font-family: 'Gotham Pro Bold';
    font-size: 24px;
    line-height: 139.72%;
    text-align: center;
    margin-bottom: 64px;
}

.p-title span {
    font-family: 'Gotham Pro';
    font-size: 18px;
    line-height: 139.72%;
    color: #2B2836;
    display: block;
    margin-top: 10px;
}

.p-title a {
    color: #3A7BDB;
}

.spoiler-content {
    padding: 0 26px 0 26px;
}

.faq-block {
    margin-bottom: 14px;
    border: 2px solid #EEF2F8;
    border-radius: 2px;
}

.faq-block > button:not(.collapsed):after {
    background: #fff;
    right: 0;
}

.spoiler-content button, .faq-block > button {
    font-family: 'Gotham Pro Bold';
    width: 100%;
    padding: 15px 70px 25px 26px;
    background: #fff;
    position: relative;
    font-size: 14px;
    line-height: 140%;
    color: #2B2836;
    text-align: left;
    border: 0;
}

.faq-block button:after {
    background: url(../images/spoiler-1.svg) no-repeat right bottom, #fff;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 96px;
    height: 41px;
}

.spoiler-content button {
    position: relative;
    right: -25px;
}

.spoiler-content button:after {
    background: url(../images/spoiler-2.svg) no-repeat right bottom, #fff;

}

.spoiler-content p:nth-last-child(2) {
    margin-bottom: 0;
}

.media-reviews-block .media-writes-block-wrapper:before, .media-reviews-block .media-writes-block-wrapper:after {
    display: none;
}

.media-reviews-block {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.media-reviews-section {
    padding-top: 60px;
    background: url(../images/background-6.svg) no-repeat center 210px,
    linear-gradient(to bottom, #fff 0, #fff 366px, rgb(207 220 239) 366px, rgb(207 220 239)) 100%;
    padding-bottom: 43px;
}

.title-block span {
    font-family: 'Gotham Pro Bold';
    font-size: 14px;
    line-height: 140%;
    color: #2B2836;
}

.media-reviews-block {
    margin-bottom: 14px;
}

.media-reviews-block .title-block {
    margin-bottom: 20px;
}

.media-reviews-wrapper {
    margin-top: 112px;
}

.video {
    position: relative;
    margin-bottom: 20px;
}

.play {
    position: absolute;
    left: calc(50% - 39px);
    top: calc(50% - 39px);
}

.page-item {
    margin: 0 5px;
}

.page-link {
    background: #FFFFFF;
    box-shadow: 0 2px 6px #e6e6ef;
    border-radius: 2px;
    border: 0;
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #3A3A44 !important;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item:nth-child(1) .page-link img {
    transform: rotate(180deg);
}

.page-item:not(:nth-child(1)):not(:nth-last-child(1)) .page-link:hover, .page-item.active .page-link {
    color: #FFF !important;
    background: #5281C8;
}

ul.pagination {
    justify-content: center;
}

.pagination-tm {
    margin-top: 30px;
}

.modal-tm .modal-dialog {
    border-radius: 4px;
    max-width: 950px;
}

.modal-wrapper {
    padding: 44px 96px 37px 96px;
}

.form-tm h3 {
    font-family: 'Gotham Pro Bold';
    font-size: 24px;
    line-height: 139.72%;
    text-align: center;
    color: #2B2836;
    margin-bottom: 5px;
}

.form-tm p {
    font-size: 18px;
    line-height: 139.72%;
    margin-bottom: 40px;
    text-align: center;
}

button.close {
    position: absolute;
    right: 21px;
    top: 13px;
    opacity: 1;
}

.stars-large .star {
    width: 33px;
    height: 31px;
    background: url(../images/star2.svg);
    margin-right: 8px;
    margin-left: 0;
}

.stars-large {
    margin-bottom: 20px;
}

.form-tm .input-wrapper label {
    font-family: 'Gotham Pro Medium';
    color: #2B2836;
    background: #fff;
}

.form-tm textarea, .form-tm input {
    color: #2B2836;

}

.form-tm .input-wrapper *::placeholder {
    color: #D4E2EF;
}

.form-tm .input-wrapper *::-webkit-input-placeholder {
    color: #D4E2EF
}

.form-tm .input-wrapper *::-moz-placeholder {
    color: #D4E2EF;
}

.form-tm .input-wrapper *:-moz-placeholder {
    color: #D4E2EF;
}

.form-tm .input-wrapper *:-ms-input-placeholder {
    color: #D4E2EF;
}

.form-tm .orange-button {
    width: 275px;
    text-align: left;
    margin: 70px auto 0 auto;
}

.form-tm .input-wrapper textarea {
    min-height: 130px;
}

.private {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.private h2 {
    font-family: 'Gotham Pro Bold';
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: #2B2836;
    margin-bottom: 60px;
}

.pricing-section {
    background: url(../images/background-3.svg) no-repeat center 246px, url(../images/background-5.svg) no-repeat bottom center;
}

.pricing-block .orange-button {
    width: 180px;
    text-align: left;
    margin-bottom: 30px;
}

.pricing-block {
    padding: 28px 48px;
    background: #FFF;
    border: 2px solid #EEF2F8;
    box-sizing: border-box;
    border-radius: 4px;
    height: 100%;
}

.pricing-block h3 {
    font-size: 18px;
    line-height: 100%;
    font-family: 'Gotham Pro Medium';
    color: #2B2836;
    margin-bottom: 15px;
}

p.price {
    font-weight: bold;
    font-size: 24px;
    font-family: 'Gotham Pro Bold';
    line-height: 140%;
    margin-bottom: 28px;
}
.small-price {
    font-weight: normal;
    font-size: 12px;
    font-family: 'Gotham Pro';
    line-height: 140%;
    margin-bottom: 36px;
}

.pricing-block-bottom p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 0;
}

.pricing-block-bottom p a {
    color: #3A7BDB;
}

.business {
    max-width: 100%;
}

.business .pricing-block-top {
    height: 142px;
}

.business .pricing-block {
    padding: 28px 20px 23px 20px;
}

.select-tm {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 100%;
    color: #2B2836;
    padding: 13px 14px;
    width: 100%;
    background: #FFF;
    border: 2px solid #EEF2F8;
    border-radius: 4px;
    background: url(../images/arrow-select2.svg) no-repeat calc(100% - 12px) 16px;
}

.business .select-tm {
    margin-bottom: 15px;
}

.pricing-slider, .pricing-section-bottom {
    max-width: 950px;
    margin: 0 auto;
}

.pricing-section-bottom-l h3 {
    font-family: 'Gotham Pro Bold';
    font-size: 24px;
    line-height: 139.72%;
    margin-bottom: 15px;
}

.ul-circle {
    list-style: none;
    font-size: 14px;
    line-height: 140%;
    color: #2B2836;
    padding-left: 0;
}

.ul-circle li a {
    color: #3A7BDB;
}

.ul-circle li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
}

.ul-circle li:after {
    background: #2B2836;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    content: "";
    display: block;
}

.free-trial {
    padding: 30px 48px 38px 48px;
    background: #EEF2F8;
    border-radius: 4px;
}

.free-trial h3 {
    font-size: 30px;
    line-height: 42px;
    font-family: 'Gotham Pro Bold';
    margin-bottom: 20px;
}

.free-trial p {
    font-size: 14px;
    line-height: 139.72%;
    margin-bottom: 25px;
}

.free-trial .orange-button {
    width: 100%;
    text-align: left;
}

.pricing-section-bottom {
    margin-bottom: 150px;
}

.pricing-slider .user-testimonials-block-bottom {
    padding-bottom: 25px;
}

.support-section {
    padding: 60px 0 50px 0;
}

.support-block {
    background: #FFF;
    border: 2px solid #EEF2F8;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 20px 26px;
    margin-bottom: 14px;
}

.support-block P:nth-last-child(1) {
    margin-bottom: 0;
}

.support-block h3 {
    font-family: 'Gotham Pro Bold';
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
}

.support-block p {
    font-size: 14px;
    color: #2B2836;
    line-height: 140%;
}

.support-block p a {
    color: #3A7BDB;
}

.support-r {
    background: #EEF2F8;
    border-radius: 4px;
    padding: 44px 48px 27px 48px;
}

.support-r .input-wrapper label {
    background: #EEF2F8;
}

.select-tm-2, .support-r .input-wrapper textarea, .support-r .input-wrapper input {
    color: #94B2DE;
    border-color: #536EAB;

}

.select-tm-2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/arrow-select.svg) no-repeat calc(100% - 15px) 21px;
}

p.explanation {
    font-size: 12px;
    line-height: 146.42%;
    color: #94B2DE;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 10px;
}

.support-r .orange-button {
    margin: 15px auto 0 auto;
}

.top-features2-section {
    padding-top: 60px;
    padding-bottom: 10px;
}

.top-features-section h1 {
    margin-bottom: 60px;
}

.user-reviews-section {
    background: url(../images/background-3.svg) no-repeat center top;
    padding-top: 80px;
}

.user-reviews-section h2 {
    margin-bottom: 30px;
}

.user-review-block {
    padding: 0;
    max-width: 720px;
    margin: auto;
}

.user-review-block .media-writes-block-wrapper-2 {
    border: 2px solid #5281C8;

}

.user-review-block .media-writes-block-wrapper:after {
    background: url(../images/quotation2.svg);
    left: -22px;
    top: 0;
}

.user-review-block .media-writes-block-wrapper:before {
    width: 88px;
    height: 85px;
    top: 0;
    left: -2px;
}

.user-review-block .media-writes-block-wrapper {
    padding: 22px 0 0 0;
}

.user-review-block .read-more:after {
    top: 38px;
    right: 5px;
    left: -20px;
}

.user-review-block .read-more:before {
    height: 25px;
    top: -25px;
    right: 0;
}

.media-writes-block-wrapper-2 img {
    margin: auto;
}

.start-saving-section {
 /*  background: url(../images/background-4.svg) no-repeat center calc(100% - 70px), linear-gradient(to top, #3a3a44 0%, #3a3a44 200px, #fff 200px);  */
 margin-top: 20px;
}

.start-saving-wrapper {
    max-width: 760px;
    margin: auto;
}

.start-saving-r h3 {
    font-family: 'Gotham Pro Bold';
    font-size: 30px;
    line-height: 42px;
    color: #2B2836;
    margin-bottom: 20px;
}

.start-saving-r p:not(:nth-last-child(1)) {
    margin-bottom: 26px;
}

.start-saving-r {
    padding-left: 22px;
}

.start-saving-r .orange-button {
    width: 276px;
    margin-bottom: 17px;
}

.start-saving-section {
    padding: 120px 0 220px 0;
}

.features-block-horizontal .features-block-bottom p {
    font-size: 18px;
    line-height: 146.42%;
    padding: 0;
    padding-right: 25px;
}

.features-block-horizontal .features-block-bottom {
    padding-top: 20px;
}

.features-block-horizontal-l .features-block-bottom p {
    padding-left: 25px;
}

.features-block-horizontal-l .features-block-bottom h1,h2,h3 {
    padding-left: 25px;
}

.features-block-horizontal .features-block-bottom a {
    right: -3px;
    bottom: -1px;
}

.features-block-horizontal-l .features-block-bottom a {
    left: -2px;
    bottom: -2px;
    margin-left: 0;
    position: relative;
}

.top-features3-section {
    padding-bottom: 130px;
}

.user-reviews-block-wrapper {
    margin: auto;
    max-width: 950px;
    margin-top: 120px;
}

.user-review-block2 {
    display: flex;
    padding: 15px;
    background: #fff;
    margin-bottom: 14px;
}

.user-reviews-block-l {
    width: 138px;
    margin-right: 39px;
    flex-shrink: 0;
}

.user-reviews-block-r {
    width: calc(100% - 177px);
}

.title-user-review {
    display: flex;
    justify-content: space-between;
}

.title-user-review h3 {
    font-size: 12px;
    line-height: 140%;
    color: #2B2836;
}

.user-reviews2-section {
    background: url(../images/background-6.svg) no-repeat center 220px, linear-gradient(to bottom, #fff 380px, #CEDCEE 380px);
    padding: 60px 0 25px 0;
}

.photo {
    border: 2px dashed #D4E2EF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 37px;
    font-size: 14px;
    line-height: 100%;
    color: #2B2836;
    text-align: center;
}

.photo a {
    color: #5281C8;
    cursor: pointer;
}

.photo img {
    margin-right: 26px;
}

.input-wrapper {
    position: relative;
}

.input-wrapper input[type="file"] {
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 36px 0;
    opacity: 0;
}

@media screen and (max-width: 1199px) {
    .user-test-slider .owl-nav button.owl-prev {
        left: -13px;
    }

    .user-test-slider .owl-nav button.owl-next {
        right: -13px;
    }

    .download-block {
        padding: 15px;
    }
    .form-search input {
        min-width: 290px;
    }


}

@media screen and (max-width: 991px) {

    .collapse.navbar-collapse {
        display: block !important;
    }

    .form-search {
        margin-left: 25px;
        margin-top: 10px;
    }

    .download-block {
        margin-bottom: 15px;
        height: calc(100% - 15px);
    }

    .pricing-block {
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 767px) {
    nav.navbar {
        padding: 0;
        flex-flow: wrap;
    }

    ul.nav.navbar-nav {
        width: 100%;
        flex-flow: row;
        overflow-x: scroll;
    }

    ul.nav.navbar-nav li a {
        white-space: nowrap;
    }

    .collapse.navbar-collapse {
        width: 100%;
        margin-top: 10px;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    ul.nav.navbar-nav li:nth-child(1) {
        margin-left: 0;
    }

    .form-search {
        margin-left: 0;
        position: absolute;
        top: -8px;
        width: 100%;
        left: 0;
    }

    .form-search .form-group, .form-search input {
        width: 100%;
    }

    .form-search .form-group {
        display: none;
    }

    .form-search .form-group {
        display: none;
    }

    .form-search button {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 8px;
    }

    .about-company-l img {
        position: static;
        margin: auto;
        margin-bottom: 10px;

    }

    .footer-top {
        background: #3A3A44;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .footer-top .row > *:nth-child(1) {
        order: 2;
    }

    .footer-top .row > *:nth-child(2) {
        order: 4;
    }

    .footer-top .row > *:nth-child(3) {
        order: 3;
    }

    .footer-top .row > *:nth-child(4) {
        order: 1;
    }

    .social-networks {
        display: flex;
        margin-bottom: 30px;
    }
    .menu-footer ul {
        margin-bottom: 35px;
    }
    .footer-bottom-wrapper {
        padding: 10px 0;
    }

    .media-writes-block {
        padding: 18px 0 0 0;
    }
    .media-writes-block-wrapper:after {
        left: 5px;
    }
    .media-writes-block-wrapper:before {
        width: 103px;
        height: 54px;
        left: 0;
    }
    .about-company-r {
        padding: 15px;
        margin-bottom: 40px;
    }

    .media-reviews-block .media-writes-block-wrapper {
        padding: 10px;
    }

    .media-reviews-wrapper {
        margin-top: 40px;
    }
    .p-title {
        margin-bottom: 0;
    }

    .media-writes-block-wrapper-2 {
        padding: 25px 10px;
    }

    .media-reviews-block .title-block {
        display: block;
    }
    .media-reviews-block .title-block .stars {
        margin-left: 0;
    }
    .modal-wrapper {
        padding: 44px 10px 30px 10px;
    }
    .private {
        margin-top: 40px;
    }

    .pricing-block {
        padding: 15px;
    }

    .business .pricing-block-top {
        height: auto;
    }
    .free-trial {
        padding: 20px 10px;
    }

    section.support-section .support-r {
        padding: 20px 10px;
    }
    .form-tm p {
        font-size: 16px;
    }
    .user-review-block .media-writes-block-wrapper:after {
        left: -10px;
        top: -22px;
    }
    .user-review-block .media-writes-block-wrapper:before {
        top: -33px;
    }
    .start-saving-l {
        margin-bottom: 15px;
    }
    .features-block-horizontal .features-block-bottom p {
        font-size: 16px;
    }

    .features-block-horizontal .features-block-bottom {

        padding: 10px 0 0 10px!important;
     }
    .features-block-horizontal-l .features-block-bottom p {
        padding-left: 0;

    }
    .features-block-horizontal-l .row {
        flex-flow: column-reverse;
    }
    .features-block-horizontal-l .features-block-bottom a {
        left: -11px;
    }
    .start-saving-r {
        padding-left: 0;
    }
    .user-review-block2 {
        display: block;
        padding: 10px;
    }

    .user-reviews-block-l {
        margin-bottom: 15px;
    }
    .user-reviews-block-r {
        width: 100%;
    }
    .orange-button {
        padding: 18px 72px 18px 15px;
        font-size: 14px;
    }
    .media-writes-section .title-block .stars {
        display: none;
    }
    .top-slider {
        margin-bottom: 15px;
    }

    .hot-keyboard img {
         width: 120px;
         flex-shrink: 0;
        margin-right: 20px;
     }

    .hot-keyboard {
        display: flex;
        align-items: center;
    }

    .hot-keyboard p {
        font-size: 14px;
        line-height: 139.72%;
     }

    .top-section {
        margin-bottom: 50px;
    }
    .features-block:not(.features-block-horizontal) {
        height: auto;
        display: flex;
        flex-flow: row;
        position: relative;

    }

    .features-block:not(.features-block-horizontal)>* {
        width: 50%;
     }

    .features-block:not(.features-block-horizontal) p {
        font-size: 13px;
        line-height: 146.42%;
        padding: 0;
     }
    .features-block:not(.features-block-horizontal)> img {
        order: 2;
    }
    .features-block:not(.features-block-horizontal) .features-block-bottom {
        order: 1;
        padding: 18px 18px;

    }
    .features-block:not(.features-block-horizontal) .features-block-bottom a {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    ul.nav.navbar-nav li ul.dropdown-menu {
        width: 100%;
    }

ul.nav.navbar-nav .dropdown {
    position: static;
    }


}

@media screen and (max-width: 481px) {

}
