@font-face {
    font-family: PTserif; /* Имя шрифта */
    src: url(../fonts/ptserif.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
    font-family: Roboto; /* Имя шрифта */
    src: url(../fonts/roboto.ttf); /* Путь к файлу со шрифтом */
}

body {
    font-family: Roboto;
    font-style: normal;
    /*overflow-x: hidden;*/
}

#header {
    position: relative;
    z-index: 5;
}
.menu ul li {
    display: inline-block;
}

.menu ul {
    text-align: right;
}

.menu ul li a {
    display: block;
    line-height: 100px;
    margin-left: 30px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

#slider {
    background-image: url(../images/slider.jpg);
    height: 720px;
    position: relative;
    margin-top: -100px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: cover;
}

#slider:after {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    z-index: 4;
    content: '';
}

.wrap-content {
    position: absolute;
    left:50%;
    bottom: 110px;
    transform: translate(-50%, 0);
    z-index: 12;
    text-align: center;
    width: 840px;
}

.wrap-content h1 {
    font-family: "PTserif";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.wrap-content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

#playgrounds .h4 {
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-bottom: 30px;
    padding-top: 30px;
}

#playgrounds {
    padding: 100px 0;
    position: relative;
    /*height: 740px;*/
}

#playgrounds .wrap-img, #gifts .wrap-img {
    position: relative;
    left:0;
}

#playgrounds .wrap-img img, #gifts .wrap-img img {
    width: 100%;
}

#playgrounds p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 20px;
}

.logo {
    padding-top: 10px;
}

#playgrounds .container-fluid, #gifts .container-fluid {
    padding-left: 0;
}

.left-part {
    width: 400px;
    height: 650px;
    padding: 64px 35px;
    float:left;
    border: 1px solid #DBDCDE;
    border-right: none;
    position: relative;
    display: none;
}

.left-part.active {
    display: block;
}

.right-part {
    float:left;
    position: relative;
    height: 650px;
    background: #F4F5F7;
    border: 1px solid #DBDCDE;
    box-sizing: border-box;
    padding: 50px 83px;
    width: 780px;
}

.left-part .h3 {
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-bottom: 40px;
    margin-top: 0;
}

.left-part > a {
    display: block;
    position: absolute;
    background: #F4F5F7;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #9C9EAA;
    bottom: 50px;
    width: 330px;
    text-align: center;
}

.left-part ul li {
    position: relative;
}

.left-part ul li span {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 10px;
}

.left-part ul li input {
    margin-bottom: 30px;
}

.left-part ul li input[type="text"], .left-part ul li input[type="number"] {
    height: 50px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #DBDCDE;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #777987;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#slider-range {
    margin-bottom: 30px;
    margin-top: 15px;
}

#wrapper .ui-slider-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #88A83E;
    border:none;
    outline: none;
    top:-8px;
}

#wrapper .ui-slider-horizontal {
    height: 1px;
    background-color:#DBDCDE;
    border: none;
}

.wrap-slider-range {
    position: relative;
}

.wrap-slider-range ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #777987;
    display: inline-block;
}

.wrap-slider-range ul li:last-child {
    float:right;
}

.right-part .h4 {
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-top: 0;
    margin-bottom: 40px;
}

.right-part ul li {
    width: 300px;
    height: 435px;
    float:left;
    background-color: white;
    position: relative;
}

.right-part ul li:first-child {
    margin-right: 10px;
}

.right-part ul li img {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.right-part ul li div.h5 {
    margin-top: 55px;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #777987;
    margin-bottom: 45px;
    position: relative;
}

.right-part ul li div.h5:after {
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #DBDCDE;
    left:50%;
    bottom: -10px;
    transform: translate(-50%, 0);
    content: '';
}

.right-part ul li p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0F0F0F;
}

.right-part ul li:last-child:after {
    position: absolute;
    right:-35px;
    top:-35px;
    content: url(../images/discount.png);
}

#photos {
    padding: 100px 0;
}

.list-photos ul li {
    float:left;
    margin-right: 5px;
    position: relative;
}

.list-photos ul li:last-child {
    margin-right: 0;
}

#conditions {
    background: #F4F5F7;
    height: 670px;
    margin-top: 60px;
}

#conditions .col-lg-8 {
    padding-top:80px;
    padding-bottom: 80px;
}

#conditions .h4 {
    margin-top: 0;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-bottom: 30px;
}

#conditions p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 40px;
}

#conditions ul li {
    float:left;
    margin-right: 30px;
}

#conditions ul li:last-child, #conditions ul li:nth-child(3) {
    margin-right: 0;
}

#conditions ul li a {
    display: block;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #777987;
    position: relative;
    margin-bottom: 20px;
}

#conditions ul {
    border-bottom: 1px solid #DBDCDE;
    width: max-content;
    padding-bottom: 30px;
}

.clear {
    clear: both;
}

