/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }


html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*, *::before, *::after{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body {    
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #56593D;
    background-color: #cfd3a9;
}

header{
    max-width: 1440px;
    margin: 0 auto;
    background-color: white;
}

.header__wrapper{
    height: 94px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo{
    align-items: center;
    display: flex;
    margin-left: 40px;
    flex-basis: 20.6%;
}

.header__menu{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.header__menu__link{
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #141414;
}

.header__menu__item__new{
    background: #F64775;
    border-radius: 15px;
    margin-left: 7px;
}

.header__menu__link__new{
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 8px;
}

.header__menu__list{
    display: flex;
}

.header__menu__list li:first-child{
    margin-left: 0;
    padding: 0 20px 0 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header__menu__list li{
    margin-left: 26px;
}

.header__menu__list li:last-child{
    padding-right: 0;
}

.right__button{
    display: flex;
    flex-grow: 1;
}

.log_in{
    width: 94px;
    border: 2px solid #F8F4F4;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.log_in__link{
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
}

.start_free{
    width: 153px;
    background: #0099FF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 40px 20px 10px;
}

.start_free__link{
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
}

.main{
    max-width: 1440px;
    margin: 0 auto;
    background-color: white;
}

.main__name{
    max-width: 900px;
    margin: 0 auto;
}

.main__h1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    line-height: 110px;
    text-align: center;
    letter-spacing: 2px;
    color: rgba(14, 16, 22, 0.95);
    padding: 7px 0 73px;
}

.main__text{
    max-width: 510px;
    margin: 0 auto;
}

.main__p1{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #35393F;
}

.form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

#form__form{
    display: flex;
}

#email{
    display: flex;
    padding: 13px 0 13px 10px;
    border: none;
    width: 300px;
    border: 2px solid #0099FF;
    border-radius: 3px 0px 0px 3px;
}

#email::placeholder{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #B2B2B2;
}

#submit{
    display: flex;
    border: none;
    border-radius: 0px 8px 8px 0px;
    padding: 15px;
    background-color: #0099FF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.section__h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 56px;
    letter-spacing: 1.5px;
    color: #000000;
    padding-top: 90px;
    padding-bottom: 30px;
}

.section__h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #B2B2B2;
    padding-top: 44px;
}

.hiring{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section_video{
    max-width: 860px;
    position: relative;
    margin: 0 auto;
}

.section_video__img{
    width: 100%;
    height: auto;
}

.watch{
    position: absolute;
    width: 360px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 7px 10px rgba(186, 193, 197, 0.2);
    border-radius: 40px;
    display: flex;
    align-items: center;
    transform: translate(-50%, -50%);
    left: 50%;
}

.section_video__play__img{
    justify-content: flex-start;
    margin: 21.5px;
}

.video__play__p2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    text-align: center; 
}

.space{
    width: 100%;
    height: 240px;
}

.space2{
    width: 100%;
    height: 198px;
}

.space3{
    width: 100%;
    height: 139px;
}

.section__block{
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.section__block_revers{
    flex-direction: row-reverse;
}

.section__block__content{
    max-width: 480px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 90px;
}

.section__block__content_revers{
    padding: 0 0 0 40px;
}

.section__block__title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #0C9F64;
}

.section__block__title_revers{
    color: #FEC104;
}

.section__block__h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 1.5px;
    color: rgba(14, 16, 22, 0.95);
    text-align: left;
    padding-top: 15px;
    padding-bottom: 23px;
}

.section__block__text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: rgba(14, 16, 22, 0.95);
    text-align: left;
    padding-bottom: 30px;
}

.section__block__butoon{
    border: 2px solid #F8F4F4;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section__block__butoon-text{
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    padding: 17px 20px;
}

.section__block__dashboard{
    padding-top: 10px;
    width: 100%;
}

.section__block__dashboard__img{
    object-fit: cover;
    width: 677px;
    height: 500px;
}

.section__block__dashboard__p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: rgba(14, 16, 22, 0.4);
    padding-top: 10px;
}

.section__block__dashboard img {
    width: 100%;
    height: auto;
}

.club{
    max-width: 1240px;
    margin: 0 auto;
    background: #202E78;
    border-radius: 20px;
    padding: 0 40px 40px;
}

.logo__club{
    width: 100%;
    padding-top: 70px;
}

.logo__club__title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    padding: 25px 0;
}

.logo__club__text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
}

.customers__button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.customers__button div{
    border: 2px solid #F8F4F4;
    border-radius: 8px;
    display: flex;
    padding: 17px 20px;
}

.customers__button-text{
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #F4F6F8;
}

.slider{
    width: 100%;
    display: flex;
    padding-top: 40px;
}

