@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-SemiBold.eot');
    src: url('../fonts/Rubik-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rubik-SemiBold.woff2') format('woff2'),
    url('../fonts/Rubik-SemiBold.woff') format('woff'),
    url('../fonts/Rubik-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Bold.eot');
    src: url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rubik-Bold.woff2') format('woff2'),
    url('../fonts/Rubik-Bold.woff') format('woff'),
    url('../fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Medium.eot');
    src: url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rubik-Medium.woff2') format('woff2'),
    url('../fonts/Rubik-Medium.woff') format('woff'),
    url('../fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Black.eot');
    src: url('../fonts/Rubik-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rubik-Black.woff2') format('woff2'),
    url('../fonts/Rubik-Black.woff') format('woff'),
    url('../fonts/Rubik-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Light.eot');
    src: url('../fonts/Rubik-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rubik-Light.woff2') format('woff2'),
    url('../fonts/Rubik-Light.woff') format('woff'),
    url('../fonts/Rubik-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.eot');
    src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rubik-Regular.woff2') format('woff2'),
    url('../fonts/Rubik-Regular.woff') format('woff'),
    url('../fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almoni';
    src: url("../fonts/almoni-dl-aaa-400.eot");
    src: url("../fonts/almoni-dl-aaa-400.ttf") format('truetype'),
    url("../fonts/almoni-dl-aaa-400.woff") format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Almoni';
    src: url("../fonts/almoni-dl-aaa-700.eot");
    src: url("../fonts/almoni-dl-aaa-700.ttf") format('truetype'),
    url("../fonts/almoni-dl-aaa-700.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'Almoni';
    src: url("../fonts/almoni-dl-aaa-900.eot");
    src: url("../fonts/almoni-dl-aaa-900.ttf") format('truetype'),
    url("../fonts/almoni-dl-aaa-900.woff") format('woff');
    font-weight: 900;
}

html {
    font: 23px/1.2 "Almoni", Arial, sans-serif;
}

body {
    color: #fff;
    margin: 0;
}

body.active-popup {
    overflow: hidden;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 24px;
}

.container {
    max-width: 1820px;
    margin: 0 auto;
    padding: 0 25px;
}

header {
    background: #000;
}

header .container {
    position: relative;
    padding: 22px 25px;
}

header .call-us {
    font-size: 1.347rem;
    font-weight: 700;
    line-height: .8;
    color: #fff;
    letter-spacing: -.5px;
}

.logo {
    position: absolute;
    max-width: 270px;
    left: 25px;
    bottom: -58px;
    z-index: 1;
}

header .logo a {
    display: block;
}

.logo img {
    width: 100%;
    display: block;
}

.top-section {
    background: #8a2f7b;
    padding: 92px 0 0;
    position: relative;
}

.top-section:after, .info:after, .info-tab:after {
    content: '';
    position: absolute;
    background: #8a2f7b url("../images/down-arrow.svg") no-repeat center / 32px;
    width: 70px;
    height: 58px;
    border-radius: 50%;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: 1;
}

.top-section-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top-section .img-holder {
    width: 30.6%;
    align-self: flex-end;
}

.top-section .img-holder img {
    width: 100%;
    display: block;
}

.top-section .text-holder {
    padding: 6rem 15px 0;
    box-sizing: border-box;
    text-align: center;
    width: 44%;
}

.top-section h1 {
    font-weight: 400;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -1px;
    margin: 0;
}

.top-section h1 strong {
    font-size: 1.15em;
    font-weight: 900;
}

.top-section .text-holder p {
    font-size: 1.7rem;
    line-height: 1.3;
    letter-spacing: -.5px;
    margin: 0;
}

.top-section .form-holder {
    background: rgba(255, 255, 255, .3);
    border: 1px solid #d0d8e2;
    border-radius: 50px;
    width: 24.4%;
    box-sizing: border-box;
    padding: 22px 35px 44px;
    font-family: 'Rubik', Arial, sans-serif;
    margin: 0 0 50px;
}

.form-holder h3 {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
    margin: 0 0 19px;
}

.form-holder input, .form-holder select {
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    color: #50024e;
    background: #d0d8e2;
    border: 0;
    padding: 18px 13px;
    border-radius: 22px;
    font-family: "Rubik", Arial, sans-serif;
}

.form-holder .select2-container .select2-selection--single {
    height: auto;
}

.form-holder .select2-container--default .select2-selection--single {
    background: #d0d8e2;
    border-radius: 22px;
    border: 0;
    padding: 18px 13px;
}

.form-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #50024e;
    font: 20px/1.2 'Rubik', Arial, sans-serif;
}

