html {
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
}

*, *:after, *:before {
    box-sizing: inherit;
}

.container {
    max-width: 1140px;
    margin: 0 auto;

}
.logInForm{
    width: 100vw;
    height: 100vh;
    background-color: rgba(22, 22, 22, 0.8);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}
.form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.login-text, .reference-title{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}
input{
    width: 20px;
    height: 20px;
    transition: 0.5s all;

}
input:focus{
    width: 260px;
    height: 30px;
    display: block;
    padding: 0 10px;
    border-radius: 10px;
    outline: none;
    border: none;
    text-align: center;
}
input[type='submit']{
    outline: none;
    border: none;
    min-width: 120px;
    min-height: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 20px auto 0;
    display: block;
}

.registration_form_wrapper .close-form, .leave-reference-form .close-form{
    font-size: 25px;
    position: absolute;
    top: 5%;
    right: 10%;
}
.leave-reference-form{
    width: 100vw;
    height: 100vh;
    background-color: rgba(22, 22, 22, 0.8);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}
.header {
    background-image: url('../media/headerbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 780px;
}

body {
    font-family: 'Roboto', sans-serif;
}

.header__top {
    display: flex;
    align-items: center;
    padding-top: 45px;
}
.small_devices_menu{
    display: none;
}
.burger{
    display: none;
    flex-direction: column;
    width: auto;
    height: auto;
}
.burger-line{
    width: 13px;
    height: 2px;
    background-color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 2px;
}
.small_device_menu{
    display: none;
}
.nav{
    padding-top: 2px;
}
.logo{
    margin-right: 55px;
    padding-top: 5px;
}
.nav ul li:first-child{
    margin-right: 36px;
}
.nav ul li:nth-child(2){
    margin-right: 37px;
}
.nav ul li:nth-child(3){
    margin-right: 40px;
}
.nav ul li:nth-child(4){
    margin-right: 75px;
}
.location{
    margin-right: 69px;
}
li, a {
    text-decoration: none;
    list-style: none;
    color: black;
}

.nav ul {
    display: flex;

}

.nav ul li a{
    font-size: 12px;
    letter-spacing: .2px;
    text-transform: uppercase;
}


.nav ul li:nth-child(2) {
    position: relative;
}

.nav ul li:nth-child(2):after {
    box-shadow: 0px 1px 0.99px 0.01px rgba(0, 0, 0, 0.07);
    content: '+5';
    display: block;
    position: absolute;
    min-width: 21px;
    min-height: 21px;
    color: white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 10px;
    padding-top: 4px;
    padding-left: 3.5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(250, 26, 53);
    right: -17px;
    bottom: 11px;
}
.registration-button{
    width: 180px;
    height: 38px;
    background-color: #f70027;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
}
.location{
    position: relative;
}
.location a:before{
    font-family: 'icomoon' !important;
    content: "\f041";
    position: absolute;
    left: -16px;
    color: red;
    font-size: 15px;
    top: 1px;
}
.location a:after{
    font-size: 13px;
    font-family: 'icomoon' !important;
    content: "\f107";
    position: absolute;
    right: -17px;
    top: 1px;
    color: #75787b;
    font-weight: bold;
}
.redcolored{
    color: red;
}
.header__content{
    padding-top: 180px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 576px;
}
.header__content-title{
    font-size: 40px;
    color: rgb(43, 43, 43);
    font-weight: 900;
    padding-bottom: 17px;
    letter-spacing: 1.3px;
}
.header__content-text{
    font-size: 20px;
    font-weight: 300;
    color: rgb(43, 43, 43);
    line-height: 30px;
    padding-bottom: 29px;
    letter-spacing: -0.1px;
}
.default-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.default-btn-text{
    font-size: 14px;
    color: #fff;
    padding: 10.5px 50px 10.5px 24px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}
.default-btn-text:after{
    content: "\f061";
    display: block;
    position: absolute;
    right: 5px;
    font-family: 'icomoon' !important;
    min-width: 26px;
    min-height: 26px;
    font-size: 15px;
    top:17%;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #f70027;
    padding-top: 4px;
    padding-left: 7px;
}
.header__between{
    display: flex;
    justify-content: space-between;
    padding-top: 212px;
    max-width: 1110px;
}
.between-item{
    max-width: 350px;
    max-height: 132px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 21px 3px rgba(0, 0, 0, 0.07);
    z-index: 9;
}
.between-textbox-title{
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 32px;
    letter-spacing: 1px;
    min-width: 250px;
    padding-bottom: 6px;
}
.between-textbox-text{
    font-weight: 100;
    font-size: 14px;
    max-width: 209px;
}
.between-item img{
    padding: 33px 28px 33px 26px;
}
.between-item:nth-child(2) img{
    padding: 37px 21px 33px 22px;
}
.between-item:nth-child(3) img{
    padding: 33px 24px 33px 26px;
}
.between-item:nth-child(3) .between-textbox-text{
    max-width: 214px;
}
.offer{
    background-color: #ffffff;
    padding-top: 174px;
}
.offer__textbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.offer-wrapper{
    display: flex;
    padding-left: 21px;
}
.offer__bg-img{
    padding-right: 17px;
}
.offer__textbox-title-1{
    font-size: 48px;
    color: #f70027;
    font-weight: 900;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-top: 25px;
    letter-spacing: 2.5px;
}
.offer__textbox-title-2{
    letter-spacing: 1.8px;
    font-weight: 900;
    font-size: 32px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.offer__textbox-paragraph-1, .offer__textbox-paragraph-2 {
    font-size: 15px;
    line-height: 24px;
    max-width: 740px;
    padding-bottom: 5px;
    letter-spacing: 0;
}
.offer__textbox-paragraph-2{
    padding-bottom: 23px;
}

.choose-num{
    font-family: 'Ubuntu', sans-serif;
}
.choose{
    background-image: url(../media/chosebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1350px;
    margin-top: 64px;
    border-radius: 25px;
    max-height: 460px;
}
.choose_img-wrap{
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 50%;
    margin-top: -30px;
    margin-left: 21px;

}
.choose__title-1{
    font-size: 24px;
    line-height: 30px;
    color: #ee0d1c;
    font-weight: 300;
    text-align: center;
    padding-top: 42px;
    padding-left: 140px;
    padding-bottom: 9px;
}
.choose__title-2{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    color: #2b2b2b;
    text-transform: uppercase;
    padding-left: 148px;
    letter-spacing: 1.5px;
    padding-bottom: 80px;
}
.choose-items{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-left: 165px;
    max-width: 1330px;
}
.choose-item{
    display: flex;
    align-items: flex-start;
    max-width: 350px;
    background: white;
    max-height: 123px;
    margin-bottom: 55px;
}
.choose-num{
    color: red;
    opacity: 0.4;
    font-size: 140px;
    margin-top: -8px;
}
.choose-item-text{
    font-size: 14px;
    font-weight: 300;
    margin-left: -50px;
    max-width: 300px;
    padding-top: 46px;
    letter-spacing: 1px;
    padding-right: 5px;

}
.num_wrapper{
    overflow: hidden;
    max-height: inherit;
}
.fast-and-free{
    padding-top: 158px;
    position: relative;
}
.fast-and-free__wrapper{
    display: flex;
}
.fast-and-free__textbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 31px;
}
.fast-and-free__title{
    font-size: 48px;
    font-weight: bold;
    padding-right: 50px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.fast-and-free__title:nth-child(2){
    padding-bottom: 28px;
}
.fast-and-free__text{
    font-size: 15px;
    line-height: 24px;
    font-weight: 100;
    max-width: 539px;
    padding-bottom: 5px;
    letter-spacing: -0.1px;
}
div.fast-and-free__text:last-child{
    padding-bottom: 10px;
}
.second_text{
    padding-bottom: 28px;
}
.fast-and-free__bgimage{
    background-image: url('../media/fastandfreebg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}
.fast-and-free__bgimage {
    background-image: url(../media/fastandfreebg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 590px;
    margin-top: -29px;
    background-position: right;
    margin-right: 11px;
    position: absolute;
    z-index: -999;
    width: 100%;
}
.our_news{
    padding-top: 125px;
}

.our_news__title{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    padding-bottom: 35px;
    letter-spacing: 2px;
}
.our_news__title:before{
    display: block;
    position: absolute;
    top: 6.5%;
    right: 101.3%;
    content: '';
    min-width: 450px;
    min-height: 22px;
    background-color: #e6eff8;
}
.our_news_content{
    display: flex;
}
.our_news_first-box{
    box-shadow: #e6eff8 2px 2px 2px 2px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 540px;
    max-width: 540px;
    margin-right: 32px;
    max-height: 410px;
}
.big_news-image{
    background-image: url('../media/bgnewsjpg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, .65);
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.big_news_image-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;

}
.big_news-image-text{
    font-size: 20px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    padding-left: 85px;
}
.calendar_line{
    min-height: 37px;
    background-color: #020304;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 50px;
}
.big_news_textbox-title{
    text-transform: uppercase;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 900;
    padding-top: 28px;
    padding-bottom: 9px;
}
.big_news_textbox-text{
    padding-left: 25px;
    font-size: 14px;
    font-weight: 100;

}
.our_news_second-box-items{
    display: flex;
    flex-wrap: wrap;
}
.our_news_item-title{
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
}
.our_news_item-text{
    font-weight: 100;
    font-size: 13px;
    padding-bottom: 18px;
}
.our_news_item{
    max-width: 253px;
    min-height: 188px;
    box-shadow: 2px 2px 21px 3px rgba(0, 0, 0, 0.07);
    margin-bottom: 33px;
    border-right: 10px;
    margin-right: 30px;
}
.our_news_item-title, .our_news_item-text, .our_news_item-calendar{
    padding-left: 25px;
}
.our_news_item-calendar{
    color: red;
    font-size: 14px;
    font-weight: 100;
    padding-left: 48px;
}
.our_news_more-news{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 252px;
    max-height: 183px;
    background-color: #e6eff8;
    border-radius: 10px;
    box-shadow: 2px 2px 21px 3px rgba(0, 0, 0, 0.07);
}
.more_news-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.more_news-text{
    font-weight: 900;
    font-size: 16px;
}
.slider__title{
    font-weight: 300;
    font-size: 24px;
    color: red;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider__title-2{
    font-weight: 900;
    font-size: 28px;
    text-transform: uppercase;
    padding-top: 7px;
    letter-spacing: 1px;
}

.slider-content-row-item{
    min-width: 255px;
    min-height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 2px 2px 21px 3px rgba(0, 0, 0, 0.07);
    margin-right: 30px;
    margin-bottom: 32px;
    border-radius: 20px;
}
.slider-content-row{
    display: flex;
    margin-left: -60px;
    transition: 0.5s all;
}
.slider{
    background-color: #f2f6f9;
    max-height: 465px;
    margin-left: 120px;
    margin-top: 57px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 156px;
}
.slider-content{
    overflow: inherit;
}
.slider__top-content{
    display: flex;
    justify-content: space-between;
    margin-left: -60px;
    padding-top: 53px;
}
.arrows{
    display: flex;
    align-items: center;
    padding-right: 80px;
    padding-top: 30px;
}
.left-arrow, .right-arrow{
    min-width: 40px;
    min-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f00;
    margin: 0 9px;
    position: relative;
}
.left-arrow:after, .right-arrow:after{

    display: block;
    font-family: 'icomoon' !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-7px, -10px);
    color: white;
}
.left-arrow:after{
    content: "\f060";
}
.right-arrow:after{
    content: "\f061";
}
.slider-content-row:first-child{
    padding-top: 40px;
}
.footer{
    background-color: #f00;
    max-height: 112px;
    display: flex;
    align-items: flex-end;
}
.footer img{
    max-width: 200px;
    z-index: -1
}
.footer img:nth-child(2){
    z-index: 2;
    padding-bottom: 37px;
    margin-left: -11px;
    margin-right: 284px;

}
.icons{
    display: flex;
    min-width: 110px;
    justify-content: space-between;
    padding-bottom: 41px;
}
.icon{
    min-width: 33px;
    min-height: 33px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.menu ul{
    display: flex;

}
.menu ul li{
    padding: 0 15px;
    font-weight: 500;
    font-size: 13px;

}
.menu ul li a{
    color: #fff;
    letter-spacing: 0.4px;
}
.menu{
    padding-bottom: 31px;
    padding-right: 38px;
}
.active{
    display: block;
}
@keyframes appear {
    0%{
        display: none;
        transform: translateX(30%);
    }
    100%{
        display: block;
        transform: translateX(0);
    }
}
.appear{
    animation: appear 1s;
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
    .burger{
        display: flex;
        cursor: pointer;
    }
    .header{
        padding-left: 10px;
    }
    .header__top{
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .small_device_menu{
        display: block;
        z-index: 9999;
        position: absolute;
        width: 100vw;
        height: 100vh;
        background-color: #abc;
    }

    .nav{
        display: none;
    }
    .small_devices_menu{
        position: absolute;
        width: 100vw;
        height: 100vh;
        background-color: #88f;
        animation: menuComeTrue 1s;
        transition: 1s;
        display: none;
        z-index: 999;
    }
    .small_devices_menu ul li{
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        width: 100%;
        text-transform: uppercase;
        line-height: 40px;
        padding-left: 10px;

    }
    .small_devices_menu ul{
        padding: 0;
    }
    .small_devices_menu ul li:hover{
        background-color: #f88;
    }
    .active{
        display: block;
        -webkit-animation: menuComeTrue 1s;
        -o-animation: menuComeTrue 1s;
        animation: menuComeTrue 1s;
    }
    .close{
        position: absolute;
        font-size: 25px;
        color: black;
        right: 10%;
        top: 4%;
    }
    .small_device_menu-title{
        font-size: 20px;
        line-height: 60px;
        background-color: #555;
        color: #fff;
        padding-left: 30px;

    }
    .animate{
        animation: goBack 1s
    }
    @keyframes goBack {
        0%{
            transform: translate(0);
        }
        100%{
            transform: translateY(-100%);
        }
    }
    @keyframes menuComeTrue {
        0% {
            transform: translateY(+100%);
        }
        100% {
            transform: translate(0);
        }
    }
    .location{
        display: block;
    }
    .header__content{
        padding-top: 20px;
    }
    .registration-button{
        margin: 0 auto;
    }
    .header__content-title{
        font-size: 26px;
    }
    .header{
        max-height: 425px;
        background-position: -126px 0;
    }
    .offer{
        padding-top: 374px;
    }
    .offer-wrapper{
        padding-left: 0;
        display: block;
        text-align: center;
    }
    .header__between{
        flex-wrap: wrap;

        padding-top: 0;
    }
    .offer__textbox-title-1{
        margin: 0 auto;
    }
    .between-item{
        max-width: 330px;
        max-height: 120px;
        align-items: flex-end;
        margin-bottom: 30px;

    }
    .between-item:nth-child(2) img{
        padding: 0;
        margin-right: 15px;
    }
    .between-item img{
        padding: 0;
        margin-right: 15px;
    }
    .between-item:nth-child(3) img{
        padding: 0;
        margin-right: 15px;
    }
    .default-btn{
        margin: 0 auto;
    }
    .choose__title-1{
        line-height: 0;
        font-size: 16px;
        padding-left: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .choose__title-2{
        padding-left: 0;
        padding-bottom: 30px;
    }
    .choose-items{
        padding-left: 0;
        margin-bottom: 553px;
    }
    .choose-item{
        max-width: 290px;

    }
    .choose-item-text{
        max-width: 195px;
        padding-right: 0;
    }
    .fast-and-free__wrapper{
        display: block;
    }
    .fast-and-free__wrapper img{
        display: none;
    }
    .fast-and-free__title{
        font-size: 31px;
        padding-right: 0;
        margin: 0 auto;
    }
    .fast-and-free__text{
        text-align: center;
    }
    .fast-and-free__text{
        min-width: 298px;
    }
    .our_news_content{
        display: block;
    }
    .our_news_first-box{
        min-width: 95%;
        margin: 0 auto 10px;
    }
    .big_news_image-wrapper img{
        width: 70%;
    }
    .big_news_textbox-title{
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        font-size: 15px;
    }
    .big_news_textbox-text{
        padding-left: 10px;
        font-size: 12px;
        text-align: center;
        padding-bottom: 10px;
    }
    .our_news_item{
        max-width: 145px;
        max-height: 180px;
        margin: 20px 3px;
    }
    .our_news_item-title, .our_news_item-text, .our_news_item-calendar{
        padding-left: 10px;
        font-size: 12px;
    }
    .our_news_item-title{
        font-size: 10px;
        padding-top: 10px;
    }
    .our_news_second-box-items{
        justify-content: center;
    }
    .our_news_more-news{
        min-height: 150px;
    }
    .slider{
        margin-left: 0;
        margin-top: 0;
    }
    .slider__top-content{
        margin-left: 0;
        flex-wrap: wrap;
    }
    .slider__title{
        text-align: center;
        font-size: 23px;
    }
    .slider__title-2{
        text-align: center;
    }
    .arrows{
        margin: 0 auto;
        padding-right: 0;
    }
    .slider-content-row-item{
        min-width: 185px;
        min-height: 140px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .slider-content-row-item img{
        max-width: 75%;
    }
    .slider-content-row{
        margin-left: 10px;
    }
    .menu{
        display: none;
    }
    .footer img:nth-child(2){
        position: absolute;
        margin-left: 5px;
    }
    .icons{
        margin-left: -25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .header__top{
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 15px;
    }
    .logo{
        margin-right: 0;
    }
    .location{
        margin-right: 0;
    }
    .nav ul li a{
        font-size: 11px;
    }
    .nav ul li:nth-child(2){
        margin-right: 20px;
    }
    .nav ul li:nth-child(3){
        margin-right: 20px;
    }
    .nav ul li:nth-child(4){
        margin-right: 20px;
    }
    .header__content{
        padding-top: 30px;
        max-width: 396px;
    }
    .header__content-title{
        font-size: 25px;
        padding-left: 20px;
    }
    .header__content-text{
        font-size: 15px;
        padding-left: 20px;
    }
    .header{
        background-position: -400px 0;
        max-height: 630px;
    }
    .header__between{
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 75px;
    }
    .between-item{
        margin-bottom: 10px;
        margin-left: 5px;
    }
    .offer-wrapper{
        align-items: center;
    }
    .offer__textbox-paragraph-1, .offer__textbox-paragraph-2{
        text-align: center;
    }
    .offer__textbox-title-2{
        text-align: center;
    }
    .offer__textbox-title-1{
        margin: 0 auto;
    }
    .choose-items{
        padding-left: 0;
    }
    .choose__title-1{
        padding-top: 10px;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .choose__title-2{
        padding-left: 0;
        padding-bottom: 40px;

    }
    .choose-item:last-child, .choose-item:nth-last-child(2){
        display: none;
    }
    .fast-and-free__image img{
        display: none;
    }
    .fast-and-free__title, .fast-and-free__textbox, .fast-and-free__textbox .default-btn{
        margin: 0 auto;
    }
    .our_news_content{
        flex-wrap: wrap;
    }
    .our_news_first-box{
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .our_news_second-box{
        margin: 0 auto;
        max-width: 536px;
    }
    .our_news_item:nth-child(2){
        margin-right: 0;
    }
    .menu{
        display: none;
    }
    .footer{
        justify-content: space-between;
    }
    .icons{
        margin-right: 110px;
    }


}

