body {
    font-family: 'Roboto Condensed', sans-serif;
   /* background-image: url("images/fon.png"); */
    background-repeat: repeat;

}

.a {

    color: black;
}

header {

    padding-top: 5px;
    padding-bottom: 5px;
}

.header-top {

    padding-bottom: 5px;
    border-bottom: solid 2px grey;
}


.phone-button {

    background: #ffc603;
    color: black;
    border: none;
    padding: 10px;
    font-size: 16px;
    min-width: 200px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
    cursor: pointer;
}

.header-button {

    padding-top: 20px;
    text-align: right;

}

.bg-faded {
    background-color: #1995dc;

}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link a{

    color: white;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link a:hover{

    color: yellow;
}



.navbar-light .navbar-nav .nav-link:hover {
    color: yellow;
}






nav li {

    list-style-type: none;

}

.first-li {
    border-left-color: #ef40b0; /* Р¦РІРµС‚ Р»РёРЅРёРё СЃРїСЂР°РІР° */
    border-left-style: solid; /* РЎС‚РёР»СЊ Р»РёРЅРёРё */
    border-left-width: 3px; /* РўРѕР»С‰РёРЅР° Р»РёРЅРёРё */

}

.header-phone {
    /*  display: flex;
      justify-content:   center;
    text-align: right; */
    font-size: 30px;
    font-weight: 600;
    padding-right: 50px;

}


.header-maps {
    /*  display: flex;
      justify-content:   center; */
    text-align: left;
    font-size: 18px;
    font-weight: 400;

}

.header-phone a {
    color: black;

}

.bn {

    background-image: url(images/1-min-1.jpg);
    padding-top: 100px;
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 550px;
}

.bn h1{

   color: black;
   background: white;
   padding: 5px;
   text-align: center;
   text-transform: uppercase;
   font-size: 3rem;

}

.bn2 {
    padding-top: 75px;

}

.usl-section {
    min-height: 100vh;
}


.usl{
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.usl a{

    color: black;
}

.usl img{
    text-align: center;
}

.usl img:hover{
    margin-top: -10px;
}








.bubble { /* Это основной контейнер с закругленными уголками */
    clear: both;
    margin: 0px auto;
    width: 350px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 90; /* будет отображаться под лентой заголовка (класс .rectangle, у него z-index: 100) */
}
.rectangle {
    background: #7f9db9;
    height: 50px;
    width: 380px;
    position: relative;
    left: -15px;
    top: 30px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    z-index: 100; /* показываем над всеми элементами */

    font-size: 30px;
    line-height: 40px;
    color: #fff;
    padding-top: 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.triangle-l { /* уголочек под зголовком слева */
    border-color: transparent #7d90a3 transparent transparent;
    border-style:solid;
    border-width:15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -30px;
    top: 65px;
    z-index: -1; /* спрячем под основной блок */
}
.triangle-r { /* уголочек под зголовком справа */
    border-color: transparent transparent transparent #7d90a3;
    border-style:solid;
    border-width:15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 350px;
    top: 35px;
    z-index: -1; /* спрячем под основной блок */
}
.info {
    padding: 50px 25px 15px 25px;
}
.info h2 {
    font-size: 20px;
}




















.slider-block {

    background-image: url("images/slider.png");
    background-repeat: no-repeat;
    margin-top: -16px;
    min-height: 400px;
}

.block-right {

    text-align: right;
}
.slider-block1 {

    opacity: 0.7;
    background: #616161; /* Р¦РІРµС‚ С„РѕРЅР° */
    min-height: 250px;
    color: white;
    border-right: 8px solid #ffc603;
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
    margin-top: 30px;
    text-transform: uppercase;
}

.slider-block1-header {
    font-size: 22px;
    color: white;
}

.slider-block2 {

    margin-top: 30px;

}


.bl-title {

    font-size: 32px;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    display: inline-block;
    padding-top: 15px;
    text-transform: uppercase;
    text-align: center;
    color: black;
    padding-bottom: 10px;

}

.bl-title:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 2px;
    background: #0218AC;
}
.bl-title:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -15%;
    width: 30%;
    height: 2px;
    background: #0218AC;
}


.bl {

    padding-top: 15px;
}

.bl-img {

    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.bl-img-title {
    padding-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    background: #0218AC;
    text-transform: uppercase;
    min-height: 50px;
    color: white;
    font-size: 22px;
    font-weight: 600;

}


.bl-img-usl {
    padding-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    background: #EFEFEB;
    text-transform: uppercase;
    min-height: 50px;
    color: black;
    font-size: 16px;
    font-weight: 200;

}

.bl-img-price {
    padding-top: 7px;
    margin-left: 10px;
    margin-right: 10px;
    background: #EFEFEB;
    text-transform: uppercase;
    min-height: 50px;
    color: black;
    font-size: 16px;
    font-weight: 600;

}

.bl-img-btn {

    padding-top: 10px;

}

.usl-btn {

    background: #ffc603;
    color: black;
    border: none;
    padding: 10px;
    min-width: 200px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
    cursor: pointer;
}


.bl-u1 {


    padding-bottom: 15px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */

}

.bl-u1 a {

    color: white;

}

.bl-u2 {


    padding-bottom: 15px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */

}

.bl-u2 a {

    color: white;

}


.bl-u3 {

    padding-bottom: 15px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */

}

.bl-u3 a {

    color: white;

}






.prem-text {
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.viz-block1 {
    background-color: #FFCC2B;
    color: white;
    padding-top: 20px;
    padding-left: 20px;

}


.viz-button {

    background: white;
    color: #FFCC2B;
    border: none;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
}

.viz-block1 p{
    padding-top: 20px;

}

.viz-block1-title {

    color: white;
    text-transform: uppercase;
    font-size: 24px;


}

.viz-block1-title2 {

    color: white;
    text-transform: uppercase;
    font-size: 24px;



}

.viz-block2 {
    background-image: url("images/viz.jpg");
    min-height: 158px;

}


.yellow-num {

    font-size: 40px;
    color: yellow;
    font-weight: 600;
}


.sale-ind {

    background: #EDEDED;
    min-height: 158px;
    padding-top: 40px;
    padding-left: 50px;

}

.sale-ind-left {
    display: flex;
    justify-content: center;
    font-size: 44px;
    color: #F1B263;
    font-weight: 600;
    line-height: normal;


}

.sale-ind-center {

    font-size: 34px;
    color: #6DB8D5;
    font-weight: 600;
    line-height: 1px;

}

.sale-ind-right {

    display: flex;
    justify-content: center;

}

.sale-button {

    background: #F3CE3F;
    color: white;
    border: none;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* РџР°СЂР°РјРµС‚СЂС‹ С‚РµРЅРё */
}

.text-center {
    display: flex;
    justify-content: center;

}

.text-ind {
    text-transform: uppercase;
    padding-top: 15px;
}

.vopros-ind {

    /* background: #EDEDED;*/
    min-height: 158px;
    padding-top: 15px;


}

.vopros-ind-girl {

    text-align: center;
    padding-top: 50px;
}



footer {
    margin-top: 10px;
    padding-top: 15px;
    width: 100%;
    background-color: #1995dc;
    color: #fff;
    font-size: 14px;
    min-height: 60px;

}


footer a {

    color: #fff;

}

.footer-top li {
    float: left;
    padding-right: 10px;
    list-style-type: none;

}



#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #d60e85;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #0218AC;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}



#contact1 input[type="text"],
#contact1 input[type="email"],
#contact1 input[type="tel"],
#contact1 input[type="url"],
#contact1 textarea,
#contact1 button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact1 {
    background: #F9F9F9;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact1 h3 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}

#contact1 h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

#contact1 input[type="text"],
#contact1 input[type="email"],
#contact1 input[type="tel"],
#contact1 input[type="url"],
#contact1 textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact1 input[type="text"]:hover,
#contact1 input[type="email"]:hover,
#contact1 input[type="tel"]:hover,
#contact1 input[type="url"]:hover,
#contact1 textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact1 textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact1 button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #ffc603;
    color: black;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
}

#contact1 button[type="submit"]:hover {
    background: #0218AC;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact1 button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact1 input:focus,
#contact1 textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}







@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}


div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}