.form-holder .select2-selection__arrow {
    display: none;
}

.form-holder .select2-dropdown, .form-holder .select2-results, .form-holder .select2-results__option, .form-holder .select2-search--dropdown {
    background: #d0d8e2;
    color: #50024e;
}

.form-holder .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.form-holder input, .form-holder .select-holder {
    margin: 0 0 17px;
}

.form-holder .select-holder {
    position: relative;
}

.form-holder .select-holder:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #000;
}

.form-holder select {
    -webkit-appearance: none;
    appearance: none;
}

.form-holder select + .select2 {
    border-radius: 22px;
}

.form-holder select::-ms-expand {
    display: none;
}

.form-holder input::-webkit-input-placeholder {
    color: #50024e;
}

.form-holder input:-moz-placeholder {
    color: #50024e;
}

.form-holder input:-ms-input-placeholder {
    color: #50024e;
}

.form-holder input::placeholder {
    color: #50024e;
}

.form-holder input[type='submit'], .top-section .mobile-btn {
    background: #ff9013;
    color: #fff;
    font-weight: 500;
    font-size: 29px;
    margin: 0;
    cursor: pointer;
}
.form-holder input[type='submit']:disabled{
    cursor: not-allowed;
}
.top-section .mobile-btn {
    display: none;
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: 25px;
    font: 500 2.2rem 'Rubik', Arial, sans-serif;
    text-align: center;
    padding: 1.3rem 10px;
    border-radius: 23px;
}

.form-holder .invalid, .form-holder .invalid + .select2 {
    border: 1px solid red;
}

.info {
    background: #d0d8e2;
    padding: 70px 0 60px;
    position: relative;
}

.info:after {
    content: '+';
    font: 900 1.7rem/1 "Almoni", Arial, sans-serif;
    color: #000;
    background: #d0d8e2;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
}

.info-content {
    display: flex;
    justify-content: center;
}

.info-item {
    cursor: pointer;
    text-align: center;
    margin: 0 26px;
}

.info-item p {
    color: #434343;
    margin: 0;
}

.info-item img {
    display: block;
    width: 5.08rem;
    margin: 0 auto 13px;
}

.info-tab {
    padding: 67px 0 105px;
    background: #b781ae;
    position: relative;
    display: none;
}

.info-tab:after {
    background-color: #b781ae;
}

.about-info .text-holder {
    max-width: 1130px;
    margin: 0 auto;
    text-align: center;
}

.info-tab p {
    margin: 0;
    line-height: 1.35;
}

.joining-info h2 {
    margin: 0 0 34px;
}

.joining-stages {
    display: flex;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 0 84px;
}

.joining-item {
    width: 23%;
    margin: 0 28px;
}

.joining-item p {
    padding: 0 1.9rem;
    position: relative;
}

.joining-item:nth-child(2) {
    width: 40%;
}

.joining-item:not(:last-of-type) p:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 31px;
    background: url("../images/down-arrow.svg") no-repeat center / contain;
    left: -45px;
    top: -3px;
    transform: rotateZ(90deg);

}

.joining-item h3 {
    margin: 0 0 12px;
    font-size: 1.8rem;
    font-weight: 400;
}

.joining-item h3 span {
    position: relative;
    padding: 0 75px 0 0;
}

