@font-face {
    font-family: 'Roboto Bold';
    src: url("/fonts/RobotoCondensed-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Light';
    src: url("/fonts/RobotoCondensed-Light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Regular';
    src: url("/fonts/RobotoCondensed-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sans Pro Bold';
    src: url("/fonts/SourceSansPro-Bold.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sans Pro Light';
    src: url("/fonts/SourceSansPro-Light.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Sans Pro Regular';
    src: url("/fonts/SourceSansPro-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    overflow-x: hidden;
    font-family: 'Sans Pro Regular', sans-serif;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row > [class*='col-'] {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;    
    flex-direction: column;
    -webkit-flex-direction: column;
  }
.head{
    background-color: #47364d;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
}
.btn-account{
    color: #47364d;
    background-color:#f6ce41;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    margin-right: 2vw;
    padding: 6px 12px;
}
/* header img{
    height: 100%;
} */
header ul{
    list-style: none;
    text-align: right;
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 10px 0;
    /* width: 35vw; */
}
header ul li a{
    color: white;
    text-decoration: none;
}
header ul li a:hover{
    color: white;
}
header ul:last-child{
    border-left:1px solid #c2c2c2;
}
.no-padding{
    padding: 0;
}
.padding-5{
    padding: 5px;
}
.for-pc{
    display: block;
}
#tablet1, #tablet2, #tablet3{
    display: none;
}
.navbar{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    height: 10vh;
    background-color: #fff;
    padding-left: 3vw;
    padding-right: 3vw;
        display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.navbar-brand{
    display: flex;
    flex-grow: 1;
    padding: 0;
    align-self: center;    
}
.container-menu{
    align-self: center;
    margin-right: 0;
    padding-right: 35px;
}
.navbar-brand img{
    width: 280px;
}
.navbar-header{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.dropdown:hover{
    background-color: #f1f1f1;
}
.fa-angle-down{
    color: #33adff;
}
.dropdown-menu li{
    margin-top: 1vh;
}
.dropdown-menu li a:hover{
    background: transparent;
}
.col-img-header{
    flex-direction: row !important;
    align-items: center;
}
.col-img-header img{
    max-width: 40vw;
}
.col-header{
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-end;
    padding-right: 4vw;
}
/* .dropdown-menu{
    margin-top: 5vh;
} */
.main-content, .sim {
    margin-top: 10vh;
    padding: 0;
}
.row1, .sim-row1{
    padding: 10vh 0 10vh 0;
    background-color: #2a81bf;
    color: white;
    width: 100vw;
    margin: 0;
}
.sim-row1, .simset{
    background: url("/img/background.png") no-repeat center center;
    background-size: cover;
}
.first, .second,.simset-how-work-1{
    display: inline-flex;
}
.simset-how-work-1{
    display: flex;
    justify-content: space-around;
}
.second img{
    max-width: 49vw;
}
.simset-how-work{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    background-color: #75687a;
}
.simset-how-work h3{
    font-size: 16px;
    font-weight: 700;
}
.simset img{
    padding: 1em;
    max-height: 40vh;
}
.simset-text{
    max-width: 60%;
}
.simset{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 50vw;
}
.simset-phone{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 6vh;
    text-align: center;
}
.simset-phone img{
    max-width: 10vw;
}
.sum .caption, .sum .sub-caption{
    color: white;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
}
.sum .sub-caption{
    font-size: 18px;
    line-height: 18px;
}
.multisim{
    display: flex;
    background-color:#33adff;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    width:50vw;
}
/* .multisim > .col-sm-6{
    align-self: center;
} */
.multisim img{
    padding: 1em;
    height: 40vh;
    margin-left: 6vw;
    align-self: center;
}
.multisim-how-work h3{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.multisim-how-work{
    width: 50vw;
    background-color: #eaf1fb;
}
.multisim-how-work-foot{
    display: inline-flex;
    align-items: center;
    max-height: 15vh;
    color: white;
    background-color: #47364d;
    border-radius: 5px;
}
.foot-img{
    display: flex;
}
.foot-img img{
    max-height: 10vh;
}
.foot-text{
    font-size: 10px;
    padding-left: 10px;
}
.foot-text .attention{
    font-size: 14px;
}
.advant .adv1{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 0.5vh;
}
.adv1 img{
    max-height: 15vh;
}
.adv-multisim, .adv-simset{
    display: flex;
    background-color: #044476;
    width: 48.75vw;
    border-radius: 5px;
    padding: 5px;
}
.adv-multisim img, .adv-simset img{
    margin-right: 5px;
}
.adv-simset-text{
    width: 100%;
}
.adv-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 20%;
}
.adv-img img{
    align-self: center;
}
.adv2{
    display: flex;
    flex-direction: column;
}
.adv2 img{
    align-self: center;
    max-height: 12vh;
}
.start-work, .account, .globe, .prof{
    display: flex;
    background-color: #044476;
    border-radius: 5px;
    margin: 5px 0 5px 0;
}
.start-work-text, .account-text, .globe-text, .prof-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
}
.start-img, .account-img, .globe-img, .prof-img{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 10%;
}
.advant .caption{
    font-size: 18px;
    line-height: 17px;
}
.advant .text{
    font-size: 14px;
}
.usable-1{
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
}
.img-left, .img-right{
    width: 25%;
    height: 3%;
}
.device-img{
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}
.usable-device{
    width: 16%;
}
.device-caption{
    font-weight: 700;
    text-align: center;
}
.usable-multisim, .usable-simset{
    width: 40%;
    background-color: #47364d;
    border-radius: 5px;
}
.usable-multisim .caption, .usable-simset .caption{
    color: yellow;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
}
.usable-multisim .text, .usable-simset .text{
    text-align: center;
    font-size: 12px;
}
.usable-2 .caption{
    color: black;
    text-transform: none !important;
    line-height: 15px;
    font-size: 14px !important;
    text-align: center;
}
.usable-text{
    color: black;
    font-size: 13px;
    text-align: center;
}
.usable-2{
    margin-top: 5vh;
    display: inline-flex;
    justify-content: space-around;
}
.caption-scheme{
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.client, .tarification, .online-info, .location, .ind{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
}
.how-it-works-3{
    text-align: center;
}
.how-it-works-3 .caption{
    color: black;
    font-family: 'Roboto Bold';
    font-size: 16px;
}
.how-it-works-3 img{
    max-width: 48vw;
}
.text{
    font-family: 'Roboto Light', sans-serif;
    font-size: 16px;
}
.sum .text{
    font-family: 'Roboto Light', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 15px;
}
.main-caption{
    font-family: 'Roboto Bold', sans-serif;
    font-size: 96px;
}
.main-sub-caption{
    font-family: 'Roboto Bold', sans-serif;
    font-size: 18px;
}
.how-it-works, .adv{
    background-color: #eaf1fa;    
}
.sim .adv{
    background-color: #fff;
}
.how-it-works, .spheras, .adv, .usability{
    width: 100vw;
    padding: 5vh 0 5vh 0;
}
h2{
    font-family: 'Roboto Bold', sans-serif;
    font-size: 36px;
    padding-top: 3vh;
}
.how-it-works b, .spheras b, .adv b, .usability b, 
.how-it-works-2 b, .how-it-works-3 b, .tarif b, 
.list-adv b, .law b, .usable-client b, .scheme b, 
.adv-sum b, .how-work-caption b{
    font-family: 'Roboto Bold', sans-serif;
    color: #33adff;
}
.how-work-caption{
    text-align: center;
}
.multisim-y{
    display: flex;
    color: yellow;
    float: right;
    font-size: 12px;
    margin-right: 5px;
}
.how-work-caption h2{
    padding-top: 0;
}
.col-img img{
    max-width: 100%;
    margin-bottom: 5vh;
}
.col-descr{
    border-radius: 5px;
    background-color: #47364d;
    color: white;
}
.col-descr p:first-child{
    margin-top: 2vh;
    font-size: 12px;
}
.col-descr img{
    max-height: 16vh;
}
.col-descr-img{
    text-align: center;
}
.attention{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.spheras .col-sm-2{
    margin-top: 8vh;
    height: 40vh;
    text-align: center;
}
.col-down-row{
    height: 30vh !important;
}
.spheras-caption{
    font-weight: 700;
    margin-top: 3vh;
    margin-bottom: 3vh;
}
.adv h2{
    text-transform: uppercase;
    margin: 5vh 0 8vh 0;
}
.adv img{
    max-width: 100%;
    margin-top: 2vh;
}
.col-adv{
    background-color: #044476;
    color: white;
    border-radius: 10px;
    max-width: 16vw;
    margin-right: 1vw;
    height: 85vh;
}
.sim .col-adv{
    height: 75vh;
}
.col-hands img{
    margin-left: -15px;
    max-width: 16vw;
}
.adv-caption{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 1vh 2vw 1vh 2vw;
}
.sim .adv-caption{
    padding-top: 3vh;
}
.col-adv table{
    width: 100%;
    height: 100%;
}
.up{
    vertical-align: top;
    padding-right: 2px;
}
.down{
    vertical-align: bottom;
}
.usability .col-sm-2{
    text-align: center;
    font-size: 12px;
    height: 43vh;
}
.usability{
    background: url("/img/rest.png") no-repeat;
    background-size: 35%;
    background-position: 50% 40%;
}
.usability h2{
    position: relative;
    top: 10vh;
}
.how-it-works-2{
    background-color: #75687a;
}
.how-it-works-2 h2, .scheme h2{
    color: white;
    margin: 5vh 0 5vh 0;
}
.how-it-works-2{
    width: 100vw;
}
.how-it-works-2 .col-sm-1{
    width: 5vw;
    padding: 10vh 0 0 10px;
}
.how-it-works-2 .col-sm-1 img{
    max-width: 50px;
}
.works-2{
    background-color: #fff;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 20vw;
    height: 25vh;
}
.works-2 img{
    max-width: 25px;
    margin: 5px 5px 0 0;
}
#sign{
    max-width: 20vw;
    max-height: 22vh;
    align-self: center;
}
.caption{
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
}
.text2{
    font-size: 12px;
}
.sn{
    color: white;
    width: 60vw;
    margin: 5vh 0 5vh 20vw;
    text-align: center;
}
.tarif{
    width: 100vw;
    background-color: #eaf1fa;
    padding: 2vh 0 5vh 0;
}
.tarif p{
    font-family: 'Roboto Regular', sans-serif;
    font-size: 18px;
}
.tarif table{
    width: 80vw;
    background-color: #fff;
}
.table-caption{
    font-weight: 700;
    background-color: #f9f2fc;
}
.tarif td{
    width: 16vw;
    text-align: center;
    height: 8vh;
    border-bottom: 1px solid gainsboro;
}
.tarif tr td:first-child{
    text-align: left;
    padding-left: 1vw;
}
.tarif tr:nth-child(3), .tarif tr:nth-child(5){
    background-color: #f8fbff;
}
.tarif tr:nth-child(6) td, .tarif tr:nth-child(7) td{
    border: none;
}
.tarif tr:nth-child(6) td, .tarif tr:nth-child(7) td, .tarif tr:nth-child(8) td{
    font-size: 10px;
    text-align: left;
    padding-left: 1vw;
    height: 5vh;
}
.tarif td[colspan="4"]{
    border: none;
    height: 5vh;
}
.tarif td[colspan="4"] b{
    color: black;
}
.tarif td[colspan="4"] span{
    color: #c2c2c2;
    padding: 0 3px 0 3px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
}
#tr-adv td{
    border-top: 1px solid gainsboro;
    border-bottom: none;
}
#last-tr{
    height: 10vh;
    vertical-align: top;
}
#last-tr td{
    padding-top: 5px;
}
.row-btn{
    padding-top: 5vh;
}
.row-btn .btn{
    width: 15vw;
    background-color: #33adff;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.row-btn .btn:hover{
    background-color: #47364d;
    color: white;
    cursor: pointer;
}
.list-row1{
    background: url("/img/list-back.png") no-repeat center center;
    background-size: cover;
    padding-top: 3vh;
    padding-bottom: 3vh;
}
.list-row1 img{
    align-self: center;
}
.list-row1 .main-sub-caption{
    color: white;
    font-size: 40px;
    text-align: center;
}
.text-get{
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 0 2vw;
    color: white;
    line-height: 20px;
}
.list-row1 .text{
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: white;
}
.list-adv{
    width: 94vw;
    margin: 0 auto;    
}
.list-adv h2{
    padding-bottom: 3vh;
}
.profit{
    background-color: #044476;
    color: white;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 1vh;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.profit img{
    align-self: center;
    max-height: 10vh;
    /* padding-left: 1vw;
    padding-right: 1vw; */
}
.puzzle{
    padding-left: 8vw;
}
.puzzle img{
    max-width: 20vw;
    float: right;
}
.puzzle-caption{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.law{
    background-color: #eaf1fa;
    padding-bottom: 3vh;
}
.law  h2{
    padding-bottom: 3vh;
}
.law img{
    max-width: 5vw;
    float: left;
    align-self: center;
}
.col-left{
    margin-left: 3vw;
}
.col-right{
    margin-right: 3vw;
}
.col-left .row, .col-right .row, .col-middle .row{
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;    
}
.law .col-sm-4{
    width: 30vw;
}
.usable-client .row{
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.usable-client img{
    padding: 2vh 0 1vh 3vw;
    max-height: 30vh;
    align-self: center;
}
/* .usable-client .row{
    justify-content: space-around;
} */
.client-text{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.scheme{
    background-color: #75687a;
    padding: 0 3vw 3vh 3vw;
    width: 100vw;
}
.col-scheme{
    background-color: #fff;
    border-radius: 5px;
    max-width: 14vw;
    margin-right: 1.5vw;
}
.col-scheme:after{
    content: '\B7 \B7 \B7 \B7 \B7 \203A';
    font-size: 18px;
    color: white;
    position: absolute;
    left: 14vw;
    top: 50%;
    display: table;
    vertical-align: middle;
}
.col-scheme-last:after{
    content: '';
}
.scheme .col-sm-1 img{
    max-width: 2vw;
}
.scheme .col-sm-1{
    padding: 15vh 0 0 0;
}
.sub-text{
    text-align: center;
    color: white;
    font-size: 14px;
    padding-top: 3vh;
}
.footer{
    padding-top: 2vh;
    background-color: #47364d;
    color: white;
    width: 100vw;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.rights{
    font-size: 10px;
    text-align: left;
    margin-top: 1vh;
    padding-left: 5px;
}
.foot{
    width: 100vw;
    padding: 0;
}
.footer-menu{
    height: 10vh;
    width: 100vw;
    background-color: #47364d;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #747474;
}
.footer-menu a{
    font-size: 16px;
    color: #eaf1fa;
    cursor: pointer;
    text-decoration: none;
}
.footer-menu a:hover{
    text-decoration: none;
    color: #c2c2c2;
}
.footer-caption{
    font-family: 'Sans Pro Bold', sans-serif;
    color: white;
}
.footer-contacts{
    font-size: 14px;
    text-align: right;
    color: white;
    padding-right: 5vw;
}
.footer img{
    width: 100%;
    max-width: 200px;
}
.col-footer-left{
    align-items: flex-start;
    padding-left: 1vw;
}
.email{
    color: rgba(250, 216, 25, 0.959);
}

.gift{
    background-image: url('/img/blue6.jpg');
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gift-form{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.gift-form input{
    margin-bottom: 20px;
    font-size: 20px;
    height: 2em;
    line-height: 24px;
}
.gift-form-submit{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 10px;
    background-color: #eb2424;
    color: #fff;
    height: 48px !important;
}
.gift-form-submit:hover{
    cursor: pointer;
    background-color: #b11b1b;
}
.gift-body{
    padding: 20px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: #b6b6b6 2px 2px;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift-body h2{
    text-align: center;
}
.gift-response{
    display: none;
    padding: 20px;
    border-radius: 15px;
    box-shadow: #b6b6b6 2px 2px;
    background-color: #fff;
    position: relative;
    z-index: 5;
}

/*Для широких экранов ПК*/
@media only screen and (min-width : 1600px){
    .sum .caption, .sum .sub-caption{
        font-size: 80px;
        line-height: 70px;
    }
    .sum .sub-caption, .simset-phone{
        font-size: 30px;
        line-height: 32px;
    }
    .sum .text, .simset-how-work h3, .multisim-how-work h3{
        font-size: 28px;
        line-height: 26px;
    }
    .foot-text{
        font-size: 16px;
    }
    .foot-text .attention{
        font-size: 20px;
    }
    #simset{
        padding: 15px;
    }
    .adv1 .caption{
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        font-size: 40px;
    }
    .adv-multisim, .adv-simset{
        width: 49vw;
    }
    .multisim-y{
        font-size: 16px;
        width: 30%;
    }
    .adv2 .caption, .usable-1 .caption{
        font-size: 40px;
    }
    .device-caption, .usable-2 .caption{
        font-size: 20px;
    }
    .usable-text{
        font-size: 20px;
    }
    .col-scheme{
        margin-right: 1vw;
    }
    .caption-scheme{
        font-size: 24px;
    }
    .list-row1 img{
        padding-left: 2vw;
    }
    .law{
        font-size: 24px;
    }
    .puzzle-text{
        font-size: 18px;
    }
    .puzzle-caption{
        font-size: 28px;
    }
    .profit{
        font-size: 22px;
    }
    .sub-text{
        font-size: 18px;
    }
    .footer-menu{
        height: auto;
    }
    .rights{
        font-size: 14px;
    }
    .footer-contacts{
        font-size: 18px;
    }
}

@media only screen and (max-width : 1315px){
    header ul{
        font-size: 18px;
    }
    .btn-account{
        font-size: 18px;
    }
}

@media only screen and (max-width : 1213px){
    header ul{
        font-size: 16px;
    }
    .btn-account{
        font-size: 16px;
    }
}

@media only screen and (max-width : 1025px){
    .for-pc{
        display: none;
    }
    #tablet1, #tablet3{
        display: flex;
    }
    #tablet2{
        display: block;
    }
    .multisim, .simset, .multisim-how-work, .simset-how-work{
        width: 100vw;
    }
    .simset img{
        width: 30vw;
    }
    .start-img, .account-img, .globe-img, .prof-img{
        width: 20%;
    }
    .multisim-how-work img{
        max-width: 98vw;
    }
    .profit img {
        max-height: 4vh;
    }
    .usable-client img {
        padding: 3vh;
        max-height: 15vh;
        
    }
    .scheme .col-sm-1 {
        display: none;
    }
    .scheme .col-sm-2{
        width: 32vw;
        font-size: 18px;
    }
    .caption{
        font-size: 18px;
    }
    .sub-text{
        width: 95vw;
    }
}

/*Для средних экранов ПК*/
@media only screen and (max-width : 993px){
    .adv1{
        display: flex;
        flex-direction: column;
    }
    .adv-multisim, .adv-simset{
        width: 100vw;
    }
    .adv-multisim{
        margin-bottom: 1vh;
    }
    .usable-multisim, .usable-simset{
        width: 48vw;
        margin-left: 3vw;
    }
    .usable-1{
        align-items: stretch;
        flex-direction: row;
    }
    .client, .tarification, .online-info, .location, .ind{
        width: 48vw;
    }
    .usable-2{
        display: flex;
        flex-wrap: wrap;
    }
    .scheme .col-sm-1 {
        display: none;
    }
    .scheme .col-sm-2{
        width: 43vw;
        font-size: 16px;
    }
    .caption{
        font-size: 18px;
    }
    .col-scheme{
        max-width: none;
    }
    .col-scheme::after{
        content: '';
    }
}

/*Для экранов планшетов*/
@media only screen and (max-width : 767px){
    header{
        width: 100vw;
    }
    .multisim, .simset, .multisim-how-work, .simset-how-work, .usable, .scheme{
        width: 100vw;
    }
    .adv-multisim, .adv-simset, .footer{
        width: 100vw;
    }
    .simset img{
        width: 40vw;
    }
    .adv2{
        width: 100vw;
    }
    .start-img, .account-img, .globe-img, .prof-img {
        width: 30%;
    }
    .navbar-right li{
        background-color: #fff;
    }
    #navbar-main{
        margin-top: 8px;
    }
    .gift-body{
        max-width: 100%;
    }
}

/*Для экранов смартфонов*/
@media only screen and (max-width : 480px){
    .multisim, .simset, .multisim-how-work, .simset-how-work, .usable, .scheme, .head, .footer{
        width: 100vw;
        overflow-x: hidden;
    }
    .multisim, .footer{
        padding-left: 4vw;
    }
    header ul{
        font-size: 16px;
        line-height: 17px;
    }
    .navbar-brand img{
        max-width: 200px;
    }
    .main-caption{
        font-size: 48px;
        width: 95vw;
    }
    .row1, .how-it-works, .spheras, .adv, .usability, .how-it-works-2, .tarif{
        width: 95vw;
        margin: 0;
    }
    .adv{
        padding-top: 0;
    }
    h2{
        font-size: 22px;
    }
    .col-descr p:first-child{
        font-size: 10px;
    }
    .attention{
        font-size: 12px;
    }
    .multisim{
        padding-left: 15px;
    }
    .multisim-how-work-foot{
        max-height: 14vh;
    }
    .foot-text .attention{
        padding-top: 0;
        font-size: 10px;
        line-height: 11px;
    }
    .foot-text{
        line-height: 11px;
    }
    .foot-text p{
        margin: 0;
    }
    .how-it-works{
        padding: 0;
    }
    .spheras .col-xs-6{
        margin-top: 3vh;
        font-size: 13px;
    }
    .col-adv{
        text-align: center;
        max-width: 85vw;
        width: 85vw;
        height: 45vh;
        margin-bottom: 1vh;
    }
    .col-adv img{
        max-height: 15vh;
    }
    .adv-caption{
        font-size: 16px;
    }
    .col-hands img{
        max-width: 45vw;
        max-height: 35vh;
    }
    .profit img {
        max-height: 18vh;
        max-width: 20vw;
    }
    .profit{
        font-size: 12px;
    }
    .usability{
        padding-top: 0;
        background: unset;
    }
    .usability h2{
        margin-top: 1vh;
        position: unset;
    }
    .usability .col-xs-6, .usability .col-sm-2{
        height: 37vh;
    }
    .col-sims{
        align-self: center;
    }
    .usable-client img {
        padding: 3vh;
        max-height: 25vh;
    }
    .usable-client h2{
        margin-top: 0;
    }
    .client-text{
        font-size: 11px;
    }
    .works-2{
        width: 42vw;
        margin-left: 1vw;
        margin-bottom: 1vh;
        height: 35vh;
    }
    #sign {
        max-width: 30vw;
        max-height: 35vh;
        align-self: center;
    }
    .list-row1 .main-sub-caption{
        font-size: 30px;
    }
    .list-row1 .text{
        font-size: 16px;
    }
    .law .col-sm-4 {
        margin-left: 3vw;
        width: 96vw;
    }
    .law img {
        max-width: 10vw;
    }
    .scheme{
        padding: 0 5vw;
    }
    .scheme .col-sm-2{
        width: 90vw;
        margin-left: 5vw;
        margin-bottom: 1vh;
    }
    .arrow-down{
        color: white;
        text-align: center;
        font-size: 30px;
        margin-top: -20px;
    }
    .footer-contacts{
        font-size: 10px;
    }
    .footer-menu{
        display: none;
    }
    .col-left{
        margin-bottom: 3vh;
    }
    .col-right{
        margin-top: 3vh;
    }
}