#conditions ul li a.active:after, #conditions ul li a:hover:after, #conditions ul li.slick-current a:after {
    position: absolute;
    bottom: -7px;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #777987;
    left:0;
}

.one-tab-condition {
    display: none;
    margin-top: 10px;
}

.one-tab-condition.active {
    display: block;
}

.one-tab-condition span {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 10px;
}

.condition-image {
    margin-top: -60px;
}

#kitchen {
    padding: 100px 0;
}

#kitchen .h2 {
    margin-top: 0;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-bottom: 15px;
}

#kitchen p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0F0F0F;
    margin-bottom: 50px;
}

.list-kitchen ul li {
    float:left;
    margin-right: 5px;
}

.list-kitchen ul li:last-child {
    margin-right: 0;
}

#statement {
    height: 220px;
}

#statement .col-lg-12 {
    border-bottom: 1px solid #DBDCDE;
    border-top: 1px solid #DBDCDE;
    padding: 60px 0;
}

#statement .h4 {
    margin-top: 0;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-bottom: 10px;
}

#statement p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0F0F0F;
}

#gifts {
    position: relative;
    margin-top: 100px;
}

#gifts .h4 {
    margin-top: 0;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-bottom: 30px;
}

#gifts ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 10px;
}

#gifts ul {
    margin-bottom: 30px;
}

.wrap-info-phone {
    padding: 20px;
    background: #F4F5F6;
    text-align: center;
}

.wrap-info-phone p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #0F0F0F;
    margin-bottom: 10px;
}

.wrap-info-phone p a {
    color: #0F0F0F;
}

#application {
    height: 650px;
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/application.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-top: 160px;
}

#application img {
    text-align: center;
    display: block;
    margin: 0 auto 20px;
}

#application .h4 {
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}

#application ul li {
    float:left;
    margin-right: 20px;
    width: 280px;
    position: relative;
    height: 80px;
    margin-bottom: 30px;
}

#application ul li:last-child {
    margin-right: 0;
}


#application ul li span {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 5px;
}

#application ul li input {
    width: 100%;
    height: 50px;
    border: 1px solid #9C9EAA;
    padding-left: 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: transparent;
}

#application ul li input::placeholder {
    color:white;
}

#application ul li.date:after {
    position: absolute;
    right:20px;
    top:40px;
    content: url(../images/svg/calendar.svg);
}

#application .col-lg-12 > .wrap-block-application > a {
    display: block;
    width: 260px;
    height: 50px;
    background: #88A83E;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 auto 10px;
    text-align: center;
}

#application .col-lg-12 p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
}

#application .col-lg-12 p a {
    text-decoration: underline;
    color:white;
}

#natures {
    padding: 70px 0 100px;
}

#natures .h4 {
    margin-top: 0;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-bottom: 50px;
}

.natures-list ul li {
    float:left;
    margin-right: 5px;
}

.natures-list ul li:last-child {
    margin-right: 0;
}

.natures-list ul {
    width: max-content;
    margin: 0 auto;
}

#variables {
    padding: 100px 0;
}

.list-variables ul li {
    display: inline-block;
    margin-right: 90px;
}

.list-variables ul li:last-child {
    margin-right: 0;
}

.list-variables ul li a {
    display: block;
    position: relative;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #777987;
    text-align: center;
    width: max-content;
    height: 40px;
}

.list-variables ul {
    border-bottom: 1px solid #DBDCDE;
}

.list-variables ul li.slick-current a:after, .list-variables ul li a:hover:after {
    position: absolute;
    left:0;
    bottom: -1px;
    z-index: 3;
    content: '';
    height: 3px;
    background-color: #777987;
    width: 100%;
}

.list-images-variables {
    margin-left: 50px;
}

.list-images-variables ul li {
    float:left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.list-images-variables ul li:nth-child(2n) {
    margin-right: 0;
}

.list-variables-tabs {
    margin-top: 50px;
}

.one-tab-variable {
    position: relative;

}

.one-tab-variable > .col-lg-4 > span {
    display: block;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #9C9EAA;
    margin-bottom: 5px;
}

.one-tab-variable .h4 {
    margin-top: 0;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-bottom: 20px;
}

.one-tab-variable > .col-lg-4 > p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 15px;
}

.info-variable {
    border-top: 1px solid #DBDCDE;
    padding-top: 20px;
}

.info-variable ul li {
    width:62%;
    float:left;
}
.info-variable ul li:last-child {
    width: 38%;
}


.info-variable ul li span {
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #777987;
    margin-bottom: 10px;
    display: block;
}

.wrap-info-phone-variables {
    margin-top: 20px;
    background: #F4F5F6;
    padding: 20px;
    text-align: center;
}

.wrap-info-phone-variables p {
    margin-bottom: 10px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #0F0F0F;
}

.wrap-info-phone-variables p a {
    color: #0F0F0F;
}

