/*text - begin*/
h1,h2,h3,h4,h5,h6 {
    font-weight: 100;
    -webkit-font-smoothing: antialised;
    margin-top: 27px;
}

@media (max-width: 991px) {
    h1,h2,h3,h4,h5,h6 {
        margin-top: 23px;
    }
    #introduction h4 {
        margin-top: 15px;
    }
}

h1:first-child,h2:first-child,h3:first-child,
h4:first-child,h5:first-child,h6:first-child {
    margin-top: 0;
}

h1 {
    font-family: 'IBM-Plex-Medium';
    font-size: 60px;
    line-height: 1.4;
}

.text-white h1, .text-white {
    color: #fff;
}

h4 {
    font-size: 26px;
    line-height: 1.5;
}

h5 {
    font-family: 'DMSans-Medium';
    font-size: 23px;
}

h6 {
    font-family: 'IBM-Plex-Semibold';
    font-size: 20px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    h1 {
        font-size: 47px;
    }
    h4 {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 37px;
    }
    h4 {
        font-size: 20px;
        line-height: 1.5;
    }
    h6 {
        font-size: 17px;
        line-height: 21px;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 26px;
    }
    h4 {
        font-size: 19px;
        line-height: 1.6;
    }
}

.ff-ibm {
    font-family: 'IBM-Plex-Medium';
}

p, section li {
    font-size: 14px;
    color: #343232;
    line-height: 1.45;
}

p, section ul {
  margin-top: 12px;
}

section li {
    position: relative;
    font-family: 'DMSans-Regular';
    margin-top: 5px;
    padding-left: 12px;
}

p:first-child, section ul:first-child, 
section li:first-child {
  margin-top: 0;
}

section li:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #343232;
}
/*text - end*/
/*paddings- begin*/
.section1 {
    padding: 55px 0 80px 0;
}

.pad-left {
    padding-left: 50px;
}

.pb {
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .pad-left {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .section1 {
        padding: 30px 0 50px 0;
    }
    .pb {
        padding-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .section1 {
        padding: 20px 0 40px 0;
    }
}
/**/
.btn {
    display: flex;
}

.btn__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DMSans-Medium';
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    background-color: #4DB36D;
    border-radius: 4px;
    padding: 14px 50px;
}

@media(max-width: 420px) {
    .btn__link {
        width: 100%;
    }
}

.btn__link img {
    margin-left: 5px;
}

.btn__link:hover {
	color: #fff;
	background-color: #54c276;
	transition: .2s;
}

.link {
    display: flex;
    align-items: center;
}

.link svg {
    fill: #338050;
    margin-left: 5px;
    transition: .2s;
}

.filter__close {
    color: #000;
}

.filter__close svg {
    fill: #000;
    transform: rotate(180deg);
}

.filter__clear svg {
    margin-left: 0;
    margin-right: 5px;
}

.link:hover svg {
    fill: #000;
    transition: .2s;
}

.filter__close:hover {
    color: #338050;
}

.filter__close:hover svg {
    fill: #338050;
}

.filter__close {
    display: none;
}

@media(max-width: 767px) {
    .filter__close {
        display: flex;
    }
    .filter__open-block {
        display: none;
    }
}

@media(min-width: 768px) {
    .filter__open-block {
        display: block !important;
    }
    .filter__open {
        display: none !important;
    }
}

.filter__open {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
}

@media(max-width: 767px) {
    .filter__open {
        display: flex;
    }
}