.slider__foto{
    width: 565px;
}

.slider__foto img{
    width: 100%;
    height: auto;
    border-radius: 8px 0px 0px 8px;
}

.slider__info{
    width: 50%;
    background: #000639;
    border-radius: 0px 20px 20px 0px;
    padding: 40px;
}

.dopper{
    text-align: left;
    padding-bottom: 40px;
}

.dopper__p1{
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.dopper__p2{
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: #FFFFFF;
}

.dopper__button{
    display: flex;
}

.dopper__button__{
    border: 2px solid #F8F4F4;
    border-radius: 8px;
    margin-top: 66px;
    padding: 15px 22px 19px;
}

.dopper_button__link{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #F4F6F8;
    text-decoration: none;
}

.slider__points{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.slider__point{
    padding: 3px;
}

.kickstart{
    max-width: 1240px;
    margin: 40px auto 0;
    background: #181818;
    border-radius: 20px;
}

.kickstart__new{
    display: flex;
    justify-content: center;
    align-items: center;
}

.kickstart__new__flex{
    display: flex;
    width: 63px;
    height: 32px;
    background: #F64775;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin: 68px 0 16px;
}

.kickstart__new_p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
}

.kickstart__h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 64px;
    text-align: center;
    letter-spacing: 1.5px;
    color: #FFFFFF;
}

.kickstart__h3{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    padding-bottom: 24px;
}

.kickstart__p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: #F4F3F3;
}

.explore{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 69px 0 40px;
}

.explore__button{
    background: #0099FF;
    border-radius: 8px;
    padding: 14px 20px 17px;
}

.explore__button__link{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.kaleidoscope{
    padding-bottom: 20px;
}

.kaleidoscope img{
    width: 100%;
}

.rating{
    max-width: 1240px;
    margin: 0 auto;
    padding: 140px 0 133px;
    display: flex;
}

.rating__star__h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 82px;
    line-height: 115px;
    text-align: center;
    color: rgba(14, 16, 22, 0.95);
    padding: 20px 0 14px;
}

.var2{
    padding: 0px 0 14px;
}

.rating__star{
    flex-grow: 1;
}

.rating__inte{
    flex-grow: 1;
}

.rating__p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: rgba(14, 16, 22, 0.95);
    padding-top: 25px;
}

.rating__p:last-child{
    padding-top: 0px;
}

.start{
    max-width: 1240px;
    margin: 0 auto;
    background: #3CA9FF;
    border-radius: 20px;
    padding: 60px 0 50px;
}

.start__logo{
    padding-bottom: 14px;
}

.start__h2{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 58px;
    line-height: 64px;
    text-align: center;
    letter-spacing: 1.5px;
    color: #FFFFFF;
}

.start__button{
    display: flex;
    justify-content: center;
    margin: 25px 0 30px;
}

.start__button__button{
    background: #0E1016;
    border-radius: 8px;
    padding: 14px 20px 17px;
}

.start__button__link{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.daw{
    display: flex;
    justify-content: center;
    
}

.daw__daw{
    display: flex;
}

.daw__p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-right: 20px;
    
}

.daw__img{
    display: flex;
    align-items: center;
    padding-right: 4px;
}

.footer{
    max-width: 1440px;
    margin: 0 auto;
    background-color: white;
    padding: 40px 0;
}

.footer__block{
    max-width: 1240px;
    margin: 0 auto;

    background: rgba(0, 0, 0, 0.95);
    border-radius: 20px;
}

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

.footer__logo{
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.footer__button{
    background: #029EFF;
    border-radius: 8px;
    padding: 10px 15px 9px;
    margin: 20.5px 25px;
}

.footer__button__link{
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;

}

.footer__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.footer__grid1{
    text-align: left;
    padding: 40px;
}

.footer__grid1:last-child{
    padding-left: 0px;
}

.footer__title{
    display: block;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer__title__2{
    display: block;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.grin{
    color: #0C9F64;
}

.yellow{
    color: #FEC104;
}

.footer__text{
    display: block;
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #778291;
    padding-bottom: 20px;
}

.product__inline{
    display: flex;
}

.footer__new{
    width: 42px;
    height: 23px;
    margin-left: 2px;
}

.footer__new2{
    width: 21px;
    height: 21px;
    margin-left: 2px;
    background: #FC4945;
    border-radius: 10px;
    margin-left: 2px;
    display: flex;
    justify-content: center;
}

.footer__new2__link{
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: #FFFFFF;
}

.pricing{
    padding-top: 20px;
}

.footer__form{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}

#form__form{
    display: flex;
}

#footer__email{
    display: flex;
    border: none;
    width: 256px;
    height: 40px;
    background: rgba(119, 130, 145, 0.3);
    border-radius: 8px 0px 0px 8px;
}

#footer__submit{
    display: flex;
    border: none;
    width: 78px;
    color: #FFFFFF;
    background: #595D68;
    border-radius: 0px 8px 8px 0px;
}