.joining-item h3 span:after {
    content: '1';
    position: absolute;
    height: 2.695rem;
    width: 2.695rem;
    background: #8a2f7b;
    color: #fff;
    font: 400 1.8rem 'Almoni', Arial, 'sans-serif';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.joining-item:nth-child(2) h3 span:after {
    content: '2';
}

.joining-item:nth-child(3) h3 span:after {
    content: '3';
}

.comments {
    padding: 80px 0;
    background: #994f8d;
}

.comments h2 {
    margin: 0 0 66px;
}

.comments-content {
    display: flex;
    justify-content: center;
    margin: 0 0 13px;
}

.comment-item {
    width: 23%;
    text-align: center;
    margin: 0 31px;
}

.comments .name {
    font-size: 1.66rem;
    display: block;
}

.comments-content .text-holder p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.41;
    letter-spacing: -.5px;
}

.comments .quote {
    font-size: 1.9em;
    position: relative;
    top: 0.2em;
    line-height: 0;
}

footer {
    background: #d0d8e2;
}

footer .container {
    padding: 22px 25px;
    position: relative;
}

footer .call-us {
    font-size: 1.347rem;
    line-height: .9;
    font-weight: 700;
    color: #575757;
}

footer .logo {
    bottom: auto;
    top: -30px;
}

footer .dentsu-logo-desktop {
    position: absolute;
    margin-top: -23px;
    left: 315px;
}

/* POPUS */
.calculator-popup {
    position: fixed;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 100;
    overflow-y: auto;
}

.calculator-popup-2 {
    display: none;
}