div#slider2 { overflow: hidden; }
div#slider2 figure img { width: 20%; float: left; }
div#slider2 figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}







#pricing-table {
    margin: 50px auto;
    text-align: center;
    /* width: 892px;  total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
    font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    text-shadow: 0 1px rgba(255,255,255,.8);
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 20px;
    width: 180px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
    float: left;
    position: relative;
}

#pricing-table #most-popular {
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}

#pricing-table .plan:nth-child(1) {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#pricing-table .plan:nth-child(4) {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

/* --------------- */

#pricing-table h3 {
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    margin: -20px -20px 50px -20px;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff,#eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}

#pricing-table #most-popular h3 {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee,#ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

#pricing-table h3 span {
    display: block;
    font: bold 25px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}

/* --------------- */

#pricing-table ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

/* --------------- */

#pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0 0;
    color: #fff;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #72ce3f;
    background-image: -moz-linear-gradient(#72ce3f, #62bc30);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
    background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
    background-image: -o-linear-gradient(#72ce3f, #62bc30);
    background-image: -ms-linear-gradient(#72ce3f, #62bc30);
    background-image: linear-gradient(#72ce3f, #62bc30);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#pricing-table .signup:hover {
    background-color: #62bc30;
    background-image: -moz-linear-gradient(#62bc30, #72ce3f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
    background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
    background-image: -o-linear-gradient(#62bc30, #72ce3f);
    background-image: -ms-linear-gradient(#62bc30, #72ce3f);
    background-image: linear-gradient(#62bc30, #72ce3f);
}

#pricing-table .signup:active, #pricing-table .signup:focus {
    background: #62bc30;
    top: 2px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
}

/* --------------- */

.clear:before, .clear:after {
    content:"";
    display:table
}

.clear:after {
    clear:both
}

.clear {
    zoom:1
}





.main-menu {
    max-width: 1200px;
    /*   margin: 0 auto 22px auto;
       background-color: #D6156D;
       border-bottom: 2px solid #ee145b; */ }
.main-menu .main-menu-list {
    /* border-top: 1px solid #615d5f; */ }
.main-menu .main-menu-list .sale-item {
    display: none; }
.main-menu .main-menu-list li:hover ul {
    overflow: inherit;
    opacity: 1;
    height: auto; }
.main-menu .main-menu-list li:hover ul li a {
    padding: 10px; }
.main-menu .main-menu-list:after {
    content: ' ';
    display: block;
    clear: both; }
.main-menu .main-menu-list > li {
    float: left;
    padding: 10px 20px;
    position: relative; }
.main-menu .main-menu-list > li a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ece9ea;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.main-menu .main-menu-list > li a:hover {
    color: black; }
.main-menu .main-menu-list > li:after {
    content: ' ';
    width: 1px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #595959;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.75); }
.main-menu .main-menu-list > li:last-child:after {
    display: none; }
.main-menu .main-menu-list-hover {
    overflow: hidden;
    opacity: 0;
    height: 0;
    min-width: 199px;
    padding: 15px 0 0 0;
    margin: 6px 0 0 -10px;
    position: absolute;
    z-index: 999;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
.main-menu .main-menu-list-hover li {
    border-bottom: 1px solid #4a494a;
    background-color: #302f31;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
.main-menu .main-menu-list-hover li a {
    display: inline-block;
    padding: 7px 10px;
    font-size: 17px;
    text-transform: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.main-menu .main-menu-list-hover li:first-child {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
.main-menu .main-menu-list-hover li:last-child {
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
.main-menu .main-menu-list-hover li:hover {
    background-color: #ed145b; }
.main-menu .main-menu-list-hover li:hover a {
    color: #fff; }
.main-menu .main-menu-list-hover:before {
    bottom: 94%;
    left: 35%;
    top: 0;
    margin-top: 12px;
    z-index: -99;
    border: solid transparent;
    content: " ";
    height: 10px;
    width: 10px;
    position: absolute;
    pointer-events: none;
    background-color: #302f31;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }





#contact2 input[type="text"],
#contact2 input[type="email"],
#contact2 input[type="tel"],
#contact2 input[type="url"],
#contact2 textarea,
#contact2 button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact2 {
    background: #F9F9F9;
    padding: 25px;
    margin: 15px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact2 h3 {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center;
}

#contact2 h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

#contact2 input[type="text"],
#contact2 input[type="email"],
#contact2 input[type="tel"],
#contact2 input[type="url"],
#contact2 textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact2 input[type="text"]:hover,
#contact2 input[type="email"]:hover,
#contact2 input[type="tel"]:hover,
#contact2 input[type="url"]:hover,
#contact2 textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact2 textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact2 button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #ffc603;
    color: black;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
}

#contact2 button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact2 button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}


#contact2 input:focus,
#contact2 textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

.usl-price {
    font-size: 24px;
    font-weight: 600;
}