.social__img{
    margin-right: 8px;
}

.heder__burger{
    width: 40px;
    height: 28px;
    position: relative;
    display: none;
}

.burger__line{
    display: block;
    width: 100%;
    height: 2px;
    background-color: black;
    position: absolute;
    left: 0;
}

.burger__line-first{
    top: 0;
}

.burger__line-first{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.burger__line-third{
    bottom: 0;
}



@media screen and (max-width: 1240px) {
    .slider{
        flex-wrap: wrap;
    }
    .slider__foto{
        width: 100%;
    }
    .slider__foto img{
        border-radius: 8px 8px 0 0;
    }
    .slider__info{
        width: 100%;
        border-radius: 0 0 20px 20px;
    }
}

@media screen and (max-width: 1044px) {
    .header__menu_nav{
        display: none;
    }
    .section__block{
        flex-wrap: wrap;
    }
    .section__block__content{
        max-width: 100%;
        display: flex;
        padding: 0 10%;
    }
    .section__block__dashboard{
        padding-top: 10px;
        width: 100%;
    }
    .slider{
        flex-wrap: wrap;
    }
    .slider__foto{
        width: 100%;
    }
    .slider__foto img{
        border-radius: 8px 8px 0 0;
    }
    .slider__info{
        width: 100%;
        border-radius: 0 0 20px 20px;
    }

    .header__nav-close{
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 11;
    }
    .header__nav-close-line{
        display: block;
        width: 100%;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 50%;
    }
    .header__nav-close-line:first-child{
        transform: translateY(-50%) rotate(45deg);
    }
    .header__nav-close-line:last-child{
        transform: translateY(-50%) rotate(-45deg);
    }
    .heder__burger{
        display: block;

        z-index: 9;
    }
    .wrapper__heder__burger{
        margin: 0 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header__menu_nav{
        position: fixed;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #cfd3a9;
        z-index: 10;
        top: 0;
        left: 0;
        transform: translateX(100%);
    }
    .header__menu_nav-activ{
        transform: translateX(0);
    }
    .header__menu__item{
        text-align: left;
        padding: 20px 0;
    }
    .header__menu__list li:first-child {
        text-align: left;
        margin-left: 26px;
        padding: 30px 0 20px;
    }
    .header__menu__list {
        display: block;
        
    }
    .item__flex{
        display: inline-block;
        float: left;
    }
    .header__menu__item__new{
        /* display: inline-block; */
        display: flex;
        width: 42px;
        height: 23px;
        margin: 20px 0;
        justify-content: center;
        align-items: center;
    }
    .footer__grid{
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    .footer__grid1:last-child{
        grid-column-start: 1;
        grid-column-end: 4;
        padding: 0 40px 40px;
    }
    .footer__form{
        justify-content: left;
    }

}

@media screen and (max-width: 768px) {
    .footer__grid{
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    .footer__grid1:last-child{
        grid-column-start: 1;
        grid-column-end: 4;
        padding: 0 40px 40px;
    }
    .footer__form{
        justify-content: left;
    }
    .space{
        height: 70px;
    }
    .space2{
        height: 70px;
    }
    .space3{
        height: 50px;
    }
}

@media screen and (max-width: 550px) {
    .header__wrapper{
        flex-wrap: wrap;
        padding: 10px;

        height: 100%;
    }
    .right__button{
        flex-basis: 100%;
        height: 100%;
    }
    .log_in{
        width: 50%;
        height: 50px;
        margin: 20px 20px;
    }
    .start_free{
        width: 50%;
        margin: 20px 20px;
    }
    .logo{
        margin: 20px 20px;
    }
    .main__h1{
        font-size: 50px;
        line-height: 70px;
        padding-bottom: 30px;
    }
    #email{
        width: 100%;
    }
    .section__h2{
        padding-top: 20px;
    }
    .section__block__h2{
        font-size: 36px;
        line-height: 40px;
    }
    .kickstart__h2{
        font-size: 45px;
    }
    .kickstart__h3{
        font-size: 43px;
    }
    .rating{
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .rating__inte{
        padding-top: 40px;
    }
    .footer__grid{
        display: flex;
        flex-wrap: wrap;
    }
    .footer__grid1{
        padding: 20px;
        width: 50%;
    }
    .footer__grid1:last-child{
        padding: 20px;
        width: 100%;
    }
    .grid2{
        width: 100%;
        padding: 20px;
    }
    .footer__email{
        width: 100%;
    }
}




