@font-face {
    font-family: 'Rounded-Mplus-1c-Medium';
    src:url('../fonts/Rounded-Mplus-1c-Medium.ttf.woff') format('woff'),
        url('../fonts/Rounded-Mplus-1c-Medium.ttf.svg#Rounded-Mplus-1c-Medium') format('svg'),
        url('../fonts/Rounded-Mplus-1c-Medium.ttf.eot'),
        url('../fonts/Rounded-Mplus-1c-Medium.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rounded-Mplus-1c-ExtraBold';
    src:url('../fonts/Rounded-Mplus-1c-ExtraBold.ttf.woff') format('woff'),
        url('../fonts/Rounded-Mplus-1c-ExtraBold.ttf.svg#Rounded-Mplus-1c-ExtraBold') format('svg'),
        url('../fonts/Rounded-Mplus-1c-ExtraBold.ttf.eot'),
        url('../fonts/Rounded-Mplus-1c-ExtraBold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Rounded-Mplus-1c-Medium', sans-serif;
}

h3 {
    font-size: 44px;
    letter-spacing: -1.6px;
    font-weight: bold;
    padding-bottom: 19px;
}

h4 {
    font-size: 32px;
    color: rgb(32, 33, 36);
    margin-bottom: 40px;
    font-weight: bold;
}

h5 {
    font-size: 24px;
    margin-bottom: 37px;
}

h1, h2 {
    font-size: 74px;
}

h2 {
    padding-top: 44px;
    letter-spacing: -3pt;
}

a {
    font-weight: bold;
    text-decoration: none;
}

.head, .blocks, .guide, .footer {
    position: relative;
    padding: 51px 55px 0;
}

.head, .blocks {
    min-height: 825px;
}

.head::after, .blocks::after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.head::after {
    background: url(../images/header-bg-new.jpg) no-repeat;
    opacity: 0.3;
    background-size: cover;
}

.blocks::after {
    background: url(../images/bg-gradient.png) no-repeat;
    opacity: 0.1;
    background-size: cover;
}

.head .top-screen1, .head .top-screen2 {
    position: absolute;
}

.head .top-screen1 {
    z-index: 101;
    top: 265px;
    right: 185px;
}

.head .top-screen2 {
    z-index: 102;
    top: 150px;
    right: 0px;
}

.head .header-description {
    font-size: 34px;
    font-family: 'Rounded-Mplus-1c-Medium', sans-serif;
}

.header-title-wrap {
    padding-top: 44px;
}

.header-description-wrap {
    padding-top: 34px;
}

.block1-title-wrap {
    margin-bottom: 75px;
}

.block1-wrap .col-4, .block1-wrap p {
    text-align: center;
}

.block1-wrap p {
    font-size: 18px;
    margin-bottom: 28px;
}

.block1-wrap img {
    max-width: 100%;
}

.block2-title-wrap {
    margin-bottom: 65px;
}

.block2-video {
    margin-bottom: 40px;
}

.block2-video iframe {
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .block2-video iframe, .block3-response {
        width: 860px;
    }
    .block2-video iframe {
        height: 484px;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
    .block2-video iframe, .block3-response {
        width: 1080px;
    }
    .block2-video iframe {
        height: 608px;
    }
}
@media screen and (min-width: 1601px) {
    .block2-video iframe, .block3-response {
        width: 1280px;
    }
    .block2-video iframe {
        height: 720px;
    }
}

.block3-response-wrap, .footer-wrap {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
    background-color: #fff;
}

.block3-response-title {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.block3-response-title p {
    font-family: 'RoundedMplus1c-Medium', sans-serif;
    font-size: 40px;
}

.block3-response {
    color: rgb(32, 33, 36);
    margin: 0 auto;
}

.block3-response .col-4 {
    padding-right: 46px;
    margin-bottom: 55px;
}

.block3-response p.userline span {
    display: inline-block;
}

.block3-response p.userline span.username {
    line-height: 40px;
}

.block3-response p.userline span.avatar {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 20px;
    vertical-align: middle;
}

.block3-response p.userline span.avatar.user1 {
    background: url(../images/user1.jpg) no-repeat;
    background-size: cover;
}
.block3-response p.userline span.avatar.user2 {
    background: url(../images/user2.jpg) no-repeat;
    background-size: cover;
}
.block3-response p.userline span.avatar.user3 {
    background: url(../images/user3.jpg) no-repeat;
    background-size: cover;
}

.block3-response p.text {
    margin-top: 25px;
    line-height: 22px;
}

.block4 .col {
    display: flex;
    align-items: center;
}

.block4 .right {
    justify-content: flex-end;
}

.block4-list ul {
    list-style-type: none;
    padding-left: 0;
}

.block4-list ul li {
    list-style-type: none;
    line-height: 57px;
    font-size: 22px;
    letter-spacing: -0.8pt;
}

.footer {

}

.footer-wrap {
    padding: 74px 68px 45px;
}

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

.footer-wrap ul li {
    list-style-type: none;
    margin-bottom: 12px;
    font-weight: bold;
}

.gradient-horizontal {
    background: linear-gradient(to right, rgb(0, 197, 255), rgb(0, 78, 255));
}

.gradient-vertical {
    background: linear-gradient(rgb(0, 197, 255), rgb(0, 78, 255));
}

.footer .quick-links {
    margin-bottom: 22px;
}

.footer .quick-links a {
    color: rgb(32, 33, 36);
    text-decoration: none;
}

.footer .quick-links a:hover, .footer .quick-links a:focus, .footer .quick-links a:active {
    color: rgb(32, 33, 36);
}

.footer .social-wrap {

}

.footer .contact-input {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: rgb(32, 33, 36);
    background-color: rgb(246, 246, 246);
    border: 1px solid rgb(246, 246, 246);
    border-radius: 5px;
}

.footer textarea.contact-input {
    height: 100px;
}

.footer .contact-input::placeholder {
    font-weight: bold;
}

.footer .button {
    padding: 17px 70px 20px;
    font-family: 'Rounded-Mplus-1c-Medium', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1.2px;
}

.footer .social {
    display: inline-block;
    margin-right: 22px;
}

.footer .button:hover, .footer .button:active, .footer .button:focus {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

.footer .copyright {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 26px 0 20px;
    margin: 0;
}

.bottom-logo {
    position: absolute;
    bottom: 0;
    left: 20%;
}

