@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500;600;700;800&display=swap);
html,body{font-family:"Montserrat",Helvetica,Arial,sans-serif;margin:0;padding:0}body{position:relative;display:flex;flex-direction:column;background-color:#ccc;min-height:100vh}input,textarea,button,select,label,a{-moz-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}header{position:fixed;z-index:9999;top:0;width:100%;height:80px;display:flex;align-items:center;justify-content:center;background-color:#ccc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}header .header-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:80%;height:80px;border-top:4px solid #606060;border-bottom:2px solid #606060;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 600px){header .header-wrapper{width:94%}}header .header-wrapper .logo{display:flex;text-decoration:none}header .header-wrapper .logo img{width:50px;height:50px}header .header-wrapper .buttons{display:flex;flex-direction:row;flex-wrap:nowrap;gap:40px}@media(max-width: 600px){header .header-wrapper .buttons{gap:10px}}header .header-wrapper .buttons a{display:flex;flex-direction:row;align-items:center;text-decoration:none;color:#606060;cursor:pointer;border-bottom:3px solid rgba(0,0,0,0);font-size:16px;font-weight:600;white-space:nowrap;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:border-bottom .3s ease;-ms-transition:border-bottom .3s ease;-o-transition:border-bottom .3s ease;-webkit-transition:border-bottom .3s ease;transition:border-bottom .3s ease}header .header-wrapper .buttons a:hover{border-bottom:3px solid #606060}@media(max-width: 600px){header .header-wrapper .buttons a{font-size:13px;border:none}header .header-wrapper .buttons a:hover{border-bottom:none}}header .header-wrapper .buttons .lang-button{display:flex;flex-direction:row;align-items:center;justify-content:center;width:30px;height:30px;color:#ccc;cursor:pointer;background:#606060;border:none;border-radius:4px;font-size:16px;font-weight:800;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}header .header-wrapper .buttons .lang-button:hover{background-color:#939393}.content{margin-top:90px;margin-bottom:10px;min-height:calc(100vh - 100px - 200px);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}footer{position:relative;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background-color:#ccc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}footer .footer-wrapper{display:flex;flex-direction:column;align-items:center;width:80%;padding-top:20px;padding-bottom:20px;border-top:2px solid #606060;gap:16px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 600px){footer .footer-wrapper{width:94%}}footer .footer-wrapper .my-links{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}footer .footer-wrapper .my-links .link{display:flex;flex-direction:row;align-items:center;justify-content:center;text-decoration:none;opacity:100%;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}footer .footer-wrapper .my-links .link:hover{opacity:70%}footer .footer-wrapper .my-links .link img{width:30px;height:30px}footer .footer-wrapper .my-links .link .text-icon{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center}footer .footer-wrapper .my-links .link .text-icon span{position:absolute;top:0;right:-2px;font-size:6px;font-weight:600;font-family:"Montserrat",Helvetica,Arial,sans-serif;color:#ccc;padding:2px;border-radius:2px;background-color:#606060;text-decoration:none}footer .footer-wrapper .thanks .list{display:flex;flex-direction:column}footer .footer-wrapper .thanks .list .item{display:flex;flex-direction:row;gap:10px;font-family:"Montserrat",Helvetica,Arial,sans-serif}footer .footer-wrapper .thanks .list .item .item-title{font-size:14px;font-family:"Montserrat",Helvetica,Arial,sans-serif;color:#606060}footer .footer-wrapper .thanks .list .item a{font-size:14px;font-family:"Montserrat",Helvetica,Arial,sans-serif;font-weight:500;color:#606060;text-decoration:none;border-bottom:2px solid rgba(0,0,0,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}footer .footer-wrapper .thanks .list .item a:hover{border-bottom:2px solid #606060}footer .footer-wrapper .copyright{font-size:14px;font-family:"Montserrat",Helvetica,Arial,sans-serif;color:#606060}footer hr{position:absolute;bottom:0;width:80%;height:20px;padding:0;margin:0;border:none;background-color:#606060}@media(max-width: 600px){footer hr{width:94%}}.top-block{display:flex;flex-direction:column;align-items:center}.top-block .site-name{width:500px;margin-top:50px;margin-bottom:90px;display:flex;flex-direction:column;align-items:center;-ms-user-select:none;-webkit-user-select:none;user-select:none}@media(max-width: 600px){.top-block .site-name{margin-top:20px;margin-bottom:50px;transform:scale(0.7);-webkit-transform:scale(0.7);-ms-transform:scale(0.7);-o-transform:scale(0.7)}}@media(max-width: 350px){.top-block .site-name{margin-top:20px;margin-bottom:50px;transform:scale(0.6);-webkit-transform:scale(0.6);-ms-transform:scale(0.6);-o-transform:scale(0.6)}}.top-block .site-name .title{font-size:100px;font-weight:700;color:#606060}.top-block .site-name .subtitle{display:flex;flex-direction:row;justify-content:center;font-size:14px;font-weight:600;width:100%;margin-top:-70px;color:#606060;background-color:#ccc;letter-spacing:40px}.search-block{margin-top:20px;margin-bottom:50px;display:flex;flex-direction:column;align-items:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-user-select:none;-webkit-user-select:none;user-select:none}.search-block form{display:flex;flex-direction:row;gap:5px}.search-block form input{width:400px;height:46px;border:2px solid #606060;border-radius:23px;padding:10px;padding-left:20px;padding-right:56px;outline:none;font-size:16px;font-weight:500;font-family:"Montserrat",Helvetica,Arial,sans-serif;color:#606060;background-color:#ccc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.search-block form input:focus{background-color:hsl(0,0%,85%)}@media(max-width: 600px){.search-block form input{width:300px}}@media(max-width: 350px){.search-block form input{width:250px}}.search-block form .search-clear{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:2px solid #606060;border-radius:23px;background-color:#ccc;font-size:22px;color:#606060;cursor:pointer;margin-left:-51px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.search-block form .search-clear:hover{background-color:hsl(0,0%,85%)}.search-block form .search-clear img{width:24px;height:24px}.search-block form .search-send{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:2px solid #606060;border-radius:23px;background-color:#ccc;font-size:22px;color:#606060;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.search-block form .search-send:hover{background-color:hsl(0,0%,85%)}.search-block form .search-send img{width:24px;height:24px}.tag-block{margin-top:20px;margin-bottom:50px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:#606060;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-user-select:none;-webkit-user-select:none;user-select:none}.tag-block .tag-name{display:flex;align-items:center;justify-content:center;height:46px;padding-right:56px;padding-left:20px;border:2px solid #606060;border-radius:23px;color:#606060;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.tag-block .remove-tag{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:2px solid #606060;border-radius:23px;background-color:#ccc;font-size:22px;color:#606060;cursor:pointer;margin-left:-46px;text-decoration:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.tag-block .remove-tag:hover{background-color:hsl(0,0%,85%)}.tag-block .remove-tag img{width:24px;height:24px}.gallery{width:80%;margin:0 auto;margin-bottom:20px;display:flex;flex-wrap:wrap;gap:3px}@media(max-width: 600px){.gallery{width:94%}}.gallery.is-safari .gallery-photo{position:relative;display:flex;flex:0 0 calc(20% - 3px);aspect-ratio:1/1;cursor:pointer;overflow:hidden}@media(max-width: 1600px){.gallery.is-safari .gallery-photo{flex:0 0 calc(33.33% - 3px)}}@media(max-width: 1200px){.gallery.is-safari .gallery-photo{flex:0 0 calc(50% - 3px)}}@media(max-width: 800px){.gallery.is-safari .gallery-photo{flex:0 0 100%;aspect-ratio:initial}}.gallery:not(.is-safari) .gallery-photo{position:relative;display:flex;flex:1 1 auto;height:350px;cursor:pointer;overflow:hidden}@media(max-width: 800px){.gallery:not(.is-safari) .gallery-photo{flex:0 0 100%;height:initial}}.gallery:not(.is-safari) .gallery-photo:last-child{flex-grow:0}@media(max-width: 600px){.gallery:not(.is-safari) .gallery-photo:last-child{flex-grow:1}}.gallery .gallery-photo:hover .photo-format{right:0}.gallery .gallery-photo:hover .photo-name{bottom:0}.gallery .gallery-photo img{object-fit:cover;object-position:center center;height:100%;width:100%;border-radius:4px;-moz-transition:filter .3s ease;-ms-transition:filter .3s ease;-o-transition:filter .3s ease;-webkit-transition:filter .3s ease;transition:filter .3s ease}.gallery .gallery-photo img:hover{filter:brightness(0.5)}.gallery .gallery-photo .photo-format{position:absolute;top:10px;right:-64px;padding:10px;width:64px;font-size:16px;font-weight:600;color:#606060;background-color:#ccc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:right .3s ease;-ms-transition:right .3s ease;-o-transition:right .3s ease;-webkit-transition:right .3s ease;transition:right .3s ease}.gallery .gallery-photo .photo-name{position:absolute;left:0;bottom:-80px;padding:10px;width:100%;font-size:14px;font-weight:500;color:#606060;background-color:#ccc;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:bottom .3s ease;-ms-transition:bottom .3s ease;-o-transition:bottom .3s ease;-webkit-transition:bottom .3s ease;transition:bottom .3s ease}.gallery .no-photo{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:40px;margin-bottom:40px;font-size:20px;font-family:"Montserrat",Helvetica,Arial,sans-serif;color:#606060;text-align:center;line-height:1.5}.pagination{width:80%;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-user-select:none;-webkit-user-select:none;user-select:none}.pagination:not(:last-child){margin-bottom:20px}@media(max-width: 600px){.pagination{width:94%}}.pagination .arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid #606060;border-radius:18px;background-color:#ccc;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.pagination .arrow:hover{background-color:hsl(0,0%,85%)}.pagination .arrow img{width:20px;height:20px}.pagination .middle{display:flex;flex-direction:row;align-items:center;justify-content:center;height:36px;border:2px solid #606060;border-radius:18px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.pagination .middle .prev-page,.pagination .middle .next-page{display:flex;flex-direction:row;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid #606060;border-radius:18px;font-family:"Montserrat",Helvetica,Arial,sans-serif;font-size:14px;font-weight:500;color:#606060;text-decoration:none;background-color:#ccc;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.pagination .middle .prev-page:hover,.pagination .middle .next-page:hover{background-color:hsl(0,0%,85%)}.pagination .middle .prev-page{margin-left:-2px}.pagination .middle .next-page{margin-right:-2px}.pagination .middle .current{padding-left:10px;padding-right:10px;font-size:14px;font-weight:500;color:#606060}.breadcrumbs{margin:0 auto;margin-top:20px;margin-bottom:30px;display:flex;flex-direction:row;align-items:center;width:80%;color:#606060;font-family:"Montserrat",Helvetica,Arial,sans-serif;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-user-select:none;-webkit-user-select:none;user-select:none}@media(max-width: 600px){.breadcrumbs{margin-top:10px;margin-bottom:15px;width:94%}}.breadcrumbs .back-link{display:flex;flex-direction:row;align-items:center;gap:10px;height:36px;padding-right:10px;border:2px solid #606060;border-radius:18px;font-size:14px;text-decoration:none;color:#606060;background-color:#ccc;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.breadcrumbs .back-link:hover .arrow{background-color:hsl(0,0%,85%)}.breadcrumbs .back-link .arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:-2px;border:2px solid #606060;border-radius:18px;font-size:18px;color:#606060;background-color:#ccc;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.breadcrumbs .back-link .arrow img{width:18px;height:18px}.photo-block{margin:0 auto;margin-bottom:20px;display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:20px;width:80%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 600px){.photo-block{width:94%;gap:6px}}.photo-block .image-wrapper{width:auto;height:100%}.photo-block .image-wrapper .image{width:100%;height:auto;max-height:800px;border-radius:4px}.photo-block .right-side{display:flex;flex-direction:column;gap:10px}@media(max-width: 600px){.photo-block .right-side{gap:4px}}.photo-block .right-side .fullscreen{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:2px solid #606060;border-radius:18px;background-color:#ccc;text-decoration:none;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.photo-block .right-side .fullscreen:hover{background-color:hsl(0,0%,85%)}.photo-block .right-side .fullscreen img{width:18px;height:18px}.photo-block .right-side .views{display:flex;flex-direction:column;align-items:center;justify-content:center;width:36px;padding-top:6px;padding-bottom:6px;border:2px solid #606060;border-radius:18px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.photo-block .right-side .views img{width:18px;height:18px}.photo-block .right-side .views span{font-family:"Montserrat",Helvetica,Arial,sans-serif;font-size:10px;font-weight:500;color:#606060}.photo-block .right-side .see-info{display:flex;flex-direction:row;align-items:center;gap:10px;padding-top:10px;width:36px;border:2px solid #606060;border-radius:18px;cursor:pointer;font-size:14px;writing-mode:vertical-rl;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-user-select:none;-webkit-user-select:none;user-select:none}.photo-block .right-side .see-info:hover .arrow{background-color:hsl(0,0%,85%)}.photo-block .right-side .see-info .arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-bottom:-2px;border:2px solid #606060;border-radius:23px;font-size:18px;color:#606060;background-color:#ccc;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.photo-block .right-side .see-info .arrow img{width:18px;height:18px}.info-block{width:80%;max-width:600px;margin:0 auto;margin-bottom:40px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}@media(max-width: 600px){.info-block{width:94%;margin-bottom:10px}}.info-block .separator{width:100%;height:3px;background:#606060;border:none;margin-top:20px;margin-bottom:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.info-block .buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}@media(max-width: 600px){.info-block .buttons{gap:4px}}.info-block .buttons .info-button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;height:30px;padding-left:8px;border:2px solid #606060;border-radius:18px;cursor:pointer;font-size:11px;font-weight:500;color:#606060;text-decoration:none;white-space:nowrap;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-ms-user-select:none;-webkit-user-select:none;user-select:none}.info-block .buttons .info-button:hover .icon{background-color:hsl(0,0%,85%)}.info-block .buttons .info-button .icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:-2px;border:2px solid #606060;border-radius:23px;font-size:22px;color:#606060;background-color:#ccc;cursor:pointer;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.info-block .buttons .info-button .icon img{width:18px;height:18px}.info-block .name{font-size:16px;font-weight:500;color:#606060}.info-block .description{font-size:14px;color:#606060}.info-block .tags .photo-tag{font-size:15px;font-weight:600;color:#606060;text-decoration:none;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:border .3s ease;-ms-transition:border .3s ease;-o-transition:border .3s ease;-webkit-transition:border .3s ease;transition:border .3s ease}.info-block .tags .photo-tag:hover{border-bottom:2px solid #606060}.info-block .file,.info-block .exif,.info-block .dates{display:flex;flex-wrap:wrap}.info-block .info-item{display:flex;flex-direction:row;align-items:center;flex-basis:50%;gap:10px;padding-right:10px;font-size:13px;font-weight:500;color:#606060;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.info-block .info-item.manufacturer{text-decoration:none}.info-block .info-item.manufacturer span{font-weight:600;border-bottom:2px solid rgba(0,0,0,0);-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.info-block .info-item.manufacturer span:hover{border-bottom:2px solid #606060}.info-block .info-item img{width:30px;height:30px}.info-block .info-item .text-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;width:30px;height:30px;font-size:14px;font-weight:700;color:#606060}.info-block .info-item a{font-weight:600;color:#606060;text-decoration:none;cursor:pointer;border-bottom:2px solid rgba(0,0,0,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:border .3s ease;-ms-transition:border .3s ease;-o-transition:border .3s ease;-webkit-transition:border .3s ease;transition:border .3s ease}.info-block .info-item a:hover{border-bottom:2px solid #606060}.info-block .info-item .small{font-size:10px;opacity:60%}.text-block{margin-bottom:20px;display:flex;flex-direction:column;align-items:center;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.text-block .text-wrapper{max-width:800px;width:80%}@media(max-width: 600px){.text-block .text-wrapper{width:94%}}.text-block .text-wrapper h1{display:inline-flex;margin-top:0;margin-bottom:40px;font-family:"Montserrat",Helvetica,Arial,sans-serif;font-size:30px;font-weight:600;color:#606060;border-bottom:2px solid #606060}.text-block .text-wrapper .description{display:flex;flex-direction:column;gap:20px}.text-block .text-wrapper .description .paragraph{font-family:"Montserrat",Helvetica,Arial,sans-serif;font-size:18px;font-weight:400;color:#606060;line-height:1.5}@media(max-width: 600px){.text-block .text-wrapper .description .paragraph{font-size:15px}}.text-block .text-wrapper .description .paragraph .device{display:flex;flex-direction:row;align-items:center;gap:10px}@media(max-width: 600px){.text-block .text-wrapper .description .paragraph .device{flex-direction:column;align-items:initial;justify-content:center;gap:initial;margin-bottom:5px}}.text-block .text-wrapper .description .paragraph .device .name{font-weight:600}.text-block .text-wrapper .description .paragraph .device .photos{font-size:14px;opacity:60%}@media(max-width: 600px){.text-block .text-wrapper .description .paragraph .device .photos{font-size:13px}}.text-block .text-wrapper .description .paragraph .device .photos a{color:#606060;text-decoration:none;border-bottom:2px solid rgba(0,0,0,0);-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease}.text-block .text-wrapper .description .paragraph .device .photos a:hover{border-bottom:2px solid #606060}
