.main-aquabox {
    background: url(../images/aquabox.jpg) no-repeat center;
    padding-top: 140px;
    padding-bottom: 140px;
}
.main-aquabox h1 {
    font-size: 44px;
    color: #fff;
    font-family: "CenturyGothic-Bold";
    line-height: 1.2;
    text-shadow: 1.763px 2.427px 9px rgba(0, 0, 0, 0.35%);
    margin-bottom: 30px;
    
}
.main-aquabox h2 {
    font-size: 36px;
    color: #fff;
    font-family: "CenturyGothic";
    line-height: 1.2;
    text-shadow: 1.763px 2.427px 9px rgba(0, 0, 0, 0.35%);
}
.main-aquabox .order {
    font: 20px/1 "CenturyGothic";
    width: 440px;
    height: 60px;
    text-align: center;
    padding: 0;
    border: 0;
    background: rgb(255, 213, 0);
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 44px;
    box-shadow: 1.286px 1.532px 3px 0px rgba(0, 0, 0, 0.35%);
}
.main-aquabox .price {
    color: #ed2020;
    text-shadow: 1.763px 2.427px 9px rgba(0, 0, 0, 0.35%);
    font-size: 28px;
    line-height: 1.3;
    font-family: "CenturyGothic-Bold";
    margin-bottom: 8px;
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.aquabox-video {
    margin: 60px 0;
}
.aquabox-near {
    padding: 180px 0;
    background: url(../images/pin.jpg) no-repeat center;
    font-size: 40px;
}
.aquabox-near .phone-block {
    padding: 40px 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
}
.aquabox-near .title {
    margin-bottom: 60px;
    text-align: center;
    line-height: 1.4;
    font-family: "CenturyGothic-Bold";
    color: rgb(255, 213, 0);
    text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}
.aquabox-near .phone-block {
    color: #014b6c;
    font-family: "CenturyGothic-Bold";
    text-align: center;
    line-height: 1.4;
    border-radius: 20px;
    border: 4px solid #fff;
    font-size: 32px;
}
.aquabox-near .phone-block h3 {
    color: #fff;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}
.aquabox-near .phone-block a {
    color: rgb(255, 213, 0);
    text-shadow: 2px 2px 2px rgb(0 0 0 / 60%);
}
.aquabox-locations {
    padding: 100px 0;
}
.aquabox-locations .title {
    text-align: center;
    font-family: "CenturyGothic-Bold";
    margin-bottom: 60px;
    color: #014b6c;
    font-size: 36px;
}
.aquabox-locations li a {
    margin-left: 20px;
    max-width: calc(100% - 60px);
    text-decoration: underline;
    color: #03a9f4
}
.aquabox-locations li {
    margin-bottom: 20px;
    font-family: "CenturyGothic-Bold";
    cursor: pointer;
    font-size: 22px;
}
.aquabox-locations li:hover a {
    text-decoration: none;
}