.calculator-popup .popup {
    background: #d0d8e2;
    color: #000;
    border-radius: 18px;
    width: 58.2%;
    box-sizing: border-box;
    padding: 55px 18px 67px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.calculator-popup .close-popup {
    font-size: 0;
    width: 31px;
    height: 31px;
    background: url("../images/close-button.svg") no-repeat center / contain;
    position: absolute;
    right: 34px;
    top: 31px;
    cursor: pointer;
}

.calculator-popup h2 {
    font-size: 2.3rem;
    letter-spacing: -.5px;
    margin: 0 0 39px;
}

.calculator-popup h2 strong {
    display: block;
    font-size: 1.1em;
    line-height: 1.1;
}

.calculator-popup-1 h3 {
    font-size: 1.7rem;
    font-weight: 400;
    margin: 0 0 48px;
}

.calculator-popup-1 .popup-items {
    display: flex;
    justify-content: center;
    margin: 0 0 55px;

}

.calculator-popup-1 .popup-item {
    margin: 0 2.1rem;
}

.calculator-popup-1 .popup-item img {
    width: 5.5rem;
    display: inline-block;
    margin: 0 0 7px;
}

.calculator-popup .popup-item img:not(.active) {
    cursor: pointer;
}

.calculator-popup-1 .popup-item .active {
    display: none;
}

.calculator-popup-1 .popup-item.active-item img {
    display: none;
}

.calculator-popup-1 .popup-item.active-item .active {
    display: inline-block;
}

.calculator-popup-1 .popup-item p {
    margin: 0;
    font-size: 1.27rem;
}

.calculator-popup .calculate-btn {
    color: #fff;
    font: 500 30px 'Rubik', Arial, sans-serif;
    background: #ff9013;
    padding: 15px 10px;
    border-radius: 21px;
    box-sizing: border-box;
    display: inline-block;
    min-width: 228px;
}

.calculator-popup form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calculator-popup .form-holder input:not([type='submit']), .calculator-popup .form-holder select {
    background: #fff;
}

.calculator-popup .form-holder input:not([type='submit']), .calculator-popup .form-holder .select-holder {
    width: 49%;
}

.calculator-popup .form-holder {
    border: 1px solid #fff;
    border-radius: 18px;
    box-sizing: border-box;
    padding: 30px 70px;
    max-width: 890px;
    margin: 0 auto 33px;
}

.calculator-popup .form-holder input[type='submit'] {
    display: block;
    min-width: 346px;
    width: auto;
    margin: 0 auto;
}

.calculator-popup-2 .bottom-text {
    font-size: 15px;
}

.calculator-popup .calculator-popup-2.popup {
    padding: 55px 18px 40px;
}

.calculator-popup-2 h4 {
    font-size: 1.34rem;
    font-weight: 400;
    margin: 0 0 18px;
}

.calculator-popup .form-holder select:disabled {
    background: #9aa7b7;
}

.select2-container--open .select2-results {
    color: #50024e;
    font-size: .8rem;
    font-family: 'Almoni', Arial, sans-serif;
}

.calculator-popup .form-holder .select2-container--default .select2-selection--single {
    background: #fff;
    text-align: right;
}

.calculator-popup .city + .select2-container {
    width: 100% !important;
}

.select2-results__option--selectable, .select2-search--dropdown {
    background: #d0d8e2;
}

.asterisk {
    font-size: 1.2em;
    line-height: 0;
    vertical-align: middle;
}

.container.mobile {
    display: none;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1675px) {
    html {
        font-size: 21px;
    }
}

@media screen and (max-width: 1550px) {
    html {
        font-size: 19px;
    }

    .form-holder input[type='submit'] {
        font-size: 1.21rem;
    }

    .top-section .img-holder {
        width: 27%;
    }

    .top-section .text-holder {
        width: 47%;
    }

    .joining-item p {
        padding: 0 0.3rem;
    }

    .joining-item:not(:last-of-type) p:after {
        width: 26px;
    }

    .calculator-popup .close-popup {
        width: 25px;
        height: 25px;
        right: 27px;
        top: 25px;
    }
}

@media screen and (max-width: 1400px) {
    .top-section h1 {
        font-size: 3.7rem;
    }

    .top-section .form-holder {
        width: 28%;
    }

    .top-section .text-holder p {
        font-size: 1.6rem;
    }

    .comment-item {
        width: 26%;
    }

    .calculator-popup h2 {
        font-size: 2rem;
    }

    .calculator-popup .form-holder {
        padding: 30px 45px;
    }
}

@media screen and (max-width: 1250px) {
    .top-section h1 {
        font-size: 3.2rem;
    }

    .top-section .text-holder p {
        font-size: 1.4rem;
    }

    .form-holder input[type='submit'] {
        font-size: 1.01rem;
    }

    .form-holder input, .form-holder select, .form-holder .select2-container--default .select2-selection--single {
        padding: 13px;
        font-size: 18px;
    }

    .form-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 18px;
    }

    .joining-stages {
        padding: 0;
    }

    .calculator-popup .popup {
        width: 63%;
    }

    .calculator-popup h2 {
        font-size: 1.8rem;
    }

    .calculator-popup .close-popup {
        right: 24px;
        top: 21px;
    }
}

@media screen and (max-width: 1100px) {
    .top-section-content {
        justify-content: flex-end;
    }

    .top-section .img-holder {
        position: absolute;
        bottom: 0;
        right: 25px;
        width: 23%;
    }

    .top-section .form-holder {
        width: 34%;
    }

    .top-section .text-holder {
        width: 58%;
        padding: 3rem 15px 0;
    }

    .form-holder .select-holder:after {
        border-width: 8px 6px 0;
        left: 18px;
    }

    .joining-item {
        margin: 0;
    }

    .joining-item:nth-child(2) {
        margin: 0 58px;
    }

    .comment-item {
        width: 28%;
        margin: 0 25px;
    }

    .calculator-popup h2 {
        font-size: 1.6rem;
        margin: 0 0 25px;
    }

    .calculator-popup-1 h3 {
        font-size: 1.5rem;
        margin: 0 0 38px;
    }
}

