html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{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;text-decoration:underline dotted}b,strong{font-weight:700}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:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{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]{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}*,*:after,*:before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}a:focus{outline:none}h1,h2,h3,h4,h5,h6{margin: 0;}ul,ol{margin: 0;padding: 0;list-style: none;}

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

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




*, *:after, *:before {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
    font-family: 'Golos Text';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    background-color:#EFEFEF;
}

body,
html{
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

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

.noscroll {
    overflow: hidden;
}

.center {
    text-align: center;
}


.title {
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
}

.title.line {
    line-height: 85px;
}

a {
    color: #3E3E3F;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
}

p{
    margin: 0 0 20px;
}

p:last-child{
    margin-bottom: 0;
}

img,
iframe{
    display: block;
    width: 100%;
}


.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
}

.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-width: 1919px){
    .container {
        max-width: 1440px;
    }

    .title,
    .title.line {
        font-size: 52px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 1439px){
    .container {
        max-width: 1180px;
    }

    .title, .title.line {
        font-size: 40px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 1179px){
    .container {
        max-width: 375px;
        padding: 0 27px;
    }

    .title,
    .title.line {
        font-size: 28px;
        line-height: 28px;
    }
}

/*     btn     */

.btn {
    display: inline-block;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_blue,
.btn_green {
    padding: 25px 66px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    border-radius: 20px;
}

.btn_blue {
    color: #FFFFFF;
    background-color: #0338FF;
}

.btn_blue:hover {
    background-color: #2b58ff;
}

.btn_green {
    color: #222222;
    background-color:#C4E247;
}

.btn_green:hover {
    background-color: #d2eb6b;
}

.btn_blue div,
.btn_green div {
    text-align: left;
}

.btn_full {
    width: 100%;
}

@media only screen and (max-width: 1919px){
    .btn_blue,
    .btn_green {
        padding: 15px 50px;
        font-size: 20px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 1439px){
    .btn_blue,
    .btn_green {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1179px){
    .btn_blue,
    .btn_green {
        padding: 20px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 15px;
    }
}

/*     header     */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 30px;
    z-index: 10;
}

.header__block {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.header__logo {
    display: flex;
    width: 300px;
    height: 99px;
    color: #222222;
    background-color: #FFFFFF;
    background-image: url(../img/logo-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    border-radius: 30px;
}

.header__burger {
    display: none;
}

.header__burger span:nth-child(2) {
    display: none;
}

.header_open .header__burger span:nth-child(1) {
    display: none;
}

.header_open .header__burger span:nth-child(2) {
    display: block;
}

.header__menu {
    width: calc(100% - 740px);
    padding: 37px 40px;
    color: #A6A6A6;
    background-color: #FFFFFF;
    border-radius: 30px;
}

.header__menu ul {
    display: flex;
    column-gap: 60px;
    justify-content: center;
}

.header__menu-title {
    display: none;
}

.header__menu ul a {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #A6A6A6;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header__menu ul a:hover {
    text-decoration: underline;
    color: #222222;
}

.header__phone {
    width: 400px;
}

.header__phone.mob {
    display: none;
}

.header__phone .btn {
    display: flex;
    column-gap: 30px;
    align-items: center;
    height: 99px;
    padding-left: 82px;
    border-radius: 30px;
    overflow: hidden;
    
}

@media only screen and (max-width: 1919px){
    .header__logo {
        width: 200px;
        height: 58px;
        border-radius: 15px;
    }

    .header__menu {
        width: calc(100% - 550px);
        padding: 16px 20px;
        border-radius: 15px;
    }

    .header__menu ul {
        column-gap: 36px;
    }

    .header__menu ul a {
        font-size: 18px;
    }

    .header__phone {
        width: 310px;
    }

    .header__phone .btn {
        height: 58px;
        padding-left: 62px;
        border-radius: 15px;
    }

    .header__phone .btn svg {
        width: 20px;
    }
}

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

    .header__menu ul {
        column-gap: 15px;
    }

    .header__menu ul a {
        font-size: 14px;
    }
}


@media only screen and (max-width: 1179px){
    .header {
        padding-top: 20px;
    }

    .header_open {
        height: 100vh;
        padding-bottom: 20px;
        background-color: #EFEFEF;
    }

    .header__block {
        position: relative;
    }

    .header_open .header__block {
        padding-top: 75px;
    }

    .header__logo {
        width: 170px;
        border-radius: 15px;
    }

    .header_open .header__logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 150px;
    }

    .header__burger {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        display: flex;
        width: 138px;
        height: 58px;
        padding: 20px 30px 20px 60px;        
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        text-align: right;
        color: #fff;
        background-color: #0338FF;
        background-image: url(../img/icon-burger.svg);
        background-position: left 30px center;
        background-repeat: no-repeat;
        border-radius: 15px;
    }

    .header_open .header__burger {
        width: 158px;
        background-image: url(../img/icon-burger-close.svg);
    }

    .header__menu {
        position: relative;
        display: none;
        padding: 30px;
        border-radius: 30px;
    }

    .header_open .header__menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: calc(100vh - 115px);
    }

    .header_open .header__menu-title {
        display: flex;
    }

    .header__menu ul {
        row-gap: 20px;
        flex-direction: column;
    }

    .header__menu ul a {
        font-size: 20px;
        line-height: 20px;
    }

    .header__menu-title {
        margin-bottom: 30px;
        font-size: 28px;
        font-weight: 500;
        line-height: 28px;
        color: #222222;
    }

    .header__phone {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        width: auto;
    }

    .header_open .header__phone.mob {
        display: flex;
    }

    .header__phone.pc {
        display: none;
    }

    .header__phone .btn {
        width: 100%;
        padding-left: 20px;
        font-size: 14px;
        column-gap: 13px;
        border-radius: 15px;
        justify-content: center;
    }

    .header__phone .btn svg {
        width: 18px;
    }
}


/*     first     */

.first {
    padding-top: 150px;
}

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

.first__info {
    width: calc(100% - 760px);
    padding: 60px;
    border-radius: 30px;
    background-color: #FFFFFF;
}

.first__start {
    padding-left: 34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    background-image: url(../img/icon-date.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.first__title {
    margin-top: 30px;
}

.first__title_base  {
    font-size: 60px;
    line-height: 62px;
}

.first__text {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.first__btns {
    display: flex;
    column-gap: 20px;
    margin-top: 100px;
}

.first__galery {
    width: 740px;
    border-radius: 30px;
    overflow: hidden;
}

.first__galery-item {
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.first__galery-item > span {
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 60px;
    padding: 25px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background-color: #0338FF;
    background-image: url(../img/first-gallery-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.first__block-down {
    margin-top: 20px;
    display: flex;
    column-gap: 20px;
}

.first__item {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
    width: 25%;
    padding: 60px 60px 37px;
    color: #222222;
    background-color: #FFFFFF;
    border-radius: 30px;
}

.first__item-icon {
    display: flex;
    align-items: center;
    height: 60px;
}

.first__item-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

@media only screen and (max-width: 1919px){
    .first {
        padding-top: 120px;
    }

    .first__info {
        width: calc(100% - 600px);
        padding: 40px;
    }
    
    .first__start {
        font-size: 18px;
    }

    .first__title_base  {
        font-size: 43px;
        line-height: 46px;
    }

    .first__btns {
        margin-top: 83px;
    }

    .first__galery {
        width: 580px;
    }

    .first__galery-item {
        
    }

    .first__galery-item > span {
        left: 40px;
        right: 40px;
        bottom: 40px;
        font-size: 18px;
    }

    .first__item {
        padding: 30px 20px 30px 40px;
    }

    .first__item-text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1439px){
    .first__info {
        width: calc(100% - 500px);
    }

    .first__title_base {
        font-size: 36px;
        line-height: 36px;
    }

    .first__btns {
        margin-top: 57px;
    }

    .first__galery {
        width: 480px;
    }

    .first__galery-item {
        
    }

    .first__item {
        padding-left: 30px;
        column-gap: 40px;
    }

    .first__item-icon {
        flex: 0 0 42px;
    }

    .first__item-icon svg {
        width: auto;
        height: 42px;
    }

    .first__item-text {
        font-size: 18px;
        line-height: 24px;
    }

    .first__item-text br {
        display: none;
    }

    .first__galery-item > span {
        left: 30px;
        right: 30px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 1179px){
    .first {
        padding-top: 94px;
    }

    .first__block-up {
        row-gap: 10px;
        flex-direction: column;
    }

    .first__info {
        padding: 27px 30px 30px;
    }

    .first__start {
        font-size: 14px;
    }

    .first__title {
        margin-top: 16px;
        margin-right: -10px;
        font-size: 28px;
        line-height: 28px;
    }
    
    .first__title br {
        display: none;
    }

    .first__title_base {
        margin-right: 0;
        font-size: 26px;
        line-height: 28px;
    }

    .first__title_base span {
        display: block;
    }

    

    .first__text br {
        display: none;
    }

    .first__galery {
        width: 100%;
    }

    .first__info {
        width: 100%;
    }

    .first__btns {
        row-gap: 8px;
        flex-direction: column;
        margin-top: 30px;
    }

    .first__block-down {
        row-gap: 10px;
        flex-direction: column;
        margin-top: 120px;
    }

    .first__item {
        column-gap: 20px;
        align-items: center;
        flex-direction: row;
        width: 100%;
        height: auto;
        column-gap: 20px;
        padding: 24px 20px 24px 30px;
    }
    
    .first__item:nth-child(1) {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .first__item-icon svg {
        max-height: 36px;
        max-width: 42px;
    }

    .first__item-text {
        font-size: 14px;
        line-height: 17px;
    }

    .first__item-text span {
        display: block;
    }

    .first__item-text br {
        display: block;
    }

    .first__galery {
        overflow: initial;
    }

    .first__galery-item {
        height: 196px;
        border-radius: 30px;
    }

    .first__galery-item > span {
        display: block;
        padding: 13px 25px;
        font-size: 14px;
        line-height: 17px;
        left: 0;
        right: 0;
        bottom: -90px;
        background-image: url(../img/first-gallery-bg-mob.svg);
    }

    .first__galery-item > span span {
        display: block;
    }

    .first__galery-item > span br {
        display: none;
    }
}

/*     expertise     */

.expertise {
    padding-top: 65px;
}

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

.expertise__info {
    width: calc(100% - 760px);
    padding: 60px;
    border-radius: 30px;
    background-color: #FFFFFF;
}

.expertise__description {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;    
}

.expertise__text {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
}

.expertise__list {
    display: flex;
    column-gap: 20px;
    justify-content: flex-start;
    margin-top: 30px;
}

.expertise__list span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 104px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
}

.expertise__list span img {
    width: auto;
    height: auto;
    display: block;
    max-width: 80%;
    max-height: 70%;
}

.expertise__img {
    width: 740px;
    background-image: url(../img/expertise-img.jpg);
    background-position: center bottom;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 1919px) {
    .expertise__info {
        width: calc(100% - 560px);
        padding: 40px;
    }

    .expertise__text {
        margin-top: 40px;
        font-size: 26px;
        line-height: 30px;
    }

    .expertise__list span {
        height: 84px;
    }

    .expertise__img {
        width: 540px;
    }
}

@media only screen and (max-width: 1439px){
    .expertise__info {
        width: calc(100% - 460px);
    }

    .expertise__description {
        margin-top: 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .expertise__description br {
        display: none;
    }

    .expertise__text {
        margin-top: 30px;
        font-size: 22px;
        line-height: 26px;
    }
    
    .expertise__list span {
        width: 98px;
        height: 64px;
        font-size: 16px;
    }

    .expertise__img {
        width: 440px;
    }
}

@media only screen and (max-width: 1179px){
    .expertise {
        padding-top: 40px;
    }

    .expertise__block {
        row-gap: 15px;
        flex-direction: column;
    }

    .expertise__img {
        width: 100%;
        height: 298px;
        order: 1;
    }

    .expertise__info {
        width: 100%;
        padding: 30px;
        order: 2;
    }

    .expertise__title {
        margin-right: -10px;
        font-size: 26px;
    }

    .expertise__title span {
        display: inline;
    }

    .expertise__title br {
        
    }
    
    .expertise__description {
        font-size: 14px;
        line-height: 17px;
    }

    .expertise__description br {
        display: none;
    }

    .expertise__text {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .expertise__list {
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 10px;
    }

    .expertise__list span {
        width: calc(50% - 5px);
    }
}



/*     about     */

.about {
    padding-top: 60px;
}

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

.about__photo {
    width: 607px;
    background-image: url("../img/about.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
}

.about__info {
    width: calc(100% - 627px);
    padding: 60px;
    border-radius: 30px;
    background-color: #FFFFFF;
}

.about__text {
    margin-top: 30px;
}

.about__list {
    max-width: 918px;
    margin-top: 80px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.about__list ul {
    display: flex;
    row-gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.about__list li {
    position: relative;
    padding-left: 38px;
    width: 50%;
}

.about__list li:before {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #0338FF;
    border-radius: 50%;
}

@media only screen and (max-width: 1919px){
    .about__photo {
        width: 480px;
    }

    .about__info {
        width: calc(100% - 500px);
        padding: 40px;
    }

    .about__list {
        margin-top: 45px;
        font-size: 18px;
    }


    .about__list li br {
        display: none;
    }

    .about__list li:before {
        position: absolute;
        content: '';
        top: calc(50% - 4px);
        left: 0;
        width: 8px;
        height: 8px;
        background-color: #0338FF;
        border-radius: 50%;
    }

    .about__list span {
        display: block;
    }
}

@media only screen and (max-width: 1439px){
    .about__photo {
        width: 380px;
    }
    
    .about__text {
        margin-top: 20px;
    }

    .about__info {
        width: calc(100% - 400px);
    }

    .about__list {
        margin-right: -25px;
        font-size: 16px;
    }

    .about__list li {
        padding-left: 25px;
        padding-right: 10px;
    }

    .about__list span {
        display: inline;
    }
}

@media only screen and (max-width: 1179px){
    .about {
        padding-top: 40px;
    }

    .about__block {
        row-gap: 15px;
        flex-direction: column;
    }

    .about__photo {
        width: 100%;
        height: 298px;
        overflow: hidden;
    }

    .about__photo img {
        width: calc(100% + 100px);
        margin: 0 -50px;
    }

    .about__info {
        width: 100%;
        padding: 30px;
    }

    .about__title {
        line-height: 33px!important;
    }

    .about__text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .about__list {
        margin-top: 29px;
        margin-right: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .about__list ul {
        row-gap: 20px;
    }

    .about__list li {
        width: 100%;
        padding-right: 0;
    }

    .about__list br {
        display: none;
    }

    .about__list span {
        display: block;
    }
}

/*     after     */

.after {
    padding-top: 64px;
}

.after__block {
    display: flex;
    column-gap: 20px;
}

.after__main {
    position: relative;
    width: 50%;
    padding: 501px 68px 0 26px;
    color: #FFFFFF;
    background-color: #0338FF;
    background-image: url(../img/after-bg-new.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
    z-index: 2;
}

.after__main-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
}

.after__main-item {
    width: 50%;
    text-align: center;
}

.after__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
}

.after__item-text {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.after__btn {
    margin: 90px 0 0 40px;
    text-align: center;
}

.after__info {
    position: relative;
    width: 50%;
    padding: 60px;
    border-radius: 30px;
    background-color: #FFFFFF;
    z-index: 1;
}

.after__info-list {
    margin-top: 56px;
}

.after__info-list ul {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

.after__info-list li {
    position: relative;
    padding: 41px 41px 41px 135px;
    font-size: 24px;
    line-height: 29px;
    border-radius: 30px;
    background-color: #F6F6F6;
}

.after__info-list li:before {
    position: absolute;
    content: '';
    top: calc(50% - 7px);
    left: 60px;
    width: 15px;
    height:15px;
    background-color: #0338FF;
    border-radius: 50%;
}

@media only screen and (max-width: 1919px){
    .after__main {
        padding-top: 420px;
    }

    .after__main-list {
        row-gap: 50px;
    }

    .after__item-text {
        margin-top: 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .after__info {
        padding: 40px;
    }
    
    .after__info-list li {
        padding: 31px 31px 31px 100px;
        font-size: 20px;
    }

    .after__info-list li:before {
        left: 40px;
    }

    .after__info-list li:nth-child(1) br {
        display: none;
    }
}

@media only screen and (max-width: 1439px){
    .after__main {
        padding: 362px 40px 0 0px;
    }

    .after__item-text {
        font-size: 16px;
        line-height: 22px;
    }

    .after__btn {
        margin-top: 108px;
    }

    .after__info-list li {
        padding: 25px 31px 25px 100px;
        font-size: 18px;
    }
}


@media only screen and (max-width: 1179px){
    .after {
        padding-top: 40px;
    }

    .after__block {
        row-gap: 15px;
        flex-direction: column;
    }

    .after__main {
        width: 100%;
        padding: 226px 10px 30px 10px;
        background-image: url(../img/after-bg-mob-new.jpg);
        overflow: hidden;
    }

    .after__main-list {
        position: relative;
        left: -5px;
        row-gap: 28px;
    }

    .after__item-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        margin: 0 auto;
    }

    .after__item-icon svg {
        width: 100%;
        height: auto;
    }

    .after__item-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 17px;
    }

    .after__item-text span {
        display: block;
    }

    .after__item-text br {
        display: none;
    }

    .after__btn {
        margin: 27px 20px 0;
    }

    .after__btn .btn {
        width: 100%;
    }
    
    .after__info {
        width: 100%;
        padding: 30px;
    }

    .after__info-list li {
        padding: 20px 20px 21px 68px;
        font-size: 16px;
        line-height: 17px;
    }


    .after__info-list li:before {
        top: calc(50% - 5px);
        left: 25px;
        width: 10px;
        height: 10px;
    }

    .after__info-list li br {
        display: none;
    }

    .after__title {
        white-space: nowrap;
    }

    .after__info-list {
        margin-top: 29px;
    }

    .after__info-list ul {
        margin-top: 0;
        row-gap: 9px;
    }

    .after__info-list li {
        font-size: 14px;
        line-height: 17px;
        border-radius: 15px;
    }

    .after__info-list li:before {
        top: calc(50% - 4px);
        left: 30px;
        width: 8px;
        height: 8px;
    }

    .after__info-list li span {
        display: block;
    }
}


/*     consultation     */

.consultation {
    padding-top: 65px;
}

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


.consultation__img {
    width: 640px;
    background-image: url(../img/consultation-img.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
}

.consultation__info {
    width: calc(100% - 660px);
    padding: 60px 60px 45px;
    background-color: #C4E247;
    border-radius: 30px;
}

.consultation__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;    
}

.consultation__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 76px;
}

.consultation__text {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.consultation__btn {

}


@media only screen and (max-width: 1919px){
    .consultation__img {
        width: 480px;
    }

    .consultation__info {
        width: calc(100% - 500px);
        padding: 40px;
    }

    .consultation__title {
        font-size: 36px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1439px){
    .consultation__img {
        width: 380px;
    }

    .consultation__info {
        width: calc(100% - 400px);
    }

    .consultation__title {
        font-size: 32px;
        line-height: 36px;
    }

    .consultation__text {
        font-size: 18px;
        line-height: 22px;
    }

    .consultation__line {
        margin-top: 46px;
    }
}

@media only screen and (max-width: 1179px){
    .consultation {
        padding-top: 50px;
    }

    .consultation__block {
        row-gap: 20px;
        flex-direction: column;
    }

    .consultation__img {
        width: 100%;
        height: 240px;
        order: 1;
    }

    .consultation__info {
        width: 100%;
        padding: 30px;
        order: 2;
    }

    .consultation__title {
        margin-right: -20px;
        font-size: 28px;
        line-height: 28px;
    }

    .consultation__title br {
        display: none;
    }

    .consultation__line {
        row-gap: 60px;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 20px;
    }

    .consultation__text {
        font-size: 14px;
        line-height: 17px;
    }

    .consultation__btn {
        width: 100%;
        margin-top: 0;
    }

    .consultation__btn .btn {
        width: 100%;
    }
}

/*     test     */

.test {
    padding-top: 60px;
}

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

.test__info {
    width: calc(100% - 1120px);
    padding: 60px;    
    color: #fff;
    background-color: #0338FF;
    border-radius: 30px;
}

.test__description {
    font-size: 36px;
    line-height: 40px;
}

.test__list {
    margin-top: 60px;
}

.test__list {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

.test__list li {
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

.test__list li:before {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #0338FF;
    border-radius: 50%;
}

.test__text {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.test__btn {
    margin-top: 80px;
}

.test__video {
    position: relative;
    display: flex;
    width: 1100px;
    height: 597px;
    background-image: url(../img/cover-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
}

.test__video_2 {
    height: 639px!important;
}


.test__video-play {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 80px);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.test__video:hover .test__video-play {
    transform: scale(1.1);
}

@media only screen and (max-width: 1919px){
    .test__info {
        width: calc(100% - 840px);
        padding: 40px;
    }
    
    .test__description {
        font-size: 28px;
        line-height: 32px;
    }

    .test__list {
        margin-top: 30px;
        row-gap: 15px;
    }

    .test__list li {
        padding-left: 38px;
        font-size: 18px;
        line-height: 24px;
    }

    .test__text {
        font-size: 18px;
    }

    .test__video {
        width: 820px;
        height: 435px;
    }

    .test__video_2 {
        height: 457px!important;
    }

    .test__video-play {
        top: calc(50% - 45px);
        left: calc(50% - 60px);
    }

    .test__video-play svg {
        width: 120px;
    }

    .test__btn {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1439px){
    .test__info {
        width: calc(100% - 670px);
    }

    .test__list li {
        font-size: 16px;
    }

    .test__video {
        width: 650px;
        height: 464px;
    }

    .test__video_2 {
        height: 363px !important;
    }
}

@media only screen and (max-width: 1179px){
    .test {
        padding-top: 50px;
    }

    .test__block {
        row-gap: 15px;
        flex-direction: column;
    }

    .test__info {
        width: 100%;
        padding: 30px;
    }

    .test__title {
        font-size: 28px;
        line-height: 28px;
    }

    .test__title br {
        display: none;
    }

    .test__description {
        font-size: 20px;
        line-height: 22px;
    }

    .test__list li {
        font-size: 14px;
        line-height: 17px;
    }

    .test__list li:before {
        top: calc(50% - 4px);
        width: 8px;
        height: 8px;
    }

    .test__text {
        max-width: 235px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 17px;
    }

    .test__text br {
        display: none;
    }

    .test__btn {
        margin-top: 30px;
    }

    .test__btn .btn {
        width: 100%;
    }

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

    .test__video_2 {
        height: 240px!important;
    }

    .test__video-play {
        top: calc(50% - 30px);
        left: calc(50% - 40px);
    }

    .test__video-play svg {
        width: 80px;
        height: 60px;
    }
}

/*     program     */

.program {
    padding-top: 60px;
}

.program__block {
    padding: 60px;
    border-radius: 30px;
    background-color: #FFFFFF;
}

.program__title {
    text-align: center;
}

.program__list {
    margin-top: 60px;
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

.program__item {
    padding: 60px 50px 60px 70px;    
    background-color: #F6F6F6;
    border-radius: 30px;
}

.program__item-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
    padding-right: 110px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.program__item.active .program__item-head {
    padding-right: 50px;
}

.program__item-semester {
    padding: 25px 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #0338FF;
    background: rgba(3, 56, 255, 0.1);
    border-radius: 20px;
}

.program__item-hour {
    display: flex;
    column-gap: 30px;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
}

.program__item-head:after {
    position: absolute;
    content: '';
    top: 22px;
    right: 8px;
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../img/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.program__item.active .program__item-head:after {
    transform: rotate(90deg);
}

.program__item-sub-title {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
}

.program__item-list {
    margin-top: 30px;
    display: none;
}

.program__item.active .program__item-list {
    display: flex;
}

.program__item-list ul{
    display: flex;
    row-gap: 30px;
    flex-direction: column;
    width: 33.33%;
}

.program__item-list li {
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

.program__item-list li:before {
    position: absolute;
    content: '';
    top: calc(50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #0338FF;
    border-radius: 50%;
}

.program__btn {
    margin-top: 60px;
    text-align: center;
}

@media only screen and (max-width: 1919px){
    .program__block {
        padding: 40px;
    }

    .program__item {
        padding: 40px 30px 40px 50px;
    }

    .program__item-semester {
        padding: 20px 50px;
        font-size: 20px;
    }

    .program__item-hour {
        font-size: 20px;
    }

    .program__item-sub-title {
        margin-top: 40px;
        font-size: 22px;
    }

    .program__item-list li {
        padding-left: 38px;
        font-size: 18px;
        line-height: 24px;
    }


    
    
}

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

    .program__item-list li {
        font-size: 16px;
    }

    .program__item-list li br {
        display: none;
    }
}

@media only screen and (max-width: 1179px){
    .program {
        padding-top: 40px;
    }

    .program__block {
        padding: 30px;
    }

    .program__list {
        row-gap: 10px;
        margin-top: 30px;
    }

    .program__item {
        padding: 20px 20px 20px 25px;
        border-radius: 15px;
    }

    .program__item-head,
    .program__item.active .program__item-head {
        flex-direction: column;
        row-gap: 10px;
        padding-right: 30px;
    }

    .program__item-head,
    .program__item.active .program__item-head {
        margin-left: -70px;
    }

    .program__item-head:after {
        top: 7px;
        right: -3px;
        background-size: 9px;
    }

    .program__item-semester {
        border-radius: 10px;
    }

    .program__item-hour {
        display: none;
        column-gap: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .program__item-hour svg {
        width: 20px;
    }

    .program__item-head:after {
        top: 8px;
        background-size: 9px;
    }

    .program__item-semester {
        padding: 10px 30px;
        font-size: 14px;
    }

    .program__title {
        font-size: 27px;
        white-space: nowrap;
    }

    .program__item-sub-title {
        margin-top: 20px;
        font-size: 14px;
        line-height: 17px;
    }

    .program__item-list {
        flex-direction: column;
        margin-right: -5px;
    }

    .program__item-list {
        margin-top: 20px;
        row-gap: 20px;
    }

    .program__item-list ul {
        width: 100%;
        row-gap: 20px;
    }

    .program__item-list li {
        padding-left: 22px;
        padding-right: 0;
        font-size: 14px;
        line-height: 17px;
    }

    .program__item-list li br {
        display: none;
    }

    .program__item-list li:before {
        top: calc(50% - 4px);
        left: 0;
        width: 8px;
        height: 8px;
    }



    .program__btn {
        margin-top: 30px;
    }

    .program__btn .btn {
        width: 100%;
    }
}


/*     open     */

.open {
    padding-top: 60px;
}

.open__block {
    padding: 58px 60px 40px;
    display: flex;
    color: #FFFFFF;
    background-color: #0338FF;
    background-image: url(../img/open-bg.svg);
    background-position: top center;
    background-size: cover;
    border-radius: 30px;
}

.open__info {
    width: 54%;
}

.open__sub-title {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.open__date {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 80px;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
}

.open__description {
    width: 46%;
}

.open__text {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
}

.open__btn {
    margin-top: 84px;
}

@media only screen and (max-width: 1919px){
    .open__date {
        margin-top: 78px;
        font-size: 40px;
        line-height: 40px;
    }

    .open__sub-title {
        font-size: 18px;
    }

    .open__text {
        font-size: 26px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1439px){
    .open__block {
        padding-left: 40px;
        padding-bottom: 40px;
    }

    .open__text {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1179px){
    .open {
        padding-top: 48px;
    }

    .open__block {
        row-gap: 60px;
        flex-direction: column;
        padding: 30px;
        background-image: url(../img/open-bg-mob.svg);
        background-position: bottom center;
        background-size: cover;
    }   

    .open__info {
        width: 100%;
    }

    .open__sub-title {
        display: flex;
        justify-content: flex-start;
        margin-top: 15px;
        font-size: 14px;
        line-height: 17px;
    }

    .open__sub-title span {
        width: 245px;
        padding: 10px 20px;
        color: #0338FF;
        background-color: #F6F6F6;
        border-radius: 10px;
    }

    .open__sub-title br {
        display: none;
    }

    .open__date {
        margin-top: 30px;
        font-size: 24px;
        line-height: 24px;
    }

    .open__date svg {
        flex: 0 0 15px;
    }

    .open__description {
        width: 100%;
    }

    .open__text {
        font-size: 18px;
        line-height: 22px;
    }

    .open__text br { 
        display: none;
    }

    .open__text span {
        display: block;
        white-space: nowrap;
    }

    .open__btn { 
        margin-top: 30px;
    }

    .open__btn .btn { 
        width: 100%;
    }
}

/*     grandee     */

.grandee {
    padding-top: 60px;
}

.grandee__block {
    display: flex;
    justify-content: space-between;
    padding: 60px;
    background-color: #fff;
    border-radius: 30px;
}

.grandee__info {
    width: calc(100% - 560px);
}

.grandee__title {
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
}

.grandee__description {
    padding: 50px 0 50px 70px;
    font-size: 24px;
    line-height: 29px;
    background-image: url(../img/icon-grant.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50px;
}

.grandee__text {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
}

.grandee__btn {
    display: flex;
    column-gap: 20px;
    margin-top: 60px;
}

.grandee__logo {
    display: flex;
    row-gap: 60px;
    flex-direction: column;
    width: 440px;
}

.grandee__logo-2 {
    width: 80%;
}

.grandee__logo-3 {
    width: 78%;
}

@media only screen and (max-width: 1919px){
    .grandee__block {
        padding: 40px;
    }

    .grandee__info {
        width: calc(100% - 460px);
    }

    .grandee__title {
        font-size: 36px;
        line-height: 40px;
    }

    .grandee__description {
        padding: 30px 290px 30px 70px;
        font-size: 20px;
    }

    .grandee__text {
        font-size: 24px;
        line-height: 29px;
    }

    .grandee__logo {
        width: 380px;
    }
}

@media only screen and (max-width: 1439px){
    .grandee__info {
        width: calc(100% - 340px);
    }

    .grandee__title {
        font-size: 30px;
        line-height: 36px;
    }


    .grandee__description {
        padding: 30px 40px 30px 70px;
        font-size: 18px;
        line-height: 24px;
    }

    .grandee__text {
        font-size: 20px;
        line-height: 24px;
    }

    .grandee__logo {
        width: 280px;
        row-gap: 40px;
    }
}

@media only screen and (max-width: 1179px){
    .grandee {
        padding-top: 50px;
    }

    .grandee__block {
        padding: 30px;
        row-gap: 50px;
        flex-direction: column;
    }

    .grandee__info {
        width: 100%;
    }

    .grandee__title {
        font-size: 22px;
        line-height: 26px;
        margin-right: -20px;
    }

    .grandee__description {
        padding: 25px 0 25px 60px;
        font-size: 16px;
        line-height: 18px;
        background-size: 44px;
    }

    .grandee__text {
        font-size: 16px;
        line-height: 18px;
    }

    .grandee__btn {
        row-gap: 10px;
        flex-direction: column;
        margin-top: 30px;
    }

    .grandee__btn .btn {
        width: 100%;
    }

    .grandee__logo {
        width: 100%;
    }
}


/*     made     */

.made {
    padding-top: 60px;
}

.made__block {
    padding: 205px 25px;
    background-color: #FFFFFF;
    background-image: url(../img/made-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
}

.made__icon {
    width: 96px;
    margin: 0 auto;
}

.made__title {
    margin-top: 60px;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;   
}

.made__btn {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

@media only screen and (max-width: 1919px){
    .made__block {
        padding: 125px 25px;
    }

    .made__title {
        margin-top: 40px;
        font-size: 40px;
        line-height: 42px;
    }

    .made__btn {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1439px){
    .made__title {
        font-size: 32px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 1179px){
    .made {
        padding-top: 50px;
    }

    .made__block {
        padding: 44px 10px 32px;
        background-image: url(../img/made-bg-mob.jpg);
    }

    .made__icon {
        width: 44px;
    }

    .made__icon svg {
        width: 100%;
    }

    .made__title {
        margin-top: 6px;
        font-size: 24px;
        line-height: 24px;
    }    

    .made__title br {
        display: none;
    }

    .made__btn {
        margin: 58px 21px 0;
    }

    .made__btn .btn {
        width: 100%;
    }
}

@media only screen and (max-width: 375px){
   
}

/*     communication     */

.communication {
    padding: 95px 0 30px;
}

.communication__block {
    display: flex;
    column-gap: 20px;
}
.communication__contcts {
    width: 50%;
    padding: 60px;
    background-color: #FFFFFF;
    border-radius: 30px;
}

.communication__title {
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
}

.communication__title br {
    display: none;
}

.communication__contacts {
    display: flex;
    row-gap: 40px;
    flex-direction: column;
    margin-top: 40px;
}

.communication__contacts div {
    display: flex;
    row-gap: 10px;
    flex-direction: column;
}

.communication__contacts span {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
}

.communication__contacts a {
    font-size: 44px;
    font-weight: 500;
    line-height: 44px;
    color: #0338FF;
}

.communication__question {
    width: 50%;
    padding: 60px;
    color: #FFFFFF;
    background-color: #0338FF;
    border-radius: 30px;
}

.question__btn {
    margin-top: 40px;
}

.question__btn .btn {
    display: flex;
    column-gap: 60px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 1919px){
    .communication__contcts {
        padding: 40px;
    }

    .communication__title {
        font-size: 50px;
        line-height: 50px;
    }

    .communication__contacts a {
        font-size: 40px;
        line-height: 40px;
    }

    .communication__question {
        padding: 40px;
    }
}

@media only screen and (max-width: 1439px){
    .communication__title {
        font-size: 44px;
        line-height: 44px;
    }

    .communication__contacts a {
        font-size: 30px;
        line-height: 30px;
    }

    .question__btn .btn br {
        display: none;
    }

    .question__btn .btn div {
        line-height: 22px;
    }

    .question__btn .btn svg {
        flex: 0 0 30px;
    }
}



@media only screen and (max-width: 1179px){
    .communication {
        padding: 48px 0 32px;
    }

    .communication__block {
        row-gap: 15px;
        flex-direction: column;
    }

    .communication__contcts {
        width: 100%;
        padding: 30px;
        order: 2;
    }

    .communication__contacts {
        margin-top: 40px;
        row-gap: 30px;
        flex-direction: column;
    }

    .communication__contacts span {
        font-size: 20px;
        line-height: 20px;
    }

    .communication__contacts a {
        font-size: 20px;
        line-height: 20px;
    }
    
    .communication__title {
        font-size: 28px;
        font-weight: 500;
        line-height: 28px;
    }

    .communication__question {
        width: 100%;
        padding: 30px;
        order: 1;
    }

    .question__btn {
        margin-top: 30px;
    }

    .question__btn .btn {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .question__btn:last-child .btn {
        padding-left: 30px;
        padding-right: 20px;
        column-gap: 30px;
    }

    
}

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

}

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

}

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

}

/* popup */

.overlay {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 999999;
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: relative;
    overflow-y: scroll;
    z-index: 100;
}

.popup-order .block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 640px;
    padding: 60px 60px 45px;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    background-color: #0338FF;
    border-radius: 30px;
    overflow: hidden;
}

.popup-close {
    position: absolute;
    cursor: pointer;
    top: 26px;
    right: 26px;
    z-index: 10;
}

.popup-close {
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.popup-close:hover {
    opacity: 1;
}

.popup-close svg {
    width: 26px;
    height: 26px;
}

.popup-order__title {
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (max-width: 1919px){
    
}

@media only screen and (max-width: 1439px){
    .popup-close {
        top: 20px;
        right: 20px;
    }

    .popup-close svg {
        width: 22px;
        height: 22px;
    }

    .popup-order .block {
        max-width: 370px;
        padding: 60px 20px 20px;
    }

    .popup-order__title {
        font-size: 18px;
        line-height: 24px;
    }

    .popup-order__title span {
        display: block;
    }

    .popup-order__title br {
        display: none;
    }
}

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

}

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

}

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

}