* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 18px !important;
    font-family: "Roboto Condensed", sans-serif;
    min-width: 410px;
}

a {text-decoration: none !important;}

.container-fluid {
    padding: 0 0 0px 0 !important;
}

.opacity-box {
    position: absolute;
    width: 100%;
    height: 978px;
    background: black;
    opacity: 0.2;
}

.content-max-width {
    max-width: 1220px;
    margin: auto;
}

.tsm-main-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 978px;
    object-fit: cover;
    overflow: hidden;
}

.tsm-header {
    width: 100%;
    padding-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tsm-header__logo {
    width: 201px;
    height: 42px;
    margin-left: 23px;
}

.tsm-header__languages {
    float: right;
}

.tsm-header__languages a {
    display: inline-block;
    padding: 15px 10px 0px 10px;
}

.tsm-header__languages a img {
    width: 20px;
}

.tsm-header-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    padding: 12px 0 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tsm-header-menu__item {
    text-transform: uppercase;
    font-size: 0.7777777777777778rem;
    color: white;
    font-weight: 100;
    margin-right: 25px;
    cursor: pointer;
}

.tsm-header-menu__item:last-child {
    margin-right: 72px;
}

.tsm-header-menu__item:hover {
    color: #e4b652;
}

.tsm-top-container {
    width: 100%;
    padding: 150px 0 100px 0;

}

.tsm-heading {
    font-size: 3.0rem;
    font-family: Roboto, 'Roboto';
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 5;
    height: 140px;
}

.tsm-widget {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 75px 0 0 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tsm-widget__item {
    width: 30%;
}

.tsm-widget-item_img {
    display: inline-block;
    width: 100%;
    height: 200px;
}

.tsm-widget-item__img--first {
    background: url("../images/backpac.png") center center no-repeat;
}

.tsm-widget-item__img--second {
    background: url("../images/Vector Smart Object.png") center center no-repeat;
}

.tsm-widget-item__img-third {
    background: url("../images/Vector Smart Object16.png") center center no-repeat;
}

.tsm-widget-item__img--first {
    background-size: 140px;
}

.tsm-widget-item__img-third {
    background-size: 315px;
}

.tsm-widget-item__img--second {
    background-size: 110px;
}

.tsm-widget-item__text {
    font-size: 1rem;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.tsm-widget-item__btn {
    width: 275px;
    height: 65px;
    display: block;
    margin: 45px auto 0 auto;
    background-color: #f5c351;
    border: none;
    outline: none;
    border-radius: 45px;
    font-size: 1.1111111111111112rem;
    color: #ffffff;
}

.tsm-widget-item__btn:hover {
    background-color: #f19434;
}

.tsm-button-link, .tsm-button-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.tsm-center-container {
    width: 100%;
    padding: 59px 0 75px 0;
}

.tsm-heading-center {
    text-align: center;
    font-size: 4rem;
    color: #555555;
    padding-bottom: 12px;
}

.tsm-heading-center__span {
    color: #f5c351;
}

.tsm-text-center {
    color: #555555;
    font-size: 1rem;
    padding:0 0 20px 60px;
    font-family: 'Roboto', sans-serif;
}

.tsm-contact-us {
    width: 100%;
    height: 222px;
    background: url('../images/contact.jpg');
}

.tsm-heading-contact {
    text-align: center;
    line-height: 185px;
    color: #ffffff;
    font-size: 2.6666666666666665rem;
    /*text-transform: uppercase;*/
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}

.tsm-bottom-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 55px 0 0 7%;
}

.tsm-bottom-container__form {
}

.tsm-bottom-container__contacts {
}

.tsm-heading-bottom {
    font-size: 1.6666666666666667rem;
    color: #000000;
    font-weight: 100;
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
}

.tsm-bottom__socials {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0 0 25px 25px;
}

.tsm-bottom__socials li {
    display: inline-block;
}

.socials__item {
    width: 59px;
    height: 57px;
    display: inline-block;
    /*cursor: pointer;*/
}

.fb-img {
    background: url("../images/fb.png");
}

.linkedin-img {
    background: url("../images/linkedin.png");
}

.twitter-img {
    background: url("../images/twitter.png");
}

.google-img {
    background: url("../images/google.png");
}

.tsm-bottoms-info {
    list-style-type: none;
    padding-top: 0px;
}

.info__item {
    color: #000000;
    font-weight: 100;
    font-size: 1rem;
    padding-left: 33px;
    margin-bottom: 33px;
    margin-left: 33px;
}

.home-img {
    background: url("../images/home.png") 15px 9px  no-repeat;
    min-height: 30px;

}

.mail-img {
    background: url("../images/mail.png") 15px 4px  no-repeat;
    min-height: 30px;
}

.phone-img {
    background: url("../images/phone.png") 15px 3px  no-repeat;
    min-height: 30px;
}

.skype-img {
    background: url("../images/skype.png") 15px 0  no-repeat;
    min-height: 30px;
}

input {
    width: 86%;
}

textarea {
    width: 86%;
}

.group:before {

}

.tsm-icon-form-outer {
    position: absolute;
    display: block;
    top: 11px;
    left: -35px;
}

.tsm-icon-contacts {
    position: relative;
    display: block;
    top: 29px;
    width: 30px;
    left: -34px;
}

.tsm-icon-form {
    color: #999;
    font-size: 1.5em !important;
}

.tsm-form-container {
    padding-bottom: 25px;
}

.tsm-form-submit-btn {
    line-height: 1 !important;
    font-size: 1rem;
    background: #ebebeb;
    color: #000000;
    text-transform: capitalize;
    width: 160px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
    cursor: pointer;
}

.tsm-bottom_grey-bg {
    background-color: #ededed;
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    .hidden-sm-down {
        width: 100%;
        height: 130px;
    }

    .tsm-widget-item__img--first, .tsm-widget-item__img-third {
        background-size: 130px;
    }

    .tsm-widget-item__img-third {
        margin-bottom: -27px;
    }

    .tsm-widget-item__img--second {
        background-size: 100px;
    }

    .tsm-widget-item__btn {
        width: 140px;
        height: 30px;
        font-size: 0.8rem;
        margin: 25px auto 0 auto;
    }

    .tsm-widget__item {
        padding-top: 20px;
    }

    .tsm-top-container {
        padding: 25px 0 0 0;
    }

    .tsm-text-center {
        padding: 0 10px 20px 20px;
    }
    .tsm-heading {
        font-size: 2.5rem;
        padding: 0px 15px;
        display: block;
        height: 49px;
    }

    .tsm-widget {
        padding-top: 45px;
    }

    .tsm-center-container {
        padding-top: 160px;
    }
}

@media (max-width: 650px) {
    .tsm-center-container {
        padding-top: 160px;
    }

    .tsm-widget-item__text {
        height: 24px;
    }
}

@media (max-width: 470px) {
    .tsm-widget-item__btn {
        height: 30px;
    }
}

@media (max-width: 410px) {
    .opacity-box, .tsm-main-img {
        width: 410px;
    }
}
