body {
    font-family: 'Roboto Slab', serif;
    font-family: "Century" format("truetype");
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 40px;
}

div,
p,
button,
span,
a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    font-family: "Roboto Slab";
    font-size: 18px;
}

a {
    text-decoration: none;
}


/*PR*/


/*header*/

header {
    background-color: #fff;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-info-phone {
    margin-top: 20px;
}

.header-info-phone p {
    margin: 0px;
    color: #353535;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-weight: 400;
}

.header-info-phone p a {
    color: #353535;
}

.logo {
    margin: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo-text {
    position: relative;
    top: -12px;
    left: 10px;
}

.logo img {
    width: 60px;
    height: 60px;
}

.logo-text h1 {
    margin: 0px;
    color: #353535;
    font-family: "Roboto Slab";
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo-text p {
    margin: 0px;
    color: #353535;
    font-size: 10px;
    font-weight: 400;
    line-height: 6.52px;
    letter-spacing: 1.8px;
}


/*header*/


/*header-bg*/

.header-bg {
    background: url('../img/header-bg%20(1).png') no-repeat center top;
    background-size: cover;
    width: 100%;
}

.header-bg_text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
}

.header-bg-bigV {
    margin: 0px auto;
    text-align: center;
    color: #1cc7d2;
    font-family: "Roboto Slab";
    font-size: 202px;
    text-transform: uppercase;
    text-transform: uppercase;
    background: -webkit-gradient(linear, right top, left top, from(#c31a5b), to(#7129bd));
    background: -webkit-gradient(linear, left bottom, left top, from(#1cc7d2), to(#a9eaee));
    background: -webkit-linear-gradient(bottom, #1cc7d2, #a9eaee);
    background: -o-linear-gradient(bottom, #1cc7d2, #a9eaee);
    background: linear-gradient(to top, #1cc7d2, #a9eaee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    display: table;
}

.header-bg_text {
    margin: 0px auto;
    text-align: center;
}

.header-bg_text h2 {
    position: relative;
    top: -20px;
    margin: 0px;
    text-shadow: 0 4px 0 #181818;
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 62px;
    font-weight: 400;
    text-transform: uppercase;
}

.header-bg-block {
    /*text*/
    margin: 0px auto;
    color: #000000;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    /*text*/
    /*block*/
    padding: 9px 10px;
    max-width: 527px;
    border: 1px solid #000000;
    background-color: #ffffff;
    opacity: 0.88;
    /*block*/
}

.button {
    padding-top: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-bottom: 80px;
}

.btn {
    text-align: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.38);
    color: #ffffff;
    font-family: 'Century';
    font-size: 21px;
    font-weight: 400;
    line-height: 8.47px;
    padding: 10px 35px 15px 35px;
    border-radius: 5px;
    border: 2px solid #1cc7d2;
    background-color: #1cc7d2;
    -webkit-box-shadow: 0px 3px 1px 0 #0f696f;
    box-shadow: 0px 3px 1px 0 #0f696f;
}

.button .btn:hover {
    background-color: #1cc7d2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 105, 111, 0.39)), to(rgba(15, 105, 111, 0)));
    background-image: -webkit-linear-gradient(top, rgba(15, 105, 111, 0.39) 0%, rgba(15, 105, 111, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(15, 105, 111, 0.39) 0%, rgba(15, 105, 111, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(15, 105, 111, 0.39) 0%, rgba(15, 105, 111, 0) 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}


/*header-bg*/


/*section-sangaya*/

.section-sangaya {
    background: url('../img/header-bg%20(2).png') no-repeat top;
    background-size: cover;
    padding-bottom: 100px;
}

.block-sangaya {
    margin: 0px auto;
    text-align: center;
    padding-top: 20px;
}

.block-sangaya_text {
    margin-top: 30px;
}


/*.block-sangaya_text*/

.block-sangaya_text span {
    color: #000000;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px auto;
}

.block-sangaya_text h2 {
    margin: 0px auto;
    color: #0f696f;
    font-family: "Roboto Slab";
    font-size: 62px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px auto;
}

.block-sangaya_text p {
    color: #000000;
    font-family: "Roboto Slab";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}


/*.block-sangaya_text*/

.block-sangaya_item {
    margin-left: 50%;
}

.block-sangaya_item-text {
    margin-top: 50px;
}

.block-sangaya_item-text p {
    background: url('../img/ok.png') no-repeat left;
    padding: 0px 34px 0%;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 400;
}


/*section-sangaya*/

footer {
    background: url('../img/footer=bg.png') no-repeat top;
    background-size: cover;
    width: 100%;
}

.footer-text p {
    text-align: center;
    color: #ffffff;
    font-family: "Roboto Slab";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-text {
    margin: 0px auto;
    max-width: 975px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer-text_name {
    padding-top: 10px;
}

.btn-footer {
    text-align: center;
    padding-top: 20px;
}

.footer-text a {
    text-align: center;
    background: #fff;
    color: #000;
    border: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*@ media*/

@media all and (max-width:884px) {
    .block-sangaya_item {
        margin: 0px auto;
    }
    .section-sangaya {
        background: #fff;
        padding-bottom: 30px;
    }
}

@media all and (max-width:550px) {
    .header-bg-bigV {
        color: aqua;
        background: none;
        -webkit-text-fill-color: unset;
        -ms-text-fill-color: unset;
        display: block;
    }
    .header-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-info-phone {
        text-align: center;
        margin: 0px auto;
    }
    .logo {
        text-align: center;
        margin: 0px auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .block-sangaya_text h2 {
        font-size: 39px;
    }
    .block-sangaya_text p {
        font-size: 21px;
    }
    .block-sangaya_text span {
        font-size: 13px;
    }
    .block-sangaya_item-text p {
        font-size: 15px;
        padding-right: 0px;
    }
    .header-bg_text h2 {
        font-size: 41px;
    }
    .header-bg-block {
        font-size: 15px;
    }
}

@media all and (max-width:400px) {
    .header-bg_text h2 {
        font-size: 31px;
    }
    .header-info {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .header-bg-bigV {
        font-size: 183px;
    }
    .block-sangaya_text p {
        font-size: 19px;
    }
    .logo {
        margin: 8px auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .logo img {
        width: 40px;
        height: 40px;
    }
    .logo-text h1 {
        font-size: 33px;
    }
    .logo-text p {
        letter-spacing: 0;
    }
    .header-info-phone p {
        font-size: 11px;
    }
}