.arrow-variable {
    position: absolute;
    right:0;
    top:310px;
    z-index: 10;
}

.last-photos {
    background: #F4F5F7;
    height: 540px;
}

footer {
    background: #0F0F0F;
    height: 350px;
    padding-top: 60px;
    margin-top: 260px;
}

footer span {
    display: block;
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #9C9EAA;
    margin-bottom: 20px;
}

footer p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.btn-map, .btn-map:hover {
    display: block;
    width: 240px;
    height: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #DBDCDE;
}

.footer-phones a {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.list-payments li {
    float:right;
    margin-left: 20px;
}

.list-payments li:last-child {
    margin-left: 0;
}

.btn-application, .btn-application:hover {
    display: block;
    width: 240px;
    height: 50px;
    background: #88A83E;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 30px;
    text-align: center;
    float:right;
}

.copyright {
    height: 40px;
    margin-top: 73px;
}

.copyright p {
    line-height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.politika, .politika:hover {
    text-align: right;
    line-height: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    float:right;
}

.copyright ul li {
    display: inline-block;
    margin-right: 20px;
}

.calculator-calendar:after {
    position: absolute;
    right:10px;
    top:45px;
    content: url(../images/svg/calendar-gray.svg);
}

.left-part:after {
    position: absolute;
    border: 20px solid transparent; border-left: 20px solid white;
    right:-39px;
    content: '';
    top:307px;
}

.left-part:before {
    position: absolute;
    border: 20px solid transparent; border-left: 20px solid #DBDCDE;
    right:-41px;
    content: '';
    top:307px;
}

.list-variables .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
}

.wrap-benefit {
    display: none;
}

.wrap-benefit.active {
    display: block;
}

.wrap-benefit p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #0F0F0F;
    margin-bottom: 10px;
}

.wrap-benefit > span {
   display: block;
    height: 50px;
    background: #F4F5F7;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: #0F0F0F;
}

.wrap-text-result {
    display: none;
}

.wrap-text-result.active {
    display: block;
}

.wrap-text-result > span {
    display: block;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin: 0 20px 10px;
}

.wrap-text-result > span span {
    float:right;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
}

.wrap-info-discount {
    position: relative;
    border: 1px solid #DBDCDE;
    text-align: center;
    margin: 95px 20px 0;
    height: 100px;

}

#wrapper .old-price {
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #0F0F0F;
    display: block;
    margin-bottom: 5px;
}

#wrapper .full-price {
    font-family: PTserif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #0F0F0F;
}

.wrap-info-discount span {
    display: block;
    padding: 0 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #88A83E;
    background-color: white;
    margin: -10px auto 14px;
    width: max-content;
}

.btn-save-current-application.active, .order-application.active, .save-popup-application.active {
    background: #88A83E;
    color:white;
}

.left-part textarea {
    resize: none;
    height: 126px;
    border: 1px solid #DBDCDE;
    padding: 13px 20px;
    width: 100%;
    margin-bottom: 90px;
}

.left-part p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #777987;
}

.left-part p a {
    color: #777987;
    text-decoration: underline;
}

.modal-backdrop.fade {
    background: #333333;
    opacity: 0.4;
}

.show {
    opacity: 1;
}

#popupApplication .modal-dialog {
    width: 1180px;
    height: 650px;
    background-color: white;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.right-part-modal {
    float:left;
    background: #F4F5F7;
    border-left: 1px solid #DBDCDE;
    width: 780px;
    height: 650px;
    padding: 50px 84px;
}

.right-part-modal .h4 {
    font-family: PTserif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #777987;
    margin-top: 0;
    margin-bottom: 40px;
}

.right-part-modal ul li {
    float:left;
    background: #FFFFFF;
    padding:10px;
}

.right-part-modal ul li:first-child {
    margin-right: 10px;
}

#popupApplication .close-popup {
    position: absolute;
    right:20px;
    top:20px;
    z-index: 9789789789;
}

.styles-popup-left img {
    display: block;
    margin: 86px auto 20px;
}

.styles-popup-left > p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #0F0F0F;
    margin-bottom: 156px;
    margin-top: -10px;
}

.wrap-info-popup {
    background: #F4F5F6;
    padding: 20px;
    text-align: center;
}

.wrap-info-popup p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #0F0F0F;
    margin-bottom: 10px;
}

.wrap-info-popup p a {
    display: block;
}

#wrapper .btn-hover:hover, .btn-save-current-application.active:hover {
    background: #708D2D !important;
    color:white !important;
}

#conditions video {
    width: 100%;
    height: 688px;
    margin-top: -60px;
}

.wrap-block-application {
    display: none;
}

.wrap-block-application.active {
    display: block;
}

.new-style-application {
    margin-top: 90px;
}

.new-style-application p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.new-style-application .h4 {
    margin-bottom: 30px !important;
}

.desktop-none {
    display: none;
}