@media screen and (max-width: 920px) {
    .top-section h1 {
        font-size: 2.6rem;
    }

    .top-section .text-holder p {
        font-size: 1.2rem;
    }

    .top-section .form-holder {
        width: 40%;
        padding: 22px 25px 44px;
    }

    .top-section .img-holder {
        width: 29%;
    }

    .joining-item h3 {
        font-size: 1.6rem;
    }

    .joining-item h3 span {
        padding: 0 60px 0 0;
    }

    .joining-item h3 span:after {
        height: 2.5rem;
        width: 2.5rem;
    }

    .joining-item:nth-child(2) {
        width: 43%;
        margin: 0 48px;
    }

    .joining-item:not(:last-of-type) p:after {
        height: 23px;
        left: -40px;
    }

    .comments h2 {
        font-size: 1.93rem;
        margin: 0 0 50px;
    }

    .calculator-popup .popup {
        width: 80%;
    }

    .comments .name {
        font-size: 1.45rem;
    }
}

@media screen and (max-width: 830px) {

    .dentsu-logo-desktop {
        display: none;
    }

    .container.mobile {
        display: block;
        padding-top: 0;
        padding-bottom: 30px;
        text-align: center;
    }

}


@media screen and (max-width: 767px) {
    html {
        font-size: 24px;
    }

    header .container {
        padding: 0 25px;
        height: 72px;
    }

    header .call-us {
        display: none;
    }

    .logo {
        left: 2.8rem;
        bottom: -50px;
    }

    .top-section .mobile-btn {
        display: block;
    }

    .top-section-content {
        flex-direction: column;
        justify-content: center;
    }

    .top-section .img-holder {
        position: static;
        order: 1;
        margin: 0 auto;
        width: 90%;
    }

    .top-section .text-holder {
        width: 100%;
        padding: 2.1rem 0 0;
        margin: 0 0 5.4rem;
    }

    .top-section h1 {
        font-size: 3.7rem;
        margin: 0 0 23px;
    }

    .top-section .text-holder p {
        font-size: 1.65rem;
    }

    .top-section:after, .info:after, .info-tab:after {
        content: none;
    }

    .info {
        padding: 61px 0 60px;
    }

    .info-item {
        margin: 0;
        width: 25%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .info-tab {
        background: #d0d8e2;
        color: #000;
        padding: 2px 0 85px;
    }

    .info-tab h2 {
        font-size: 2.6rem;
        margin: 0 0 35px;
    }

    .info-item p {
        font-size: .8rem;
    }

    .info-tab p {
        font-size: 1.4rem;
    }

    .info-tab.about-info p {
        max-width: 574px;
        margin: 0 auto;
    }

    .joining-stages {
        flex-wrap: wrap;
    }

    .joining-item, .joining-item:nth-child(2) {
        width: 100%;
        margin: 0 0 42px;
    }

    .joining-item h3 {
        font-size: 1.9rem;
    }

    .joining-item h3 span {
        padding: 0 80px 0 0;
    }

    .joining-item:not(:last-of-type) p:after {
        content: none;
    }

    .comments {
        padding: 53px 0;
    }

    /*.comment-item:last-child {*/
    /*    display: none;*/
    /*}*/

    .comment-item {
        width: 50%;
    }

    .comments h2 {
        font-size: 1.8rem;
        max-width: 428px;
        margin: 0 auto 61px;
    }

    .comments-content .text-holder p {
        font-size: 1.37rem;
        line-height: 1.39;
    }

    .form-holder.mobile-form {
        background: #d0d8e2;
        padding: 45px 35px 35px;
    }

    .form-holder.mobile-form h3 {
        color: #000;
        font-size: 2.58rem;
        margin: 0 0 2.2rem;
    }

    .mobile-form input, .form-holder select, .mobile-form .select2-container--default .select2-selection--single {
        background: #bac7d7;
        font-size: 1.63rem;
        padding: 1.3rem 1.1rem;
    }

    .mobile-form input, .mobile-form .select-holder {
        margin: 0 0 2rem;
    }

    .form-holder.mobile-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.63rem;
    }

    .mobile-form .city + .select2 {
        width: 100% !important;
    }

    .form-holder.mobile-form .select-holder:after {
        border-width: 0.85rem 0.55rem 0;
        left: 2.1rem;
    }

    .form-holder.mobile-form input[type='submit'] {
        font-size: 2.17rem;
    }

    footer .logo {
        position: static;
    }

    footer .container {
        padding: 14px 25px 22px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .calculator-popup .popup {
        width: 90%;
        padding: 4rem 18px 67px;
    }

    .calculator-popup h2 {
        font-size: 2.29rem;
    }

    .calculator-popup-1 h3 {
        margin: 0 0 2rem;
    }

    .calculator-popup-1 .popup-item img {
        width: 5.2rem;
    }

    .calculator-popup-1 .popup-item {
        margin: 0 1.5rem;
    }

    .calculator-popup-1 .popup-items {
        margin: 0 0 1.7rem;
    }

    .calculator-popup .calculate-btn {
        font-size: 2rem;
        min-width: 340px;
    }

    .calculator-popup .close-popup {
        width: 1.6rem;
        height: 1.5rem;
        right: 1.48rem;
        top: 1.7rem;
    }

    .calculator-popup .form-holder {
        padding: 0 19px;
        border-radius: 0;
        border: 0;
    }

    .calculator-popup-2 h4 {
        font-size: 1.74rem;
    }

    .calculator-popup-2.popup {
        top: auto;
        transform: translateX(-50%);
    }

    .calculator-popup .form-holder input:not([type='submit']), .calculator-popup .form-holder .select-holder {
        width: 100%;
    }

    .form-holder input, .form-holder select, .form-holder .select2-container--default .select2-selection--single, .form-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 1.2rem 0.9rem;
        font-size: 1.4rem;
    }

    .form-holder input, .calculator-popup .form-holder .select-holder {
        margin: 0 0 1.5rem;
    }

    .form-holder input[type='submit'] {
        font-size: 1.71rem;
    }

    .calculator-popup-2 .form-holder input[type='submit'] {
        width: 100%;
        min-width: auto;
    }

    .calculator-popup .form-holder {
        margin: 0 auto 40px;
    }

    .calculator-popup-2 .bottom-text {
        font-size: 1.2rem;
        display: block;
        max-width: 499px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 740px) {
    html {
        font-size: 20px;
    }

    .calculator-popup h2 {
        font-size: 2.6rem;
    }

    .calculator-popup-1 h3 {
        font-size: 1.8rem;
    }

    .calculator-popup-1 .popup-item img {
        width: 5.7rem;
    }

    .calculator-popup-1 .popup-items {
        margin: 0 0 2.3rem;
    }


}

@media screen and (max-width: 639px) {
    html {
        font-size: 18px;
    }

    .comments h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    html {
        font-size: 16px;
    }

    header .container {
        height: 54px;
    }

    .logo {
        left: 30px;
        max-width: 220px;
        bottom: -47px;
    }

    .joining-item h3 {
        font-size: 2.2rem;
    }

    .joining-item h3 span {
        padding: 0 60px 0 0;
    }

    .joining-item h3 span:after {
        height: 2.9rem;
        width: 2.9rem;
        font-size: 1.9rem;
    }

    .calculator-popup h2 {
        font-size: 2.4rem;
    }

    .calculator-popup-2 h4 {
        font-size: 1.66rem;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .top-section {
        padding: 70px 0 0;
    }

    .top-section h1 {
        font-size: 2.67rem;
    }

    .top-section .text-holder p {
        font-size: 1.23rem;
    }

    .top-section .mobile-btn {
        font-size: 1.7rem;
        padding: 1rem 10px;
    }

    .info-item p {
        font-size: 0.98rem;
    }

    .info-item img {
        width: 100%;
    }

    .comments h2 {
        margin: 0 auto 40px;
    }

    .comments-content .text-holder p {
        font-size: 1.16rem;
    }

    .comment-item {
        margin: 0 13px;
    }

    .comments .name {
        font-size: 1.3rem;
    }

    .form-holder.mobile-form h3 {
        font-size: 2.18rem;
    }

    .mobile-form input, .form-holder select, .mobile-form .select2-container--default .select2-selection--single, .form-holder.mobile-form .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.3rem;
    }

    .form-holder.mobile-form .select-holder:after {
        border-width: 0.7rem 0.5rem 0;
        left: 1rem;
    }

    .form-holder.mobile-form input[type='submit'] {
        font-size: 1.6rem;
    }

    footer .container {
        padding: 14px 15px 22px;
    }

    .calculator-popup h2 {
        font-size: 1.95rem;
    }

    .calculator-popup .close-popup {
        width: 1.3rem;
        height: 1.3rem;
        right: 1.18rem;
        top: 1.4rem;
    }

    .calculator-popup h2 {
        margin: 0 0 20px;
    }

    .calculator-popup-1 h3 {
        font-size: 1.6rem;
    }

    .calculator-popup-1 .popup-item img {
        width: 4.5rem;
    }

    .calculator-popup-1 .popup-item {
        margin: 0 0.8rem;
    }

    .calculator-popup .calculate-btn {
        min-width: auto;
        width: 100%;
    }

    .calculator-popup .calculate-btn {
        font-size: 1.8rem;
        padding: 11px;
    }

    .calculator-popup .popup {
        padding: 3.3rem 18px;
    }

    .calculator-popup-2 h4 {
        font-size: 1.2rem;
    }

    .form-holder input[type='submit'] {
        font-size: 1.51rem;
    }

    .calculator-popup .form-holder {
        padding: 0;
    }
}

@media screen and (max-width: 360px) {
    header .container {
        height: 45px;
    }

    .logo {
        max-width: 190px;
        left: 25px;
        bottom: -40px;
    }

    .top-section {
        padding: 45px 0 0;
    }

    .top-section h1 {
        font-size: 2.34rem;
    }

    .top-section .text-holder p {
        font-size: 1.08rem;
    }

    .top-section .mobile-btn {
        font-size: 1.6rem;
    }

    .info-tab {
        padding: 2px 0 65px;
    }

    .info-item p {
        font-size: 0.89rem;
    }

    .info-tab h2 {
        font-size: 2.4rem;
        margin: 0 0 20px;
    }

    .info-tab p {
        font-size: 19px;
    }

    .joining-item h3 {
        font-size: 1.9rem;
    }

    .joining-item h3 span {
        padding: 0 50px 0 0;
    }

    .joining-item h3 span:after {
        height: 2.7rem;
        width: 2.7rem;
        font-size: 1.8rem;
    }

    .comments h2 {
        font-size: 1.8rem;
    }

    .comments-content .text-holder p {
        font-size: 1rem;
    }

    .form-holder.mobile-form {
        padding: 45px 20px 35px;
    }

    .form-holder.mobile-form h3 {
        font-size: 2.08rem;
    }

    .form-holder.mobile-form input[type='submit'] {
        font-size: 1.5rem;
    }

    .calculator-popup .popup {
        padding: 3rem 18px;
    }

    .calculator-popup h2 {
        font-size: 1.57rem;
    }

    .calculator-popup-1 .popup-item img {
        width: 4.2rem;
    }

    .calculator-popup .close-popup {
        width: 1.15rem;
        height: 1.15rem;
        right: 1.08rem;
        top: 1.2rem;
    }

    .form-holder input[type='submit'] {
        font-size: 1.4rem;
    }

    .form-holder input, .calculator-popup .form-holder .select-holder {
        margin: 0 0 1.2rem;
    }

    .calculator-popup .form-holder {
        margin: 0 auto 27px;
    }

    .calculator-popup-2 .bottom-text {
        font-size: 1rem;
    }

    .form-holder input, .form-holder select, .form-holder .select2-container--default .select2-selection--single, .form-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 1rem 0.8rem;
    }

    .comments .name {
        font-size: 1.12rem;
    }
}

